| Commit message (Expand) | Author | Age | Files | Lines |
* | gpio: rcar: Fix typo in comment | Ashish Chavan | 2020-02-20 | 1 | -2/+2 |
* | gpio: rcar: Use proper irq_chip name | Geert Uytterhoeven | 2019-11-12 | 1 | -1/+1 |
* | gpio: Use new GPIO_LINE_DIRECTION | Matti Vaittinen | 2019-11-07 | 1 | -1/+4 |
* | gpio: rcar: Pedantic formatting | Enrico Weigelt, metux IT consult | 2019-06-27 | 1 | -1/+1 |
* | drivers: gpio: rcar: use devm_platform_ioremap_resource() | Enrico Weigelt, metux IT consult | 2019-04-04 | 1 | -3/+2 |
* | gpio: rcar: select General Output Register to set output states | Vladimir Zapolskiy | 2019-01-21 | 1 | -1/+11 |
* | gpio: rcar: reference device instead of platform device | Vladimir Zapolskiy | 2018-12-05 | 1 | -13/+11 |
* | gpio: rcar: convert to SPDX identifiers | Kuninori Morimoto | 2018-11-15 | 1 | -9/+1 |
* | gpio: rcar: Add GPIO hole support | Biju Das | 2018-08-29 | 1 | -0/+6 |
* | gpio: rcar: Implement .get_direction() callback | Geert Uytterhoeven | 2018-07-13 | 1 | -0/+8 |
* | gpio: rcar: Include the right header | Linus Walleij | 2018-07-02 | 1 | -1/+1 |
* | Merge tag 'v4.16-rc5' into devel | Linus Walleij | 2018-03-18 | 1 | -22/+6 |
|\ |
|
| * | gpio: rcar: Use wakeup_path i.s.o. explicit clock handling | Geert Uytterhoeven | 2018-03-05 | 1 | -22/+16 |
* | | gpio: gpio-rcar: Support S2RAM | Hien Dang | 2018-02-22 | 1 | -0/+66 |
|/ |
|
* | Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into devel | Linus Walleij | 2017-11-09 | 1 | -15/+9 |
|\ |
|
| * | gpio: Move irqdomain into struct gpio_irq_chip | Thierry Reding | 2017-11-08 | 1 | -1/+1 |
| * | gpio-rcar: use devm_ioremap_resource() | Sergei Shtylyov | 2017-10-31 | 1 | -8/+6 |
| * | gpio: rcar: Use of_device_get_match_data() helper | Geert Uytterhoeven | 2017-10-08 | 1 | -6/+2 |
* | | pinctrl/gpio: Unify namespace for cross-calls | Linus Walleij | 2017-09-22 | 1 | -2/+2 |
|/ |
|
* | gpio: rcar: add gen[123] fallback compatibility strings | Simon Horman | 2017-08-14 | 1 | -0/+10 |
* | gpio: rcar: Add R8A7743 (RZ/G1M) support | Biju Das | 2017-06-29 | 1 | -0/+4 |
* | gpio: rcar: Fine-grained Runtime PM support | Geert Uytterhoeven | 2016-12-28 | 1 | -4/+16 |
* | gpio: rcar: set IRQ chip parent_device | Niklas Söderlund | 2016-12-28 | 1 | -0/+1 |
* | gpio: rcar: Add r8a7796 (R-Car M3-W) support | Simon Horman | 2016-09-08 | 1 | -0/+4 |
* | gpio: rcar: add R8A7792 support | Sergei Shtylyov | 2016-07-22 | 1 | -0/+3 |
* | Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 2016-05-18 | 1 | -0/+20 |
|\ |
|
| * | gpio: rcar: Implement gpiochip.set_multiple() | Geert Uytterhoeven | 2016-03-30 | 1 | -0/+20 |
* | | Revert "gpio: rcar: Fine-grained Runtime PM support" | Linus Walleij | 2016-04-12 | 1 | -17/+6 |
* | | Revert "gpio: rcar: Add Runtime PM handling for interrupts" | Linus Walleij | 2016-04-12 | 1 | -42/+0 |
|/ |
|
* | gpio: rcar: Add Runtime PM handling for interrupts | Geert Uytterhoeven | 2016-02-25 | 1 | -0/+42 |
* | gpio: rcar: use gpiochip data pointer | Linus Walleij | 2016-01-05 | 1 | -21/+12 |
* | gpio: rcar: Improve clock error handling and reporting | Geert Uytterhoeven | 2015-12-11 | 1 | -1/+10 |
* | gpio: rcar: Remove obsolete platform data support | Geert Uytterhoeven | 2015-12-11 | 1 | -51/+26 |
* | gpio: change member .dev to .parent | Linus Walleij | 2015-11-19 | 1 | -1/+1 |
* | gpio: rcar: Add r8a7795 (R-Car H3) support | Ulrich Hecht | 2015-07-27 | 1 | -0/+4 |
* | gpio: rcar: Fine-grained Runtime PM support | Geert Uytterhoeven | 2015-07-16 | 1 | -4/+16 |
* | gpio: rcar: Check for irq_set_irq_wake() failures | Geert Uytterhoeven | 2015-06-01 | 1 | -2/+11 |
* | gpio: rcar: Prevent module clock disable when wake-up is enabled | Geert Uytterhoeven | 2015-03-26 | 1 | -2/+31 |
* | gpio: rcar: Add more register documentation | Geert Uytterhoeven | 2015-03-26 | 1 | -12/+12 |
* | gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe() | Geert Uytterhoeven | 2015-03-26 | 1 | -3/+3 |
* | gpio: rcar: Switch to use gpiolib irqchip helpers | Geert Uytterhoeven | 2015-01-15 | 1 | -46/+23 |
* | gpio: rcar: Fix error path for devm_kzalloc() failure | Geert Uytterhoeven | 2015-01-15 | 1 | -4/+2 |
* | gpio: rcar: Add r8a7793 and r8a7794 support | Hisashi Nakamura | 2014-11-27 | 1 | -9/+18 |
* | Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | Linus Torvalds | 2014-08-09 | 1 | -6/+3 |
|\ |
|
| * | gpio: remove all usage of gpio_remove retval in driver/gpio | abdoulaye berthe | 2014-07-22 | 1 | -4/+1 |
| * | gpio: rcar: clamp returned value to [0,1] | Jürg Billeter | 2014-07-09 | 1 | -2/+2 |
* | | gpio: rcar: Add support for DT IRQ flags | Laurent Pinchart | 2014-07-15 | 1 | -0/+1 |
|/ |
|
* | gpio: rcar: remove unnecessary OOM messages | Jingoo Han | 2014-05-09 | 1 | -1/+0 |
* | gpio: rcar: Add minimal runtime PM support | Geert Uytterhoeven | 2014-04-28 | 1 | -0/+8 |
* | gpio: rcar: Add helper variable dev = &pdev->dev | Geert Uytterhoeven | 2014-03-28 | 1 | -16/+16 |