From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 30 Jun 2012 02:45:27 +0200 Subject: [U-Boot] [PATCH v4 0/3] AM335x: Add USB support in u-boot. In-Reply-To: <1340969606-8448-1-git-send-email-harman_sohanpal@ti.com> References: <1340969606-8448-1-git-send-email-harman_sohanpal@ti.com> Message-ID: <201206300245.28001.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Harman Sohanpal, > These patches add USB support in u-boot for AM335x. > The support for host or device is selected > depending on the config selected from boards.cfg file. > Host mode is selected for USB1 and device mode is > selected for USB0. > Base addresses are selected accordingly. > > Gene Zarkhin (1): > AM335x : Add USB support for AM335x in u-boot > > Harman Sohanpal (2): > AM335x : Configs to add USB host support. > musb_udc : Fix compile warning. Dumb question ... but, can this not be made part of am35x USB ? > drivers/usb/musb/Makefile | 1 + > drivers/usb/musb/am335x.c | 121 > ++++++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/am335x.h | > 113 +++++++++++++++++++++++++++++++++++++++ drivers/usb/musb/musb_core.h | > 2 + > drivers/usb/musb/musb_hcd.h | 3 - > include/configs/am335x_evm.h | 41 ++++++++++++++ > include/usb.h | 3 +- > 7 files changed, 280 insertions(+), 4 deletions(-) > create mode 100644 drivers/usb/musb/am335x.c > create mode 100644 drivers/usb/musb/am335x.h Best regards, Marek Vasut