Age | Commit message (Expand) | Author |
2021-02-15 | gpio: pca953x: Add support for pca9506 | Uwe Kleine-König |
2021-02-15 | gpio: rcar: Add R-Car V3U (R8A779A0) support | Geert Uytterhoeven |
2021-02-15 | gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 | Geert Uytterhoeven |
2021-02-15 | gpio: bd7xxxx: use helper variable for pdev->dev | Bartosz Golaszewski |
2021-02-15 | gpio: tegra: Convert to gpio_irq_chip | Thierry Reding |
2021-02-15 | gpio: visconti: Add Toshiba Visconti GPIO support | Nobuhiro Iwamatsu |
2021-02-15 | gpio: bd7xxxx: Do not depend on parent driver data | Matti Vaittinen |
2021-02-15 | gpio: Kconfig: Update help description for GPIO_RCAR config | Lad Prabhakar |
2021-02-15 | gpio: sl28cpld: convert comma to semicolon | Zheng Yongjun |
2021-02-15 | gpio: rcar: Remove redundant compatible values | Lad Prabhakar |
2021-02-15 | gpio: fix spelling mistake in Kconfig "supprot" -> "support" | Colin Ian King |
2021-02-10 | gpio: ep93xx: Fix single irqchip with multi gpiochips | Nikita Shubin |
2021-02-10 | gpio: ep93xx: fix BUG_ON port F usage | Nikita Shubin |
2021-02-10 | gpio: mxs: GPIO_MXS should not default to y unconditionally | Geert Uytterhoeven |
2021-02-09 | gpiolib: Don't probe gpio_device if it's not the primary device | Saravana Kannan |
2021-02-01 | gpio: gpiolib: remove shadowed variable | Wolfram Sang |
2021-01-29 | gpiolib: free device name on error path to fix kmemleak | Quanyang Wang |
2021-01-28 | Merge tag 'v5.11-rc5' into i2c/for-5.12 | Wolfram Sang |
2021-01-27 | gpiolib: Bind gpio_device to a driver to enable fw_devlink=on by default | Saravana Kannan |
2021-01-27 | gpiolib: cdev: clear debounce period if line set to output | Kent Gibson |
2021-01-25 | gpio: msic: Remove driver for deprecated platform | Andy Shevchenko |
2021-01-25 | gpio: intel-mid: Remove driver for deprecated platform | Andy Shevchenko |
2021-01-19 | gpio: tegra: Add missing dependencies | Thierry Reding |
2021-01-19 | gpio: sifive: select IRQ_DOMAIN_HIERARCHY rather than depend on it | Randy Dunlap |
2021-01-19 | gpio: mvebu: fix pwm .get_state period calculation | Baruch Siach |
2021-01-19 | gpiolib: add a warning on gpiochip->to_irq defined | Nikita Shubin |
2021-01-14 | gpio: bd9571mwv: Add BD9574MWF support | Yoshihiro Shimoda |
2021-01-14 | gpio: bd9571mwv: rid of using struct bd9571mwv | Yoshihiro Shimoda |
2021-01-14 | gpio: bd9571mwv: Use the SPDX license identifier | Yoshihiro Shimoda |
2021-01-05 | gpiolib: Follow usual pattern for gpiod_remove_lookup_table() call | Andy Shevchenko |
2021-01-03 | gpiolib: cdev: fix frame size warning in gpio_ioctl() | Kent Gibson |
2020-12-17 | Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds |
2020-12-16 | Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds |
2020-12-16 | gpio: hisi: Do not require ACPI for COMPILE_TEST | Andy Shevchenko |
2020-12-16 | MAINTAINERS: Add maintainer for HiSilicon GPIO driver | Luo Jiaxing |
2020-12-14 | gpio: gpio-hisi: Add HiSilicon GPIO support | Luo Jiaxing |
2020-12-12 | gpio: cs5535: Simplify the return expression of cs5535_gpio_probe() | Zheng Yongjun |
2020-12-12 | gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask | Nikita Shubin |
2020-12-09 | Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Walleij |
2020-12-09 | gpiolib: cdev: Flag invalid GPIOs as used | Marc Zyngier |
2020-12-09 | gpio: eic-sprd: break loop when getting NULL device resource | Chunyan Zhang |
2020-12-08 | gpio: put virtual gpio device into their own submenu | Enrico Weigelt, metux IT consult |
2020-12-08 | drivers: gpio: amd8111: use SPDX-License-Identifier | Enrico Weigelt, metux IT consult |
2020-12-08 | drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk | Enrico Weigelt, metux IT consult |
2020-12-08 | drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk | Enrico Weigelt, metux IT consult |
2020-12-06 | gpio: Add TODO item for debugfs interface | Linus Walleij |
2020-12-05 | gpio: just plain warning when nonexisting gpio requested | Enrico Weigelt |
2020-12-05 | gpiolib: cdev: allow edge event timestamps to be configured as REALTIME | Kent Gibson |
2020-12-05 | gpio: msc313: MStar MSC313 GPIO driver | Daniel Palmer |
2020-12-04 | gpio: mxs: Remove unused .id_table support | Fabio Estevam |