OSDN Git Service

ARM: OMAP2: Remove legacy USB FS support
authorTony Lindgren <tony@atomide.com>
Mon, 4 Jun 2012 07:56:15 +0000 (00:56 -0700)
committerTony Lindgren <tony@atomide.com>
Mon, 4 Jun 2012 07:57:22 +0000 (00:57 -0700)
commitfe57ab06052234ad954617e7e1f212154d37859e
tree4e4e52939d0cb783b25ef507349bd13484ece21e
parenta22ab1c4bac78d5789dc51c1730463f845b3262f
ARM: OMAP2: Remove legacy USB FS support

The FS (Full Speed) USB controller is available on 2420 and 2430,
but not being used.

Out of the 2420 based boards only Nokia N8X0 are seeing active
development and they have external HS (High Speed) TUSB controller.
On omap 2430sdp there is MUSB HS controller, so there's no need
to use the legacy USB FS controller.

That leaves only H4 and Apollon boards that could use the FS USB
controller. As both H4 and Apollon boards are old proprietary
development boards, it's unlikely that we have any active
developers working on those boards using the USB.

So remove the FS USB support for omap2 machines. Patches are
welcome if somebody wants to instead fix it all up to the
current standards.

Cc: linux-usb@vger.kernel.org
Cc: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/Kconfig
arch/arm/mach-omap2/Makefile
arch/arm/mach-omap2/board-2430sdp.c
arch/arm/mach-omap2/board-apollon.c
arch/arm/mach-omap2/board-h4.c
arch/arm/mach-omap2/usb-fs.c [deleted file]