index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpio
/
tegra_gpio.c
Age
Commit message (
Expand
)
Author
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