From: Rajendra Nayak Date: Fri, 8 Oct 2010 17:23:22 +0000 (-0700) Subject: omap: hwmod: Handle modules with 16bit registers X-Git-Tag: v2.6.37-rc1~121^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc7a1d2a540a780066aa562c651a88dd28b6fc8a;p=pandora-kernel.git omap: hwmod: Handle modules with 16bit registers Some modules which have 16bit registers can cause imprecise aborts if a __raw_readl/writel is used to read/write 32 bits. Add an additional flag to identify modules which have such hard requirement, and handle it in the hwmod framework. Signed-off-by: Rajendra Nayak Acked-by: Paul Walmsley Tested-by: Kevin Hilman Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed