linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the arm tree
@ 2008-07-10  4:33 Stephen Rothwell
  2008-07-10  6:29 ` pHilipp Zabel
  2008-07-10  7:30 ` Russell King
  0 siblings, 2 replies; 15+ messages in thread
From: Stephen Rothwell @ 2008-07-10  4:33 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next, David Brownell, Philipp Zabel, Greg KH

[-- Attachment #1: Type: text/plain, Size: 659 bytes --]

Hi Russell,

Today's linux-next merge of the arm tree got a conflict in
drivers/usb/gadget/ether.c between commit
41df25fad30d0e88ddc042358556f19a72d70054 ("usb ethernet gadget: use
composite gadget framework") from the usb tree and commit
7a8576204333d133d58cbcc59dacf49a5546e3e4 ("[ARM] 5120/1: pxa: correct
platform driver names for PXA25x and PXA27x UDC drivers") from the arm
tree.

I am not actually sure what to do with this.  To make it build, I have
just take the usb tree's version, but there is probably more to it than
that.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: Tree for Oct 22
@ 2013-10-22 15:08 Thierry Reding
  2013-10-22 15:08 ` linux-next: manual merge of the arm tree Thierry Reding
  0 siblings, 1 reply; 15+ messages in thread
From: Thierry Reding @ 2013-10-22 15:08 UTC (permalink / raw)
  To: linux-next, linux-kernel; +Cc: Mark Brown

Hi all,

I've uploaded today's linux-next tree to the master branch of the
repository below:

        git://gitorious.org/thierryreding/linux-next.git

A next-20131022 tag is also provided for convenience.

Gained a couple new conflicts, fixed more build failures. ARM seems to
be in pretty good shape, as is the 64-bit x86 allmodconfig.

Thierry

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the arm tree
@ 2008-10-14  2:27 Stephen Rothwell
  2008-10-14  7:59 ` Russell King
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2008-10-14  2:27 UTC (permalink / raw)
  To: Russell King
  Cc: linux-next, Felipe Balbi, Wim Van Sebroeck, Syed Mohammed Khasim,
	Tony Lindgren

[-- Attachment #1: Type: text/plain, Size: 764 bytes --]

Hi Russell,

Today's linux-next merge of the arm tree got a conflict in
arch/arm/plat-omap/devices.c between commit
2817142f31bfbf26c216bf4f9192540c81b2d071 ("[WATCHDOG] omap_wdt.c: sync
linux-omap changes") from Linus' tree and commit
cc26b3b01bc96a8b8c36671b0dc4898b2a152ea8 ("ARM: OMAP3: Add minimal
omap3430 support") from the arm tree.

The former removed code that the latter modified.  I fixed it up
by just removing the section of code as the former patch seems to take
account of what the latter is trying to do (but it may not be correct).
You can fix it by merging Linus' tree and doing this or a similar (maybe
correct) fixup.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/


[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the arm tree
@ 2008-08-25  1:03 Stephen Rothwell
  2008-08-26 22:20 ` Russell King
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2008-08-25  1:03 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next, Ian Molton

Hi Russell,

Today's linux-next merge of the arm tree got a conflict in
arch/arm/mach-pxa/include/mach/irqs.h between commit
dec5abe9219aebf6d65e9af95de1c031d7039bdb ("[ARM] Fix eseries IRQ limit")
from Linus' tree and commit 44b6deaa10e0b62fc6d6db0b673f8bfa61b745d1
("[ARM] pxa: introduce PXA_HAVE_BOARD_IRQS") from the arm tree.

I used the version of that file from the arm tree and added the following
patch.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 72ba281..0d119f8 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -122,6 +122,7 @@ config MACH_TOSA
 config ARCH_PXA_ESERIES
 	bool "PXA based Toshiba e-series PDAs"
 	select PXA25x
+	select PXA_HAVE_BOARD_IRQS
 
 config MACH_E330
 	bool "Toshiba e330"

^ permalink raw reply related	[flat|nested] 15+ messages in thread
* linux-next: manual merge of the arm tree
@ 2008-07-04  6:57 Stephen Rothwell
  2008-07-07  9:12 ` Russell King
  0 siblings, 1 reply; 15+ messages in thread
From: Stephen Rothwell @ 2008-07-04  6:57 UTC (permalink / raw)
  To: Russell King; +Cc: linux-next, Andi Kleen, Greg KH

[-- Attachment #1: Type: text/plain, Size: 628 bytes --]

Hi Russell,

Today's linux-next merge of the arm tree got a conflict in
arch/arm/kernel/time.c between commit
5b01a6a61c48d8e6ab4679d6e6208f5962d07b85 ("sysdev: Pass the attribute to
the low level sysdev show/store function") from the driver-core tree and
commit 205bee6ad804d7034773b5978c74dde495df2301 ("[ARM] dyntick: Remove
obsolete and unused ARM dyntick support") from the arm tree.

The arm commit just removed some code that the driver-core commit
modified.  So I removed it and can carry the fixup.

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

[-- Attachment #2: Type: application/pgp-signature, Size: 197 bytes --]

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

end of thread, other threads:[~2013-10-25 15:20 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-10  4:33 linux-next: manual merge of the arm tree Stephen Rothwell
2008-07-10  6:29 ` pHilipp Zabel
2008-07-10  7:30 ` Russell King
  -- strict thread matches above, loose matches on Subject: below --
2013-10-22 15:08 linux-next: Tree for Oct 22 Thierry Reding
2013-10-22 15:08 ` linux-next: manual merge of the arm tree Thierry Reding
2013-10-25 15:20   ` Dmitry Kravkov
2008-10-14  2:27 Stephen Rothwell
2008-10-14  7:59 ` Russell King
2008-10-14  8:07   ` David Brownell
2008-10-14 20:08     ` Tony Lindgren
2008-08-25  1:03 Stephen Rothwell
2008-08-26 22:20 ` Russell King
2008-08-26 23:43   ` Stephen Rothwell
2008-07-04  6:57 Stephen Rothwell
2008-07-07  9:12 ` Russell King
2008-07-07 10:39   ` Stephen Rothwell

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).