aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/imx_lpi2c.c
AgeCommit message (Expand)AuthorFilesLines
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-07-09i2c: imx_lpi2c: Improve the codes to use private dataYe Li1-11/+11
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+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-4/+4
2019-10-14i2c: imx_lpi2c: add ipg clkPeng Fan1-0/+11
2018-10-22i2c: imx_lpi2c: fix typo and register base address formatAnatolij Gustschin1-2/+2
2018-08-06i2c: imx_lpi2c: add uclass api supportPeng Fan1-7/+40
2018-07-12lpi2c: Add bus busy error handlingYe Li1-21/+32
2018-07-12lpi2c: Fix bus stop problem in xferYe Li1-7/+7
2018-07-12imx: lpi2c: fix clock issue when NACK detectedGao Pan1-4/+10
2018-07-12imx_lpi2c: Update lpi2c driver to support imx8Ye Li1-1/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-1/+0
2018-03-23i2c: lpi2c: remove superfluous assignmentsHeinrich Schuchardt1-5/+5
2018-01-16i2c: lpi2c: do not add 4 for bus seqPeng Fan1-4/+4
2017-10-08dm: gpio: Correct use of -ENODEV in driversSimon Glass1-1/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-40/+40
2017-03-17i2c: lpi2c: add lpi2c driver for i.MX7ULPPeng Fan1-0/+462