summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/mv_i2c.c
Commit message (Expand)AuthorAgeFilesLines
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* i2c: mv_i2c.c: Correct address endiannessBradley Bolen2016-12-191-2/+2
* i2c: mv_i2c.c: Validate read length in I2C commandjinghua2016-09-261-0/+5
* i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese2016-09-261-1/+29
* i2c: mv_i2c.c: Add DM supportStefan Roese2016-09-261-48/+136
* i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese2016-09-261-126/+141
* i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese2016-09-261-2/+0
* i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese2016-09-261-34/+34
* mv_i2c: fix warnings on 64-bit buildsRob Herring2015-03-181-1/+1
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-121-5/+5
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* I2C: mv_i2c: fix multi-bus init issueLei Wen2011-10-031-18/+24
* I2C: mv_i2c: fix build issue when enable debug optionLei Wen2011-10-031-1/+1
* I2C: mv_i2c: add multi bus supportLei Wen2011-04-271-1/+35
* mv_i2c: use structure to replace the direclty defineLei Wen2011-04-271-73/+68
* mv_i2c: fix timeout value to be consistent with commentsLei Wen2011-04-271-1/+1
* pxa: move i2c driver to the common placeLei Wen2011-04-271-0/+452