summaryrefslogtreecommitdiff
path: root/drivers/pinctrl
AgeCommit message (Expand)AuthorFilesLines
2024-04-04pinctrl: max77620: Remove an unused fields in struct max77620_pin_info and ma...Christophe JAILLET1-2/+0
2024-04-04pinctrl: mediatek: paris: Rework support for PIN_CONFIG_{INPUT,OUTPUT}_ENABLEChen-Yu Tsai1-27/+11
2024-04-04pinctrl: mediatek: paris: Fix PIN_CONFIG_INPUT_SCHMITT_ENABLE readbackChen-Yu Tsai1-0/+2
2024-04-04pinctrl: sunxi: sun9i-a80-r: drop driver owner assignmentKrzysztof Kozlowski1-1/+0
2024-04-04pinctrl: aw9523: Fix indentation in a few placesAndy Shevchenko1-9/+8
2024-04-04pinctrl: aw9523: Sort headers and group pinctrl/*Andy Shevchenko1-5/+6
2024-04-04pinctrl: aw9523: Make use of dev_err_probe()Andy Shevchenko1-6/+3
2024-04-04pinctrl: aw9523: Remove unused irqchip field in struct aw9523_irqAndy Shevchenko1-8/+0
2024-04-04pinctrl: aw9523: Get rid of redundant ' & U8_MAX' piecesAndy Shevchenko1-7/+7
2024-04-04pinctrl: aw9523: Use temporary variable for HW IRQ numberAndy Shevchenko1-8/+8
2024-04-04pinctrl: aw9523: Make use of struct pinfunction and PINCTRL_PINFUNCTION()Andy Shevchenko1-26/+6
2024-04-04pinctrl: aw9523: Always try both ports in aw9523_gpio_set_multiple()Andy Shevchenko1-5/+2
2024-04-04pinctrl: aw9523: Use correct error code for not supported functionalityAndy Shevchenko1-4/+5
2024-04-04pinctrl: aw9523: Destroy mutex on ->remove()Andy Shevchenko1-7/+1
2024-04-02pinctrl: armada-37xx: remove an unused variableArnd Bergmann1-3/+0
2024-03-31Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2024-03-31kbuild: make -Woverride-init warnings more consistentArnd Bergmann1-1/+1
2024-03-29pinctrl: core: delete incorrect free in pinctrl_enable()Dan Carpenter1-7/+1
2024-03-29pinctrl: pinctrl-single: move suspend()/resume() callbacks to noirqThomas Richard1-19/+9
2024-03-28pinctrl/meson: fix typo in PDM's pin nameJan Dakinevich1-3/+3
2024-03-28pinctrl: qcom: spmi-gpio: Add PMIH0108 and PMD8028 supportAnjelique Melendez1-0/+2
2024-03-28pinctrl: qcom: spmi-gpio: Add PMXR2230 and PM6450 supportAnjelique Melendez1-0/+2
2024-03-28pinctrl: pinctrl-aspeed-g6: Fix register offset for pinconf of GPIOR-TBilly Tsai1-17/+17
2024-03-28pinctrl: bcm2835: Implement bcm2711_pinconf_getStefan Wahren1-1/+40
2024-03-28pinctrl: bcm2835: Implement bcm2835_pinconf_getStefan Wahren1-2/+21
2024-03-28pinctrl: pxa2xx: Make use of struct pingroupAndy Shevchenko2-22/+16
2024-03-28pinctrl: pxa2xx: Make use of struct pinfunctionAndy Shevchenko2-21/+11
2024-03-26pinctrl: renesas: rzg2l: Execute atomically the interrupt configurationClaudiu Beznea1-1/+10
2024-03-26genirq: Introduce IRQF_COND_ONESHOT and use it in pinctrl-amdRafael J. Wysocki1-1/+1
2024-03-16Merge tag 'phy-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-1/+1
2024-03-14Merge tag 'pinctrl-v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds29-1114/+6061
2024-03-13Merge tag 'pwm/for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2024-03-08pinctrl: aw9523: Make the driver tristateLinus Walleij1-1/+1
2024-03-07Merge branch 'ib-nomadik-gpio' into develLinus Walleij5-1000/+149
2024-03-06pinctrl: nomadik: fix dereference of error pointerThéo Lebrun1-2/+3
2024-03-06pinctrl: aw9523: Add proper terminatorLinus Walleij1-0/+1
2024-03-06pinctrl: core: comment that pinctrl_add_gpio_range() is deprecatedDan Carpenter1-0/+4
2024-03-06pinctrl: pinmux: Suppress error message for -EPROBE_DEFERAndre Przywara1-3/+3
2024-03-06pinctrl: Add driver for Awinic AW9523/B I2C GPIO ExpanderAngeloGioacchino Del Regno3-0/+1137
2024-03-03gpio: nomadik: Finish conversion to use firmware node APIsAndy Shevchenko1-13/+12
2024-03-01gpio: nomadik: fix Kconfig dependencies inbetween pinctrl & GPIOThéo Lebrun1-0/+1
2024-02-29pinctrl: da9062: Add OF tableBiju Das1-0/+7
2024-02-29pinctrl: ocelot: remove redundant assignment to variable retColin Ian King1-1/+0
2024-02-29pinctrl: don't put the reference to GPIO device in pinctrl_pins_show()Bartosz Golaszewski1-1/+1
2024-02-29gpio: nomadik: support mobileye,eyeq5-gpioThéo Lebrun1-0/+2
2024-02-29gpio: nomadik: request dynamic ID allocationThéo Lebrun1-18/+36
2024-02-29pinctrl: nomadik: follow conditional kernel coding conventionsThéo Lebrun1-8/+8
2024-02-29pinctrl: nomadik: follow whitespace kernel coding conventionsThéo Lebrun1-33/+33
2024-02-29pinctrl: nomadik: follow type-system kernel coding conventionsThéo Lebrun1-40/+38
2024-02-29pinctrl: nomadik: minimise indentation in probeThéo Lebrun1-11/+10