summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2014-12-17pinctrl: exynos: add exynos5420 SoC specific dataLeela Krishna Amudala3-0/+121
2014-11-18pinctrl: samsung: Fix parsing of pin functionsTomasz Figa1-2/+2
2014-11-18pinctrl: samsung: Allow grouping multiple pinmux/pinconf nodesTomasz Figa2-250/+380
2014-11-18pinctrl: exynos: Add driver data for Exynos3250Tomasz Figa3-0/+70
2014-11-18pinctrl: exynos: ack level-triggered interrupts before unmaskingDoug Anderson1-0/+22
2014-11-18pinctrl: exynos: reorder xyz_irq_unmask() so future patch can ackDoug Anderson1-26/+26
2014-11-18pinctrl: exynos: Add spinlocks to irq_mask and irq_unmaskDoug Anderson1-0/+20
2014-11-18pinctrl: samsung: Parse pin groups before calling pinctrl_register()Tomasz Figa1-6/+4
2014-02-20pinctrl: protect pinctrl_list addStanislaw Gruszka1-0/+2
2014-02-20pinctrl: vt8500: Change devicetree data parsingTony Prisk1-1/+14
2014-02-06pinctrl: sunxi: Honor GPIO output initial vaulesChen-Yu Tsai1-6/+7
2013-12-04pinctrl: dove: unset twsi option3 for gconfig as wellRoel Kluin1-1/+1
2013-09-26pinctrl: at91: fix get_pullup/down function returnBoris BREZILLON1-2/+2
2013-06-07Merge tag 'renesas-fixes-for-v3.10' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-9/+36
2013-06-04sh-pfc: r8a7779: Don't group USB OVC and PENC pinsLaurent Pinchart1-9/+36
2013-05-27pinctrl: pinconf: take the right mutexLinus Walleij1-2/+2
2013-05-27pinctrl: sunxi: fix error return code in sunxi_pinctrl_probe()Wei Yongjun1-1/+3
2013-05-27pinctrl: exynos: Handle suspend/resume of GPIO EINT registersTomasz Figa2-3/+114
2013-05-27pinctrl: samsung: Allow per-bank SoC-specific private dataTomasz Figa1-0/+1
2013-05-27pinctrl: samsung: Add support for SoC-specific suspend/resume callbacksTomasz Figa2-0/+9
2013-05-27pinctrl: Don't override the error code in probe error handlingAxel Lin3-4/+5
2013-05-27pinctrl: exynos: Add support for set_irq_wake of wake-up EINTsTomasz Figa1-0/+23
2013-05-27pinctrl: samsung: fix suspend/resume functionalityDoug Anderson2-0/+153
2013-05-20Merge tag 'pinctrl-fixes-v3.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus 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/...Linus Torvalds1-1/+1
2013-05-07Merge tag 'soc-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-443/+2791
2013-05-04Merge tag 'renesas-pinctrl-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds22-4281/+7476
2013-05-04Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-11/+3098
2013-05-02Merge tag 'pinctrl-fixes-v3.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2013-05-02Merge tag 'multiplatform-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-8/+4
2013-05-02Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds10-5893/+2693
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus 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/li...Olof Johansson1-1/+1
2013-04-09pinctrl: add pinctrl driver for imx6slShawn Guo2-0/+411