public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <greg@kroah.com>
To: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	Felipe Balbi <balbi@ti.com>, Tony Lindgren <tony@atomide.com>
Subject: Re: linux-next: manual merge of the usb tree with the arm-soc tree
Date: Tue, 4 Oct 2011 08:26:11 -0700	[thread overview]
Message-ID: <20111004152611.GC29994@kroah.com> (raw)
In-Reply-To: <20111004165030.ab90295677251fc80bf843a2@canb.auug.org.au>

On Tue, Oct 04, 2011 at 04:50:30PM +1100, Stephen Rothwell wrote:
> Hi Greg,
> 
> Today's linux-next merge of the usb tree got a conflict in
> arch/arm/mach-omap2/Makefile between commit f41caddbe73f ("omap2+: Use
> Kconfig symbol in Makefile instead of obj-y") from the arm-soc tree and
> commitb 3c3dc22366b ("usb: musb: fix build breakage") from the usb tree.
> 
> I fixed it up (I think, see below) and can carry the fix as necessary.

Ick, what a mess.  Tony and Felipe, is what is below correct?

greg k-h

> diff --cc arch/arm/mach-omap2/Makefile
> index 8bd389d,7317a2b..0000000
> --- a/arch/arm/mach-omap2/Makefile
> +++ b/arch/arm/mach-omap2/Makefile
> @@@ -218,21 -229,24 +218,17 @@@ obj-$(CONFIG_MACH_OMAP_ZOOM3)		+= board
>   					   board-zoom-debugboard.o
>   obj-$(CONFIG_MACH_OMAP_3630SDP)		+= board-3630sdp.o \
>   					   board-zoom-peripherals.o \
>  -					   board-zoom-display.o \
>  -					   board-flash.o \
>  -					   hsmmc.o
>  -obj-$(CONFIG_MACH_CM_T35)		+= board-cm-t35.o \
>  -					   hsmmc.o
>  +					   board-zoom-display.o
>  +obj-$(CONFIG_MACH_CM_T35)		+= board-cm-t35.o
>   obj-$(CONFIG_MACH_CM_T3517)		+= board-cm-t3517.o
>  -obj-$(CONFIG_MACH_IGEP0020)		+= board-igep0020.o \
>  -					   hsmmc.o
>  -obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK)	+= board-omap3touchbook.o \
>  -					   hsmmc.o
>  -obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o \
>  -					   hsmmc.o
>  -obj-$(CONFIG_MACH_OMAP4_PANDA)		+= board-omap4panda.o \
>  -					   hsmmc.o
>  +obj-$(CONFIG_MACH_IGEP0020)		+= board-igep0020.o
>  +obj-$(CONFIG_MACH_OMAP3_TOUCHBOOK)	+= board-omap3touchbook.o
> - obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o \
> - 					   omap_phy_internal.o
> - obj-$(CONFIG_MACH_OMAP4_PANDA)		+= board-omap4panda.o \
> - 					   omap_phy_internal.o
> ++obj-$(CONFIG_MACH_OMAP_4430SDP)		+= board-4430sdp.o
> ++obj-$(CONFIG_MACH_OMAP4_PANDA)		+= board-omap4panda.o
>  +
> - obj-$(CONFIG_MACH_PCM049)		+= board-omap4pcm049.o \
> - 					   omap_phy_internal.o
> ++obj-$(CONFIG_MACH_PCM049)		+= board-omap4pcm049.o
>   
> - obj-$(CONFIG_MACH_OMAP3517EVM)		+= board-am3517evm.o \
> - 					   omap_phy_internal.o
> + obj-$(CONFIG_MACH_OMAP3517EVM)		+= board-am3517evm.o
>   
>   obj-$(CONFIG_MACH_CRANEBOARD)		+= board-am3517crane.o
>   

  reply	other threads:[~2011-10-04 15:26 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-04  5:50 linux-next: manual merge of the usb tree with the arm-soc tree Stephen Rothwell
2011-10-04 15:26 ` Greg KH [this message]
2011-10-05  8:52   ` Felipe Balbi
2011-10-05 10:51     ` Stephen Rothwell
2011-10-05 10:53       ` Felipe Balbi
  -- strict thread matches above, loose matches on Subject: below --
2014-03-03  7:13 Stephen Rothwell
2014-07-24  6:28 Stephen Rothwell
2014-07-24  6:33 ` Stephen Rothwell
2014-07-24  6:42   ` Greg KH
2014-07-24 15:39   ` Olof Johansson
2021-06-17  4:43 Stephen Rothwell
2021-06-17 16:34 ` Matthias Kaehlcke
2021-06-17 17:30   ` Bjorn Andersson
2021-06-18  6:35     ` Greg KH

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=20111004152611.GC29994@kroah.com \
    --to=greg@kroah.com \
    --cc=balbi@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=sfr@canb.auug.org.au \
    --cc=tony@atomide.com \
    /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