| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-24 | gpio: generic: rename BGPIOF_ flags to GPIO_GENERIC_ | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-09-12 | gpio: use more common syntax for compound literals | Bartosz Golaszewski | 1 | -1/+1 |
| 2025-09-03 | gpio: vf610: use new generic GPIO chip API | Bartosz Golaszewski | 1 | -10/+17 |
| 2025-04-23 | gpio: vf610: Allow building as a module | Jindong Yue | 1 | -1/+3 |
| 2025-02-24 | gpio: vf610: Switch to gpio-mmio | Linus Walleij | 1 | -88/+17 |
| 2025-02-17 | gpio: vf610: add locking to gpio direction functions | Johan Korsnes | 1 | -0/+4 |
| 2024-10-14 | gpio: vf610: use generic device_get_match_data() | Bartosz Golaszewski | 1 | -4/+3 |
| 2024-08-05 | gpio: vf610: add get_direction() support | Haibo Chen | 1 | -0/+19 |
| 2024-08-05 | gpio: gpio-vf610: use u32 mask to handle 32 number gpios | Haibo Chen | 1 | -6/+6 |
| 2023-11-04 | treewide: rename pinctrl_gpio_direction_output_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_direction_input_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | gpio: vf610: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -2/+2 |
| 2023-10-31 | Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -10/+46 |
| 2023-10-18 | gpio: vf610: set value before the direction to avoid a glitch | Haibo Chen | 1 | -2/+2 |
| 2023-10-18 | gpio: vf610: mask the gpio irq in system suspend and support wakeup | Haibo Chen | 1 | -1/+2 |
| 2023-10-09 | gpio: vf610: update comment for i.MX8ULP and i.MX93 legacy compatibles | Peng Fan | 1 | -1/+4 |
| 2023-10-05 | gpio: vf610: simplify code by dropping data check | Peng Fan | 1 | -3/+3 |
| 2023-10-05 | gpio: vf610: add i.MX8ULP of_device_id entry | Peng Fan | 1 | -7/+40 |
| 2023-08-22 | gpio: vf610: switch to dynamic allocat GPIO base | Haibo Chen | 1 | -2/+1 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-02-22 | Merge tag 'gpio-updates-for-v6.3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-15 | gpio: vf610: make irq_chip immutable | Alexander Stein | 1 | -18/+23 |
| 2023-01-30 | gpio: vf610: connect GPIO label to dev name | Haibo Chen | 1 | -1/+1 |
| 2022-07-05 | gpio: vf610: fix compilation error | Leon Romanovsky | 1 | -0/+1 |
| 2022-05-20 | gpio: gpio-vf610: do not touch other bits when set the target bit | Haibo Chen | 1 | -2/+6 |
| 2021-12-17 | gpio: Get rid of duplicate of_node assignment in the drivers | Andy Shevchenko | 1 | -1/+0 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -1/+1 |
| 2019-08-23 | gpio: vf610: Pass irqchip when adding gpiochip | Linus Walleij | 1 | -12/+14 |
| 2019-05-28 | gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe() | Andrey Smirnov | 1 | -6/+8 |
| 2019-04-08 | Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm... | Linus Walleij | 1 | -49/+36 |
| 2019-04-05 | drivers: gpio: vf610: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -5/+2 |
| 2019-03-18 | gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe() | Andrey Smirnov | 1 | -3/+3 |
| 2019-03-18 | gpio: vf610: Use devres to remove gpiochip | Andrey Smirnov | 1 | -14/+1 |
| 2019-03-18 | gpio: vf610: Use devres to disable clk_gpio | Andrey Smirnov | 1 | -2/+4 |
| 2019-03-18 | gpio: vf610: Use devres to disable clk_port | Andrey Smirnov | 1 | -6/+10 |
| 2019-03-18 | gpio: vf610: Simplify vf610_gpio_get() | Andrey Smirnov | 1 | -7/+5 |
| 2019-03-18 | gpio: vf610: Simplify vf610_gpio_set() | Andrey Smirnov | 1 | -4/+2 |
| 2019-03-18 | gpio: vf610: Do not share irq_chip | Andrey Smirnov | 1 | -14/+12 |
| 2019-01-28 | gpio: vf610: Mask all GPIO interrupts | Andrew Lunn | 1 | -0/+5 |
| 2018-11-16 | gpio: vf610: add optional clock support | A.s. Dong | 1 | -0/+44 |
| 2018-09-12 | gpio: vf610: Cut down on boilerplate | Linus Walleij | 1 | -10/+1 |
| 2018-09-12 | gpio: vf610: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-05-16 | gpio: vf610: Use of_device_get_match_data() | Thierry Reding | 1 | -3/+1 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-08-14 | gpio: vf610: add imx7ulp support | Dong Aisheng | 1 | -3/+44 |
| 2016-11-24 | gpio: vf610: use builtin_platform_driver | Geliang Tang | 1 | -5/+1 |
| 2016-08-23 | gpio: vf610: drop unused MODULE_ tags from non-modular code | Paul Gortmaker | 1 | -6/+1 |
| 2016-01-05 | gpio: vf610: use gpiochip data pointer | Linus Walleij | 1 | -14/+9 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-10-16 | gpio: replace trivial implementations of request/free with generic one | Jonas Gorski | 1 | -12/+2 |
| 2015-10-02 | gpio: vf610: use container_of() to get state container | Linus Walleij | 1 | -10/+19 |
| 2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |
| 2015-09-16 | gpio: vf610: Use irq_set_handler_locked | Thomas Gleixner | 1 | -2/+2 |
| 2015-08-26 | gpio: vf610: handle level IRQ's properly | Stefan Agner | 1 | -1/+8 |
| 2015-07-14 | gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc | Jiang Liu | 1 | -1/+1 |
| 2015-03-06 | gpio: vf610: Replaces comma between expression statements by semicolon | Axel Lin | 1 | -8/+8 |
| 2015-01-15 | gpio: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-10-24 | gpio: vf610: add gpiolib/IRQ chip driver for Vybrid | Stefan Agner | 1 | -0/+295 |