Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-07-17 | arm: omap_i2c: Remove unwanted header file inclusion | Vignesh R | |
There is no need for to include this header here, so drop it. Signed-off-by: Vignesh R <vigneshr@ti.com> Reviewed-by: Heiko Schocher <hs@denx.de> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com> | |||
2018-12-10 | i2c: omap24xx_i2c: Use platdata to probe the device | Jean-Jacques Hiblot | |
This allows the driver to be used without OF_CONTROL. AM335x support DM_SPL but does not use SPL_OF_CONTROL. Enabling DM_I2C in SPL thus requires that the omap I2C can be passed platdata. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Heiko Schocher <hs@denx.de> |