summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2013-07-29sh-pfc: Remove unneeded const keywordsLaurent Pinchart1-2/+2
2013-07-29sh-pfc: Remove unused macro and enum entriesLaurent Pinchart1-7/+0
2013-07-29sh-pfc: Remove unused PORT_DATA_* macrosLaurent Pinchart1-30/+0
2013-07-29sh-pfc: Remove unused input_pd and input_pu rangesLaurent Pinchart2-12/+0
2013-07-29sh-pfc: shx3: Remove unused input_pu rangeLaurent Pinchart1-146/+124
2013-07-29sh-pfc: sh7786: Remove unused input_pu rangeLaurent Pinchart1-140/+120
2013-07-29sh-pfc: sh7785: Remove unused input_pu rangeLaurent Pinchart1-253/+222
2013-07-29sh-pfc: sh7757: Remove unused input_pu rangeLaurent Pinchart1-170/+129
2013-07-29sh-pfc: sh7724: Remove unused input_pu rangeLaurent Pinchart1-389/+342
2013-07-29sh-pfc: sh7723: Remove unused input_pu rangeLaurent Pinchart1-23/+16
2013-07-29sh-pfc: sh7722: Remove unused input_pd and input_pu rangesLaurent Pinchart1-241/+206
2013-07-29sh-pfc: sh7720: Remove unused input_pu rangeLaurent Pinchart1-248/+217
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds37-2683/+11177
2013-07-03Merge tag 'regmap-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds3-0/+1410
2013-07-03Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-0/+121
2013-07-03Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-26/+1074
2013-07-03Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-3/+3
2013-06-30pinctrl: st: Remove unnecessary use of of_match_ptr macroAxel Lin1-1/+1
2013-06-28pinctrl: st: fix return value checkWei Yongjun1-4/+4
2013-06-27pinctrl: vt8500: wmt: remove redundant dev_err call in wmt_pinctrl_probe()Wei Yongjun1-3/+1
2013-06-25Merge tag 'soc-exynos5420-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson3-0/+121
2013-06-25pinctrl: st: Add pinctrl and pinconf support.Srinivas KANDAGATLA3-0/+1410
2013-06-25pinctrl: remove bindings for pinconf options needing more thoughtHeiko Stübner1-3/+0
2013-06-25pinctrl: remove slew-rate parameter from tz1090Heiko Stübner2-10/+0
2013-06-25pinctrl: set unit for debounce time pinconfig to usecHeiko Stübner1-1/+1
2013-06-25pinctrl: rip out the direct pinconf APILinus Walleij1-174/+0
2013-06-24pinctrl-tz1090-pdc: add TZ1090 PDC pinctrl driverJames Hogan3-0/+1036
2013-06-24pinctrl-tz1090: add TZ1090 pinctrl driverJames Hogan3-0/+2084
2013-06-24pinctrl: samsung: Staticize drvdata_listSachin Kamat1-1/+1
2013-06-24pinctrl: rockchip: Add missing irq_gc_unlock() call before return errorAxel Lin1-0/+1
2013-06-24pinctrl: abx500: rework error pathPatrice Chotard1-27/+87
2013-06-24pinctrl: abx500: suppress hardcoded valuePatrice Chotard1-4/+17
2013-06-24pinctrl: abx500: factorize codePatrice Chotard1-17/+15
2013-06-24pinctrl: abx500: fix abx500_gpio_get()Patrice Chotard1-2/+15
2013-06-24pinctrl: abx500: fix abx500_pin_config_set()Patrice Chotard1-6/+25
2013-06-24pinctrl: abx500: Add device tree supportPatrice Chotard1-0/+184
2013-06-24sh-pfc: Guard DT parsing with #ifdef CONFIG_OFLaurent Pinchart1-0/+4
2013-06-21Merge tag 'renesas-pinmux2-for-v3.11' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann3-26/+403
2013-06-21Merge tag 'renesas-cleanup-for-v3.11' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann11-1529/+9944
2013-06-21Merge tag 's3c24xx-pinctrl-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-2/+1
2013-06-20Merge tag 'exynos-arch-2' of git://git.kernel.org/pub/scm/linux/kernel/git/kg...Arnd Bergmann1-2/+3
2013-06-20Merge tag 'nomadik-dt-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Arnd Bergmann1-1/+1
2013-06-20Merge tag 'u300-multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann2-16/+26
2013-06-19pinctrl: exynos: add exynos5420 SoC specific dataLeela Krishna Amudala3-0/+121
2013-06-18ARM: EXYNOS: Select PINCTRL_EXYNOS for exynos4/5 at chip levelDoug Anderson1-2/+3
2013-06-18pinctrl: s3c24xx: use correct header for chained_irq functionsHeiko Stuebner1-2/+1
2013-06-18pinctrl: add Intel BayTrail GPIO/pinctrl supportMathias Nyman3-0/+556
2013-06-18pinctrl: Staticize local symbolsSachin Kamat1-2/+2
2013-06-18pinctrl: spear/plgpio: Staticize spear310_o2pSachin Kamat1-1/+1
2013-06-18pinctrl: nomadik: Staticize local symbolsSachin Kamat1-3/+3