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.12.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
2022-10-20
gpio: tegra: Convert to immutable irq chip
Svyatoslav Ryhel
1
-16
/
+44
2022-07-10
gpio: Remove dynamic allocation from populate_parent_alloc_arg()
Marc Zyngier
1
-9
/
+6
2022-01-24
gpio: tegra: Get rid of duplicate of_node assignment
Andy Shevchenko
1
-1
/
+0
2021-08-12
gpio: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
1
-5
/
+4
2021-02-15
gpio: tegra: Fix irq_set_affinity
Dmitry Osipenko
1
-1
/
+2
2021-02-15
gpio: tegra: Support building driver as a loadable module
Dmitry Osipenko
1
-6
/
+9
2021-02-15
gpio: tegra: Clean up whitespaces in tegra_gpio_driver
Dmitry Osipenko
1
-4
/
+4
2021-02-15
gpio: tegra: Use debugfs_create_devm_seqfile()
Dmitry Osipenko
1
-5
/
+3
2021-02-15
gpio: tegra: Improve formatting of the code
Dmitry Osipenko
1
-5
/
+10
2021-02-15
gpio: tegra: Fix wake interrupt
Dmitry Osipenko
1
-3
/
+13
2021-02-15
gpio: tegra: Convert to gpio_irq_chip
Thierry Reding
1
-72
/
+146
2020-11-06
gpio: tegra: Use raw_spinlock
Dmitry Osipenko
1
-5
/
+13
2020-11-06
gpio: tegra: Add lockdep class
Dmitry Osipenko
1
-0
/
+4
2020-04-28
gpio: tegra: mask GPIO IRQs during IRQ shutdown
Stephen Warren
1
-0
/
+1
2019-12-20
gpio: tegra: Use NOIRQ phase for suspend/resume
Dmitry Osipenko
1
-8
/
+2
2019-12-20
gpio: tegra: Properly handle irq_set_irq_wake() error
Dmitry Osipenko
1
-1
/
+6
2019-12-20
gpio: tegra: Use generic readl_relaxed/writel_relaxed accessors
Dmitry Osipenko
1
-2
/
+2
2019-11-07
gpio: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
1
-1
/
+4
2019-08-05
gpio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-3
/
+1
2019-07-09
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-2
/
+2
2019-07-06
Revert "gpio: tegra: Clean-up debugfs initialisation"
Linus Walleij
1
-3
/
+15
2019-06-27
gpio: tegra: Clean-up debugfs initialisation
Jon Hunter
1
-15
/
+3
2019-06-27
gpio: tegra: No need to cast away return value of debugfs_create_file()
Greg Kroah-Hartman
1
-2
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-10
/
+1
2019-04-04
drivers: gpio: tegra: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
1
-3
/
+1
2019-02-19
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
1
-4
/
+21
2018-11-05
gpio: gpio-tegra: simplify getting .driver_data
Wolfram Sang
1
-4
/
+2
2018-08-16
Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
1
-18
/
+10
2018-08-11
gpio: tegra: Include the right header
Linus Walleij
1
-2
/
+2
2018-08-03
gpio: tegra: Move driver registration to subsys_init level
Dmitry Osipenko
1
-1
/
+1
2018-07-30
gpio: tegra: drop tegra specific GPIO lockdep classes
Stefan Agner
1
-9
/
+0
2018-07-29
gpio: tegra: Fix tegra_gpio_irq_set_type()
Dmitry Osipenko
1
-7
/
+8
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
[next]