summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Revert "gpio: rcar: Fine-grained Runtime PM support"Linus Walleij2016-04-121-17/+6
* | Revert "gpio: rcar: Add Runtime PM handling for interrupts"Linus Walleij2016-04-121-42/+0
|/
* gpio: rcar: Add Runtime PM handling for interruptsGeert Uytterhoeven2016-02-251-0/+42
* gpio: rcar: use gpiochip data pointerLinus Walleij2016-01-051-21/+12
* gpio: rcar: Improve clock error handling and reportingGeert Uytterhoeven2015-12-111-1/+10
* gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven2015-12-111-51/+26
* 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/+23
* gpio: rcar: Fix error path for devm_kzalloc() failureGeert Uytterhoeven2015-01-151-4/+2
* 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-081-6/+3
|\
| * gpio: remove all usage of gpio_remove retval in driver/gpioabdoulaye berthe2014-07-221-4/+1
| * 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/+0
* 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
| * | gpio: rcar: Enable mask on suspendMagnus Damm2013-11-251-1/+2
| * | gpio: rcar: Use lazy disableMagnus Damm2013-11-251-2/+0
* | | gpio: rcar: Fix level interrupt handlingValentine Barshak2013-12-121-1/+2
| |/ |/|
* | gpio: rcar: NULL dereference on error in probe()Dan Carpenter2013-11-251-1/+1
|/
* gpio: rcar: Include linux/of.h headerSachin Kamat2013-10-161-0/+1
* Merge tag 'v3.12-rc4' into develLinus Walleij2013-10-161-4/+3
|\
| * gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart2013-09-221-4/+3
* | gpio: rcar: drop references to "virtual" IRQLinus Walleij2013-10-161-6/+6
|/
* gpio: use dev_get_platdata()Jingoo Han2013-08-161-1/+1
* Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-07-031-1/+8
|\
| * gpio-rcar: Use OUTDT when reading GPIOs configured as outputMagnus Damm2013-06-171-1/+8
* | Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2013-06-211-6/+2
|\ \
| * | gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sectionsLaurent Pinchart2013-06-191-6/+2
* | | gpio: rcar: fix gpio_rcar_of_tableArnd Bergmann2013-06-191-0/+1
|/ /
* | gpio-rcar: Add DT supportLaurent Pinchart2013-06-121-10/+56
* | gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTHSimon Horman2013-06-041-5/+21
* | gpio-rcar: R-Car GPIO IRQ share interruptKuninori Morimoto2013-06-041-1/+1
|/
* gpio-rcar: Add pinctrl supportLaurent Pinchart2013-04-031-0/+23
* gpio: Renesas R-Car GPIO driver V3Magnus Damm2013-04-031-0/+373