summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* drivers/pinctrl/pinctrl-nomadik.c: drop devm_kfree of devm_kzalloc'd dataJulia Lawall2012-08-071-1/+0
* pinctrl-sirf: remove devm_kfree at error pathDevendra Naga2012-08-071-1/+0
* pinctrl/nomadik: fix hsi function group listPatrice Chotard2012-08-071-1/+1
* pinctrl/pinctrl-u300: remove unneeded devm_kfree callDevendra Naga2012-08-051-6/+2
* pinctrl: mxs: register driver at postcore_initcall timeShawn Guo2012-08-052-2/+2
* Merge tag 'pinctrl-for-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-2411-79/+1064
|\
| * pinctrl: Add one-register-per-pin type device tree based pinctrl driverTony Lindgren2012-07-143-0/+996
| * pinctrl/nomadik: add spi2_oc1_2 pin groupPatrice Chotard2012-07-051-1/+4
| * pinctrl/nomadik: kerneldoc fixLinus Walleij2012-07-041-1/+1
| * pinctrl/nomadik: use devm_* allocators for gpio probeLinus Walleij2012-07-041-26/+9
| * pinctrl/nomadik: add pin group to mco functionPatrice Chotard2012-07-031-1/+3
| * pinctrl/nomadik: add hsit_a_2 pin groupPatrice Chotard2012-07-031-1/+4
| * pinctrl/nomadik: add pin group smcs1 and smps0Patrice Chotard2012-07-031-3/+9
| * pinctrl/nomadik: fix hsir_a_1_pins pin listPatrice Chotard2012-07-031-3/+4
| * pinctrl: pinctrl-imx: fix map setting problem if NO_PAD_CTL is setHui Wang2012-07-031-6/+7
| * pinctrl/coh901: use clk_prepare_[en|dis]able()Linus Walleij2012-07-031-3/+3
| * pinctrl/pinctrl-tegra: remove IS_ERR checking of pmx->pctlDevendra Naga2012-07-031-2/+2
| * pinctrl/pinctrl-spear: remove IS_ERR checking of pmx->pctlDevendra Naga2012-07-031-2/+2
| * pinctrl/u300: drop unused variableLinus Walleij2012-07-031-1/+0
| * pinctrl: select the proper symbolLinus Walleij2012-07-031-1/+1
| * pinctrl: add pinctrl_add_gpio_ranges functionDong Aisheng2012-07-031-0/+11
| * pinctrl: remove pinctrl_remove_gpio_rangeDong Aisheng2012-07-033-17/+5
| * pinctrl/pinctrl-core: cleanup pinctrl_registerDevendra Naga2012-07-031-11/+6
| * pinctrl/u300: delete pointless debug printLinus Walleij2012-07-031-2/+0
| * pinctrl/pinctrl-u300: remove devm_kfree at driver unloadDevendra Naga2012-07-031-1/+0
* | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-1/+488
|\ \
| * | PINCTRL: SiRF: add GPIO and GPIO irq support in CSR SiRFprimaIIBarry Song2012-07-021-1/+488
| |/
* | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-07-231-1/+1
|\ \
| * | pinctrl: pinctrl-nomadik: Append sleepmode property with vendor specific pref...Lee Jones2012-07-131-1/+1
| |/
* | pinctrl: pinctrl-imx6q: add missed mux function for USBOTG_IDDong Aisheng2012-07-141-0/+2
* | pinctrl: pinctrl-imx: only print debug message when DEBUG is definedDong Aisheng2012-07-141-0/+2
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-06-209-14/+14
|\
| * Viresh has movedViresh Kumar2012-06-209-14/+14
* | pinctrl/nomadik: document Alt-C glitchLinus Walleij2012-06-171-1/+21
* | pinctrl: mxs: Use kfree to fix build errorFabio Estevam2012-06-171-1/+1
|/
* pinctrl: pinctrl-mxs: set platform driver data to NULL at errpath and at unre...Devendra Naga2012-06-121-0/+2
* pinctrl: pinctrl-mxs: Take care of frees if the kzalloc failsDevendra Naga2012-06-121-3/+8
* pinctrl: pinctrl-imx: fix incorrect debug message of mapsDong Aisheng2012-06-121-1/+1
* pinctrl: pinctrl-imx: free if of_get_parent fails to get the parent nodeDevendra Naga2012-06-121-1/+3
* pinctrl: pinctrl-imx: free allocated pinctrl_map structure only once and use ...Devendra Naga2012-06-121-16/+12
* pinctrl: nomadik: fix up typoLinus Walleij2012-06-121-1/+1
* pinctrl: nomadik: add clk_prepare() callLinus Walleij2012-06-121-0/+1
* pinctrl: fix a minor harmless typoGuennadi Liakhovetski2012-06-041-1/+1
* pinctrl: sirf: mark of_device_id match table as __devinitconstBarry Song2012-06-041-1/+1
* pinctrl-nomadik: Allow Device Tree driver probingLee Jones2012-06-011-1/+19
* Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-266-102/+4451
|\
| * pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar2012-05-141-1/+1
| * pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar2012-05-145-0/+4345
| * pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2012-05-142-102/+106
* | Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2218-126/+8767
|\ \