From: Magnus Damm Date: Thu, 25 Dec 2008 09:17:34 +0000 (+0900) Subject: sh: use gpiolib X-Git-Tag: v2.6.30-rc1~673^2~96 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69edbba0021a48fe034849501513930f6175cb5d;p=pandora-kernel.git sh: use gpiolib This patch updates the SuperH gpio code to make use of gpiolib. The gpiolib callbacks get() and set() are lockless, but we use our own spinlock for the other operations to make sure hardware register bitfield accesses stay atomic. Signed-off-by: Magnus Damm Signed-off-by: Paul Mundt --- Reading git-diff-tree failed