aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski2025-08-071-2/+2
* gpio: rcar: Convert to DEFINE_SIMPLE_DEV_PM_OPS()Geert Uytterhoeven2025-07-111-4/+3
* gpio: rcar: Use new line value setter callbacksGeert Uytterhoeven2025-06-261-5/+9
* gpio: rcar: Remove checks for empty bankmasksGeert Uytterhoeven2025-06-261-10/+4
* Merge tag 'v6.14-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Bartosz Golaszewski2025-03-171-13/+18
|\
| * gpio: rcar: Fix missing of_node_put() callFabrizio Castro2025-03-061-1/+6
| * gpio: rcar: Use raw_spinlock to protect register accessNiklas Söderlund2025-03-051-12/+12
* | gpio: gpio-rcar: Drop direct use of valid_maskMatti Vaittinen2025-03-051-8/+5
|/
* gpio: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-171-1/+1
* 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-291-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-041-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