summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-03-10gpio: vf610: connect GPIO label to dev nameHaibo Chen1-1/+1
2023-03-10gpio: pca9570: rename platform_data to chip_dataBartosz Golaszewski1-12/+12
2023-02-17gpio: sim: fix a memory leakBartosz Golaszewski1-1/+1
2023-02-16Merge tag 'intel-gpio-v6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2-1/+12
2023-02-15gpio: mlxbf2: select GPIOLIB_IRQCHIPLinus Walleij1-0/+1
2023-02-15gpiolib: acpi: Add a ignore wakeup quirk for Clevo NH5xAxWerner Sembach1-0/+12
2023-02-15gpio: vf610: make irq_chip immutableAlexander Stein1-18/+23
2023-02-15gpiolib: acpi: remove redundant declarationRaag Jadav1-1/+0
2023-01-27gpio: ep93xx: remove unused variableArnd Bergmann1-2/+0
2023-01-25gpio: ep93xx: Make irqchip immutableNikita Shubin1-13/+21
2023-01-25gpio: ep93xx: Fix port F hwirq numbers in handlerNikita Shubin1-1/+1
2023-01-25gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter1-1/+2
2023-01-23gpiolib-acpi: Don't set GPIOs for wakeup in S3 modeMario Limonciello1-1/+2
2023-01-18gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRUMario Limonciello1-0/+13
2023-01-18gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEIMario Limonciello1-2/+2
2023-01-16gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut1-1/+1
2023-01-16gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut1-0/+11
2023-01-02gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin1-0/+1
2022-12-30gpio: sprd: Make the irqchip immutableCixi Geng1-3/+6
2022-12-30gpio: pmic-eic-sprd: Make the irqchip immutableCixi Geng1-11/+18
2022-12-30gpio: eic-sprd: Make the irqchip immutableCixi Geng1-9/+14
2022-12-30gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen1-0/+3
2022-12-30gpiolib: Fix using uninitialized lookup-flags on ACPI platformsHans de Goede1-1/+1
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+6
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds34-1106/+1417
2022-12-14gpio: sim: set a limit on the number of GPIOsBartosz Golaszewski1-0/+4
2022-12-14Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds13-26/+143
2022-12-07gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski3-25/+161
2022-12-07gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski1-0/+27
2022-12-06pwm: Make .get_state() callback return an error codeUwe Kleine-König1-3/+6
2022-12-06gpio/rockchip: fix refcount leak in rockchip_gpiolib_register()Wang Yufen1-0/+1
2022-11-30gpio: amd8111: Fix PCI device reference count leakXiongfeng Wang1-0/+4
2022-11-29gpiolib: Provide to_gpio_device() helperAndy Shevchenko2-3/+8
2022-11-28gpiolib: Unify access to the device propertiesAndy Shevchenko1-7/+10
2022-11-28gpiolib: fix memory leak in gpiochip_setup_dev()Zeng Heng1-16/+26
2022-11-24gpio: pcf857x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24gpio: pca953x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-24gpio: max732x: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+3
2022-11-16Merge tag 'intel-gpio-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski3-3/+4
2022-11-16gpiolib: ensure that fwnode is properly setBrian Masney1-1/+1
2022-11-15gpio: sl28cpld: Replace irqchip mask_invert with unmask_baseAidan MacDonald1-2/+1
2022-11-15gpiolib: of: Use correct fwnode for DT-probed chipsThierry Reding1-1/+1
2022-11-15gpiolib: of: Drop redundant check in of_mm_gpiochip_remove()Andy Shevchenko1-3/+0
2022-11-15gpiolib: of: Prepare of_mm_gpiochip_add_data() for fwnodeAndy Shevchenko1-2/+2
2022-11-15gpiolib: add support for software nodesDmitry Torokhov4-0/+145
2022-11-15gpiolib: consolidate GPIO lookupsDmitry Torokhov3-177/+76
2022-11-15gpiolib: acpi: avoid leaking ACPI details into upper gpiolib layersDmitry Torokhov3-57/+48
2022-11-15gpiolib: acpi: teach acpi_find_gpio() to handle data-only nodesDmitry Torokhov1-26/+50
2022-11-15gpiolib: acpi: change acpi_find_gpio() to accept firmware nodeDmitry Torokhov3-5/+10
2022-11-15gpiolib: of: change of_find_gpio() to accept device nodeDmitry Torokhov3-8/+8