summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2Star
* 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/+11Star
* gpio: rcar: convert to SPDX identifiersKuninori Morimoto2018-11-151-9/+1Star
* 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/+6Star
|\
| * gpio: rcar: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven2018-03-051-22/+16Star
* | 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/+9Star
|\
| * gpio: Move irqdomain into struct gpio_irq_chipThierry Reding2017-11-081-1/+1
| * gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov2017-10-311-8/+6Star
| * gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven2017-10-081-6/+2Star
* | 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-181-0/+20
|\
| * gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven2016-03-301-0/+20
* | Revert "gpio: rcar: Fine-grained Runtime PM support"Linus Walleij2016-04-121-17/+6Star
* | Revert "gpio: rcar: Add Runtime PM handling for interrupts"Linus Walleij2016-04-121-42/+0Star
|/
* gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven2016-02-251-0/+42
* gpio: rcar: use gpiochip data pointerLinus Walleij2016-01-051-21/+12Star
* gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven2015-12-111-1/+10
* gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven2015-12-111-51/+26Star
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht2015-07-271-0/+4
* gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven2015-07-161-4/+16
* gpio: rcar: Check for irq_set_irq_wake() failuresGeert Uytterhoeven2015-06-011-2/+11
* gpio: rcar: Prevent module clock disable when wake-up is enabledGeert Uytterhoeven2015-03-261-2/+31
* gpio: rcar: Add more register documentationGeert Uytterhoeven2015-03-261-12/+12
* gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()Geert Uytterhoeven2015-03-261-3/+3
* gpio: rcar: Switch to use gpiolib irqchip helpersGeert Uytterhoeven2015-01-151-46/+23Star
* gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven2015-01-151-4/+2Star
* gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura2014-11-271-9/+18
* Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-08-091-6/+3Star
|\
| * gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+1Star
| * gpio: rcar: clamp returned value to [0,1]Jürg Billeter2014-07-091-2/+2
* | gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart2014-07-151-0/+1
|/
* gpio: rcar: remove unnecessary OOM messagesJingoo Han2014-05-091-1/+0Star
* gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven2014-04-281-0/+8
* gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven2014-03-281-16/+16
* Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2014-01-211-16/+45
|\
| * Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-1/+1
| |\
| * | gpio: rcar: Support both edge trigger with DTLaurent Pinchart2013-12-031-13/+43