aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/i2c-uclass.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass1-0/+11
2015-08-05dm: i2c: Add a message debug functionSimon Glass1-0/+16
2015-05-14dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-0/+7
2015-05-05dm: i2c: Add functions to read and write a registerSimon Glass1-0/+19
2015-04-16dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass1-3/+3
2015-03-05dm: i2c: Add a missing memory allocaton checkSimon Glass1-0/+2
2015-02-12dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass1-8/+3
2015-01-29dm: i2c: dts: Support an offset-len device tree propertySimon Glass1-1/+2
2015-01-29dm: i2c: Move slave details to child platdataSimon Glass1-22/+32
2015-01-29dm: core: Add a flag to control sequence numberingSimon Glass1-0/+1
2015-01-29dm: i2c: Provide an offset length parameter where neededSimon Glass1-7/+9
2015-01-29dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass1-4/+5
2014-12-11dm: i2c: Add a uclass for I2CSimon Glass1-0/+466