aboutsummaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-04-04Merge tag 'gpio-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 2-5/+3
2020-04-02Merge tag 'pinctrl-v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Gravatar Linus Torvalds 53-607/+2911
2020-04-02pinctrl: Unconditionally assign .request()/.free()Gravatar Thierry Reding 1-5/+2
2020-04-01gpio: export of_pinctrl_get to modulesGravatar Stephen Rothwell 1-0/+1
2020-03-31pinctrl: qcom: fix compilation errorGravatar Ansuel Smith 1-1/+0
2020-03-30Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+54
2020-03-30Merge tag 'driver-core-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-4/+5
2020-03-28pinctrl: qcom: use scm_call to route GPIO irq to AppsGravatar Ajay Kishore 1-6/+37
2020-03-27pinctrl: sprd: Add pin high impedance mode supportGravatar Linhua Xu 1-0/+12
2020-03-27pinctrl: sprd: Use the correct pin output configurationGravatar Linhua Xu 1-3/+7
2020-03-27pinctrl: tegra: Add SFIO/GPIO programming on Tegra194Gravatar Thierry Reding 3-0/+51
2020-03-27pinctrl: tegra: Renumber the GG.0 and GG.1 pinsGravatar Thierry Reding 1-7/+4
2020-03-27pinctrl: tegra: Do not add default pin range on Tegra194Gravatar Thierry Reding 2-2/+1
2020-03-27pinctrl: tegra: Pass struct tegra_pmx for pin range checkGravatar Thierry Reding 1-3/+3
2020-03-27pinctrl: tegra: Fix "Scmitt" -> "Schmitt" typoGravatar Thierry Reding 1-1/+1
2020-03-27pinctrl: tegra: Fix whitespace issues for improved readabilityGravatar Thierry Reding 1-16/+17
2020-03-27pinctrl: mediatek: Use scnprintf() for avoiding potential buffer overflowGravatar Takashi Iwai 1-3/+3
2020-03-26pinctrl: freescale: drop the dependency on ARM64 for i.MX8MGravatar Peng Fan 1-4/+4
2020-03-26Revert "pinctrl: mvebu: armada-37xx: use use platform api"Gravatar Linus Walleij 1-9/+3
2020-03-24irqchip/stm32: Retrigger both in eoi and unmask callbacksGravatar Marek Vasut 1-4/+14
2020-03-12pinctrl: meson: add tsin pinctrl for meson gxbb/gxl/gxmGravatar Igor Vavro 2-0/+62
2020-03-09pinctrl: qcom: Assign irq_eoi conditionallyGravatar Linus Walleij 1-2/+1
2020-03-09pinctrl: falcon: fix syntax errorGravatar Mathias Kresin 1-1/+1
2020-03-09pinctrl: qcom: ssbi-gpio: Fix fwspec parsing bugGravatar Linus Walleij 1-1/+1
2020-03-08pinctrl: stm32: Add level interrupt support to gpio irq chipGravatar Alexandre Torgue 1-2/+43
2020-03-04pinctrl: Remove use of driver_deferred_probe_check_state_continue()Gravatar John Stultz 1-4/+5
2020-03-03pinctrl: sprd: Fix the kconfig warningGravatar Baolin Wang 1-3/+3
2020-03-02pinctrl: ingenic: add hdmi-ddc pin control groupGravatar Paul Boddie 1-0/+7
2020-02-29pinctrl: madera: Add missing call to pinctrl_unregister_mappingsGravatar Charles Keepax 1-0/+13
2020-02-29pinctrl: core: Remove extra kref_get which blocks hogs being freedGravatar Charles Keepax 1-1/+0
2020-02-29pinctrl: sirf/atlas7: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-02-29pinctrl: sprd: Allow the SPRD pinctrl driver building into a moduleGravatar Baolin Wang 2-3/+6
2020-02-29pinctrl: Export some needed symbols at module load timeGravatar Baolin Wang 2-0/+2
2020-02-28pinctrl: da9062: Fix error gpiolib.h pathGravatar YueHaibing 1-1/+1
2020-02-26Merge tag 'sh-pfc-for-v5.7-tag1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Walleij 3-68/+248
2020-02-21pinctrl: mediatek: Fix some off by one bugsGravatar Dan Carpenter 1-7/+7
2020-02-21pinctrl: imx: scu: Align imx sc msg structs to 4Gravatar Leonard Crestez 1-2/+2
2020-02-21pinctrl: ingenic: Improve unreachable code generationGravatar Josh Poimboeuf 1-1/+2
2020-02-21pinctrl: meson-gxl: fix GPIOX sdio pinsGravatar Nicolas Belin 1-2/+2
2020-02-21ipq8064: pinctrl: Fixed missing RGMII pincontrol definitionsGravatar Ansuel Smith 1-5/+5
2020-02-21pinctrl: uniphier: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-02-21pinctrl: Ingenic: Add missing parts for X1830.Gravatar 周琰杰 (Zhou Yanjie) 1-0/+31
2020-02-21pinctrl: Use new GPIO_LINE_DIRECTIONGravatar Matti Vaittinen 24-41/+119
2020-02-21pinctrl: sunxi: Mask non-wakeup IRQs on suspendGravatar Samuel Holland 1-0/+2
2020-02-21pinctrl: sunxi: Forward calls to irq_set_irq_wakeGravatar Samuel Holland 1-2/+12
2020-02-21pinctrl: sh-pfc: Remove use of ARCH_R8A7795Gravatar Geert Uytterhoeven 1-2/+2
2020-02-21pinctrl: sh-pfc: gpio: Return early in gpio_pin_to_irq()Gravatar Geert Uytterhoeven 1-4/+1
2020-02-21pinctrl: sh-pfc: checker: Add function GPIO checksGravatar Geert Uytterhoeven 1-0/+20
2020-02-21pinctrl: sh-pfc: checker: Add data register checksGravatar Geert Uytterhoeven 1-0/+8
2020-02-21pinctrl: sh-pfc: checker: Add ioctrl register checksGravatar Geert Uytterhoeven 1-0/+4