
On 08/20/2012 02:05 AM, Sughosh Ganu wrote:
On Fri Aug 10, 2012 at 02:15:20AM +0530, Sughosh Ganu wrote:
Also enable the ohci port on hawkboard. These additions result in an increased u-boot size -- adjust the same accordingly in the board's config.
Move the usb header for da8xx platforms under arch-davinci.
Signed-off-by: Sughosh Ganu urwithsughosh@gmail.com
arch/arm/cpu/arm926ejs/davinci/psc.c | 5 ++ .../arm/include/asm/arch-davinci/da8xx-usb.h | 7 ++- arch/arm/include/asm/arch-davinci/hardware.h | 1 + board/davinci/da8xxevm/hawkboard.c | 41 +++++++++++++++++ drivers/usb/host/Makefile | 1 + drivers/usb/host/ohci-da8xx.c | 48 ++++++++++++++++++++ drivers/usb/musb/da8xx.c | 3 +- include/configs/hawkboard.h | 14 +++++- 8 files changed, 116 insertions(+), 4 deletions(-) rename drivers/usb/musb/da8xx.h => arch/arm/include/asm/arch-davinci/da8xx-usb.h (96%) create mode 100644 drivers/usb/host/ohci-da8xx.c
Tom, do you have any comments on this patch. If not, can this be applied.
I'll give things another quick review this week. Been focused on the SPL series I posted last week :) Thanks!