summaryrefslogtreecommitdiff
path: root/drivers/i2c/mv_i2c.c
AgeCommit message (Expand)Author
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2016-12-19i2c: mv_i2c.c: Correct address endiannessBradley Bolen
2016-09-26i2c: mv_i2c.c: Validate read length in I2C commandjinghua
2016-09-26i2c: mv_i2c.c: Enable runtime speed selection (standard vs fast mode)Stefan Roese
2016-09-26i2c: mv_i2c.c: Add DM supportStefan Roese
2016-09-26i2c: mv_i2c.c: Prepare driver for DM conversionStefan Roese
2016-09-26i2c: mv_i2c.c: Remove CONFIG_HARD_I2CStefan Roese
2016-09-26i2c: mv_i2c.c: cosmetic: Coding style cleanupsStefan Roese
2015-03-18mv_i2c: fix warnings on 64-bit buildsRob Herring
2015-02-12dm: i2c: Make API accessible even without CONFIG_DMSimon Glass
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2011-10-03I2C: mv_i2c: fix multi-bus init issueLei Wen
2011-10-03I2C: mv_i2c: fix build issue when enable debug optionLei Wen
2011-04-27I2C: mv_i2c: add multi bus supportLei Wen
2011-04-27mv_i2c: use structure to replace the direclty defineLei Wen
2011-04-27mv_i2c: fix timeout value to be consistent with commentsLei Wen
2011-04-27pxa: move i2c driver to the common placeLei Wen