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-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-18
drivers/gpio: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-07
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-6
/
+5
2013-04-29
Merge branch 'gic/cleanup' into next/soc
Olof Johansson
1
-2
/
+1
2013-04-04
gpio: tegra: add gpio wakeup source handling
Joseph Lo
1
-2
/
+19
2013-03-26
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
1
-2
/
+1
2013-03-04
gpio/tegra: assume CONFIG_OF
Stephen Warren
1
-6
/
+5
2013-01-22
gpio: Convert to devm_ioremap_resource()
Thierry Reding
1
-5
/
+4
2012-12-12
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2012-11-28
gpio: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-28
gpio: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-18
gpio: tegra: read output value when gpio is set in direction_out
Laxman Dewangan
1
-0
/
+5
2012-11-09
gpio: tegra: Drop exporting static functions
Axel Lin
1
-2
/
+0
2012-11-09
gpio: tegra: Staticize non-exported symbols
Axel Lin
1
-2
/
+2
2012-11-09
gpio: tegra: fix suspend/resume apis
Laxman Dewangan
1
-5
/
+13
2012-10-26
gpio/tegra: convert to use linear irqdomain
Linus Walleij
1
-9
/
+5
2012-09-06
gpio: tegra: remove useless includes of <mach/*.h>
Stephen Warren
1
-3
/
+0
2012-04-18
gpio: tegra: Hide tegra_gpio_enable/disable()
Stephen Warren
1
-18
/
+18
2012-04-18
gpio: tegra: configure pins during irq_set_type
Stephen Warren
1
-0
/
+3
2012-04-04
gpio: tegra: Iterate over the correct number of banks
Stephen Warren
1
-2
/
+2
2012-04-04
gpio: tegra: fix register address calculations for Tegra30
Stephen Warren
1
-13
/
+42
2012-03-29
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-1
/
+3
2012-03-20
gpio: tegra: tegra_gpio_config shouldn't be __init
Stephen Warren
1
-1
/
+1
2012-03-12
ARM: tegra: export tegra_gpio_{en,dis}able
Arnd Bergmann
1
-0
/
+2
2012-02-27
gpio: tegra: Fix build issue due to irq_domain rework.
Stephen Warren
1
-8
/
+6
2012-02-07
gpio: tegra: Parameterize the number of banks
Stephen Warren
1
-9
/
+33
2012-02-07
gpio: tegra: Dynamically allocate IRQ base, and support DT
Stephen Warren
1
-7
/
+18
2012-01-02
drivers/gpio/gpio-tegra.c: use devm_request_and_ioremap
Julia Lawall
1
-8
/
+1
2011-11-01
Merge branch 'depends/rmk/gpio' into next/devel
Arnd Bergmann
1
-7
/
+16
2011-10-14
gpio/tegra: Convert to a platform device
Stephen Warren
1
-48
/
+95
2011-09-27
ARM: 7101/1: arm/tegra: Replace <mach/gpio.h> with <mach/gpio-tegra.h>
Stephen Warren
1
-0
/
+1
2011-08-24
ARM: 7053/1: gpio/tegra: Implement gpio_chip.to_irq
Stephen Warren
1
-1
/
+5
2011-08-24
ARM: 7052/1: gpio/tegra: Remove use of irq_to_gpio
Stephen Warren
1
-6
/
+10
2011-07-06
gpio/tegra: Use engineering names in DT compatible property
Stephen Warren
1
-1
/
+1
2011-06-16
gpio/tegra: add devicetree support
Grant Likely
1
-0
/
+10
2011-06-16
gpio/tegra: Move Tegra gpio driver to drivers/gpio
Grant Likely
1
-0
/
+431