From: Paul Walmsley Date: Wed, 29 Sep 2010 21:10:12 +0000 (+0530) Subject: OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 X-Git-Tag: v2.6.38-rc1~469^2~60^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2004290f55f03c52e22044a5843928cf0f6cc56a;p=pandora-kernel.git OMAP2xxx: hwmod: add I2C hwmods for OMAP2420, 2430 Add hwmod structures for I2C controllers on OMAP2420/2430. NOTE: I2C module on OMAP2420 has 16bit registers and causes imprecise aborts if 32bits are read/written to it. Use the HWMOD_16BIT_REG flag to notify the hmwod framework of this hard requirement so that __raw_writew/readw is used to read /write the mdoule registers. Signed-off-by: Paul Walmsley Signed-off-by: Rajendra Nayak Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed