public inbox for linux-omap@vger.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Ajay Kumar Gupta <ajay.gupta@ti.com>
Cc: linux-omap@vger.kernel.org,
	davinci-linux-open-source@linux.davincidsp.com,
	felipe.balbi@nokia.com, khilman@deeprootsystems.com
Subject: Re: [PATCH 0/7] musb: Add structure 'musb_hdrc_board_data'
Date: Mon, 16 Nov 2009 13:08:32 -0800	[thread overview]
Message-ID: <20091116210832.GR3684@atomide.com> (raw)
In-Reply-To: <1258275578-1773-1-git-send-email-ajay.gupta@ti.com>

* Ajay Kumar Gupta <ajay.gupta@ti.com> [091115 00:59]:
> Hi,
> 
> This patch set adds a new structure 'musb_hdrc_board_data' to get all
> board specific data from board files.
> 
> It is actually done to accomodate ULPI_VBUSCONTROL programming required
> for OMAP3EVM Rev >=E which uses external Vbus supply to support 500mA.
> 
> Necessarly changes have been done in all the OMAP and Davinci platform
> based boards.
> 
> Please review and provide your feedback.
> [patches created against linux-omap/master branch and tested on OMAP3EVM]

Can you please resend with linux-usb also Cc'd? There are more architectures
using musb other than omap and davinci.

Regards,

Tony
 
> Regards,
> Ajay
> 
> Ajay Kumar Gupta (7):
>   musb: Add structure to get board specific data
>   musb: Get power (mA) from board data
>   musb: Update musb_init() call for all OMAP3 boards
>   musb: Update setup_usb() call for all Davinci boards
>   musb: Add 'extvbus' in musb_hdrc_board_data
>   musb: set 'extvbus' default value to zero
>   musb: set 'extvbus' for OMAP3EVM Rev >=E
> 
>  arch/arm/mach-davinci/board-dm355-evm.c     |   10 +++++++++-
>  arch/arm/mach-davinci/board-dm355-leopard.c |   10 +++++++++-
>  arch/arm/mach-davinci/board-dm644x-evm.c    |    9 ++++++++-
>  arch/arm/mach-davinci/board-sffsdr.c        |   10 +++++++++-
>  arch/arm/mach-davinci/include/mach/common.h |    7 +++++--
>  arch/arm/mach-davinci/usb.c                 |    8 ++++----
>  arch/arm/mach-omap2/board-2430sdp.c         |    8 +++++++-
>  arch/arm/mach-omap2/board-3430sdp.c         |    8 +++++++-
>  arch/arm/mach-omap2/board-cm-t35.c          |    8 +++++++-
>  arch/arm/mach-omap2/board-ldp.c             |    8 +++++++-
>  arch/arm/mach-omap2/board-omap3beagle.c     |    8 +++++++-
>  arch/arm/mach-omap2/board-omap3evm.c        |   10 +++++++++-
>  arch/arm/mach-omap2/board-omap3pandora.c    |    8 +++++++-
>  arch/arm/mach-omap2/board-overo.c           |    8 +++++++-
>  arch/arm/mach-omap2/board-rx51.c            |    8 +++++++-
>  arch/arm/mach-omap2/usb-musb.c              |   13 +++++--------
>  arch/arm/plat-omap/include/plat/usb.h       |    3 ++-
>  drivers/usb/musb/musb_core.c                |   14 +++++++++++++-
>  drivers/usb/musb/musb_regs.h                |    5 +++++
>  include/linux/usb/musb.h                    |   19 +++++++++++++------
>  20 files changed, 147 insertions(+), 35 deletions(-)
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2009-11-16 21:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-15  8:59 [PATCH 0/7] musb: Add structure 'musb_hdrc_board_data' Ajay Kumar Gupta
2009-11-15  8:59 ` [PATCH 1/7] musb: Add structure to get board specific data Ajay Kumar Gupta
2009-11-15  8:59   ` [PATCH 2/7] musb: Get power (mA) from board data Ajay Kumar Gupta
2009-11-15  8:59     ` [PATCH 3/7] musb: Update musb_init() call for all OMAP3 boards Ajay Kumar Gupta
2009-11-15  8:59       ` [PATCH 4/7] musb: Update setup_usb() call for all Davinci boards Ajay Kumar Gupta
2009-11-15  8:59         ` [PATCH 5/7] musb: Add 'extvbus' in musb_hdrc_board_data Ajay Kumar Gupta
2009-11-15  8:59           ` [PATCH 6/7] musb: set 'extvbus' default value to zero Ajay Kumar Gupta
2009-11-15  8:59             ` [PATCH 7/7] musb: set 'extvbus' for OMAP3EVM Rev >=E Ajay Kumar Gupta
2009-11-16 21:08 ` Tony Lindgren [this message]

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=20091116210832.GR3684@atomide.com \
    --to=tony@atomide.com \
    --cc=ajay.gupta@ti.com \
    --cc=davinci-linux-open-source@linux.davincidsp.com \
    --cc=felipe.balbi@nokia.com \
    --cc=khilman@deeprootsystems.com \
    --cc=linux-omap@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox