| Submitter | Tony Lindgren |
|---|---|
| Date | Feb. 15, 2013, 12:35 a.m. |
| Message ID | <20130215003543.GF11806@atomide.com> |
| Download | mbox |
| Permalink | /patch/220574/ |
| State | New |
| Headers | show |
Pull-request
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/usb-signedComments
On Friday 15 February 2013, Tony Lindgren wrote: > Hi Arnd & Olof, > > Roger Quadros reworked the OMAP USB patches that were causing > a conflict in Linux next and we requested to be dropped from > Linux next and reworked to remove the dependencies between > core SoC code and the driver code. > > Below is a pull request for the mach-omap2 specific parts, the > rest is driver specific and queued by Samuel in the MFD tree > and Greg for the USB changes. > > I've left it unresolved so you can merge it into one of your > branches as a dependency so we can avoid the merge conflict > in Linux next. A link to the merge resolution done by Stephen > is in the pull request. Let me know if you want me to resolve > it instead. I've pulled them into next/soc now. I was wondering whether to put them into the late/omap branch instead, but this seemed like the easiest way to resolve the conflict, and the patches are simple enough. Arnd
* Arnd Bergmann <arnd@arndb.de> [130219 13:34]: > On Friday 15 February 2013, Tony Lindgren wrote: > > Hi Arnd & Olof, > > > > Roger Quadros reworked the OMAP USB patches that were causing > > a conflict in Linux next and we requested to be dropped from > > Linux next and reworked to remove the dependencies between > > core SoC code and the driver code. > > > > Below is a pull request for the mach-omap2 specific parts, the > > rest is driver specific and queued by Samuel in the MFD tree > > and Greg for the USB changes. > > > > I've left it unresolved so you can merge it into one of your > > branches as a dependency so we can avoid the merge conflict > > in Linux next. A link to the merge resolution done by Stephen > > is in the pull request. Let me know if you want me to resolve > > it instead. > > I've pulled them into next/soc now. I was wondering whether to > put them into the late/omap branch instead, but this seemed > like the easiest way to resolve the conflict, and the patches > are simple enough. OK thanks! Tony
Hi Arnd & Olof, Roger Quadros reworked the OMAP USB patches that were causing a conflict in Linux next and we requested to be dropped from Linux next and reworked to remove the dependencies between core SoC code and the driver code. Below is a pull request for the mach-omap2 specific parts, the rest is driver specific and queued by Samuel in the MFD tree and Greg for the USB changes. I've left it unresolved so you can merge it into one of your branches as a dependency so we can avoid the merge conflict in Linux next. A link to the merge resolution done by Stephen is in the pull request. Let me know if you want me to resolve it instead. Regards, Tony The following changes since commit 836dc9e3fbbab0c30aa6e664417225f5c1fb1c39: Linux 3.8-rc7 (2013-02-09 08:20:39 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.9/usb-signed for you to fetch changes up to 64ff1673332a1109780d731ca08dcd4f8ad33097: Merge branch 'usbhost17-for-arm-soc' of git://github.com/rogerq/linux into omap-for-v3.9/usb (2013-02-14 08:36:17 -0800) ---------------------------------------------------------------- These changes contain the OMAP USB related platform data changes that were dropped from linux next because of the merge conflicts as requested by me and Olof. The reason was that at this point we really should be able to do the arch/arm related changes separately from driver changes to avoid dependencies between branches. These patches were initially part of the USB related MFD patches. Based on our comments, Roger Quadros quickly reworked these patches into a shared branch between ARM SoC tree and the MFD tree, then separate patches for the OMAP platform data and MFD driver. Note that this branch will conflict with c1d1cd597fc7 ("ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code"). Please see http://lkml.org/lkml/2013/2/11/16 for the merge resolution. ---------------------------------------------------------------- Roger Quadros (2): ARM: OMAP: Consolidate OMAP USB-HS platform data (part 1/3) ARM: OMAP: Consolidate OMAP USB-HS platform data (part 3/3) Tony Lindgren (1): Merge branch 'usbhost17-for-arm-soc' of git://github.com/rogerq/linux into omap-for-v3.9/usb 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 +------------------- include/linux/platform_data/usb-omap.h | 8 ++++++-- 19 files changed, 29 insertions(+), 62 deletions(-)