ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3)
authorRoger Quadros <rogerq@ti.com>
Wed, 13 Feb 2013 11:12:35 +0000 (13:12 +0200)
committerRoger Quadros <rogerq@ti.com>
Wed, 13 Feb 2013 11:22:34 +0000 (13:22 +0200)
Let's have a single platform data structure for the OMAP's High-Speed
USB host subsystem instead of having 3 separate ones i.e. one for
board data, one for USB Host (UHH) module and one for USB-TLL module.

This makes the code much simpler and avoids creating multiple copies of
platform data.

Part 1 touches platform headers
Part 2 touches drivers
Part 3 touches platform data

Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>

No differences found