All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support
@ 2010-07-09  6:13 Ajay Kumar Gupta
  2010-07-09  6:13 ` [U-Boot] [PATCH 1/4 v2] AM35x: Adding SCM general register definitions Ajay Kumar Gupta
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Ajay Kumar Gupta @ 2010-07-09  6:13 UTC (permalink / raw)
  To: u-boot

Remy,

These patches add support for musb in AM35x.
Changes from v1:
	- Moved SCM definitions to am35x specific file am35x_def.h

Patches have been created against uboot-ti/master tree (as on 9th July)
but they also apply cleanly to both denx/master and uboot-usb/master
as there is no interdependent changes.

Regards,
Ajay

Ajay Kumar Gupta (4):
  AM35x: Adding SCM general register definitions
  musb: MSC host support for AM35x
  musb: am35x: Workaround for fifo read issue
  AM3517EVM: musb: add usb config

 arch/arm/include/asm/arch-omap3/am35x_def.h |   52 +++++++++
 drivers/usb/musb/Makefile                   |    1 +
 drivers/usb/musb/am35x.c                    |  150 +++++++++++++++++++++++++++
 drivers/usb/musb/am35x.h                    |   94 +++++++++++++++++
 drivers/usb/musb/musb_core.c                |    6 +
 drivers/usb/musb/musb_udc.c                 |    2 +
 include/configs/am3517_evm.h                |   38 +++++++
 include/usb.h                               |    2 +-
 8 files changed, 344 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/am35x_def.h
 create mode 100644 drivers/usb/musb/am35x.c
 create mode 100644 drivers/usb/musb/am35x.h

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2010-08-09 13:48 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-09  6:13 [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support Ajay Kumar Gupta
2010-07-09  6:13 ` [U-Boot] [PATCH 1/4 v2] AM35x: Adding SCM general register definitions Ajay Kumar Gupta
2010-07-09  6:13   ` [U-Boot] [PATCH 2/4 v2] musb: MSC host support for AM35x Ajay Kumar Gupta
2010-07-09  6:13     ` [U-Boot] [PATCH 3/4 v2] musb: am35x: Workaround for fifo read issue Ajay Kumar Gupta
2010-07-09  6:13       ` [U-Boot] [PATCH 4/4] AM3517EVM: musb: add usb config Ajay Kumar Gupta
2010-08-01 11:16       ` [U-Boot] [PATCH 3/4 v2] musb: am35x: Workaround for fifo read issue Remy Bohmer
2010-08-01 11:16     ` [U-Boot] [PATCH 2/4 v2] musb: MSC host support for AM35x Remy Bohmer
2010-08-02  4:19       ` Gupta, Ajay Kumar
2010-08-08 21:06       ` Wolfgang Denk
2010-08-09 13:48         ` Remy Bohmer
2010-07-16  4:44 ` [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support Gupta, Ajay Kumar
2010-07-16 19:08   ` Paulraj, Sandeep
2010-07-19 11:59     ` Gupta, Ajay Kumar
2010-08-02  8:18 ` Remy Bohmer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.