Age | Commit message (Expand) | Author | Files | Lines |
2020-12-17 | Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 32 | -681/+1402 |
2020-12-16 | Merge tag 'mfd-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -6/+6 |
2020-12-16 | gpio: hisi: Do not require ACPI for COMPILE_TEST | Andy Shevchenko | 1 | -1/+1 |
2020-12-16 | MAINTAINERS: Add maintainer for HiSilicon GPIO driver | Luo Jiaxing | 1 | -5/+0 |
2020-12-14 | gpio: gpio-hisi: Add HiSilicon GPIO support | Luo Jiaxing | 3 | -0/+340 |
2020-12-12 | gpio: cs5535: Simplify the return expression of cs5535_gpio_probe() | Zheng Yongjun | 1 | -6/+2 |
2020-12-12 | gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask | Nikita Shubin | 1 | -1/+2 |
2020-12-09 | Merge tag 'gpio-updates-for-v5.11' of git://git.kernel.org/pub/scm/linux/kern... | Linus Walleij | 18 | -229/+279 |
2020-12-09 | gpiolib: cdev: Flag invalid GPIOs as used | Marc Zyngier | 1 | -0/+1 |
2020-12-09 | gpio: eic-sprd: break loop when getting NULL device resource | Chunyan Zhang | 1 | -1/+1 |
2020-12-08 | gpio: put virtual gpio device into their own submenu | Enrico Weigelt, metux IT consult | 1 | -0/+4 |
2020-12-08 | drivers: gpio: amd8111: use SPDX-License-Identifier | Enrico Weigelt, metux IT consult | 1 | -4/+1 |
2020-12-08 | drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk | Enrico Weigelt, metux IT consult | 1 | -4/+2 |
2020-12-08 | drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk | Enrico Weigelt, metux IT consult | 1 | -4/+4 |
2020-12-06 | gpio: Add TODO item for debugfs interface | Linus Walleij | 1 | -0/+36 |
2020-12-05 | gpio: just plain warning when nonexisting gpio requested | Enrico Weigelt | 1 | -1/+2 |
2020-12-05 | gpiolib: cdev: allow edge event timestamps to be configured as REALTIME | Kent Gibson | 2 | -3/+19 |
2020-12-05 | gpio: msc313: MStar MSC313 GPIO driver | Daniel Palmer | 3 | -0/+472 |
2020-12-04 | gpio: mxs: Remove unused .id_table support | Fabio Estevam | 1 | -14/+0 |
2020-12-04 | gpio: tegra186: Set affinity callback to parent | Linus Walleij | 1 | -0/+11 |
2020-12-04 | gpio: sifive: Set affinity callback to parent | Linus Walleij | 1 | -0/+11 |
2020-12-04 | gpio: sysfs: Enforce character device | Linus Walleij | 1 | -1/+2 |
2020-12-02 | gpio: mvebu: switch pwm duration registers to regmap | Baruch Siach | 1 | -32/+36 |
2020-12-02 | gpio: mvebu: update Armada XP per-CPU comment | Baruch Siach | 1 | -2/+1 |
2020-12-02 | gpio: mvebu: fix potential user-after-free on probe | Baruch Siach | 1 | -5/+11 |
2020-12-02 | gpio: zynq: fix reference leak in zynq_gpio functions | Qinglang Miao | 1 | -2/+2 |
2020-12-02 | gpiolib: Don't free if pin ranges are not defined | Edmond Chung | 1 | -0/+5 |
2020-12-02 | gpio: dwapb: fix NULL pointer dereference at dwapb_gpio_suspend() | Luo Jiaxing | 1 | -0/+2 |
2020-12-02 | gpio: arizona: disable pm_runtime in case of failure | Zheng Liang | 1 | -0/+1 |
2020-12-01 | gpiolib: do not print err message for EPROBE_DEFER | Grygorii Strashko | 1 | -3/+5 |
2020-12-01 | gpio: ath79: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-12-01 | gpiolib: acpi: Fix fall-through warnings for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
2020-11-30 | gpio: omap: handle deferred probe with dev_err_probe() for gpiochip_add_data() | Grygorii Strashko | 1 | -5/+2 |
2020-11-30 | gpio: xra1403: remove unneeded spi_set_drvdata() | Alexandru Ardelean | 1 | -9/+1 |
2020-11-30 | gpio: dwapb: Remove unnecessary error message | Damien Le Moal | 1 | -4/+3 |
2020-11-25 | gpio: exar: use devm action for freeing the IDA and drop remove() | Bartosz Golaszewski | 1 | -15/+12 |
2020-11-25 | gpio: exar: switch to using regmap | Bartosz Golaszewski | 2 | -54/+38 |
2020-11-25 | gpio: exar: unduplicate address and offset computation | Bartosz Golaszewski | 1 | -12/+28 |
2020-11-25 | gpio: exar: use a helper variable for &pdev->dev | Bartosz Golaszewski | 1 | -8/+7 |
2020-11-25 | gpio: exar: switch to a simpler IDA interface | Bartosz Golaszewski | 1 | -3/+3 |
2020-11-25 | gpio: exar: include idr.h | Bartosz Golaszewski | 1 | -0/+1 |
2020-11-25 | gpio: exar: add a newline after the copyright notice | Bartosz Golaszewski | 1 | -0/+1 |
2020-11-19 | gpio: tps65910: use regmap accessors | Michał Mirosław | 1 | -6/+6 |
2020-11-18 | gpio: sifive: To get gpio irq offset from device tree data | Greentime Hu | 1 | -4/+10 |
2020-11-18 | gpio: mxc: Convert the driver to DT-only | Fabio Estevam | 1 | -80/+22 |
2020-11-18 | gpio: gpio-xilinx: Check return value of of_property_read_u32 | Srinivas Neeli | 1 | -3/+5 |
2020-11-18 | gpio: gpio-xilinx: Add remove function | Srinivas Neeli | 1 | -0/+18 |
2020-11-18 | gpio: gpio-xilinx: Add clock support | Srinivas Neeli | 1 | -0/+17 |
2020-11-18 | gpio: gpio-xilinx: Arrange headers in sorting order | Srinivas Neeli | 1 | -3/+3 |
2020-11-16 | gpiolib: acpi: Use BIT() macro to increase readability | Andy Shevchenko | 1 | -2/+1 |