Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | dm: i2c: Add a function to find out the chip offset length | Simon Glass | 2015-05-14 | -0/+7 |
* | dm: i2c: Add functions to read and write a register | Simon Glass | 2015-05-05 | -0/+19 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | -3/+3 |
* | dm: i2c: Add a missing memory allocaton check | Simon Glass | 2015-03-05 | -0/+2 |
* | dm: i2c: Add a dm_ prefix to driver model bus speed functions | Simon Glass | 2015-02-12 | -8/+3 |
* | dm: i2c: dts: Support an offset-len device tree property | Simon Glass | 2015-01-29 | -1/+2 |
* | dm: i2c: Move slave details to child platdata | Simon Glass | 2015-01-29 | -22/+32 |
* | dm: core: Add a flag to control sequence numbering | Simon Glass | 2015-01-29 | -0/+1 |
* | dm: i2c: Provide an offset length parameter where needed | Simon Glass | 2015-01-29 | -7/+9 |
* | dm: i2c: Rename driver model I2C functions to permit compatibility | Simon Glass | 2015-01-29 | -4/+5 |
* | dm: i2c: Add a uclass for I2C | Simon Glass | 2014-12-11 | -0/+466 |