From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 20 Aug 2012 07:55:25 -0700 Subject: [U-Boot] [PATCH] da8xx/hawkboard: Add support for ohci host controller In-Reply-To: <20120820090519.GB7195@Hardy> References: <1344545120-19677-1-git-send-email-urwithsughosh@gmail.com> <20120820090519.GB7195@Hardy> Message-ID: <50324FDD.4040603@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 >> --- >> 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! -- Tom