aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/at91_gpio.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-16dm: 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