This is the v3 version of the patch which adds support for the i2c Designware controller when its endianness differs from that of the cpu. Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@xxxxxxxxxxx> --- Changelog v2->v3 - use a single variable for reading COMP_TYPE and PARAM_1 (Ben Dooks) Changelog v1->v2 - rename i2c_dw_(read|write)l to dw_(read|write)l (Shinya Kuribayashi) - rename dw_(read|write)l's addr argument to offset (Shinya Kuribayashi) - replace (if constant == x) with (if x == constant) (Ben Dooks) --- -- -- 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