From: Geert Uytterhoeven Date: Fri, 27 Feb 2015 17:38:04 +0000 (+0100) Subject: pinctrl: sh-pfc: Use u32 to store register data X-Git-Tag: omap-for-v4.2/o2_dc~138^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc88936ad307dc57cd26cb53455a57e2dd0813b9;p=pandora-kernel.git pinctrl: sh-pfc: Use u32 to store register data As PFC registers are either 8, 16, or 32 bits wide, use u32 (mostly replacing unsigned long) to store (parts of) register values and masks. Switch the shadow register operations from {set,clear}_bit() to plain C bit operations, as the former can operate on long data only. Signed-off-by: Geert Uytterhoeven Acked-by: Laurent Pinchart Signed-off-by: Linus Walleij --- Reading git-diff-tree failed