summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorLines
2020-06-22pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko-1/+15
2020-06-22pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko-28/+61
2020-06-22pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko-5/+3
2020-06-22pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko-5/+5
2020-06-22pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko-10/+10
2020-06-22pinctrl: intel: Reduce scope of the lockAndy Shevchenko-7/+7
2020-06-22pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko-1/+13
2020-06-22pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)Andy Shevchenko-129/+137
2020-06-22pinctrl: intel: Allow drivers to define ACPI address space IDAndy Shevchenko-0/+2
2020-06-22pinctrl: intel: Allow drivers to define total amount of IRQs per communityAndy Shevchenko-0/+2
2020-06-22pinctrl: cherryview: Convert chv_writel() to use chv_padreg()Andy Shevchenko-32/+16
2020-06-22pinctrl: cherryview: Introduce helpers to IO with common registersAndy Shevchenko-13/+26
2020-06-22pinctrl: cherryview: Introduce chv_readl() helperAndy Shevchenko-35/+36
2020-06-22pinctrl: amd: fix npins for uart0 in kerncz_groupsJacky Hu-1/+1
2020-06-20Merge branch 'ib-for-each-requested' of /home/linus/linux-gpio into develLinus Walleij-5/+2
2020-06-20pinctrl: at91: Make use of for_each_requested_gpio()Andy Shevchenko-5/+2
2020-06-20pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue-2/+21
2020-06-20pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue-1/+1
2020-06-20pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere-4/+8
2020-06-20pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere-6/+17
2020-06-20pinctrl: ingenic: Add ingenic,jz4725b-gpio compatible stringPaul Cercueil-0/+1
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini-1/+1
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan-1/+2
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen-4/+3
2020-06-16pinctrl-single: fix pcs_parse_pinconf() return valueDrew Fustini-4/+7
2020-06-16pinctrl: ingenic: Add NAND FRE/FWE pins for JZ4740Paul Cercueil-1/+4
2020-06-16pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warningskernel test robot-4/+1
2020-06-16pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar-2/+2
2020-06-16pinctrl: qcom: spmi-gpio: fix warning about irq chip reusageDmitry Baryshkov-11/+10
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds-1288/+3343
2020-06-04pinctrl: sprd: Fix the incorrect pull-up definitionBaolin Wang-2/+2
2020-06-04pinctrl: pxa: pxa2xx: Remove 'pxa2xx_pinctrl_exit()' which is unused and brokenChristophe JAILLET-9/+0
2020-06-03pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in ca...Christophe JAILLET-3/+4
2020-06-03pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'Christophe JAILLET-17/+2
2020-06-03pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe()yu kuai-6/+14
2020-06-03pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()'Christophe JAILLET-1/+0
2020-06-03pinctrl: bcm2835: Add support for wake-up interruptsFlorian Fainelli-1/+75
2020-06-03pinctrl: bcm2835: Match BCM7211 compatible stringFlorian Fainelli-0/+4
2020-05-25pinctrl: at91-pio4: Add COMPILE_TEST supportTiezhu Yang-1/+1
2020-05-25pinctrl: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang-2/+2
2020-05-25Merge tag 'sh-pfc-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-353/+405
2020-05-19Merge tag 'samsung-pinctrl-5.8' of https://git.kernel.org/pub/scm/linux/kerne...Linus Walleij-24/+58
2020-05-18pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2Lars Povlsen-1/+2
2020-05-18pinctrl: ocelot: Remove instance number from pin functionsLars Povlsen-64/+30
2020-05-18pinctrl: ocelot: Always register GPIO driverLars Povlsen-15/+15
2020-05-16pinctrl: amd: Add ACPI dependencyGeert Uytterhoeven-0/+1
2020-05-16pinctrl: equilibrium: Add architecture dependencyGeert Uytterhoeven-0/+1
2020-05-15Merge tag 'intel-pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij-266/+573
2020-05-15pinctrl: rza1: Fix flag name in commentGeert Uytterhoeven-1/+1
2020-05-15pinctrl: sh-pfc: r8a7790: Add r8a7742 PFC supportLad Prabhakar-352/+404