From 8cc7331ff372b9d03f8b2eb1422052bd99430611 Mon Sep 17 00:00:00 2001 From: Jingchang Lu Date: Wed, 7 Aug 2013 17:05:40 +0800 Subject: [PATCH] i2c: imx: change register offset representation the I2C register offset may different between SoCs, to provid support for all these chips, split the register offset into a fixed base address and a variable shift value, then the full register offset will be calculated by reg_off = ( reg_base_addr << reg_shift) Signed-off-by: Jingchang Lu Reviewed-by: Sascha Hauer Signed-off-by: Wolfram Sang --- Reading git-format-patch failed