summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)Author
2020-06-22pinctrl: merrifield: Update pin names in accordance with official listAndy Shevchenko
2020-06-22pinctrl: sh-pfc: r8a77970: Add RPC pins, groups, and functionsSergei Shtylyov
2020-06-22pinctrl: sh-pfc: r8a77980: Add RPC pins, groups, and functionsSergei Shtylyov
2020-06-22pinctrl: baytrail: Fix pin being driven low for a while on gpiod_get(..., GPI...Hans de Goede
2020-06-22pinctrl: baytrail: Drop no-op ACPI_PTR() callAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Drop no-op ACPI_PTR() callAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Introduce helpers to enable or disable inputAndy Shevchenko
2020-06-22pinctrl: lynxpoint: Make use of for_each_requested_gpio()Andy Shevchenko
2020-06-22pinctrl: intel: Make use of for_each_requested_gpio_in_range()Andy Shevchenko
2020-06-22pinctrl: intel: Protect IO in few call backs by lockAndy Shevchenko
2020-06-22pinctrl: intel: Split intel_config_get() to three functionsAndy Shevchenko
2020-06-22pinctrl: intel: Drop the only label in the code for consistencyAndy Shevchenko
2020-06-22pinctrl: intel: Get rid of redundant 'else' in intel_config_set_debounce()Andy Shevchenko
2020-06-22pinctrl: intel: Make use of IRQ_RETVAL()Andy Shevchenko
2020-06-22pinctrl: intel: Reduce scope of the lockAndy Shevchenko
2020-06-22pinctrl: intel: Disable input and output buffer when switching to GPIOAndy Shevchenko
2020-06-22pinctrl: cherryview: Re-use data structures from pinctrl-intel.h (part 3)Andy Shevchenko
2020-06-22pinctrl: intel: Allow drivers to define ACPI address space IDAndy Shevchenko
2020-06-22pinctrl: intel: Allow drivers to define total amount of IRQs per communityAndy Shevchenko
2020-06-22pinctrl: cherryview: Convert chv_writel() to use chv_padreg()Andy Shevchenko
2020-06-22pinctrl: cherryview: Introduce helpers to IO with common registersAndy Shevchenko
2020-06-22pinctrl: cherryview: Introduce chv_readl() helperAndy Shevchenko
2020-06-22pinctrl: amd: fix npins for uart0 in kerncz_groupsJacky Hu
2020-06-20Merge branch 'ib-for-each-requested' of /home/linus/linux-gpio into develLinus Walleij
2020-06-20pinctrl: at91: Make use of for_each_requested_gpio()Andy Shevchenko
2020-06-20pinctrl: stm32: add possibility to configure pins individuallyAlexandre Torgue
2020-06-20pinctrl: stm32: return proper error code in pin_config_setAlexandre Torgue
2020-06-20pinctrl: stm32: defer probe if reset resource is not yet readyEtienne Carriere
2020-06-20pinctrl: stm32: don't print an error on probe deferral during clock getEtienne Carriere
2020-06-20pinctrl: ingenic: Add ingenic,jz4725b-gpio compatible stringPaul Cercueil
2020-06-20pinctrl: single: fix function name in documentationDrew Fustini
2020-06-20pinctrl: qcom: ipq6018 Add missing pins in qpic pin groupSivaprakash Murugesan
2020-06-20Revert "pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource le...Haibo Chen
2020-06-16pinctrl-single: fix pcs_parse_pinconf() return valueDrew Fustini
2020-06-16pinctrl: ingenic: Add NAND FRE/FWE pins for JZ4740Paul Cercueil
2020-06-16pinctrl: mcp23s08: Split to three parts: fix ptr_ret.cocci warningskernel test robot
2020-06-16pinctrl: tegra: Use noirq suspend/resume callbacksVidya Sagar
2020-06-16pinctrl: qcom: spmi-gpio: fix warning about irq chip reusageDmitry Baryshkov
2020-06-07Merge tag 'pinctrl-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2020-06-04pinctrl: sprd: Fix the incorrect pull-up definitionBaolin Wang
2020-06-04pinctrl: pxa: pxa2xx: Remove 'pxa2xx_pinctrl_exit()' which is unused and brokenChristophe JAILLET
2020-06-03pinctrl: freescale: imx: Use 'devm_of_iomap()' to avoid a resource leak in ca...Christophe JAILLET
2020-06-03pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()'Christophe JAILLET
2020-06-03pinctrl: sirf: add missing put_device() call in sirfsoc_gpio_probe()yu kuai
2020-06-03pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()'Christophe JAILLET
2020-06-03pinctrl: bcm2835: Add support for wake-up interruptsFlorian Fainelli
2020-06-03pinctrl: bcm2835: Match BCM7211 compatible stringFlorian Fainelli
2020-05-25pinctrl: at91-pio4: Add COMPILE_TEST supportTiezhu Yang
2020-05-25pinctrl: Fix return value about devm_platform_ioremap_resource()Tiezhu Yang
2020-05-25Merge tag 'sh-pfc-for-v5.8-tag2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Walleij