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