linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the sound tree with the arm tree
@ 2010-07-19  1:00 Stephen Rothwell
  2010-07-20  9:03 ` Mark Brown
  0 siblings, 1 reply; 19+ messages in thread
From: Stephen Rothwell @ 2010-07-19  1:00 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: linux-next, linux-kernel, Russell King, Ryan Mallon, Mark Brown

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in
arch/arm/mach-ep93xx/clock.c between commit
5c6649e3c1511b183f12d2e884d2c172fe9001e0 ("ARM: AMBA: Add pclk definition
for platforms using primecells") from the arm tree and commit
ed67ea82c0d9a163458dc6a69a7a3123db1a8b3b ("EP93xx: Add i2s core support")
from the sound tree.

Just overlapping additions.  I fixed it up (see below) and can carry the
fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc arch/arm/mach-ep93xx/clock.c
index d40826a,8031624..0000000
--- a/arch/arm/mach-ep93xx/clock.c
+++ b/arch/arm/mach-ep93xx/clock.c
@@@ -43,9 -43,9 +43,11 @@@ static unsigned long get_uart_rate(stru
  
  static int set_keytchclk_rate(struct clk *clk, unsigned long rate);
  static int set_div_rate(struct clk *clk, unsigned long rate);
+ static int set_i2s_sclk_rate(struct clk *clk, unsigned long rate);
+ static int set_i2s_lrclk_rate(struct clk *clk, unsigned long rate);
  
 +static struct clk dummy_apb_pclk;
 +
  static struct clk clk_xtali = {
  	.rate		= EP93XX_EXT_CLK_RATE,
  };

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the sound tree with the arm tree
@ 2010-07-22  1:28 Stephen Rothwell
  2010-07-22  6:18 ` Takashi Iwai
  0 siblings, 1 reply; 19+ messages in thread
From: Stephen Rothwell @ 2010-07-22  1:28 UTC (permalink / raw)
  To: Takashi Iwai; +Cc: linux-next, linux-kernel, Russell King

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

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in
arch/arm/mach-ep93xx/clock.c between commit
a99b53f80962ed98f4b598dc22f8c030b5dae55a ("ARM: AMBA: Add pclk support to
AMBA bus infrastructure") from the arm tree and commit
ed67ea82c0d9a163458dc6a69a7a3123db1a8b3b ("EP93xx: Add i2s core support")
from the sound tree.

Just context changes.  I fixed it up (it was just a blank line) and can
carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

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

^ permalink raw reply	[flat|nested] 19+ messages in thread
* linux-next: manual merge of the sound tree with the arm tree
@ 2009-03-10  3:45 Stephen Rothwell
  2009-03-10 20:04 ` Mark Brown
  2009-03-11  8:52 ` Russell King
  0 siblings, 2 replies; 19+ messages in thread
From: Stephen Rothwell @ 2009-03-10  3:45 UTC (permalink / raw)
  To: Takashi Iwai
  Cc: linux-next, Ben Dooks, Mark Brown, Alexander Schulz, Russell King

Hi Takashi,

Today's linux-next merge of the sound tree got a conflict in
arch/arm/mach-shark/include/mach/io.h between commit
eab184c2362567f2b2e951b7bd0e0d353a7e5091 ("[ARM] 5363/1: Shark cleanup
and new defconfig") from the arm tree and commit
8150bc886be5ce3cc301a2baca1fcf2cf7bd7f39 ("S3C24XX: Move and update IIS
headers") from the sound tree.

I fixed it up (see below) and can carry the fix as necessary.
-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au
http://www.canb.auug.org.au/~sfr/

diff --cc arch/arm/mach-shark/include/mach/io.h
index 9ccbcec,8ca7d7f..0000000
--- a/arch/arm/mach-shark/include/mach/io.h
+++ b/arch/arm/mach-shark/include/mach/io.h
@@@ -11,10 -11,10 +11,10 @@@
  #ifndef __ASM_ARM_ARCH_IO_H
  #define __ASM_ARM_ARCH_IO_H
  
 -#define PCIO_BASE	0xe0000000
 -#define IO_SPACE_LIMIT	0xffffffff
 +#define IO_SPACE_LIMIT 0xffffffff
  
- #define __io(a)                 ((void __iomem *)(0xe0000000 + (a)))
 -#define __io(a)		__typesafe_io(PCIO_BASE + (a))
 -#define __mem_pci(addr)	(addr)
++#define __io(a)		__typesafe_io(0xe0000000 + (a))
 +
 +#define __mem_pci(addr) (addr)
  
  #endif

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

end of thread, other threads:[~2010-07-22  6:18 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-19  1:00 linux-next: manual merge of the sound tree with the arm tree Stephen Rothwell
2010-07-20  9:03 ` Mark Brown
2010-07-20 20:54   ` Ryan Mallon
  -- strict thread matches above, loose matches on Subject: below --
2010-07-22  1:28 Stephen Rothwell
2010-07-22  6:18 ` Takashi Iwai
2009-03-10  3:45 Stephen Rothwell
2009-03-10 20:04 ` Mark Brown
2009-03-11  0:41   ` Stephen Rothwell
2009-03-11  6:58     ` Takashi Iwai
2009-03-11  8:52 ` Russell King
2009-03-11  9:18   ` Takashi Iwai
2009-03-11  9:41     ` Russell King
2009-03-11 10:02       ` Takashi Iwai
2009-03-11 10:40         ` Russell King
2009-03-11 11:24           ` Mark Brown
2009-03-11 13:28             ` Takashi Iwai
2009-03-11 22:32               ` Mark Brown
2009-03-12  2:48                 ` Stephen Rothwell
2009-03-11  9:49   ` Mark Brown

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