summaryrefslogtreecommitdiff
path: root/drivers/gpio/at91_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-2/+2
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass1-1/+1
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-2/+2
2020-08-22gpio: at91: use dev_read_addr() to get base addressMasahiro Yamada1-1/+1
2020-07-10drivers: rename drivers to match compatible stringWalter Lozano1-2/+2
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-3/+3
2019-12-03gpio: at91_gpio: Add bank namesJames Byrne1-3/+26
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-04-13gpio: at91_gpio: add the clock supportWenyou Yang1-0/+13
2017-04-13gpio: at91_gpio: add the device tree supportWenyou Yang1-0/+15
2017-04-13gpio: at91_gpio: remove CPU_HAS_PIO3 macroWenyou Yang1-45/+97
2016-06-13gpio: at91: Fix pullup/pulldown configuration on PIO3Marek Vasut1-3/+8
2015-04-17dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-1/+1
2015-02-12gpio: at91: Fix getting address of private dataAxel Lin1-5/+5
2014-11-21dm: at91: Add driver model support for atmel GPIO driverSimon Glass1-54/+187
2014-05-27gpio: at91: add sanity check for the NULL pointerWu, Josh1-1/+2
2014-03-04sizes.h - consolidate for all architecturesAlexey Brodkin1-1/+1
2013-12-09at91: add new gpio pin definitionsAndreas Bießmann1-3/+1
2013-08-22gpio: atmel: add copyright and remove error header infoBo Shen1-1/+1
2013-08-22gpio: atmel: add gpio common API supportBo Shen1-0/+43
2013-08-22gpio: atmel: fix code to use pointer for pio portBo Shen1-112/+138
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-07-07ATMEL/PIO: Enable new feature of PIO on Atmel deviceBo Shen1-2/+123
2011-05-18AT91: change includes from asm/arch/io.h to asm/io.hReinhard Meyer1-1/+1
2011-05-18AT91: fix related at91 driver filesReinhard Meyer1-21/+31
2010-02-12add a new AT91 GPIO driverJens Scharsig1-0/+214