[PATCH v7 01/22] mfd: omap-usb-host: Consolidate OMAP USB-HS platform data
From: stern@rowland.harvard.edu (Alan Stern)
Date: 2013-01-17 15:16:45
Also in:
lkml
From: stern@rowland.harvard.edu (Alan Stern)
Date: 2013-01-17 15:16:45
Also in:
lkml
On Thu, 17 Jan 2013, Roger Quadros wrote:
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. CC: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Roger Quadros <redacted>
For the ehci-omap.c part: Acked-by: Alan Stern <stern@rowland.harvard.edu>