Linux on ARM based TI OMAP SoCs
 help / color / mirror / Atom feed
* [GIT PULL] common: OMAP USB Host cleanup for 3.9
@ 2013-02-14 12:01 Roger Quadros
  2013-02-14 12:02 ` [GIT PULL] mfd: " Roger Quadros
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Roger Quadros @ 2013-02-14 12:01 UTC (permalink / raw)
  To: tony@atomide.com, sameo@linux.intel.com
  Cc: Balbi, Felipe, Linux USB Mailing List, linux-omap@vger.kernel.org,
	Linux ARM Kernel Mailing List, Kernel development list,
	Roger Quadros

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

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

* [GIT PULL] mfd: OMAP USB Host cleanup for 3.9
  2013-02-14 12:01 [GIT PULL] common: OMAP USB Host cleanup for 3.9 Roger Quadros
@ 2013-02-14 12:02 ` Roger Quadros
  2013-02-14 12:26   ` Samuel Ortiz
  2013-02-14 12:04 ` [GIT PULL] arm-soc: " Roger Quadros
  2013-02-14 12:25 ` [GIT PULL] common: " Samuel Ortiz
  2 siblings, 1 reply; 6+ messages in thread
From: Roger Quadros @ 2013-02-14 12:02 UTC (permalink / raw)
  To: sameo@linux.intel.com
  Cc: Roger Quadros, tony@atomide.com, Balbi, Felipe,
	Linux USB Mailing List, linux-omap@vger.kernel.org,
	Linux ARM Kernel Mailing List, Kernel development list

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

Roger Quadros (19):
      mfd: omap-usb-host: Consolidate OMAP USB-HS platform data (part 2/3)
      mfd: omap-usb-tll: Fix channel count detection
      mfd: omap-usb-tll: Use devm_kzalloc/ioremap and clean up error path
      mfd: omap-usb-tll: Clean up clock handling
      mfd: omap-usb-tll: introduce and use mode_needs_tll()
      mfd: omap-usb-tll: Check for missing platform data in probe
      mfd: omap-usb-tll: Fix error message
      mfd: omap-usb-tll: serialize access to TLL device
      mfd: omap-usb-tll: Add OMAP5 revision and HSIC support
      mfd: omap_usb_host: Avoid missing platform data checks in suspend/resume
      mfd: omap-usb-host: Use devm_kzalloc() and devm_request_and_ioremap()
      mfd: omap-usb-host: know about number of ports from revision register
      mfd: omap-usb-host: override number of ports from platform data
      mfd: omap-usb-host: cleanup clock management code
      mfd: omap-usb-host: Manage HSIC clocks for HSIC mode
      mfd: omap-usb-host: Get rid of unnecessary spinlock
      mfd: omap-usb-host: clean up omap_usbhs_init()
      mfd: omap-usb-host: Don't spam console on clk_set_parent failure
      mfd: omap-usb-host: get rid of build warning

 drivers/mfd/omap-usb-host.c            |  558 +++++++++++++++++++-------------
 drivers/mfd/omap-usb-tll.c             |  243 ++++++++-------
 drivers/usb/host/ehci-omap.c           |    6 +-
 include/linux/platform_data/usb-omap.h |    1 +
 4 files changed, 470 insertions(+), 338 deletions(-)

--
cheers,
-roger

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

* [GIT PULL] arm-soc: OMAP USB Host cleanup for 3.9
  2013-02-14 12:01 [GIT PULL] common: OMAP USB Host cleanup for 3.9 Roger Quadros
  2013-02-14 12:02 ` [GIT PULL] mfd: " Roger Quadros
@ 2013-02-14 12:04 ` Roger Quadros
  2013-02-14 16:48   ` Tony Lindgren
  2013-02-14 12:25 ` [GIT PULL] common: " Samuel Ortiz
  2 siblings, 1 reply; 6+ messages in thread
From: Roger Quadros @ 2013-02-14 12:04 UTC (permalink / raw)
  To: tony@atomide.com
  Cc: Roger Quadros, sameo@linux.intel.com, Balbi, Felipe,
	Linux USB Mailing List, linux-omap@vger.kernel.org,
	Linux ARM Kernel Mailing List, Kernel development list

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.

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

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

* Re: [GIT PULL] common: OMAP USB Host cleanup for 3.9
  2013-02-14 12:01 [GIT PULL] common: OMAP USB Host cleanup for 3.9 Roger Quadros
  2013-02-14 12:02 ` [GIT PULL] mfd: " Roger Quadros
  2013-02-14 12:04 ` [GIT PULL] arm-soc: " Roger Quadros
@ 2013-02-14 12:25 ` Samuel Ortiz
  2 siblings, 0 replies; 6+ messages in thread
From: Samuel Ortiz @ 2013-02-14 12:25 UTC (permalink / raw)
  To: Roger Quadros
  Cc: tony@atomide.com, Balbi, Felipe, Linux USB Mailing List,
	linux-omap@vger.kernel.org, Linux ARM Kernel Mailing List,
	Kernel development list

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.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* Re: [GIT PULL] mfd: OMAP USB Host cleanup for 3.9
  2013-02-14 12:02 ` [GIT PULL] mfd: " Roger Quadros
@ 2013-02-14 12:26   ` Samuel Ortiz
  0 siblings, 0 replies; 6+ messages in thread
From: Samuel Ortiz @ 2013-02-14 12:26 UTC (permalink / raw)
  To: Roger Quadros
  Cc: tony@atomide.com, Balbi, Felipe, Linux USB Mailing List,
	linux-omap@vger.kernel.org, Linux ARM Kernel Mailing List,
	Kernel development list

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.

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

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

* Re: [GIT PULL] arm-soc: OMAP USB Host cleanup for 3.9
  2013-02-14 12:04 ` [GIT PULL] arm-soc: " Roger Quadros
@ 2013-02-14 16:48   ` Tony Lindgren
  0 siblings, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2013-02-14 16:48 UTC (permalink / raw)
  To: Roger Quadros
  Cc: sameo@linux.intel.com, Balbi, Felipe, Linux USB Mailing List,
	linux-omap@vger.kernel.org, Linux ARM Kernel Mailing List,
	Kernel development list

* 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

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

end of thread, other threads:[~2013-02-14 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-14 12:01 [GIT PULL] common: OMAP USB Host cleanup for 3.9 Roger Quadros
2013-02-14 12:02 ` [GIT PULL] mfd: " Roger Quadros
2013-02-14 12:26   ` Samuel Ortiz
2013-02-14 12:04 ` [GIT PULL] arm-soc: " Roger Quadros
2013-02-14 16:48   ` Tony Lindgren
2013-02-14 12:25 ` [GIT PULL] common: " Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox