All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ajay Kumar Gupta <ajay.gupta@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4] AM35X: Add musb support
Date: Wed,  7 Jul 2010 17:27:36 +0530	[thread overview]
Message-ID: <1278503860-12052-1-git-send-email-ajay.gupta@ti.com> (raw)

Remy,

These patches add support for musb in AM35x.

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/cpu.h |   20 +++++
 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, 312 insertions(+), 1 deletions(-)
 create mode 100644 drivers/usb/musb/am35x.c
 create mode 100644 drivers/usb/musb/am35x.h

             reply	other threads:[~2010-07-07 11:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-07 11:57 Ajay Kumar Gupta [this message]
2010-07-07 11:57 ` [U-Boot] [PATCH 1/4] AM35x: Adding SCM general register definitions Ajay Kumar Gupta
2010-07-07 11:57   ` [U-Boot] [PATCH 2/4] musb: MSC host support for AM35x Ajay Kumar Gupta
2010-07-07 11:57     ` [U-Boot] [PATCH 3/4] musb: am35x: Workaround for fifo read issue Ajay Kumar Gupta
2010-07-07 11:57       ` [U-Boot] [PATCH 4/4] AM3517EVM: musb: add usb config Ajay Kumar Gupta
2010-07-07 13:17   ` [U-Boot] [PATCH 1/4] AM35x: Adding SCM general register definitions Paulraj, Sandeep
2010-07-07 13:25     ` Gupta, Ajay Kumar
2010-07-07 13:31       ` Paulraj, Sandeep
2010-07-07 13:39         ` Gupta, Ajay Kumar
2010-07-07 13:50           ` Paulraj, Sandeep

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1278503860-12052-1-git-send-email-ajay.gupta@ti.com \
    --to=ajay.gupta@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.