index
:
u-boot.git
dependabot/pip/doc/sphinx/pygments-2.20.0
dependabot/pip/doc/sphinx/requests-2.33.0
dependabot/pip/tools/patman/aiohttp-3.13.4
master
next
origin
u-boot-2009.11.y
u-boot-2013.01.y
u-boot-2016.09.y
u-boot-2023.07.y
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
tegra_gpio.c
Age
Commit message (
Expand
)
Author
2025-10-28
gpio: tegra_gpio: convert to use set_flags
Lukasz Majewski
2025-05-08
gpio: tegra_gpio: implement rfree operation
Svyatoslav Ryhel
2024-10-13
Merge branch 'staging' of https://source.denx.de/u-boot/custodians/u-boot-tegra
Tom Rini
2024-10-13
drivers: tegra_gpio: add early SPL functions
Svyatoslav Ryhel
2024-10-11
drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD
Simon Glass
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
2024-05-07
gpio: Remove <common.h> and add needed includes
Tom Rini
2023-05-06
drivers: use dev_read_addr_ptr when cast to pointer
Johan Jonker
2022-01-19
doc: replace @return by Return:
Heinrich Schuchardt
2021-09-04
tegra: gpio: Drop use of CONFIG_xxx variables
Simon Glass
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-12-13
dm: Drop uses of dev_set_of_offset()
Simon Glass
2020-12-13
dm: Remove uses of device_bind_offset()
Simon Glass
2020-12-13
dm: core: Rename device_bind() to device_bind_offset()
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2018-11-14
gpio: Remove DM_FLAG_PRE_RELOC flag in various drivers
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-27
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2017-07-28
dm: tegra: gpio: Convert to support livetree
Simon Glass
2017-06-01
dm: gpio: Refactor to prepare for live tree support
Simon Glass
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-02-08
dm: core: Replace of_offset with accessor
Simon Glass
2016-02-16
tegra: gpio: Show the GPIO value for outputs
Simon Glass
2015-10-02
gpio: tegra: use named constants
Stephen Warren
2015-10-02
gpio: tegra: remove unused type
Stephen Warren
2015-10-02
ARM: tegra: don't enable GPIOs until direction is set
Stephen Warren
2015-10-02
ARM: tegra: fix GPIO init table programming
Stephen Warren
2015-08-31
dm: Use dev_get_addr() where possible
Simon Glass
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-03-04
dm: tegra: Enable driver model in SPL and adjust the GPIO driver
Simon Glass
2015-01-29
dm: tegra: Add a GPIO translation function
Simon Glass
2014-10-23
dm: gpio: tegra: Drop request()/free() in the driver
Simon Glass
2014-10-22
tegra: gpio: fix null label regression
Marcel Ziswiler
2014-09-10
tegra: Convert tegra GPIO driver to use driver model
Simon Glass
2014-05-13
ARM: tegra: add GPIO initialization table function
Stephen Warren
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-10-15
Tegra20: Move some include files to arch-tegra for sharing with Tegra30
Tom Warren
2012-09-10
Tegra: Change Tegra20 to Tegra in common code, prep for T30
Tom Warren
2012-09-01
tegra20: rename tegra2 -> tegra20
Allen Martin
2012-07-07
gpio: tegra2: rename tegra2_gpio.* to tegra_gpio.*
Tom Warren