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
/
at91_gpio.c
Age
Commit message (
Expand
)
Author
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
2024-01-29
treewide: Remove clk_free
Sean Anderson
2020-12-13
dm: treewide: Rename ..._platdata variables to just ..._plat
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_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-08-22
gpio: at91: use dev_read_addr() to get base address
Masahiro Yamada
2020-07-09
drivers: rename drivers to match compatible string
Walter Lozano
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
2019-12-15
dm: gpio: Allow control of GPIO uclass in SPL
Simon Glass
2019-12-03
gpio: at91_gpio: Add bank names
James Byrne
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2017-06-01
dm: Rename dev_addr..() functions
Simon Glass
2017-04-13
gpio: at91_gpio: add the clock support
Wenyou Yang
2017-04-13
gpio: at91_gpio: add the device tree support
Wenyou Yang
2017-04-13
gpio: at91_gpio: remove CPU_HAS_PIO3 macro
Wenyou Yang
2016-06-12
gpio: at91: Fix pullup/pulldown configuration on PIO3
Marek Vasut
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-02-12
gpio: at91: Fix getting address of private data
Axel Lin
2014-11-21
dm: at91: Add driver model support for atmel GPIO driver
Simon Glass
2014-05-27
gpio: at91: add sanity check for the NULL pointer
Wu, Josh
2014-03-04
sizes.h - consolidate for all architectures
Alexey Brodkin
2013-12-09
at91: add new gpio pin definitions
Andreas Bießmann
2013-08-22
gpio: atmel: add copyright and remove error header info
Bo Shen
2013-08-22
gpio: atmel: add gpio common API support
Bo Shen
2013-08-22
gpio: atmel: fix code to use pointer for pio port
Bo Shen
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-07-07
ATMEL/PIO: Enable new feature of PIO on Atmel device
Bo Shen
2011-05-18
AT91: change includes from asm/arch/io.h to asm/io.h
Reinhard Meyer
2011-05-18
AT91: fix related at91 driver files
Reinhard Meyer
2010-02-12
add a new AT91 GPIO driver
Jens Scharsig