]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
commit7f07863ec60f7d3dbeec5aff881ea074db3925ed
tree88dc0b9dd8bf69e8c5154b2d2a3d9ed1962fa829
parent88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3)

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>
include/linux/platform_data/usb-omap.h