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
/
tegra186_gpio.c
Age
Commit message (
Expand
)
Author
2023-10-13
treewide: use dev_read_addr_*_ptr() where appropriate
Matthias Schiffer
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: 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
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-10-08
dm: gpio: Correct use of -ENODEV in drivers
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-05-31
gpio: add Tegra186 GPIO driver
Stephen Warren