linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: kishon@ti.com (kishon)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] ARM part of USB patches
Date: Tue, 5 Feb 2013 20:56:13 +0530	[thread overview]
Message-ID: <51112495.4060908@ti.com> (raw)
In-Reply-To: <51112418.5020000@ti.com>

Hi Tony, Greg,

On Tuesday 05 February 2013 08:54 PM, kishon wrote:
> Hi Tony,
>
> As discussed, I'm sending a pull request for the arch/arm part of my USB
> patches. These patches are necessary to get MUSB functional in both dt
> and non-dt boot. Also added dt data for dwc3 present in OMAP. This patch
> series *depends* on some of the patches which are merged in usb-next.

This patch series should go in only after USB. Or else it will break 
compilation.

Thanks
Kishon

>
> Thanks
> Kishon
>
> 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://gitorious.org/linux-usb/linux-usb.git arm-usb-dt
>
> for you to fetch changes up to 09084a48903c6056e20e27ae5054902958a10275:
>
>    ARM: dts: omap5: add dwc3 core dt data (2013-02-05 20:11:46 +0530)
>
> ----------------------------------------------------------------
> Kishon Vijay Abraham I (12):
>        ARM: OMAP4: remove control module address space from PHY and OTG
>        ARM: OMAP: devices: create device for usb part of control module
>        ARM: OMAP2: MUSB: Specify omap4 has mailbox
>        ARM: dts: omap: Add omap control usb data
>        ARM: dts: omap: Add omap-usb2 dt data
>        ARM: dts: omap: Add usb_otg and glue data
>        ARM: OMAP: USB: Add phy binding information
>        ARM: dts: omap5: Add omap control usb data
>        ARM: dts: omap5: Add ocp2scp data
>        ARM: dts: omap5: Add omap-usb3 and omap-usb2 dt data
>        ARM: dts: omap5: add dwc3 omap dt data
>        ARM: dts: omap5: add dwc3 core dt data
>
>   Documentation/devicetree/bindings/usb/omap-usb.txt |    1 +
>   arch/arm/boot/dts/omap3-beagle-xm.dts              |    6 ++++++
>   arch/arm/boot/dts/omap3-evm.dts                    |    6 ++++++
>   arch/arm/boot/dts/omap3-overo.dtsi                 |    6 ++++++
>   arch/arm/boot/dts/omap3.dtsi                       |   12 ++++++++++++
>   arch/arm/boot/dts/omap4-panda.dts                  |    6 ++++++
>   arch/arm/boot/dts/omap4-sdp.dts                    |    6 ++++++
>   arch/arm/boot/dts/omap4.dtsi                       |   26
> ++++++++++++++++++++++++++
>   arch/arm/boot/dts/omap5.dtsi                       |   48
> ++++++++++++++++++++++++++++++++++++++++++++++++
>   arch/arm/boot/dts/twl4030.dtsi                     |    2 +-
>   arch/arm/mach-omap2/board-2430sdp.c                |    2 ++
>   arch/arm/mach-omap2/board-3430sdp.c                |    2 ++
>   arch/arm/mach-omap2/board-4430sdp.c                |    2 ++
>   arch/arm/mach-omap2/board-cm-t35.c                 |    2 ++
>   arch/arm/mach-omap2/board-devkit8000.c             |    2 ++
>   arch/arm/mach-omap2/board-igep0020.c               |    2 ++
>   arch/arm/mach-omap2/board-ldp.c                    |    2 ++
>   arch/arm/mach-omap2/board-omap3beagle.c            |    2 ++
>   arch/arm/mach-omap2/board-omap3evm.c               |    2 ++
>   arch/arm/mach-omap2/board-omap3logic.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-rm680.c                  |    2 ++
>   arch/arm/mach-omap2/board-zoom-peripherals.c       |    2 ++
>   arch/arm/mach-omap2/devices.c                      |   45
> +++++++++++++++++++++++++++++++++++++++++++++
>   arch/arm/mach-omap2/omap_hwmod_44xx_data.c         |   13 -------------
>   arch/arm/mach-omap2/usb-musb.c                     |    3 +++
>   include/linux/usb/musb.h                           |    2 ++
>   31 files changed, 202 insertions(+), 14 deletions(-)

  reply	other threads:[~2013-02-05 15:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 15:24 [GIT PULL] ARM part of USB patches kishon
2013-02-05 15:26 ` kishon [this message]
2013-02-05 17:27   ` gregkh at linuxfoundation.org
2013-02-05 18:19     ` Tony Lindgren
2013-02-05 18:37       ` gregkh at linuxfoundation.org
2013-02-06  5:16       ` Hiremath, Vaibhav

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=51112495.4060908@ti.com \
    --to=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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;
as well as URLs for NNTP newsgroup(s).