index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-tegra.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-22
gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macro
Axel Lin
1
-13
/
+3
2017-12-28
kernel/irq: Extend lockdep class for request mutex
Andrew Lunn
1
-1
/
+3
2017-09-22
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
1
-2
/
+2
2017-08-14
gpio: tegra: Use unsigned int where possible
Thierry Reding
1
-32
/
+24
2017-08-14
gpio: tegra: Fix checkpatch warnings
Thierry Reding
1
-12
/
+20
2017-08-14
gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies
Thierry Reding
1
-2
/
+2
2017-08-14
gpio: tegra: Remove unnecessary check
Thierry Reding
1
-9
/
+2
2017-08-14
gpio: tegra: Use platform_get_irq()
Thierry Reding
1
-5
/
+5
2017-08-14
gpio: tegra: Use platform_irq_count()
Thierry Reding
1
-7
/
+6
2017-08-14
gpio: tegra: remove gpio_to_irq() from hw irq handlers
Grygorii Strashko
1
-1
/
+2
2017-08-02
gpio: tegra: fix unbalanced chained_irq_enter/exit
Michał Mirosław
1
-3
/
+3
2017-01-26
pinctrl / gpio: Introduce .set_config() callback for GPIO chips
Mika Westerberg
1
-1
/
+13
2016-06-22
gpio: tegra: Make lockdep class file-scoped
Thierry Reding
1
-2
/
+7
2016-04-30
gpio: tegra: Implement gpio_get_direction callback
Laxman Dewangan
1
-0
/
+16
2016-04-29
gpio: tegra: Add support for gpio debounce
Laxman Dewangan
1
-1
/
+68
2016-04-29
gpio: tegra: Get rid of all file scoped global variables
Laxman Dewangan
1
-152
/
+198
2016-04-29
gpio: tegra: Make of_device_id compatible data to constant
Laxman Dewangan
1
-2
/
+2
2016-04-29
gpio: tegra: Don't open code of_device_get_match_data()
Laxman Dewangan
1
-26
/
+24
2016-02-23
gpio: tegra: Use devm_gpiochip_add_data() for gpio registration
Laxman Dewangan
1
-1
/
+1
2016-01-05
gpio: convert remaining users to gpiochip_add_data()
Linus Walleij
1
-1
/
+1
2015-11-17
gpio-tegra: Do not create the debugfs entry by default
Suzuki K. Poulose
1
-49
/
+56
2015-09-16
genirq: Remove irq argument from irq flow handlers
Thomas Gleixner
1
-1
/
+1
2015-07-28
gpio: kill off set_irq_flags usage
Rob Herring
1
-1
/
+0
2015-07-14
gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_desc
Jiang Liu
1
-3
/
+1
2015-07-14
gpio/gpio-tegra: Use irq_set_handler_locked()
Thomas Gleixner
1
-2
/
+2
2015-06-23
Merge tag 'gpio-v4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-1
/
+1
2015-06-18
gpio: gpio-tegra: Fix race in installing chained IRQ handler
Russell King
1
-2
/
+2
2015-05-19
Drivers: gpio: Fix spelling errors
Colin Cronin
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-10-28
gpio: rename gpio_lock_as_irq to gpiochip_lock_as_irq
Alexandre Courbot
1
-2
/
+2
2014-10-20
gpio: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-05-09
gpio: tegra: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-05-09
gpio: tegra: remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2013-12-11
gpio: tegra: add missing error handling to probe
Stephen Warren
1
-1
/
+6
2013-10-17
gpio: tegra: use new gpio_lock_as_irq() API
Stephen Warren
1
-0
/
+18
2013-05-18
drivers/gpio: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+0
2013-05-06
Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux
Linus Torvalds
1
-6
/
+5
2013-04-28
Merge branch 'gic/cleanup' into next/soc
Olof Johansson
1
-2
/
+1
2013-04-03
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-11
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-17
gpio: tegra: read output value when gpio is set in direction_out
Laxman Dewangan
1
-0
/
+5
2012-11-08
gpio: tegra: Drop exporting static functions
Axel Lin
1
-2
/
+0
2012-11-08
gpio: tegra: Staticize non-exported symbols
Axel Lin
1
-2
/
+2
2012-11-08
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
[next]