summaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-uniphier.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-25treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2020-07-24Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini1-1/+1
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-28gpio: uniphier: import dt-binginds header from LinuxMasahiro Yamada1-2/+1
2017-10-15gpio: uniphier: rework single device node modelMasahiro Yamada1-51/+89
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-06-01dm: Use dm.h header when driver mode is usedSimon Glass1-1/+1
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-23ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada1-13/+3
2016-03-31gpio: uniphier: use devm_get_addr() to get base addressMasahiro Yamada1-5/+3
2016-02-28gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada1-0/+147