summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename pinctrl_gpio_free_new()Bartosz Golaszewski2023-11-041-1/+1
* treewide: rename pinctrl_gpio_request_new()Bartosz Golaszewski2023-11-041-1/+1
* gpio: rcar: use new pinctrl GPIO helpersBartosz Golaszewski2023-11-041-2/+2
* gpio: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-3/+2
* gpio: Explicitly include correct DT includesRob Herring2023-07-191-1/+0
* gpio: rcar: drop of_match_ptr for ID tableKrzysztof Kozlowski2023-03-151-1/+1
* gpio: rcar: Make the irqchip immutableGeert Uytterhoeven2022-05-241-13/+18
* gpio: rcar: Add R-Car Gen4 supportGeert Uytterhoeven2022-04-051-2/+5
* gpio: rcar: Move PM device over to irq domainMarc Zyngier2022-02-091-1/+1
* gpio: rcar: Propagate errors from devm_request_irq()Lad Prabhakar2022-01-051-3/+3
* gpio: rcar: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-051-8/+4
* Merge tag 'gpio-updates-for-v5.15' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-09-071-2/+2
|\
| * gpio: rcar: Always use local variable dev in gpio_rcar_probe()Geert Uytterhoeven2021-07-161-2/+2
* | gpio: Bulk conversion to generic_handle_domain_irq()Marc Zyngier2021-08-121-2/+2
|/
* gpio: rcar: Add R-Car V3U (R8A779A0) supportGeert Uytterhoeven2021-02-151-0/+35
* gpio: rcar: Optimize GPIO pin state read on R-Car Gen3Geert Uytterhoeven2021-02-151-5/+20
* gpio: rcar: Remove redundant compatible valuesLad Prabhakar2021-02-151-27/+0
* gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven2020-10-301-0/+30
* gpio: rcar: Rework hardware features handlingGeert Uytterhoeven2020-10-301-13/+11
* gpio: rcar: Align register offsetsGeert Uytterhoeven2020-10-301-13/+13
* gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven2020-10-301-3/+4
* gpio: rcar: Use irqchip templateLinus Walleij2020-07-301-7/+10
* gpio: rcar: Fix runtime PM imbalance on errorDinghao Liu2020-05-251-1/+3
* gpio: rcar: Fix typo in commentAshish Chavan2020-02-201-2/+2
* gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
* gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-071-1/+4
* gpio: rcar: Pedantic formattingEnrico Weigelt, metux IT consult2019-06-271-1/+1
* drivers: gpio: rcar: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+2
* gpio: rcar: select General Output Register to set output statesVladimir Zapolskiy2019-01-211-1/+11
* gpio: rcar: reference device instead of platform deviceVladimir Zapolskiy2018-12-051-13/+11
* gpio: rcar: convert to SPDX identifiersKuninori Morimoto2018-11-151-9/+1
* gpio: rcar: Add GPIO hole supportBiju Das2018-08-291-0/+6
* gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven2018-07-131-0/+8
* gpio: rcar: Include the right headerLinus Walleij2018-07-021-1/+1
* Merge tag 'v4.16-rc5' into develLinus Walleij2018-03-181-22/+6
|\
| * gpio: rcar: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven2018-03-051-22/+16
* | gpio: gpio-rcar: Support S2RAMHien Dang2018-02-221-0/+66
|/
* Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij2017-11-091-15/+9
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov2017-10-311-8/+6
| * gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-081-6/+2
* | pinctrl/gpio: Unify namespace for cross-callsLinus Walleij2017-09-221-2/+2
|/
* gpio: rcar: add gen[123] fallback compatibility stringsSimon Horman2017-08-141-0/+10
* gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das2017-06-291-0/+4
* gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven2016-12-281-4/+16
* gpio: rcar: set IRQ chip parent_deviceNiklas Söderlund2016-12-281-0/+1
* gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman2016-09-081-0/+4
* gpio: rcar: add R8A7792 supportSergei Shtylyov2016-07-221-0/+3
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-171-0/+20
|\
| * gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven2016-03-301-0/+20