summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq()Zou Wei2021-06-091-1/+1
| * | | pinctrl: bcm: Constify static pinmux_opsRikard Falkeborn2021-06-097-7/+7
| * | | pinctrl: bcm: Constify static pinctrl_opsRikard Falkeborn2021-06-097-7/+7
| * | | pinctrl: ralink: move RT288X SoC pinmux config into a new 'pinctrl-rt288x.c' ...Sergio Paracuellos2021-06-073-0/+66
| * | | pinctrl: ralink: move MT7620 SoC pinmux config into a new 'pinctrl-mt7620.c' ...Sergio Paracuellos2021-06-073-0/+396
| * | | pinctrl: ralink: move RT305X SoC pinmux config into a new 'pinctrl-rt305x.c' ...Sergio Paracuellos2021-06-073-0/+142
| * | | pinctrl: ralink: move RT3883 SoC pinmux config into a new 'pinctrl-rt3883.c' ...Sergio Paracuellos2021-06-073-0/+113
| * | | pinctrl: ralink: move MT7621 SoC pinmux config into a new 'pinctrl-mt7621.c' ...Sergio Paracuellos2021-06-073-0/+123
| * | | pinctrl: ralink: move ralink architecture pinmux header into the driverSergio Paracuellos2021-06-072-25/+58
| * | | pinctrl: single: config: enable the pin's inputDario Binacchi2021-06-071-0/+3
| * | | pinctrl: mtk: Fix mt8365 Kconfig dependencyLinus Walleij2021-06-071-0/+1
| * | | pinctrl: mcp23s08: fix race condition in irq handlerRadim Pavlik2021-06-071-5/+5
| * | | Merge tag 'renesas-pinctrl-for-v5.14-tag1' of git://git.kernel.org/pub/scm/li...Linus Walleij2021-05-285-56/+56
| |\ \ \ | | | |/ | | |/|
| | * | pinctrl: renesas: r8a779{51,6,65}: Reduce non-functional differencesGeert Uytterhoeven2021-05-113-44/+46
| | * | pinctrl: renesas: r8a7778: Remove unused PORT_GP_PUP_1() macroGeert Uytterhoeven2021-05-111-3/+0
| | * | pinctrl: renesas: r8a77990: Drop bogus PUEN_ prefixes in commentsGeert Uytterhoeven2021-05-111-4/+4
| | * | pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilitiesGeert Uytterhoeven2021-05-111-4/+4
| | * | pinctrl: renesas: r8a7796: Add missing bias for PRESET# pinGeert Uytterhoeven2021-05-111-1/+2
| | |/
| * | pinctrl: mediatek: move bit assignmentLinus Walleij2021-05-281-1/+1
| * | pinctrl: bcm2835: Accept fewer than expected IRQsPhil Elwell2021-05-281-2/+6
| * | pinctrl: Fix kernel-docYang Li2021-05-281-1/+1
| * | pinctrl: pinctrl-aspeed-g6: Add sgpio pinctrl settingsSteven Lee2021-05-282-4/+29
| * | pinctrl: mediatek: add support for mt8365 SoCFabien Parent2021-05-274-0/+2020
| * | pinctrl: mediatek: don't hardcode mode encoding in common codeFabien Parent2021-05-2710-10/+36
| * | pinctrl: at91: Constify struct at91_pinctrl_mux_opsRikard Falkeborn2021-05-251-7/+7
| * | pinctrl: npcm: Align a few entries in the pin function tableJonathan Neuschäfer2021-05-251-2/+2
| * | pinctrl/amd: Add device HID for new AMD GPIO controllerMaximilian Luz2021-05-251-0/+1
| * | pinctrl: qcom: spmi-gpio: Add support for pm7325satya priya2021-05-201-0/+1
| * | pinctrl: iproc-gpio: Remove redundant error printing in iproc_gpio_probe()Zhen Lei2021-05-201-3/+1
| * | pinctrl: ocelot: Remove redundant error printing in ocelot_pinctrl_probe()Zhen Lei2021-05-201-3/+1
| * | pinctrl: equilibrium: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-05-201-0/+1
| * | pinctrl: qcom: spmi-mpp: Add compatible for pmi8994Bjorn Andersson2021-05-191-0/+1
| * | pinctrl: amd: Implement irq_set_wakeRaul E Rangel2021-05-191-1/+31
| |/
* | pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne2021-06-181-2/+7
* | pinctrl: microchip-sgpio: Put fwnode in error case during ->probe()Andy Shevchenko2021-06-181-1/+3
* | pinctrl: qcom: Make it possible to select SC8180x TLMMBjorn Andersson2021-06-091-1/+1
* | pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabledSergio Paracuellos2021-06-071-1/+1
* | pinctrl: qcom: Fix duplication in gpio_groupsManivannan Sadhasivam2021-06-071-9/+9
* | pinctrl: aspeed: Fix minor documentation errorSouptick Joarder2021-05-194-6/+8
|/
* linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada2021-05-091-0/+3
* Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-3086-1012/+9710
|\
| * pinctrl: Add Xilinx ZynqMP pinctrl driver supportSai Krishna Potthuri2021-04-223-0/+921
| * pinctrl: rockchip: do coding style for mux route structJianqun Xu2021-04-221-570/+80
| * pinctrl: Introduce MODE group in enum pin_config_paramAndy Shevchenko2021-04-225-12/+12
| * pinctrl: core: Fix kernel doc string for pin_get_name()Andy Shevchenko2021-04-221-1/+1
| * pinctrl: mediatek: use spin lock in mtk_rmwTzung-Bi Shih2021-04-224-5/+6
| * pinctrl: add drive for I2C related pins on MT8195Zhiyong Tao2021-04-223-0/+41
| * pinctrl: add pinctrl driver on mt8195Zhiyong Tao2021-04-224-0/+2504
| * pinctrl: Ingenic: Add pinctrl driver for X2000.周琰杰 (Zhou Yanjie)2021-04-221-13/+579
| * pinctrl: Ingenic: Add pinctrl driver for JZ4775.周琰杰 (Zhou Yanjie)2021-04-221-0/+279