On Sat, Jun 15, 2013 at 09:52:16AM +1200, Tony Prisk wrote:It should be << 8. Please apply your locally corrected version.This patch adds support for the I2C bus controllers found on Wondermedia...
8xxx-series SoCs. Only master-mode is supported.
Signed-off-by: Tony Prisk <linux@xxxxxxxxxxxxxxx>
---
+/* REG_TR */I assume this should be << 8 since all regs are 16 bit wide.
+#define SCL_TIMEOUT(x) (((x) & 0xFF) << 16)
Fixed it locally and ready to apply. Please confirm or send a proper
fix. Rest looks fine.
Thanks for the submission!