ARM: s3c24xx: Switch to common GPIO controlled UDC pullup implementation
authorLars-Peter Clausen <lars@metafoo.de>
Mon, 7 Mar 2011 07:42:00 +0000 (08:42 +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
This patch changes these boards to use the common implementation for GPIO
controlled pullup in the UDC driver.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Acked-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found