summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2020-02-24pinctrl: sh-pfc: sh7264: Fix CAN function GPIOsGeert Uytterhoeven1-5/+4
2020-02-15pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_BGeert Uytterhoeven1-2/+2
2020-02-15pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias controlGeert Uytterhoeven1-3/+3
2020-01-29pinctrl: sunrisepoint: Add missing Interrupt Status register offsetBoyan Ding1-0/+1
2020-01-17pinctrl: lewisburg: Update pin list according to v1.1v6Andy Shevchenko1-85/+86
2020-01-17pinctrl: sh-pfc: Do not use platform_get_irq() to count interruptsGeert Uytterhoeven1-10/+6
2020-01-17pinctrl: sh-pfc: Fix PINMUX_IPSR_PHYS() to set GPSRKeiya Nobuta1-2/+2
2020-01-17pinctl: ti: iodelay: fix error checking on pinctrl_count_index_with_args callColin Ian King1-1/+1
2020-01-17pinctrl: meson: Fix wrong shift value when get drive-strengthQianggui Song1-0/+1
2020-01-17pinctrl: lochnagar: select GPIOLIBArnd Bergmann1-0/+1
2020-01-12pinctrl: pinmux: fix a possible null pointer in pinmux_can_be_used_for_gpioAlexandre Torgue1-1/+1
2020-01-12pinctrl: aspeed-g6: Fix LPC/eSPI mux configurationAndrew Jeffery1-16/+8
2019-12-31pinctrl: baytrail: Really serialize all register accessesHans de Goede1-37/+44
2019-12-31pinctrl: amd: fix __iomem annotation in amd_gpio_irq_handler()Ben Dooks (Codethink)1-1/+2
2019-12-31pinctrl: qcom: sc7180: Add missing tile info in SDC_QDSD_PINGROUP/UFS_RESETRajendra Nayak1-8/+10
2019-12-31pinctrl: sh-pfc: sh7734: Fix duplicate TCLK1_BGeert Uytterhoeven1-2/+2
2019-12-31pinctrl: devicetree: Avoid taking direct reference to device name stringWill Deacon1-5/+20
2019-12-31Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D"Geert Uytterhoeven1-4/+5
2019-12-31Revert "pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and...Geert Uytterhoeven1-9/+11
2019-12-17pinctrl: samsung: Fix device node refcount leaks in S3C64xx wakeup controller...Krzysztof Kozlowski1-1/+5
2019-12-17pinctrl: samsung: Fix device node refcount leaks in init codeKrzysztof Kozlowski1-2/+8
2019-12-17pinctrl: samsung: Fix device node refcount leaks in S3C24xx wakeup controller...Krzysztof Kozlowski1-1/+5
2019-12-17pinctrl: samsung: Fix device node refcount leaks in Exynos wakeup controller ...Krzysztof Kozlowski1-2/+8
2019-12-17pinctrl: samsung: Add of_node_put() before return in error pathNishka Dasgupta1-1/+3
2019-12-17pinctrl: armada-37xx: Fix irq mask access in armada_37xx_irq_set_type()Gregory CLEMENT1-3/+3
2019-12-17pinctrl: rza2: Fix gpio name typosChris Brandt1-2/+2
2019-11-07pinctrl: stmfx: fix valid_mask init sequenceAmelie Delaunay1-14/+0
2019-10-30Merge tag 'intel-pinctrl-fixes-v5.4-2' of git://git.kernel.org/pub/scm/linux/...Linus Walleij2-14/+33
2019-10-25pinctrl: cherryview: Allocate IRQ chip dynamicAndy Shevchenko1-12/+12
2019-10-21pinctrl: cherryview: Fix irq_valid_mask calculationHans de Goede1-1/+1
2019-10-21pinctrl: intel: Avoid potential glitches if pin is in GPIO modeAndy Shevchenko1-1/+20
2019-10-16pinctrl: aspeed-g6: Rename SD3 to EMMC and rework pin groupsJohnny Huang2-40/+33
2019-10-16pinctrl: aspeed-g6: Fix UART13 group pinmuxJohnny Huang1-2/+2
2019-10-16pinctrl: aspeed-g6: Make SIG_DESC_CLEAR() behave intuitivelyAndrew Jeffery1-1/+1
2019-10-16pinctrl: aspeed-g6: Fix I3C3/I3C4 pinmux configurationJohnny Huang1-16/+8
2019-10-16pinctrl: aspeed-g6: Fix I2C14 SDA descriptionAndrew Jeffery1-1/+1
2019-10-16pinctrl: aspeed-g6: Sort pins for sanityAndrew Jeffery1-11/+11
2019-10-16pinctrl: berlin: as370: fix a typo s/spififib/spdifibJisheng Zhang1-1/+1
2019-10-11Merge tag 'intel-pinctrl-fixes-v5.4' of git://git.kernel.org/pub/scm/linux/ke...Linus Walleij2-17/+14
2019-10-09pinctrl: armada-37xx: swap polarity on LED groupPatrick Williams1-4/+4
2019-10-05pinctrl: stmfx: fix null pointer on removeAmelie Delaunay1-1/+1
2019-10-05pinctrl: iproc: allow for error from platform_get_irq()Chris Packham1-1/+1
2019-10-05pinctrl: ns2: Fix off by one bugs in ns2_pinmux_enable()Dan Carpenter1-2/+2
2019-10-05pinctrl: bcm-iproc: Use SPDX headerLinus Walleij1-9/+1
2019-10-05pinctrl: armada-37xx: fix control of pins 32 and upPatrick Williams1-9/+9
2019-10-01pinctrl: cherryview: restore Strago DMI workaround for all versionsDmitry Torokhov1-4/+0
2019-10-01pinctrl: intel: Allocate IRQ chip dynamicAndy Shevchenko1-13/+14
2019-09-20Merge tag 'pinctrl-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds81-2295/+7597
2019-09-17Merge tag 'gpio-v5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds6-99/+93
2019-09-13pinctrl: meson-gxbb: Fix wrong pinning definition for uart_cOtto Meier1-6/+6