aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/Kconfig (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-17/+20
2022-10-04pinctrl: Create subdirectory for StarFive driversJianlong Huang1-17/+1
2022-09-14pinctrl: ocelot: add help and description information to ocelot pinctrl kconfigColin Foster1-0/+5
2022-09-09pinctrl: microchip-sgpio: allow sgpio driver to be used as a moduleColin Foster1-1/+4
2022-09-08pinctrl: cy8c95x0: Make use of device propertiesAndy Shevchenko1-1/+1
2022-08-25pinctrl: Add Cypress cy8c95x0 supportPatrick Rudolph1-0/+14
2022-08-10Merge tag 'pinctrl-v6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+1
2022-07-18pinctrl: Don't allow PINCTRL_AMD to be a moduleMario Limonciello1-1/+1
2022-06-28pinctrl: ocelot: allow building as a moduleClément Léger1-1/+1
2022-01-30pinctrl: Add driver for Sunplus SP7021Wells Lu1-0/+1
2022-01-12Merge tag 'pinctrl-v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-216/+234
2021-12-16pinctrl: starfive: Add pinctrl driver for StarFive SoCsEmil Renner Berthing1-0/+17
2021-12-09pinctrl: Sort Kconfig and Makefile entries alphabeticallyAndy Shevchenko1-235/+234
2021-12-09pinctrl: Add Intel Thunder Bay pinctrl driverLakshmi Sowjanya D1-0/+19
2021-10-27pinctrl: add pinctrl/GPIO driver for Apple SoCsJoey Gouly1-0/+16
2021-08-11pinctrl: Add Intel Keem Bay pinctrl driverLakshmi Sowjanya D1-0/+19
2021-07-30pinctrl: pistachio: Make it as an optionJiaxun Yang1-1/+4
2021-06-26pinctrl: zynqmp: some code cleanupsSai Krishna Potthuri1-0/+2
2021-04-22pinctrl: Add Xilinx ZynqMP pinctrl driver supportSai Krishna Potthuri1-0/+14
2021-03-25pinctrl: PINCTRL_ROCKCHIP should depend on ARCH_ROCKCHIPGeert Uytterhoeven1-0/+1
2021-03-15pinctrl: rockchip: make driver be tristate moduleJianqun Xu1-1/+1
2021-03-15arm64: remove select PINCTRL_ROCKCHIP from ARCH_ROCKCHIPJianqun Xu1-0/+4
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+13
2021-02-18pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal1-0/+13
2021-01-21pinctrl: remove ste u300 driverArnd Bergmann1-6/+0
2021-01-21pinctrl: remove coh901 driverArnd Bergmann1-10/+0
2021-01-21pinctrl: remove sirf atlas/prima driversArnd Bergmann1-8/+0
2021-01-21pinctrl: remove zte zx driverArnd Bergmann1-1/+0
2020-12-16Merge tag 'pinctrl-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-0/+20
2020-12-11pinctrl: pinctrl-microchip-sgpio: Add irq support (for sparx5)Lars Povlsen1-0/+1
2020-12-08pinctrl: ralink: add a pinctrl driver for the rt2880 familySergio Paracuellos1-0/+1
2020-12-04pinctrl: at91-pio4: Make PINCTRL_AT91PIO4 depend on HAS_IOMEM to fix build errorTiezhu Yang1-0/+1
2020-12-02pinctrl: pinctrl-microchip-sgpio: Add OF config dependencyLars Povlsen1-0/+2
2020-12-02pinctrl: pinctrl-microchip-sgpio: Add pinctrl driver for Microsemi Serial GPIOLars Povlsen1-0/+16
2020-09-21Merge tag 'renesas-pinctrl-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers into develLinus Walleij1-33/+1
2020-09-15pinctrl: Rename sh-pfc to renesasGeert Uytterhoeven1-1/+1
2020-09-15pinctrl: sh-pfc: Collect Renesas related CONFIGs in one placeKuninori Morimoto1-32/+0
2020-09-12pinctrl: rockchip: depend on OFHeiko Stuebner1-0/+2
2020-09-12pinctrl: visconti: Add Toshiba Visconti SoCs pinctrl supportNobuhiro Iwamatsu1-0/+1
2020-05-25pinctrl: at91-pio4: Add COMPILE_TEST supportTiezhu Yang1-1/+1
2020-05-16pinctrl: amd: Add ACPI dependencyGeert Uytterhoeven1-0/+1
2020-05-16pinctrl: equilibrium: Add architecture dependencyGeert Uytterhoeven1-0/+1
2020-04-16pinctrl: mcp23s08: Split to three parts: core, I²C, SPIAndy Shevchenko1-3/+10
2020-02-19pinctrl: da9062: add driver supportMarco Felsch1-0/+12
2019-12-16pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT configPaul Cercueil1-1/+1
2019-12-13pinctrl: Modify Kconfig to fix linker errorRahul Tanwar1-0/+1
2019-11-21pinctrl: Fix Kconfig indentationKrzysztof Kozlowski1-9/+9
2019-11-21pinctrl: Add pinmux & GPIO controller driver for a new SoCRahul Tanwar1-0/+18
2019-05-28Merge tag 'pinctrl-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds1-1/+1
2019-05-24pinctrl: stmfx: Fix compile issue when CONFIG_OF_GPIO is not definedAmelie Delaunay1-1/+1