From: Tomasz Figa Date: Mon, 18 Mar 2013 21:31:50 +0000 (+0100) Subject: pinctrl: samsung: Protect bank registers with a spinlock X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~141^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=198469504ac77ee04fe0f185bd668e1909aaba5f;p=pandora-kernel.git pinctrl: samsung: Protect bank registers with a spinlock Certain pin control registers can be accessed from different contexts, i.e. pinctrl, gpio and irq functions. This makes the locking provided by pin control core insufficient. This patch adds necessary locking using a per bank spinlock as it was done in the old Samsung GPIO driver. Signed-off-by: Tomasz Figa Signed-off-by: Linus Walleij --- Reading git-diff-tree failed