From: Lars-Peter Clausen Date: Mon, 7 Mar 2011 07:41:59 +0000 (+0100) Subject: USB: s3c2410_udc: Add common implementation for GPIO controlled pullups X-Git-Tag: v2.6.39-rc1~472^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74022a55e44fe2044ac3660452cafecb300aece;p=pandora-kernel.git USB: s3c2410_udc: Add common implementation for GPIO controlled pullups Currently all boards using the s3c2410_udc driver use a GPIO to control the state of the pullup, as a result the same code is reimplemented in each board file. This patch adds support for using a GPIO to control the pullup state to the udc driver, so the boards can use a common implementation. Signed-off-by: Lars-Peter Clausen Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed