mbox

[GIT,PULL] omap musb platform init updates for v3.3 merge window

Message ID 20111214194218.GK32251@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap musb

Message

Tony Lindgren Dec. 14, 2011, 7:42 p.m. UTC
Hi Arnd & Olof,

Please pull musb updates from:

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap musb

This branch enables musb for some new omaps and boards.

It depends on the board branch I posted a pull request
for just before this email.

Regards,

Tony


The following changes since commit a890b6760d975cdbdfcdf5753dab4c91059af9b1:
  Hemant Pedanekar (1):
        ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap musb

Ajay Kumar Gupta (1):
      ARM: OMAP: musb: Add ti81xx phy power function

Ravi Babu (2):
      ARM: OMAP: musb: Adding support for ti81xx
      ARM: OMAP: musb: Add support for ti816evm

 arch/arm/mach-omap2/board-ti8168evm.c   |    9 ++++++++
 arch/arm/mach-omap2/omap_phy_internal.c |   35 +++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/usb-musb.c          |    3 ++
 arch/arm/plat-omap/include/plat/usb.h   |   32 ++++++++++++++++++++++++++++
 4 files changed, 79 insertions(+), 0 deletions(-)

Comments

Olof Johansson Dec. 16, 2011, 7:24 a.m. UTC | #1
Hi,

On Wed, Dec 14, 2011 at 11:42 AM, Tony Lindgren <tony@atomide.com> wrote:
> Hi Arnd & Olof,
>
> Please pull musb updates from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap musb
>
> This branch enables musb for some new omaps and boards.
>
> It depends on the board branch I posted a pull request
> for just before this email.

Thanks, pulled into next/boards.


-Olof