Re: [PATCH v3] i2c: add driver for Rockchip RK3xxx SoC I2C adapter

2014-05-20 Thread Heiko Stübner
Am Montag, 19. Mai 2014, 02:37:57 schrieb Max Schwarz: > Driver for the native I2C adapter found in Rockchip RK3xxx SoCs. > > Configuration is only possible through devicetree. The driver is > interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit. > > Signed-off-by: Max Schwarz Acked-

Re: [PATCH v3] i2c: add driver for Rockchip RK3xxx SoC I2C adapter

2014-05-19 Thread Maxime Ripard
Hi, On Mon, May 19, 2014 at 02:37:57AM +0200, Max Schwarz wrote: > Driver for the native I2C adapter found in Rockchip RK3xxx SoCs. > > Configuration is only possible through devicetree. The driver is > interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit. > > Signed-off-by: Max Schwa

[PATCH v3] i2c: add driver for Rockchip RK3xxx SoC I2C adapter

2014-05-18 Thread Max Schwarz
Driver for the native I2C adapter found in Rockchip RK3xxx SoCs. Configuration is only possible through devicetree. The driver is interrupt driven and supports the I2C_M_IGNORE_NAK mangling bit. Signed-off-by: Max Schwarz --- The driver cannot be used without a proper clock driver supporting ra