All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gupta, Ajay Kumar <ajay.gupta@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support
Date: Fri, 16 Jul 2010 10:14:33 +0530	[thread overview]
Message-ID: <19F8576C6E063C45BE387C64729E7394044EC82577@dbde02.ent.ti.com> (raw)
In-Reply-To: <1278656030-31684-1-git-send-email-ajay.gupta@ti.com>

> 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.

Remy,
	Any comment on this patch set ?

Regards,
Ajay
> 
> 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

  parent reply	other threads:[~2010-07-16  4:44 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Gupta, Ajay Kumar [this message]
2010-07-16 19:08   ` [U-Boot] [PATCH 0/4 v2] AM35X: Add musb support Paulraj, Sandeep
2010-07-19 11:59     ` Gupta, Ajay Kumar
2010-08-02  8:18 ` Remy Bohmer

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=19F8576C6E063C45BE387C64729E7394044EC82577@dbde02.ent.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.