aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/mv_i2c.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-2/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2016-12-19i2c: mv_i2c.c: Correct address endiannessBradley Bolen1-2/+2
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua1-0/+5
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese1-1/+29
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese1-48/+136
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese1-126/+141
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese1-2/+0
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese1-34/+34
2015-03-18mv_i2c: fix warnings on 64-bit buildsRob Herring1-1/+1
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass1-5/+5
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-10-03I2C: mv_i2c: fix multi-bus init issueLei Wen1-18/+24
2011-10-03I2C: mv_i2c: fix build issue when enable debug optionLei Wen1-1/+1
2011-04-27I2C: mv_i2c: add multi bus supportLei Wen1-1/+35
2011-04-27mv_i2c: use structure to replace the direclty defineLei Wen1-73/+68
2011-04-27mv_i2c: fix timeout value to be consistent with commentsLei Wen1-1/+1
2011-04-27pxa: move i2c driver to the common placeLei Wen1-0/+452