summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/imx_lpi2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Avoid accessing seq directlySimon Glass2020-12-181-6/+6
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-251-1/+1
* Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-241-1/+1
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-201-1/+1
* i2c: imx_lpi2c: Improve the codes to use private dataYe Li2020-07-091-11/+11
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* i2c: Update drivers to use enum for speedSimon Glass2020-01-271-4/+4
* 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