aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-29gpio: rcar: Add GPIO hole supportBiju Das1-0/+6
2018-07-13gpio: rcar: Implement .get_direction() callbackGeert Uytterhoeven1-0/+8
2018-07-02gpio: rcar: Include the right headerLinus Walleij1-1/+1
2018-03-18Merge tag 'v4.16-rc5' into develLinus Walleij1-22/+6
2018-03-05gpio: rcar: Use wakeup_path i.s.o. explicit clock handlingGeert Uytterhoeven1-22/+16
2018-02-22gpio: gpio-rcar: Support S2RAMHien Dang1-0/+66
2017-11-09Merge branch 'gpio-irqchip-rework' of /home/linus/linux-gpio into develLinus Walleij1-15/+9
2017-11-08gpio: Move irqdomain into struct gpio_irq_chipThierry Reding1-1/+1
2017-10-31gpio-rcar: use devm_ioremap_resource()Sergei Shtylyov1-8/+6
2017-10-08gpio: rcar: Use of_device_get_match_data() helperGeert Uytterhoeven1-6/+2
2017-09-22pinctrl/gpio: Unify namespace for cross-callsLinus Walleij1-2/+2
2017-08-14gpio: rcar: add gen[123] fallback compatibility stringsSimon Horman1-0/+10
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das1-0/+4
2016-12-28gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven1-4/+16
2016-12-28gpio: rcar: set IRQ chip parent_deviceNiklas Söderlund1-0/+1
2016-09-08gpio: rcar: Add r8a7796 (R-Car M3-W) supportSimon Horman1-0/+4
2016-07-22gpio: rcar: add R8A7792 supportSergei Shtylyov1-0/+3
2016-05-17Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-0/+20
2016-04-12Revert "gpio: rcar: Fine-grained Runtime PM support"Linus Walleij1-17/+6
2016-04-12Revert "gpio: rcar: Add Runtime PM handling for interrupts"Linus Walleij1-42/+0
2016-03-30gpio: rcar: Implement gpiochip.set_multiple()Geert Uytterhoeven1-0/+20
2016-02-25gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven1-0/+42
2016-01-05gpio: rcar: use gpiochip data pointerLinus Walleij1-21/+12
2015-12-11gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven1-1/+10
2015-12-11gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven1-51/+26
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-07-27gpio: rcar: Add r8a7795 (R-Car H3) supportUlrich Hecht1-0/+4
2015-07-16gpio: rcar: Fine-grained Runtime PM supportGeert Uytterhoeven1-4/+16
2015-06-01gpio: rcar: Check for irq_set_irq_wake() failuresGeert Uytterhoeven1-2/+11
2015-03-26gpio: rcar: Prevent module clock disable when wake-up is enabledGeert Uytterhoeven1-2/+31
2015-03-26gpio: rcar: Add more register documentationGeert Uytterhoeven1-12/+12
2015-03-26gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()Geert Uytterhoeven1-3/+3
2015-01-15gpio: rcar: Switch to use gpiolib irqchip helpersGeert Uytterhoeven1-46/+23
2015-01-15gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven1-4/+2
2014-11-27gpio: rcar: Add r8a7793 and r8a7794 supportHisashi Nakamura1-9/+18
2014-08-08Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-6/+3
2014-07-22gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe1-4/+1
2014-07-15gpio: rcar: Add support for DT IRQ flagsLaurent Pinchart1-0/+1
2014-07-09gpio: rcar: clamp returned value to [0,1]Jürg Billeter1-2/+2
2014-05-09gpio: rcar: remove unnecessary OOM messagesJingoo Han1-1/+0
2014-04-28gpio: rcar: Add minimal runtime PM supportGeert Uytterhoeven1-0/+8
2014-03-28gpio: rcar: Add helper variable dev = &pdev->devGeert Uytterhoeven1-16/+16
2014-01-21Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-16/+45
2013-12-12gpio: rcar: Fix level interrupt handlingValentine Barshak1-1/+2
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-1/+1
2013-12-03gpio: rcar: Support both edge trigger with DTLaurent Pinchart1-13/+43
2013-11-25gpio: rcar: Enable mask on suspendMagnus Damm1-1/+2
2013-11-25gpio: rcar: Use lazy disableMagnus Damm1-2/+0
2013-11-25gpio: rcar: NULL dereference on error in probe()Dan Carpenter1-1/+1
2013-10-16gpio: rcar: Include linux/of.h headerSachin Kamat1-0/+1