mbox

[GIT,PULL] common: OMAP USB Host cleanup for 3.9

Message ID 511CD215.8080005@ti.com
State New
Headers show

Pull-request

git://github.com/rogerq/linux.git usbhost17-common

Message

Roger Quadros Feb. 14, 2013, 12:01 p.m. UTC
Hi Tony & Samuel,

This is the common patch for the OMAP USB Host cleanup series for 3.9.
It makes changes to platform headers only.
The other 2 pull requests, one for each of you will be based on this.

This is based on 3.8-rc6.

Please pull. Thanks.

The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7:

  Linux 3.8-rc6 (2013-02-01 12:08:14 +1100)

are available in the git repository at:
  git://github.com/rogerq/linux.git usbhost17-common

Roger Quadros (1):
      ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3)

 include/linux/platform_data/usb-omap.h |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

--
cheers,
-roger

Comments

Samuel Ortiz Feb. 14, 2013, 12:25 p.m. UTC | #1
Hi Roger,

On Thu, Feb 14, 2013 at 02:01:25PM +0200, Roger Quadros wrote:
> Hi Tony & Samuel,
> 
> This is the common patch for the OMAP USB Host cleanup series for 3.9.
> It makes changes to platform headers only.
> The other 2 pull requests, one for each of you will be based on this.
> 
> This is based on 3.8-rc6.
> 
> Please pull. Thanks.
> 
> The following changes since commit 88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7:
> 
>   Linux 3.8-rc6 (2013-02-01 12:08:14 +1100)
> 
> are available in the git repository at:
>   git://github.com/rogerq/linux.git usbhost17-common
Pulled, thanks.

Cheers,
Samuel.
Samuel Ortiz Feb. 14, 2013, 12:26 p.m. UTC | #2
Hi Roger

On Thu, Feb 14, 2013 at 02:02:55PM +0200, Roger Quadros wrote:
> Hi Samuel,
> 
> This contains the MFD portion of the OMAP USB Host cleanup series for 3.9.
> It is based on 3.8-rc6 + usbhost17-common that I've sent earlier.
> 
> The first patch touches drivers/usb/ehci-omap.c and is pending ACK from Greg KH.
> The reason it needs to go through MFD tree is that it depends on the platform
> header changes as the MFD drivers.
> 
> Please pull. Thanks.
> 
> The following changes since commit 7f07863ec60f7d3dbeec5aff881ea074db3925ed:
> 
>   ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3) (2013-02-13 13:22:34 +0200)
> 
> are available in the git repository at:
>   git://github.com/rogerq/linux.git usbhost17-for-mfd
Pulled as well, thanks.

Cheers,
Samuel.
Tony Lindgren Feb. 14, 2013, 4:48 p.m. UTC | #3
* Roger Quadros <rogerq@ti.com> [130214 04:08]:
> Hi Tony,
> 
> This is the ARM-soc part of the OMAP USB Host cleanup series for 3.9.
> It is based on 3.8-rc6 + usbhost17-common that I sent earlier.
> 
> Please pull. Thanks.

Thanks for reworking this series! I'll pull this.

Regards,

Tony
 
> The following changes since commit 7f07863ec60f7d3dbeec5aff881ea074db3925ed:
> 
>   ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3) (2013-02-13 13:22:34 +0200)
> 
> are available in the git repository at:
>   git://github.com/rogerq/linux.git usbhost17-for-arm-soc
> 
> Roger Quadros (1):
>       ARM: OMAP: Consolidate OMAP USB-HS platform data (part 3/3)
> 
>  arch/arm/mach-omap2/board-3430sdp.c        |    2 +-
>  arch/arm/mach-omap2/board-3630sdp.c        |    2 +-
>  arch/arm/mach-omap2/board-am3517crane.c    |    2 +-
>  arch/arm/mach-omap2/board-am3517evm.c      |    2 +-
>  arch/arm/mach-omap2/board-cm-t35.c         |    2 +-
>  arch/arm/mach-omap2/board-cm-t3517.c       |    2 +-
>  arch/arm/mach-omap2/board-devkit8000.c     |    2 +-
>  arch/arm/mach-omap2/board-igep0020.c       |    4 +-
>  arch/arm/mach-omap2/board-omap3beagle.c    |    2 +-
>  arch/arm/mach-omap2/board-omap3evm.c       |    2 +-
>  arch/arm/mach-omap2/board-omap3pandora.c   |    2 +-
>  arch/arm/mach-omap2/board-omap3stalker.c   |    2 +-
>  arch/arm/mach-omap2/board-omap3touchbook.c |    2 +-
>  arch/arm/mach-omap2/board-omap4panda.c     |    2 +-
>  arch/arm/mach-omap2/board-overo.c          |    2 +-
>  arch/arm/mach-omap2/board-zoom.c           |    2 +-
>  arch/arm/mach-omap2/usb-host.c             |   29 ++++-----------------------
>  arch/arm/mach-omap2/usb.h                  |   20 +------------------
>  18 files changed, 23 insertions(+), 60 deletions(-)
> 
> --
> cheers,
> -roger