aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-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
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-15i2c: uniphier: replace debug() with dev_dbg()Masahiro Yamada1-30/+33
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
2017-01-29i2c: uniphier(-f): remove unneeded #include <dm/root.h>Masahiro Yamada1-1/+0
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-07-24ARM: uniphier: use (devm_)ioremap() instead of map_sysmem()Masahiro Yamada1-13/+4
2016-04-01i2c: uniphier: use devm_get_addr() to get base addressMasahiro Yamada1-6/+5
2015-05-31ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada1-4/+2
2015-04-18common: Make sure arch-specific map_sysmem() is definedJoe Hershberger1-0/+1
2015-03-15ARM: UniPhier: adjust device trees for business transferMasahiro Yamada1-3/+4
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass1-12/+0
2015-01-29i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada1-0/+239