summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl
Commit message (Expand)AuthorAgeFilesLines
* pinctrl: tigerlake: Fix GPIO mapping for newer version of softwareAndy Shevchenko2021-08-181-13/+13
* pinctrl: mediatek: Fix fallback behavior for bias_set_comboHsin-Yi Wang2021-08-181-5/+3
* pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq()Zou Wei2021-07-191-1/+1
* pinctrl/amd: Add device HID for new AMD GPIO controllerMaximilian Luz2021-07-191-0/+1
* pinctrl: mcp23s08: fix race condition in irq handlerRadim Pavlik2021-07-191-5/+5
* pinctrl: equilibrium: Add missing MODULE_DEVICE_TABLEBixuan Cui2021-07-191-0/+1
* pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilitiesGeert Uytterhoeven2021-07-141-4/+4
* pinctrl: renesas: r8a7796: Add missing bias for PRESET# pinGeert Uytterhoeven2021-07-141-1/+2
* pinctrl: stm32: fix the reported number of GPIO lines per bankFabien Dessenne2021-06-301-2/+7
* pinctrl: samsung: use 'int' for register masks in ExynosKrzysztof Kozlowski2021-05-191-5/+5
* pinctrl: pinctrl-single: fix pcs_pin_dbg_show() when bits_per_mux is not zeroHanna Hawa2021-05-141-20/+35
* pinctrl: pinctrl-single: remove unused parameterHanna Hawa2021-05-141-6/+2
* pinctrl: core: Show pin numbers for the controllers with base = 0Andy Shevchenko2021-04-281-6/+8
* pinctrl: lewisburg: Update number of pins in communityYuanyuan Zhong2021-04-281-3/+3
* pinctrl: rockchip: fix restore error in resumeWang Panzhenzhuan2021-04-071-5/+8
* pinctrl: qcom: Don't clear pending interrupts when enablingDouglas Anderson2021-01-271-24/+50
* pinctrl: qcom: Properly clear "intr_ack_high" interrupts when unmaskingDouglas Anderson2021-01-271-4/+10
* pinctrl: qcom: No need to read-modify-write the interrupt statusDouglas Anderson2021-01-271-15/+8
* pinctrl: qcom: Allow SoCs to specify a GPIO function that's not 0Douglas Anderson2021-01-272-2/+3
* pinctrl: mediatek: Fix fallback call pathHsin-Yi Wang2021-01-271-0/+4
* pinctrl: aspeed: g6: Fix PWMG0 pinctrl settingBilly Tsai2021-01-271-1/+1
* pinctrl: ingenic: Fix JZ4760 supportPaul Cercueil2021-01-271-13/+13
* pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_ha...Yangtao Li2020-12-301-2/+4
* pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()Yu Kuai2020-12-301-5/+9
* pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controllerYangtao Li2020-12-301-1/+1
* pinctrl: core: Add missing #ifdef CONFIG_GPIOLIBHe Zhe2020-12-301-0/+2
* pinctrl: intel: Actually disable Tx and Rx buffers on GPIO requestAndy Shevchenko2020-12-091-2/+2
* pinctrl: aspeed: Fix GPIO requests on pass-through banksAndrew Jeffery2020-12-082-9/+72
* pinctrl: amd: remove debounce filter setting in IRQ type settingCoiby Xu2020-12-041-7/+0
* Merge tag 'intel-pinctrl-v5.10-3' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Walleij2020-11-173-222/+246
|\
| * pinctrl: baytrail: Avoid clearing debounce value when turning it offAndy Shevchenko2020-11-161-1/+7
| * pinctrl: merrifield: Set default bias in case no particular value givenAndy Shevchenko2020-11-161-0/+8
| * pinctrl: jasperlake: Fix HOSTSW_OWN offsetEvan Green2020-11-161-1/+1
| * pinctrl: jasperlake: Unhide SPI group of pinsAndy Shevchenko2020-11-161-220/+230
* | Merge tag 'intel-pinctrl-v5.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2020-11-101-10/+30
|\|
| * pinctrl: intel: Set default bias in case no particular value givenAndy Shevchenko2020-10-261-0/+8
| * pinctrl: intel: Fix 2 kOhm bias which is 833 OhmAndy Shevchenko2020-10-261-10/+22
* | pinctrl: qcom: sm8250: Specify PDC mapBjorn Andersson2020-11-101-0/+18
* | pinctrl: qcom: Move clearing pending IRQ to .irq_request_resources callbackMaulik Shah2020-11-101-13/+19
* | pinctrl: amd: use higher precision for 512 RtcClkCoiby Xu2020-11-101-1/+1
* | pinctrl: amd: fix incorrect way to disable debounce filterCoiby Xu2020-11-101-2/+2
* | pinctrl: aspeed: Fix GPI only function problem.Billy Tsai2020-11-051-3/+4
* | pinctrl: mcp23s08: Print error message when regmap init failsAndy Shevchenko2020-11-051-0/+2
* | pinctrl: mcp23s08: Use full chunk of memory for regmap configurationAndy Shevchenko2020-11-051-1/+1
* | pinctrl: rockchip: create irq mapping in gpio_to_irqJianqun Xu2020-11-041-16/+12
* | pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irqJianqun Xu2020-11-041-0/+2
* | pinctrl: ingenic: Fix invalid SSI pinsPaul Cercueil2020-10-281-36/+36
|/
* Merge tag 'pinctrl-v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-14102-501/+10422
|\
| * pinctrl: amd: Add missing pins to the pin group listShyam Sundar S K2020-10-071-1/+68
| * pinctrl: visconti: PINCTRL_TMPV7700 should depend on ARCH_VISCONTIGeert Uytterhoeven2020-10-071-2/+2