summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | pinctrl: pinctrl-single: Add pinctrl-single,bits type of muxPeter Ujfalusi2012-09-131-10/+36
| * | | | pinctrl/nomadik : add MC1_a_2 pin MC1 function group listPatrice Chotard2012-09-101-1/+4
| * | | | pinctrl: pinctrl-single: Make sure we do not change bits outside of maskPeter Ujfalusi2012-09-101-1/+1
| * | | | pinctrl/nomadik: MASK_ON_SUSPENDEtienne Carriere2012-09-031-0/+1
| * | | | pinctrl: imx5: start numbering pad from 0Shawn Guo2012-09-032-446/+446
| * | | | pinctrl: pinctrl-imx: add imx35 pinctrl driverUwe Kleine-König2012-09-033-0/+1604
| * | | | pinctrl/nomadik: add STn8815 ASIC supportLinus Walleij2012-09-035-0/+377
| * | | | pinctrl/nomadik: add ASIC DB8450 pinctrl driverPatrice Chotard2012-09-035-0/+1021
| | |_|/ | |/| |
* | | | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-016-0/+1935
|\ \ \ \
| * | | | pinctrl: exynos: Fix wakeup IRQ domain registration checkTomasz Figa2012-09-211-1/+1
| * | | | pinctrl: samsung: Uninline samsung_pinctrl_get_soc_dataTomasz Figa2012-09-211-1/+1
| * | | | pinctrl: exynos: Correct the detection of wakeup-eint nodeTomasz Figa2012-09-211-5/+9
| * | | | pinctrl: exynos: Mark exynos_irq_demux_eint as inlineTomasz Figa2012-09-211-1/+1
| * | | | pinctrl: exynos: Handle only unmasked wakeup interruptsTomasz Figa2012-09-211-2/+5
| * | | | pinctrl: exynos: Fix typos in gpio/wkup _irq_maskTomasz Figa2012-09-211-2/+2
| * | | | pinctrl: exynos: Set pin function to EINT in irq_set_type of GPIO EINTaTomasz Figa2012-09-212-0/+13
| * | | | pinctrl: add exynos4210 specific extensions for samsung pinctrl driverThomas Abraham2012-09-074-0/+782
| * | | | pinctrl: add samsung pinctrl and gpiolib driverThomas Abraham2012-09-074-0/+1133
| |/ / /
* | | | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-012-2/+44
|\ \ \ \
| * | | | pinctrl: tegra: move pinconf-tegra.h content into drivers/pinctrlStephen Warren2012-09-142-2/+44
| |/ / /
* | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-1/+57
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | pinctrl: sirf: add DT-binding pinmux mapping supportBarry Song2012-09-051-1/+57
| |/
* | Merge branch 'cleanup/io-pci' into next/cleanupArnd Bergmann2012-09-048-24/+14
|\ \ | |/
| * pinctrl/nomadik: add kp_b_2 keyboard function group listPatrice Chotard2012-08-171-1/+4
| * pinctrl: imx51: fix .conf_reg of MX51_PAD_SD2_CMD__CSPI_MOSIShawn Guo2012-08-171-1/+1
| * trivial: pinctrl core: remove extraneous code linesRichard Genoud2012-08-171-10/+3
| * pinctrl/nomadik: fix null in irqdomain errorpathLinus Walleij2012-08-171-1/+1
| * 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
* | pinctrl/coh901: move header to platform data dirLinus Walleij2012-08-131-1/+1
* | pinctrl/coh901: retire ancient GPIO block versionsLinus Walleij2012-08-131-176/+42
|/
* 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
OpenPOWER on IntegriCloud