From: Dirk Brandewie Date: Sat, 29 Oct 2011 09:57:23 +0000 (+0100) Subject: i2c-designware: split of i2c-designware.c into core and bus specific parts X-Git-Tag: v3.2-rc1~100^2~2^4~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2373f6b9744d5373b886f3ce1a985193cca0a356;p=pandora-kernel.git i2c-designware: split of i2c-designware.c into core and bus specific parts This patch splits i2c-designware.c into three pieces: i2c-designware-core.c, contains the code that interacts directly with the core. i2c-designware-platdrv.c, contains the code specific to the platform driver using the core. i2c-designware-core.h contains the definitions and declareations shared by i2c-designware-core.c and i2c-designware-platdrv.c. This patch is the first in a set to allow multiple instances of the designware I2C core in the system. Signed-off-by: Dirk Brandewie Signed-off-by: Ben Dooks --- Reading git-diff-tree failed