index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-rcar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-28
gpio: rcar: Fine-grained Runtime PM support
Geert Uytterhoeven
1
-4
/
+16
2016-12-28
gpio: rcar: set IRQ chip parent_device
Niklas Söderlund
1
-0
/
+1
2016-09-08
gpio: rcar: Add r8a7796 (R-Car M3-W) support
Simon Horman
1
-0
/
+4
2016-07-22
gpio: rcar: add R8A7792 support
Sergei Shtylyov
1
-0
/
+3
2016-05-18
Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-0
/
+20
2016-04-12
Revert "gpio: rcar: Fine-grained Runtime PM support"
Linus Walleij
1
-17
/
+6
2016-04-12
Revert "gpio: rcar: Add Runtime PM handling for interrupts"
Linus Walleij
1
-42
/
+0
2016-03-30
gpio: rcar: Implement gpiochip.set_multiple()
Geert Uytterhoeven
1
-0
/
+20
2016-02-25
gpio: rcar: Add Runtime PM handling for interrupts
Geert Uytterhoeven
1
-0
/
+42
2016-01-05
gpio: rcar: use gpiochip data pointer
Linus Walleij
1
-21
/
+12
2015-12-11
gpio: rcar: Improve clock error handling and reporting
Geert Uytterhoeven
1
-1
/
+10
2015-12-11
gpio: rcar: Remove obsolete platform data support
Geert Uytterhoeven
1
-51
/
+26
2015-11-19
gpio: change member .dev to .parent
Linus Walleij
1
-1
/
+1
2015-07-27
gpio: rcar: Add r8a7795 (R-Car H3) support
Ulrich Hecht
1
-0
/
+4
2015-07-16
gpio: rcar: Fine-grained Runtime PM support
Geert Uytterhoeven
1
-4
/
+16
2015-06-01
gpio: rcar: Check for irq_set_irq_wake() failures
Geert Uytterhoeven
1
-2
/
+11
2015-03-26
gpio: rcar: Prevent module clock disable when wake-up is enabled
Geert Uytterhoeven
1
-2
/
+31
2015-03-26
gpio: rcar: Add more register documentation
Geert Uytterhoeven
1
-12
/
+12
2015-03-26
gpio: rcar: Use local variable gpio_chip in gpio_rcar_probe()
Geert Uytterhoeven
1
-3
/
+3
2015-01-15
gpio: rcar: Switch to use gpiolib irqchip helpers
Geert Uytterhoeven
1
-46
/
+23
2015-01-15
gpio: rcar: Fix error path for devm_kzalloc() failure
Geert Uytterhoeven
1
-4
/
+2
2014-11-27
gpio: rcar: Add r8a7793 and r8a7794 support
Hisashi Nakamura
1
-9
/
+18
2014-08-09
Merge tag 'gpio-v3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-6
/
+3
2014-07-22
gpio: remove all usage of gpio_remove retval in driver/gpio
abdoulaye berthe
1
-4
/
+1
2014-07-15
gpio: rcar: Add support for DT IRQ flags
Laurent Pinchart
1
-0
/
+1
2014-07-09
gpio: rcar: clamp returned value to [0,1]
Jürg Billeter
1
-2
/
+2
2014-05-09
gpio: rcar: remove unnecessary OOM messages
Jingoo Han
1
-1
/
+0
2014-04-28
gpio: rcar: Add minimal runtime PM support
Geert Uytterhoeven
1
-0
/
+8
2014-03-29
gpio: rcar: Add helper variable dev = &pdev->dev
Geert Uytterhoeven
1
-16
/
+16
2014-01-21
Merge tag 'gpio-v3.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-16
/
+45
2013-12-12
gpio: rcar: Fix level interrupt handling
Valentine Barshak
1
-1
/
+2
2013-12-09
Merge tag 'v3.13-rc3' into devel
Linus Walleij
1
-1
/
+1
2013-12-03
gpio: rcar: Support both edge trigger with DT
Laurent Pinchart
1
-13
/
+43
2013-11-25
gpio: rcar: Enable mask on suspend
Magnus Damm
1
-1
/
+2
2013-11-25
gpio: rcar: Use lazy disable
Magnus Damm
1
-2
/
+0
2013-11-25
gpio: rcar: NULL dereference on error in probe()
Dan Carpenter
1
-1
/
+1
2013-10-16
gpio: rcar: Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-10-16
Merge tag 'v3.12-rc4' into devel
Linus Walleij
1
-4
/
+3
2013-10-16
gpio: rcar: drop references to "virtual" IRQ
Linus Walleij
1
-6
/
+6
2013-09-22
gpio: rcar: Remove #gpio-range-cells DT property usage
Laurent Pinchart
1
-4
/
+3
2013-08-16
gpio: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-07-03
Merge tag 'gpio-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+8
2013-06-21
Merge tag 'renesas-gpio-rcar2-for-v3.11' of git://git.kernel.org/pub/scm/linu...
Arnd Bergmann
1
-6
/
+2
2013-06-19
gpio: rcar: fix gpio_rcar_of_table
Arnd Bergmann
1
-0
/
+1
2013-06-19
gpio-rcar: Remove #ifdef CONFIG_OF around OF-specific sections
Laurent Pinchart
1
-6
/
+2
2013-06-17
gpio-rcar: Use OUTDT when reading GPIOs configured as output
Magnus Damm
1
-1
/
+8
2013-06-12
gpio-rcar: Add DT support
Laurent Pinchart
1
-10
/
+56
2013-06-04
gpio-rcar: Add support for IRQ_TYPE_EDGE_BOTH
Simon Horman
1
-5
/
+21
2013-06-04
gpio-rcar: R-Car GPIO IRQ share interrupt
Kuninori Morimoto
1
-1
/
+1
2013-04-03
gpio-rcar: Add pinctrl support
Laurent Pinchart
1
-0
/
+23
[next]