summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/imx_lpi2c.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: imx_lpi2c: add ipg clkPeng Fan2019-10-141-0/+11
* i2c: imx_lpi2c: fix typo and register base address formatAnatolij Gustschin2018-10-221-2/+2
* i2c: imx_lpi2c: add uclass api supportPeng Fan2018-08-061-7/+40
* lpi2c: Add bus busy error handlingYe Li2018-07-121-21/+32
* lpi2c: Fix bus stop problem in xferYe Li2018-07-121-7/+7
* imx: lpi2c: fix clock issue when NACK detectedGao Pan2018-07-121-4/+10
* imx_lpi2c: Update lpi2c driver to support imx8Ye Li2018-07-121-1/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-1/+0
* i2c: lpi2c: remove superfluous assignmentsHeinrich Schuchardt2018-03-231-5/+5
* i2c: lpi2c: do not add 4 for bus seqPeng Fan2018-01-161-4/+4
* dm: gpio: Correct use of -ENODEV in driversSimon Glass2017-10-081-1/+1
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-40/+40
* i2c: lpi2c: add lpi2c driver for i.MX7ULPPeng Fan2017-03-171-0/+462