index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
gpio-tegra.c
Age
Commit message (
Expand
)
Author
2023-11-04
pinctrl: tegra: drop the wrapper around pinctrl_gpio_request()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_direction_output_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_direction_input_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_free_new()
Bartosz Golaszewski
2023-11-04
treewide: rename pinctrl_gpio_request_new()
Bartosz Golaszewski
2023-11-04
gpio: tegra: use new pinctrl GPIO helpers
Bartosz Golaszewski
2023-07-19
gpio: Explicitly include correct DT includes
Rob Herring
2022-10-20
gpio: tegra: Convert to immutable irq chip
Svyatoslav Ryhel
2022-07-10
gpio: Remove dynamic allocation from populate_parent_alloc_arg()
Marc Zyngier
2022-01-24
gpio: tegra: Get rid of duplicate of_node assignment
Andy Shevchenko
2021-08-12
gpio: Bulk conversion to generic_handle_domain_irq()
Marc Zyngier
2021-02-15
gpio: tegra: Fix irq_set_affinity
Dmitry Osipenko
2021-02-15
gpio: tegra: Support building driver as a loadable module
Dmitry Osipenko
2021-02-15
gpio: tegra: Clean up whitespaces in tegra_gpio_driver
Dmitry Osipenko
2021-02-15
gpio: tegra: Use debugfs_create_devm_seqfile()
Dmitry Osipenko
2021-02-15
gpio: tegra: Improve formatting of the code
Dmitry Osipenko
2021-02-15
gpio: tegra: Fix wake interrupt
Dmitry Osipenko
2021-02-15
gpio: tegra: Convert to gpio_irq_chip
Thierry Reding
2020-11-06
gpio: tegra: Use raw_spinlock
Dmitry Osipenko
2020-11-06
gpio: tegra: Add lockdep class
Dmitry Osipenko
2020-04-28
gpio: tegra: mask GPIO IRQs during IRQ shutdown
Stephen Warren
2019-12-20
gpio: tegra: Use NOIRQ phase for suspend/resume
Dmitry Osipenko
2019-12-20
gpio: tegra: Properly handle irq_set_irq_wake() error
Dmitry Osipenko
2019-12-20
gpio: tegra: Use generic readl_relaxed/writel_relaxed accessors
Dmitry Osipenko
2019-11-07
gpio: Use new GPIO_LINE_DIRECTION
Matti Vaittinen
2019-08-05
gpio: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2019-07-09
Merge tag 'gpio-v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2019-07-06
Revert "gpio: tegra: Clean-up debugfs initialisation"
Linus Walleij
2019-06-27
gpio: tegra: Clean-up debugfs initialisation
Jon Hunter
2019-06-27
gpio: tegra: No need to cast away return value of debugfs_create_file()
Greg Kroah-Hartman
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-04-05
drivers: gpio: tegra: use devm_platform_ioremap_resource()
Enrico Weigelt, metux IT consult
2019-02-19
gpio: tegra: Fix offset of pinctrl calls
Linus Walleij
2018-11-05
gpio: gpio-tegra: simplify getting .driver_data
Wolfram Sang
2018-08-15
Merge tag 'gpio-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
Linus Torvalds
2018-08-10
gpio: tegra: Include the right header
Linus Walleij
2018-08-03
gpio: tegra: Move driver registration to subsys_init level
Dmitry Osipenko
2018-07-29
gpio: tegra: drop tegra specific GPIO lockdep classes
Stefan Agner
2018-07-29
gpio: tegra: Fix tegra_gpio_irq_set_type()
Dmitry Osipenko
2018-02-22
gpio: tegra: Convert to use DEFINE_SHOW_ATTRIBUTE macro
Axel Lin
2017-12-28
kernel/irq: Extend lockdep class for request mutex
Andrew Lunn
2017-09-22
pinctrl/gpio: Unify namespace for cross-calls
Linus Walleij
2017-08-14
gpio: tegra: Use unsigned int where possible
Thierry Reding
2017-08-14
gpio: tegra: Fix checkpatch warnings
Thierry Reding
2017-08-14
gpio: tegra: Prefer kcalloc() over kzalloc() with multiplies
Thierry Reding
2017-08-14
gpio: tegra: Remove unnecessary check
Thierry Reding
2017-08-14
gpio: tegra: Use platform_get_irq()
Thierry Reding
2017-08-14
gpio: tegra: Use platform_irq_count()
Thierry Reding
2017-08-14
gpio: tegra: remove gpio_to_irq() from hw irq handlers
Grygorii Strashko
2017-08-02
gpio: tegra: fix unbalanced chained_irq_enter/exit
Michał Mirosław
[next]