Age | Commit message (Expand) | Author |
2022-04-22 | gpio: Request interrupts after IRQ is initialized | Mario Limonciello |
2022-04-22 | gpio/rockchip: handle deferring input-enable pinconfs | Caleb Connolly |
2022-04-22 | pinctrl/rockchip: support deferring other gpio params | Caleb Connolly |
2022-04-21 | gpiolib: of: Introduce hook for missing gpio-ranges | Stefan Wahren |
2022-04-19 | Merge branch irq/gpio-immutable into irq/irqchip-next | Marc Zyngier |
2022-04-19 | gpio: Update TODO to mention immutable irq_chip structures | Marc Zyngier |
2022-04-19 | gpio: pl061: Make the irqchip immutable | Marc Zyngier |
2022-04-19 | gpio: tegra186: Make the irqchip immutable | Marc Zyngier |
2022-04-19 | gpio: Expose the gpiochip_irq_re[ql]res helpers | Marc Zyngier |
2022-04-19 | gpio: Don't fiddle with irqchips marked as immutable | Marc Zyngier |
2022-04-18 | gpio: ixp4xx: Detect special machines by compatible | Linus Walleij |
2022-04-16 | Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Bartosz Golaszewski |
2022-04-14 | gpio: sim: fix setting and getting multiple lines | Bartosz Golaszewski |
2022-04-11 | gpio: realtek-otto: Add RTL931x support | Sander Vanheule |
2022-04-11 | gpio: realtek-otto: Add RTL930x support | Sander Vanheule |
2022-04-11 | gpio: realtek-otto: Support per-cpu interrupts | Sander Vanheule |
2022-04-11 | gpio: realtek-otto: Support reversed port layouts | Sander Vanheule |
2022-04-09 | gpiolib: Extract gpio_chip_get_value() wrapper | Andy Shevchenko |
2022-04-09 | gpiolib: Refactor gpiolib_dbg_show() with help of for_each_gpio_desc() | Andy Shevchenko |
2022-04-09 | gpiolib: Split out for_each_gpio_desc() macro | Andy Shevchenko |
2022-04-09 | gpiolib: Embed iterator variable into for_each_gpio_desc_with_flag() | Andy Shevchenko |
2022-04-09 | gpiolib: Move error message out of a spinlock | Andy Shevchenko |
2022-04-08 | gpiolib: acpi: Convert type for pin to be unsigned | Andy Shevchenko |
2022-04-08 | gpiolib: acpi: use correct format characters | Linus Torvalds |
2022-04-05 | gpio: rcar: Add R-Car Gen4 support | Geert Uytterhoeven |
2022-04-05 | gpiolib: Get rid of redundant 'else' | Andy Shevchenko |
2022-04-04 | gpio: Restrict usage of GPIO chip irq members before initialization | Shreeya Patel |
2022-04-01 | Merge tag 'gpio-fixes-for-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2022-03-31 | gpio: ts5500: Fix Links to Technologic Systems web resources | Kris Bahnsen |
2022-03-31 | gpio: ts4900: Fix comment formatting and grammar | Kris Bahnsen |
2022-03-28 | Merge tag 'char-misc-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-03-25 | Merge tag 'gpio-updates-for-v5.18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-03-21 | Merge tag 'spi-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds |
2022-03-21 | Merge tag 'irq-core-2022-03-21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2022-03-15 | Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)" | Bartosz Golaszewski |
2022-03-14 | Merge tag 'v5.17-rc8' into irq/core, to fix conflicts | Ingo Molnar |
2022-03-14 | Merge tag 'irqchip-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/maz... | Thomas Gleixner |
2022-03-10 | gpio: ts4900: Use SPDX header | Kris Bahnsen |
2022-03-10 | gpio: sim: fix a typo | Bartosz Golaszewski |
2022-03-10 | gpio: ts4900: Do not set DAT and OE together | Mark Featherston |
2022-03-08 | gpiolib: Use list_first_entry()/list_last_entry() | Andy Shevchenko |
2022-03-08 | gpio: sim: Declare gpio_sim_hog_config_item_ops static | Andy Shevchenko |
2022-03-07 | gpiolib: acpi: Convert ACPI value of debounce to microseconds | Andy Shevchenko |
2022-03-07 | gpio: Revert regression in sysfs-gpio (gpiolib.c) | Marcelo Roberto Jimenez |
2022-03-07 | gpio: tegra186: Add IRQ per bank for Tegra241 | Akhil R |
2022-03-01 | Merge tag 'intel-gpio-v5.18-1' of gitolite.kernel.org:pub/scm/linux/kernel/gi... | Bartosz Golaszewski |
2022-02-28 | Merge 5.17-rc6 into char-misc-next | Greg Kroah-Hartman |
2022-02-27 | Merge tag 'pinctrl-v5-17-3' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2022-02-25 | gpio: Add Delta TN48M CPLD GPIO driver | Robert Marko |
2022-02-23 | gpio: Return EPROBE_DEFER if gc->to_irq is NULL | Shreeya Patel |