Hi everyone, This patchset adds support the A31 i2c controller. This is mostly the same controller as the one found in the other Allwinner SoCs, except for the interrupts acking. On the other SoCs using this driver, the interrupts are acked by clearing the INT_FLAG bit in the control register, while on the A31, the interrupt is acked by writing that bit into the control register. The other difference is that the I2C IP is maintained in reset by a reset controller, so we're adding optionnal support for the reset framework in the driver to deassert the device from reset. Thanks! Maxime Changes from v2: - Rebased on top of v3.14-rc5 - Added Gregory Clement's Reviewed-by and Tested-by tags Changes from v1: - Handle EPROBE_DEFER from the reset framework - Put the device back in reset at remove/failed probe - Document the newly introduced compatible string Maxime Ripard (5): i2c: mv64xxx: Add reset deassert call i2c: mv64xxx: Add support for the Allwinner A31 I2C driver ARM: sun6i: Enable the I2C controllers ARM: sun6i: Enable the I2C muxing options ARM: sun6i: colombus: Enable the I2C controllers .../devicetree/bindings/i2c/i2c-mv64xxx.txt | 20 ++++--- arch/arm/boot/dts/sun6i-a31-colombus.dts | 18 +++++++ arch/arm/boot/dts/sun6i-a31.dtsi | 61 ++++++++++++++++++++++ drivers/i2c/busses/Kconfig | 1 + drivers/i2c/busses/i2c-mv64xxx.c | 32 +++++++++++- 5 files changed, 124 insertions(+), 8 deletions(-) -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html