summaryrefslogtreecommitdiff
path: root/drivers/i2c/imx_lpi2c.c
AgeCommit message (Expand)AuthorFilesLines
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-09dm: 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