Age | Commit message (Expand) | Author |
2019-07-29 | gpiolib: Preserve desc->flags when setting state | Chris Packham |
2019-07-22 | gpiolib: fix incorrect IRQ requesting of an active-low lineevent | Michael Wu |
2019-07-17 | Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-07-16 | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche... | Linus Torvalds |
2019-07-16 | Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin... | Linus Walleij |
2019-07-16 | Revert "gpio/spi: Fix spi-gpio regression on active high CS" | Linus Walleij |
2019-07-15 | Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds |
2019-07-15 | Merge tag 'mfd-next-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds |
2019-07-15 | docs: driver-api: add a series of orphaned documents | Mauro Carvalho Chehab |
2019-07-15 | docs: driver-model: move it to the driver-api book | Mauro Carvalho Chehab |
2019-07-15 | gpio: em: remove the gpiochip before removing the irq domain | Bartosz Golaszewski |
2019-07-15 | gpiolib: of: fix a memory leak in of_gpio_flags_quirks() | Nishka Dasgupta |
2019-07-15 | gpio: davinci: silence error prints in case of EPROBE_DEFER | Keerthy |
2019-07-12 | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-07-09 | Merge tag 'regulator-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/b... | Linus Torvalds |
2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds |
2019-07-08 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-07-06 | Revert "gpio: tegra: Clean-up debugfs initialisation" | Linus Walleij |
2019-07-06 | gpiolib: Use spinlock_t instead of struct spinlock | Sebastian Andrzej Siewior |
2019-07-04 | Merge branch 'regulator-5.3' into regulator-next | Mark Brown |
2019-07-04 | gpio: stp-xway: allow compile-testing | Martin Blumenstingl |
2019-07-04 | gpio: stp-xway: get rid of the #include <lantiq_soc.h> dependency | Martin Blumenstingl |
2019-07-04 | gpio: stp-xway: improve module clock error handling | Martin Blumenstingl |
2019-07-04 | gpio: stp-xway: simplify error handling in xway_stp_probe() | Martin Blumenstingl |
2019-07-04 | gpiolib: Clarify use of non-sleeping functions | Geert Uytterhoeven |
2019-07-04 | gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants | Geert Uytterhoeven |
2019-07-03 | gpio: pl061: drop duplicate printing of device name | Enrico Weigelt |
2019-07-03 | gpio: altera: Pass irqchip when adding gpiochip | Linus Walleij |
2019-07-03 | gpio: siox: Use devm_ managed gpiochip | Linus Walleij |
2019-07-03 | gpio: siox: Add struct device *dev helper variable | Linus Walleij |
2019-07-03 | gpio: siox: Pass irqchip when adding gpiochip | Linus Walleij |
2019-07-03 | drivers: gpio: amd-fch: make resource struct const | Enrico Weigelt |
2019-07-02 | gpio/spi: Fix spi-gpio regression on active high CS | Linus Walleij |
2019-06-27 | gpio: ath79: Pass irqchip when adding gpiochip | Linus Walleij |
2019-06-27 | gpio: tegra: Clean-up debugfs initialisation | Jon Hunter |
2019-06-27 | Merge tag 'gpio-v5.3-updates-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Walleij |
2019-06-27 | gpio: siox: Switch to IRQ_TYPE_NONE | Linus Walleij |
2019-06-27 | gpio: siox: Do not call gpiochip_remove() on errorpath | Linus Walleij |
2019-06-27 | gpio: pl061: Pass irqchip when adding gpiochip | Linus Walleij |
2019-06-27 | gpio: tegra: No need to cast away return value of debugfs_create_file() | Greg Kroah-Hartman |
2019-06-27 | gpio: No need to cast away return value of debugfs_create_file() | Greg Kroah-Hartman |
2019-06-27 | gpio: Sort GPIO drivers in Makefile | Geert Uytterhoeven |
2019-06-27 | gpio: siox: Use module_siox_driver() | Enrico Weigelt |
2019-06-27 | gpio: eic-sprd: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: vr41xx: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: janz-ttl: Drop unneccessary temp variable dev | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: grgpio: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: ep93xx: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: amdpt: Drop unneeded deref of &pdev->dev | Enrico Weigelt, metux IT consult |
2019-06-27 | gpio: rcar: Pedantic formatting | Enrico Weigelt, metux IT consult |