| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-08-07 | treewide: rename GPIO set callbacks back to their original names | Bartosz Golaszewski | 1 | -2/+2 |
| 2025-07-11 | gpio: rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS() | Geert Uytterhoeven | 1 | -4/+3 |
| 2025-06-26 | gpio: rcar: Use new line value setter callbacks | Geert Uytterhoeven | 1 | -5/+9 |
| 2025-06-26 | gpio: rcar: Remove checks for empty bankmasks | Geert Uytterhoeven | 1 | -10/+4 |
| 2025-03-17 | Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Bartosz Golaszewski | 1 | -13/+18 |
| 2025-03-06 | gpio: rcar: Fix missing of_node_put() call | Fabrizio Castro | 1 | -1/+6 |
| 2025-03-05 | gpio: gpio-rcar: Drop direct use of valid_mask | Matti Vaittinen | 1 | -8/+5 |
| 2025-03-05 | gpio: rcar: Use raw_spinlock to protect register access | Niklas Söderlund | 1 | -12/+12 |
| 2024-10-17 | gpio: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_free_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | treewide: rename pinctrl_gpio_request_new() | Bartosz Golaszewski | 1 | -1/+1 |
| 2023-11-04 | gpio: rcar: use new pinctrl GPIO helpers | Bartosz Golaszewski | 1 | -2/+2 |
| 2023-10-02 | gpio: rcar: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -3/+2 |
| 2023-07-19 | gpio: Explicitly include correct DT includes | Rob Herring | 1 | -1/+0 |
| 2023-03-15 | gpio: rcar: drop of_match_ptr for ID table | Krzysztof Kozlowski | 1 | -1/+1 |
| 2022-05-24 | gpio: rcar: Make the irqchip immutable | Geert Uytterhoeven | 1 | -13/+18 |
| 2022-04-05 | gpio: rcar: Add R-Car Gen4 support | Geert Uytterhoeven | 1 | -2/+5 |
| 2022-02-09 | gpio: rcar: Move PM device over to irq domain | Marc Zyngier | 1 | -1/+1 |
| 2022-01-05 | gpio: rcar: Propagate errors from devm_request_irq() | Lad Prabhakar | 1 | -3/+3 |
| 2022-01-05 | gpio: rcar: Use platform_get_irq() to get the interrupt | Lad Prabhakar | 1 | -8/+4 |
| 2021-09-07 | Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
| 2021-08-12 | gpio: Bulk conversion to generic_handle_domain_irq() | Marc Zyngier | 1 | -2/+2 |
| 2021-07-16 | gpio: rcar: Always use local variable dev in gpio_rcar_probe() | Geert Uytterhoeven | 1 | -2/+2 |
| 2021-02-15 | gpio: rcar: Add R-Car V3U (R8A779A0) support | Geert Uytterhoeven | 1 | -0/+35 |
| 2021-02-15 | gpio: rcar: Optimize GPIO pin state read on R-Car Gen3 | Geert Uytterhoeven | 1 | -5/+20 |
| 2021-02-15 | gpio: rcar: Remove redundant compatible values | Lad Prabhakar | 1 | -27/+0 |
| 2020-10-30 | gpio: rcar: Implement gpio_chip.get_multiple() | Geert Uytterhoeven | 1 | -0/+30 |
| 2020-10-30 | gpio: rcar: Rework hardware features handling | Geert Uytterhoeven | 1 | -13/+11 |
| 2020-10-30 | gpio: rcar: Align register offsets | Geert Uytterhoeven | 1 | -13/+13 |
| 2020-10-30 | gpio: rcar: Cache gpiochip_get_data() return value | Geert Uytterhoeven | 1 | -3/+4 |
| 2020-07-30 | gpio: rcar: Use irqchip template | Linus Walleij | 1 | -7/+10 |
| 2020-05-25 | gpio: rcar: Fix runtime PM imbalance on error | Dinghao Liu | 1 | -1/+3 |
| 2020-02-20 | gpio: rcar: Fix typo in comment | Ashish Chavan | 1 | -2/+2 |
| 2019-11-12 | gpio: rcar: Use proper irq_chip name | Geert Uytterhoeven | 1 | -1/+1 |
| 2019-11-07 | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 1 | -1/+4 |
| 2019-06-27 | gpio: rcar: Pedantic formatting | Enrico Weigelt, metux IT consult | 1 | -1/+1 |
| 2019-04-05 | drivers: gpio: rcar: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 1 | -3/+2 |
| 2019-01-21 | gpio: rcar: select General Output Register to set output states | Vladimir Zapolskiy | 1 | -1/+11 |
| 2018-12-05 | gpio: rcar: reference device instead of platform device | Vladimir Zapolskiy | 1 | -13/+11 |
| 2018-11-15 | gpio: rcar: convert to SPDX identifiers | Kuninori Morimoto | 1 | -9/+1 |
| 2018-08-29 | gpio: rcar: Add GPIO hole support | Biju Das | 1 | -0/+6 |
| 2018-07-13 | gpio: rcar: Implement .get_direction() callback | Geert Uytterhoeven | 1 | -0/+8 |
| 2018-07-02 | gpio: rcar: Include the right header | Linus Walleij | 1 | -1/+1 |
| 2018-03-18 | Merge tag 'v4.16-rc5' into devel | Linus Walleij | 1 | -22/+6 |
| 2018-03-05 | gpio: rcar: Use wakeup_path i.s.o. explicit clock handling | Geert Uytterhoeven | 1 | -22/+16 |
| 2018-02-22 | gpio: gpio-rcar: Support S2RAM | Hien Dang | 1 | -0/+66 |
| 2017-11-09 | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 1 | -15/+9 |
| 2017-11-08 | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 1 | -1/+1 |
| 2017-10-31 | gpio-rcar: use devm_ioremap_resource() | Sergei Shtylyov | 1 | -8/+6 |
| 2017-10-08 | gpio: rcar: Use of_device_get_match_data() helper | Geert Uytterhoeven | 1 | -6/+2 |
| 2017-09-22 | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 1 | -2/+2 |
| 2017-08-14 | gpio: rcar: add gen[123] fallback compatibility strings | Simon Horman | 1 | -0/+10 |
| 2017-06-29 | gpio: rcar: Add R8A7743 (RZ/G1M) support | Biju Das | 1 | -0/+4 |
| 2016-12-28 | gpio: rcar: Fine-grained Runtime PM support | Geert Uytterhoeven | 1 | -4/+16 |
| 2016-12-28 | gpio: rcar: set IRQ chip parent_device | Niklas Söderlund | 1 | -0/+1 |
| 2016-09-08 | gpio: rcar: Add r8a7796 (R-Car M3-W) support | Simon Horman | 1 | -0/+4 |
| 2016-07-22 | gpio: rcar: add R8A7792 support | Sergei Shtylyov | 1 | -0/+3 |
| 2016-05-17 | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -0/+20 |
| 2016-04-12 | Revert "gpio: rcar: Fine-grained Runtime PM support" | Linus Walleij | 1 | -17/+6 |
| 2016-04-12 | Revert "gpio: rcar: Add Runtime PM handling for interrupts" | Linus Walleij | 1 | -42/+0 |
| 2016-03-30 | gpio: rcar: Implement gpiochip.set_multiple() | Geert Uytterhoeven | 1 | -0/+20 |
| 2016-02-25 | gpio: rcar: Add Runtime PM handling for interrupts | Geert Uytterhoeven | 1 | -0/+42 |
| 2016-01-05 | gpio: rcar: use gpiochip data pointer | Linus Walleij | 1 | -21/+12 |
| 2015-12-11 | gpio: rcar: Improve clock error handling and reporting | Geert Uytterhoeven | 1 | -1/+10 |
| 2015-12-11 | gpio: rcar: Remove obsolete platform data support | Geert Uytterhoeven | 1 | -51/+26 |
| 2015-11-19 | gpio: change member .dev to .parent | Linus Walleij | 1 | -1/+1 |
| 2015-07-27 | gpio: rcar: Add r8a7795 (R-Car H3) support | Ulrich Hecht | 1 | -0/+4 |
| 2015-07-16 | gpio: rcar: Fine-grained Runtime PM support | Geert Uytterhoeven | 1 | -4/+16 |
| 2015-06-01 | gpio: rcar: Check for irq_set_irq_wake() failures | Geert Uytterhoeven | 1 | -2/+11 |
| 2015-03-26 | gpio: rcar: Prevent module clock disable when wake-up is enabled | Geert Uytterhoeven | 1 | -2/+31 |
| 2015-03-26 | gpio: rcar: Add more register documentation | Geert Uytterhoeven | 1 | -12/+12 |
| 2015-03-26 | gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe() | Geert Uytterhoeven | 1 | -3/+3 |
| 2015-01-15 | gpio: rcar: Switch to use gpiolib irqchip helpers | Geert Uytterhoeven | 1 | -46/+23 |
| 2015-01-15 | gpio: rcar: Fix error path for devm_kzalloc() failure | Geert Uytterhoeven | 1 | -4/+2 |
| 2014-11-27 | gpio: rcar: Add r8a7793 and r8a7794 support | Hisashi Nakamura | 1 | -9/+18 |
| 2014-08-08 | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -6/+3 |
| 2014-07-22 | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 1 | -4/+1 |
| 2014-07-15 | gpio: rcar: Add support for DT IRQ flags | Laurent Pinchart | 1 | -0/+1 |
| 2014-07-09 | gpio: rcar: clamp returned value to [0,1] | Jürg Billeter | 1 | -2/+2 |
| 2014-05-09 | gpio: rcar: remove unnecessary OOM messages | Jingoo Han | 1 | -1/+0 |
| 2014-04-28 | gpio: rcar: Add minimal runtime PM support | Geert Uytterhoeven | 1 | -0/+8 |
| 2014-03-28 | gpio: rcar: Add helper variable dev = &pdev->dev | Geert Uytterhoeven | 1 | -16/+16 |
| 2014-01-21 | Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 1 | -16/+45 |
| 2013-12-12 | gpio: rcar: Fix level interrupt handling | Valentine Barshak | 1 | -1/+2 |
| 2013-12-09 | Merge tag 'v3.13-rc3' into devel | Linus Walleij | 1 | -1/+1 |
| 2013-12-03 | gpio: rcar: Support both edge trigger with DT | Laurent Pinchart | 1 | -13/+43 |
| 2013-11-25 | gpio: rcar: Enable mask on suspend | Magnus Damm | 1 | -1/+2 |
| 2013-11-25 | gpio: rcar: Use lazy disable | Magnus Damm | 1 | -2/+0 |
| 2013-11-25 | gpio: rcar: NULL dereference on error in probe() | Dan Carpenter | 1 | -1/+1 |
| 2013-10-16 | gpio: rcar: Include linux/of.h header | Sachin Kamat | 1 | -0/+1 |
| 2013-10-16 | Merge tag 'v3.12-rc4' into devel | Linus Walleij | 1 | -4/+3 |
| 2013-10-16 | gpio: rcar: drop references to "virtual" IRQ | Linus Walleij | 1 | -6/+6 |
| 2013-09-22 | gpio: rcar: Remove #gpio-range-cells DT property usage | Laurent Pinchart | 1 | -4/+3 |
| 2013-08-16 | gpio: use dev_get_platdata() | Jingoo Han | 1 | -1/+1 |
| 2013-07-03 | Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+8 |
| 2013-06-21 | Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linu... | Arnd Bergmann | 1 | -6/+2 |
| 2013-06-19 | gpio: rcar: fix gpio_rcar_of_table | Arnd Bergmann | 1 | -0/+1 |
| 2013-06-19 | gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections | Laurent Pinchart | 1 | -6/+2 |
| 2013-06-17 | gpio-rcar: Use OUTDT when reading GPIOs configured as output | Magnus Damm | 1 | -1/+8 |
| 2013-06-12 | gpio-rcar: Add DT support | Laurent Pinchart | 1 | -10/+56 |
| 2013-06-04 | gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTH | Simon Horman | 1 | -5/+21 |
| 2013-06-04 | gpio-rcar: R-Car GPIO IRQ share interrupt | Kuninori Morimoto | 1 | -1/+1 |
| 2013-04-03 | gpio-rcar: Add pinctrl support | Laurent Pinchart | 1 | -0/+23 |
| 2013-04-03 | gpio: Renesas R-Car GPIO driver V3 | Magnus Damm | 1 | -0/+373 |