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