Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | rockchip: i2c: Update the driver to use the new clock ID | Simon Glass | 2016-01-21 | -16/+22 |
| | | | | | | We can use the new clk_get_by_index() function to get the correct clock. Signed-off-by: Simon Glass <sjg@chromium.org> | |||
* | rockchip: Add I2C driver | Simon Glass | 2015-09-02 | -0/+391 |
Add an I2C driver for the Rockchip RK3288, using driver model. It should work for other Rockchip SoCs also. Signed-off-by: Simon Glass <sjg@chromium.org> |