summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2023-08-30gpio: sim: pass the GPIO device's software node to irq domainBartosz Golaszewski1-1/+1
2023-08-30gpio: sim: dispose of irq mappings before destroying the irq_sim domainBartosz Golaszewski1-0/+13
2023-08-16gpio: sim: mark the GPIO chip as a one that can sleepBartosz Golaszewski1-0/+1
2023-08-16gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extentWilliam Breathitt Gray1-1/+1
2023-08-03gpio: mvebu: fix irq domain leakBartosz Golaszewski1-5/+13
2023-08-03gpio: mvebu: Make use of devm_pwmchip_addUwe Kleine-König1-6/+2
2023-08-03gpio: tps68470: Make tps68470_gpio_output() always set the initial valueHans de Goede1-3/+3
2023-06-28gpiolib: Fix irq_domain resource tracking for gpiochip_irqchip_add_domain()Michael Walle1-1/+2
2023-06-28gpio: sifive: add missing check for platform_get_irqJiasheng Jiang1-2/+6
2023-06-28gpiolib: Fix GPIO chip IRQ initialization restrictionJiawen Wu1-0/+8
2023-06-14gpio: sim: fix memory corruption when adding named lines and unnamed hogsKent Gibson1-2/+4
2023-06-05gpio-f7188x: fix chip name and pin count on Nuvoton chipHenning Schild2-15/+15
2023-05-30gpio: mockup: Fix mode of debugfs filesZev Weiss1-1/+1
2023-05-01gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xNUWerner Sembach1-0/+13
2023-04-13gpio: davinci: Add irq chip flag to skip set wakeDhruva Gole1-1/+1
2023-04-13gpio: davinci: Do not clear the bank intr enable bit in save_contextDhruva Gole1-3/+0
2023-04-13pwm: Make .get_state() callback return an error codeUwe Kleine-König1-3/+6
2023-04-13gpio: GPIO_REGMAP: select REGMAP instead of depending on itRandy Dunlap1-1/+1
2023-03-10gpio: vf610: connect GPIO label to dev nameHaibo Chen1-1/+1
2023-02-22gpio: sim: fix a memory leakBartosz Golaszewski1-1/+1
2023-02-06gpiolib-acpi: Don't set GPIOs for wakeup in S3 modeMario Limonciello1-1/+2
2023-02-06gpiolib: acpi: Add a ignore wakeup quirk for Clevo NL5xRUMario Limonciello1-0/+13
2023-02-06gpiolib: acpi: Allow ignoring wake capability on pins that aren't in _AEIMario Limonciello1-2/+2
2023-02-01gpio: ep93xx: Fix port F hwirq numbers in handlerNikita Shubin1-1/+1
2023-02-01gpio: mxc: Unlock on error path in mxc_flip_edge()Dan Carpenter1-1/+2
2023-02-01gpio: mxc: Always set GPIOs used as interrupt source to INPUT modeMarek Vasut1-1/+1
2023-02-01gpio: mxc: Protect GPIO irqchip RMW with bgpio spinlockMarek Vasut1-0/+11
2023-01-12gpio: sifive: Fix refcount leak in sifive_gpio_probeMiaoqian Lin1-0/+1
2023-01-12gpio: pca953x: avoid to use uninitialized value pinctrlHaibo Chen1-0/+3
2022-12-31gpiolib: protect the GPIO device against being dropped while in use by user-s...Bartosz Golaszewski3-25/+161
2022-12-31gpiolib: cdev: fix NULL-pointer dereferencesBartosz Golaszewski1-0/+27
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-28gpiolib: fix memory leak in gpiochip_setup_dev()Zeng Heng1-16/+26
2022-10-20gpio: tegra: Convert to immutable irq chipSvyatoslav Ryhel1-16/+44
2022-10-12Merge tag 'irq-core-2022-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+2
2022-10-11Merge tag 'pinctrl-v6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds1-0/+7
2022-10-11Merge tag 'input-for-v6.1-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-461/+0
2022-10-10Merge tag 'acpi-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-3/+14
2022-10-10Merge branches 'acpi-apei', 'acpi-wakeup', 'acpi-reboot' and 'acpi-thermal'Rafael J. Wysocki2-3/+14
2022-10-08Merge tag 'gpio-updates-for-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds18-266/+550
2022-10-05Merge tag 'platform-drivers-x86-v6.1-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-111/+167
2022-10-05Merge tag 'i2c-for-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-22/+7
2022-10-04gpiolib: acpi: Add wake_capable variants of acpi_dev_gpio_irq_getRaul E Rangel2-3/+14
2022-10-04gpio: rockchip: request GPIO mux to pinctrl when setting directionQuentin Schulz1-0/+7
2022-10-03gpio: tc3589x: Make irqchip immutableLinus Walleij1-2/+6
2022-09-27Merge branch 'master' into i2c/for-mergewindowWolfram Sang8-26/+54
2022-09-26gpiolib: cdev: add fdinfo output for line request file descriptorsBartosz Golaszewski1-0/+18
2022-09-26gpio: mvebu: Fix check for pwm support on non-A8K platformsPali Rohár1-9/+6
2022-09-21gpiolib: cdev: Set lineevent_state::irq after IRQ register successfullyMeng Li1-2/+3