summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2023-09-06gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacksDaniel Mack-2/+24
2023-08-29Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2015/+1505
2023-08-29Merge tag 'mmc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds-2/+18
2023-08-25mmc: atmel-mci: Move card detect gpio polarity quirk to gpiolibBalamanikandan Gunasundar-2/+18
2023-08-25gpio: pca953x: add support for TCA9538Liam Beguin-0/+2
2023-08-25gpio: pca953x: Use i2c_get_match_data()Biju Das-15/+3
2023-08-24gpio: mlxbf3: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski-1/+1
2023-08-23gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski-1/+1
2023-08-23gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski-0/+13
2023-08-22gpio: pcf857x: Extend match data support for OF tablesBiju Das-15/+14
2023-08-22gpio: vf610: switch to dynamic allocat GPIO baseHaibo Chen-2/+1
2023-08-22gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski-16/+14
2023-08-21gpio: cdev: wake up lineevent poll() on device unbindBartosz Golaszewski-0/+22
2023-08-21gpio: cdev: wake up linereq poll() on device unbindBartosz Golaszewski-0/+23
2023-08-21gpio: cdev: wake up chardev poll() on device unbindBartosz Golaszewski-2/+27
2023-08-21gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski-0/+5
2023-08-21gpio: cdev: open-code to_gpio_chardev_data()Bartosz Golaszewski-7/+2
2023-08-21gpiolib: rename the gpio_device notifierBartosz Golaszewski-14/+14
2023-08-21gpio: mlxbf3: Support add_pin_ranges()Asmaa Mnebhi-0/+24
2023-08-21gpio: mxc: Use helper function devm_clk_get_optional_enabled()Li Zetao-8/+1
2023-08-21gpio: pca9570: fix kerneldocBartosz Golaszewski-1/+1
2023-08-18gpio: sim: simplify code with cleanup helpersBartosz Golaszewski-169/+85
2023-08-16gpiolib: fix reference leaks when removing GPIO chips still in useBartosz Golaszewski-5/+11
2023-08-16gpiolib: sysfs: Do unexport GPIO when user asks for itAndy Shevchenko-2/+5
2023-08-15gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()Bartosz Golaszewski-7/+4
2023-08-12gpio: sim: simplify gpio_sim_device_config_live_store()Bartosz Golaszewski-2/+1
2023-08-11gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extentWilliam Breathitt Gray-1/+1
2023-08-11gpio: mxc: release the parent IRQ in runtime suspendShenwei Wang-12/+29
2023-08-11gpio: mxs: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski-1/+1
2023-08-11gpio: imx-scu: Use ARRAY_SIZE for array lengthRajeshwar R Shinde-1/+2
2023-08-11gpio: ws16c48: Migrate to the regmap APIWilliam Breathitt Gray-367/+188
2023-08-11gpio: pcie-idio-24: Migrate to the regmap APIWilliam Breathitt Gray-430/+250
2023-08-11gpio: idio-16: Remove unused legacy interfaceWilliam Breathitt Gray-195/+1
2023-08-11gpio: pci-idio-16: Migrate to the regmap APIWilliam Breathitt Gray-234/+62
2023-08-11gpio: 104-idio-16: Migrate to the regmap APIWilliam Breathitt Gray-224/+64
2023-08-11gpio: idio-16: Migrate to the regmap APIWilliam Breathitt Gray-0/+184
2023-08-11gpio: sim: use sysfs_streq() and avoid an strdup()Bartosz Golaszewski-12/+3
2023-08-03gpio: xra1403: remove redundant of_match_ptr()Zhu Wang-2/+2
2023-08-03gpio: raspberrypi-exp: remove redundant of_match_ptr()Zhu Wang-2/+2
2023-08-03gpio: max3191x: remove redundant of_match_ptr()Zhu Wang-3/+1
2023-08-03gpio: lpc32xx: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang-3/+1
2023-08-03gpio: ixp4xx: remove redundant of_match_ptr()Zhu Wang-1/+1
2023-08-03gpio: clps711x: remove redundant of_match_ptr()Zhu Wang-2/+2
2023-08-03gpio: altera-a10sr: remove redundant of_match_ptrZhu Wang-1/+2
2023-08-03gpio: max732x: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang-5/+1
2023-08-03gpio: tps65218: remove redundant of_match_ptr()Zhu Wang-1/+1
2023-08-03gpio: ftgpio010: Do not check for 0 return after calling platform_get_irq()Ruan Jinjie-2/+2
2023-08-03gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski-0/+1
2023-08-03gpio: zevio: remove unneeded call to platform_set_drvdata()Andrei Coardos-2/+0
2023-08-03gpio: vx855: remove unneeded call to platform_set_drvdata()Andrei Coardos-2/+0