USB: s3c2410_udc: Add common implementation for GPIO controlled pullups
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 7 Mar 2011 07:41:59 +0000 (08:41 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Mar 2011 20:23:22 +0000 (12:23 -0800)
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 <lars@metafoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found