aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-20Merge tag 'pinctrl-fixes-v3.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-19/+19
2013-05-18drivers/pinctrl: don't check resource with devm_ioremap_resourceWolfram Sang4-19/+0
2013-05-15pinctrl/lantiq: Free mapping configs for both pin and groupsLaurent Pinchart1-1/+2
2013-05-14pinctrl: single: fix error return code in pcs_parse_one_pinctrl_entry()Wei Yongjun1-1/+2
2013-05-14pinctrl: vt8500: Fix incorrect data in WM8750 pinctrl tableTony Prisk1-1/+1
2013-05-14pinctrl: abx500: Rejiggle platform data and DT initialisationLee Jones1-14/+13
2013-05-14pinctrl: abx500: Specify failed sub-driver by ID instead of driver_dataLee Jones1-2/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-13/+13
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds9-443/+2791
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds22-4281/+7476
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds16-11/+3098
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds2-4/+4
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-8/+4
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds10-5893/+2693
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds5-7/+5
2013-04-30pinctrl: fix mutex deadlock in get_pinctrl_dev_from_of_node()Daniel Mack1-1/+1
2013-04-30pinctrl: plgpio: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-3/+3
2013-04-26pinctrl: move subsystem mutex to pinctrl_dev structPatrice Chotard5-164/+176
2013-04-26pinctrl/pinconfig: fix misplaced gotoLaurent Meunier1-1/+1
2013-04-23pinctrl: s3c64xx: Fix build error caused by undefined chained_irq_enterTomasz Figa1-2/+1
2013-04-19pinctrl: vt8500: wmt: Fix checking return value of pinctrl_register()Axel Lin1-1/+1
2013-04-19pinctrl/pinconfig: add debug interfaceLaurent Meunier1-0/+232
2013-04-18pinctrl: abx500: fix issue when no pdataPatrice CHOTARD1-1/+0
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-13/+13
2013-04-11Merge tag 'renesas-pinmux-fixes-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/soc2Olof Johansson1-1/+1
2013-04-09pinctrl: add pinctrl driver for imx6slShawn Guo2-0/+411
2013-04-09pinctrl: add pinctrl driver for imx6dlShawn Guo3-2/+500
2013-04-09pinctrl: imx: move hard-coding data into device treeShawn Guo6-5891/+1782
2013-04-09Merge branch 'mxs/cleanup' into next/multiplatformArnd Bergmann6-5/+69
2013-04-09Merge tag 'v3.9-rc5' into next/cleanupArnd Bergmann6-5/+69
2013-04-09sh-pfc: r8a7779: tidyup intc_irq3_b typoKuninori Morimoto1-1/+1
2013-04-09pinctrl: sunxi: Rename wemac functions to emacMaxime Ripard1-18/+18
2013-04-09pinctrl: exynos5440: add gpio interrupt supportThomas Abraham1-0/+142
2013-04-09pinctrl: exynos5440: fix probe failure due to missing pin-list in config nodesThomas Abraham1-3/+6
2013-04-09pinctrl: ab8505: Staticize some symbolsSachin Kamat1-2/+3
2013-04-09pinctrl: ab8540: Staticize some symbolsSachin Kamat1-2/+3
2013-04-09pinctrl: ab9540: Staticize some symbolsSachin Kamat1-2/+3
2013-04-09pinctrl: ab8500: Staticize some symbolsSachin Kamat1-2/+3
2013-04-09pinctrl: abx500: Staticize some symbolsSachin Kamat1-5/+5
2013-04-09pinctrl: Add pinctrl-s3c64xx driverTomasz Figa5-0/+832
2013-04-09pinctrl: samsung: Handle banks with two configuration registersTomasz Figa1-0/+10
2013-04-09pinctrl: samsung: Remove hardcoded register offsetsTomasz Figa3-37/+15
2013-04-09pinctrl: samsung: Split pin bank description into two structuresTomasz Figa4-36/+49
2013-04-09pinctrl: samsung: Include pinctrl-exynos driver data conditionallyTomasz Figa1-0/+2
2013-04-09pinctrl: samsung: Protect bank registers with a spinlockTomasz Figa3-0/+37
2013-04-08Merge tag 'omap-for-v3.10/timer-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into next/driversArnd Bergmann5-4/+9
2013-04-08Merge branch 'gic/cleanup' into next/soc2Arnd Bergmann5-7/+5
2013-04-08Merge tag 'vt8500/pinctrl' of git://server.prisktech.co.nz/git/linuxwmt into next/driversArnd Bergmann13-9/+3044
2013-04-04pinctrl: bcm2835: make use of of_property_read_u32_index()Stephen Warren1-8/+11