From: Graeme Gregory Date: Mon, 14 May 2012 13:40:43 +0000 (+0900) Subject: regmap: add support for non contiguous status to regmap-irq X-Git-Tag: v3.5-rc1~178^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=022f926a2401c80ed36ebb48a1bffbac08f34d98;p=pandora-kernel.git regmap: add support for non contiguous status to regmap-irq In some chips the IRQ status registers are not contiguous in the register map but spaced at even spaces. This is an easy case to handle with minor changes. It is assume for this purpose that the stride for status is equal to the stride for mask/ack registers as well. Signed-off-by: Graeme Gregory Signed-off-by: Mark Brown --- Reading git-diff-tree failed