summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
AgeCommit message (Expand)Author
2020-10-30gpio: rcar: Implement gpio_chip.get_multiple()Geert Uytterhoeven
2020-10-30gpio: rcar: Rework hardware features handlingGeert Uytterhoeven
2020-10-30gpio: rcar: Align register offsetsGeert Uytterhoeven
2020-10-30gpio: rcar: Cache gpiochip_get_data() return valueGeert Uytterhoeven
2020-07-30gpio: rcar: Use irqchip templateLinus Walleij
2020-05-25gpio: rcar: Fix runtime PM imbalance on errorDinghao Liu
2020-02-20gpio: rcar: Fix typo in commentAshish Chavan
2019-11-12gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven
2019-11-07gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen
2019-06-27gpio: rcar: Pedantic formattingEnrico Weigelt, metux IT consult
2019-04-05drivers: gpio: rcar: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult
2019-01-21gpio: rcar: select General Output Register to set output statesVladimir Zapolskiy
2018-12-05gpio: rcar: reference device instead of platform deviceVladimir Zapolskiy
2018-11-15gpio: rcar: convert to SPDX identifiersKuninori Morimoto
2018-08-29gpio: rcar: Add GPIO hole supportBiju Das
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven
2018-07-02gpio: rcar: Include the right headerLinus Walleij
2018-03-18Merge tag 'v4.16-rc5' into develLinus Walleij
2018-03-05gpio: rcar: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven
2018-02-22gpio: gpio-rcar: Support S2RAMHien Dang
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding
2017-10-31gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov
2017-10-08gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij
2017-08-14gpio: rcar: add gen[123] fallback compatibility stringsSimon Horman
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das
2016-12-28gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven
2016-12-28gpio: rcar: set IRQ chip parent_deviceNiklas Söderlund
2016-09-08gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman
2016-07-22gpio: rcar: add R8A7792 supportSergei Shtylyov
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds
2016-04-12Revert "gpio: rcar: Fine-grained Runtime PM support"Linus Walleij
2016-04-12Revert "gpio: rcar: Add Runtime PM handling for interrupts"Linus Walleij
2016-03-30gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven
2016-02-25gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven
2016-01-05gpio: rcar: use gpiochip data pointerLinus Walleij
2015-12-11gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven
2015-12-11gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven
2015-11-19gpio: change member .dev to .parentLinus Walleij
2015-07-27gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht
2015-07-16gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven
2015-06-01gpio: rcar: Check for irq_set_irq_wake() failuresGeert Uytterhoeven
2015-03-26gpio: rcar: Prevent module clock disable when wake-up is enabledGeert Uytterhoeven
2015-03-26gpio: rcar: Add more register documentationGeert Uytterhoeven
2015-03-26gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()Geert Uytterhoeven
2015-01-15gpio: rcar: Switch to use gpiolib irqchip helpersGeert Uytterhoeven
2015-01-15gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven
2014-11-27gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds