aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-rcar.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-16Merge tag 'v3.12-rc4' into develLinus Walleij1-4/+3
2013-10-16gpio: rcar: drop references to "virtual" IRQLinus Walleij1-6/+6
2013-09-22gpio: rcar: Remove #gpio-range-cells DT property usageLaurent Pinchart1-4/+3
2013-08-16gpio: use dev_get_platdata()Jingoo Han1-1/+1
2013-07-03Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-1/+8
2013-06-21Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversArnd Bergmann1-6/+2
2013-06-19gpio: rcar: fix gpio_rcar_of_tableArnd Bergmann1-0/+1
2013-06-19gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sectionsLaurent Pinchart1-6/+2
2013-06-17gpio-rcar: Use OUTDT when reading GPIOs configured as outputMagnus Damm1-1/+8
2013-06-12gpio-rcar: Add DT supportLaurent Pinchart1-10/+56
2013-06-04gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTHSimon Horman1-5/+21
2013-06-04gpio-rcar: R-Car GPIO IRQ share interruptKuninori Morimoto1-1/+1
2013-04-03gpio-rcar: Add pinctrl supportLaurent Pinchart1-0/+23
2013-04-03gpio: Renesas R-Car GPIO driver V3Magnus Damm1-0/+373