From: Uwe Kleine-König Date: Wed, 29 Oct 2008 21:14:54 +0000 (-0700) Subject: [ARM] gpio_free might sleep, arm architecture X-Git-Tag: v2.6.28-rc3~33^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6568501cbf731a910db2fcb7d094977dcb154c;p=pandora-kernel.git [ARM] gpio_free might sleep, arm architecture According to the documentation gpio_free should only be called from task context only. To make this more explicit add a might sleep to all implementations. This patch changes the gpio_free implementations for the arm architecture. DaVinci is skipped on purpose to simplify the merge process for patches switching it over to use gpiolib as per request by David Brownell. Signed-off-by: Uwe Kleine-König Cc: David Brownell Cc: Andrew Victor Signed-off-by: Andrew Morton Signed-off-by: Russell King --- Reading git-diff-tree failed