index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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: mask GPIO IRQs during IRQ shutdown
Stephen Warren
2020-04-28
1
-0
/
+1
*
gpio: tegra: Use NOIRQ phase for suspend/resume
Dmitry Osipenko
2019-12-20
1
-8
/
+2
*
gpio: tegra: Properly handle irq_set_irq_wake() error
Dmitry Osipenko
2019-12-20
1
-1
/
+6
*
gpio: tegra: Use generic readl_relaxed/writel_relaxed accessors
Dmitry Osipenko
2019-12-20
1
-2
/
+2
*
gpio: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2019-11-07
1
-1
/
+4
*
gpio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-08-05
1
-3
/
+1
*
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-07-09
1
-2
/
+2
|
\
|
*
Revert "gpio: tegra: Clean-up debugfs initialisation"
Linus Walleij
2019-07-06
1
-3
/
+15
|
*
gpio: tegra: Clean-up debugfs initialisation
Jon Hunter
2019-06-27
1
-15
/
+3
|
*
gpio: tegra: No need to cast away return value of debugfs_create_file()
Greg Kroah-Hartman
2019-06-27
1
-2
/
+2
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-06-05
1
-10
/
+1
|
/
*
drivers: gpio: tegra: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2019-04-05
1
-3
/
+1
*
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
2019-02-19
1
-4
/
+21
*
gpio: gpio-tegra: simplify getting .driver_data
Wolfram Sang
2018-11-05
1
-4
/
+2
*
Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-08-15
1
-18
/
+10
|
\
|
*
gpio: tegra: Include the right header
Linus Walleij
2018-08-10
1
-2
/
+2
|
*
gpio: tegra: drop tegra specific GPIO lockdep classes
Stefan Agner
2018-07-29
1
-9
/
+0
|
*
gpio: tegra: Fix tegra_gpio_irq_set_type()
Dmitry Osipenko
2018-07-29
1
-7
/
+8
*
|
gpio: tegra: Move driver registration to subsys_init level
Dmitry Osipenko
2018-08-03
1
-1
/
+1
|
/
*
gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macro
Axel Lin
2018-02-22
1
-13
/
+3
*
kernel/irq: Extend lockdep class for request mutex
Andrew Lunn
2017-12-28
1
-1
/
+3
*
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
2017-09-22
1
-2
/
+2
*
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
|
/
[next]