index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gpio: tegra: Use unsigned int where possible
Thierry Reding
2017-08-14
1
-32
/
+24
*
gpio: tegra: Fix checkpatch warnings
Thierry Reding
2017-08-14
1
-12
/
+20
*
gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies
Thierry Reding
2017-08-14
1
-2
/
+2
*
gpio: tegra: Remove unnecessary check
Thierry Reding
2017-08-14
1
-9
/
+2
*
gpio: tegra: Use platform_get_irq()
Thierry Reding
2017-08-14
1
-5
/
+5
*
gpio: tegra: Use platform_irq_count()
Thierry Reding
2017-08-14
1
-7
/
+6
*
gpio: tegra: remove gpio_to_irq() from hw irq handlers
Grygorii Strashko
2017-08-14
1
-1
/
+2
*
gpio: tegra: fix unbalanced chained_irq_enter/exit
Michał Mirosław
2017-08-02
1
-3
/
+3
*
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
2017-01-26
1
-1
/
+13
*
gpio: tegra: Make lockdep class file-scoped
Thierry Reding
2016-06-22
1
-2
/
+7
*
gpio: tegra: Implement gpio_get_direction callback
Laxman Dewangan
2016-04-30
1
-0
/
+16
*
gpio: tegra: Add support for gpio debounce
Laxman Dewangan
2016-04-29
1
-1
/
+68
*
gpio: tegra: Get rid of all file scoped global variables
Laxman Dewangan
2016-04-29
1
-152
/
+198
*
gpio: tegra: Make of_device_id compatible data to constant
Laxman Dewangan
2016-04-29
1
-2
/
+2
*
gpio: tegra: Don't open code of_device_get_match_data()
Laxman Dewangan
2016-04-29
1
-26
/
+24
*
gpio: tegra: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
2016-02-23
1
-1
/
+1
*
gpio: convert remaining users to gpiochip_add_data()
Linus Walleij
2016-01-05
1
-1
/
+1
*
gpio-tegra: Do not create the debugfs entry by default
Suzuki K. Poulose
2015-11-17
1
-49
/
+56
*
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
2015-09-16
1
-1
/
+1
*
gpio: kill off set_irq_flags usage
Rob Herring
2015-07-28
1
-1
/
+0
*
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
2015-07-14
1
-3
/
+1
*
gpio/gpio-tegra: Use irq_set_handler_locked()
Thomas Gleixner
2015-07-14
1
-2
/
+2
*
Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2015-06-23
1
-1
/
+1
|
\
|
*
Drivers: gpio: Fix spelling errors
Colin Cronin
2015-05-19
1
-1
/
+1
*
|
gpio: gpio-tegra: Fix race in installing chained IRQ handler
Russell King
2015-06-18
1
-2
/
+2
|
/
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
gpio: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
2014-10-28
1
-2
/
+2
|
/
*
gpio: tegra: Make of_device_id array const
Jingoo Han
2014-05-09
1
-1
/
+1
*
gpio: tegra: remove unnecessary OOM messages
Jingoo Han
2014-05-09
1
-3
/
+1
*
gpio: tegra: add missing error handling to probe
Stephen Warren
2013-12-11
1
-1
/
+6
*
gpio: tegra: use new gpio_lock_as_irq() API
Stephen Warren
2013-10-17
1
-0
/
+18
*
drivers/gpio: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
2013-05-06
1
-6
/
+5
|
\
|
*
gpio/tegra: assume CONFIG_OF
Stephen Warren
2013-03-04
1
-6
/
+5
*
|
Merge branch 'gic/cleanup' into next/soc
Olof Johansson
2013-04-28
1
-2
/
+1
|
\
\
|
*
|
arm: Move chained_irq_(enter|exit) to a generic file
Catalin Marinas
2013-03-26
1
-2
/
+1
|
|
/
*
/
gpio: tegra: add gpio wakeup source handling
Joseph Lo
2013-04-03
1
-2
/
+19
|
/
*
gpio: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-22
1
-5
/
+4
*
Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2012-12-11
1
-2
/
+2
|
\
|
*
gpio: remove use of __devinitdata
Bill Pemberton
2012-11-28
1
-1
/
+1
|
*
gpio: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
|
gpio: tegra: read output value when gpio is set in direction_out
Laxman Dewangan
2012-11-17
1
-0
/
+5
*
|
gpio: tegra: Drop exporting static functions
Axel Lin
2012-11-08
1
-2
/
+0
*
|
gpio: tegra: Staticize non-exported symbols
Axel Lin
2012-11-08
1
-2
/
+2
*
|
gpio: tegra: fix suspend/resume apis
Laxman Dewangan
2012-11-08
1
-5
/
+13
*
|
gpio/tegra: convert to use linear irqdomain
Linus Walleij
2012-10-26
1
-9
/
+5
|
/
*
gpio: tegra: remove useless includes of <mach/*.h>
Stephen Warren
2012-09-06
1
-3
/
+0
*
gpio: tegra: Hide tegra_gpio_enable/disable()
Stephen Warren
2012-04-18
1
-18
/
+18
*
gpio: tegra: configure pins during irq_set_type
Stephen Warren
2012-04-18
1
-0
/
+3
[next]