| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-24 | gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_ | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-09-12 | gpio: use more common syntax for compound literals | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-08-25 | gpio: grgpio: use new generic GPIO chip API | Bartosz Golaszewski | 1 | -43/+44 |
| 2025-06-16 | gpio: Use dev_fwnode() where applicable across drivers | Jiri Slaby (SUSE) | 1 | -3/+2 |
| 2025-05-27 | Merge tag 'gpio-updates-for-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+6 |
| 2025-05-16 | gpio: Switch to irq_domain_create_*() | Jiri Slaby (SUSE) | 1 | -1/+1 |
| 2025-05-15 | gpio: grgpio: Make irq_chip immutable | Peng Fan | 1 | -1/+6 |
| 2025-02-03 | gpio: Use str_enable_disable-like helpers | Krzysztof Kozlowski | 1 | -1/+2 |
| 2024-11-18 | gpio: grgpio: Add NULL check in grgpio_probe | Charles Han | 1 | -0/+3 |
| 2024-10-22 | gpio: grgpio: remove remove() | Bartosz Golaszewski | 1 | -16/+13 |
| 2024-10-22 | gpio: grgpio: use a helper variable to store the address of ofdev->dev | Bartosz Golaszewski | 1 | -11/+12 |
| 2024-10-22 | gpio: grgpio: order headers alphabetically | Bartosz Golaszewski | 1 | -10/+10 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-02 | gpio: grgpio: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2022-06-23 | gpio: grgpio: Fix device removing | Uwe Kleine-König | 1 | -13/+1 |
| 2022-04-25 | gpio: use raw spinlock for gpio chip shadowed data | Schspa Shi | 1 | -15/+15 |
| 2021-12-17 | gpio: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
| 2020-01-15 | gpio: Remove the unused flags | Shaokun Zhang | 1 | -1/+0 |
| 2020-01-07 | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_ma... | Jia-Ju Bai | 1 | -4/+6 |
| 2020-01-07 | gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_remove() | Jia-Ju Bai | 1 | -4/+0 |
| 2019-08-05 | gpio: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -2/+0 |
| 2019-07-09 | Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -3/+1 |
| 2019-06-27 | gpio: grgpio: Use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2018-11-19 | drivers/gpio/gpio-grgpio.c: Remove duplicate header | Brajeswar Ghosh | 1 | -1/+0 |
| 2018-03-19 | gpio: grgpio: Include the right header | Linus Walleij | 1 | -2/+1 |
| 2017-10-25 | gpio: grgpio: Do not use gc->pin2mask() | Linus Walleij | 1 | -3/+3 |
| 2017-08-14 | gpio: Convert to using %pOF instead of full_name | Rob Herring | 1 | -1/+1 |
| 2016-01-05 | gpio: generic: factor into gpio_chip struct | Linus Walleij | 1 | -41/+32 |
| 2015-08-17 | gpio/grgpio: fix deadlock in grgpio_irq_unmap() | Alexandre Courbot | 1 | -5/+10 |
| 2015-07-28 | gpio: kill off set_irq_flags usage | Rob Herring | 1 | -8/+0 |
| 2015-05-06 | gpio: Constify irq_domain_ops | Krzysztof Kozlowski | 1 | -1/+1 |
| 2015-01-20 | Merge tag 'v3.19-rc5' into devel | Linus Walleij | 1 | -1/+2 |
| 2015-01-15 | gpio: grgpio: off by one in grgpio_to_irq() | Dan Carpenter | 1 | -1/+1 |
| 2015-01-08 | gpio: grgpio: Avoid potential NULL pointer dereference | Axel Lin | 1 | -1/+2 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-10-28 | gpio: grgpio: remove irq_domain resources on failure | Pramod Gurav | 1 | -0/+1 |
| 2014-10-20 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -3/+1 |
| 2014-05-09 | gpio: grgpio: Make of_device_id array const | Jingoo Han | 1 | -1/+1 |
| 2013-06-19 | gpio: grgpio: Staticize local symbols | Sachin Kamat | 1 | -3/+3 |
| 2013-04-26 | gpio: grgpio: Add irq support | Andreas Larsson | 1 | -3/+359 |
| 2013-04-26 | gpio: grgpio: Add device driver for GRGPIO cores | Andreas Larsson | 1 | -0/+149 |