linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Stephen Rothwell <sfr@canb.auug.org.au>
To: Jiri Kosina <jkosina@suse.cz>
Cc: linux-next@vger.kernel.org, linux-kernel@vger.kernel.org,
	"\"Uwe Kleine-König\"" <u.kleine-koenig@pengutronix.de>,
	"Russell King" <rmk@arm.linux.org.uk>
Subject: linux-next: manual merge of the trivial tree with the arm tree
Date: Wed, 25 Nov 2009 18:29:38 +1100	[thread overview]
Message-ID: <20091125182938.330219af.sfr@canb.auug.org.au> (raw)

Hi Jiri,

Today's linux-next merge of the trivial tree got a conflict in
arch/arm/plat-mxc/include/mach/mx2x.h between commit
b9fc90a48a3d1794443e095d8585dcaeafb2195f ("imx: add namespace prefixes
for symbols in mx2x.h") from the arm tree and commit
324bea84dda5e6ddea9464cdd957cb8cf94552d9 ("tree-wide: fix typos "offest"
-> "offset"") from the trivial tree.

Just context changes.  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/plat-mxc/include/mach/mx2x.h
index 1766c7c,728f31c..0000000
--- a/arch/arm/plat-mxc/include/mach/mx2x.h
+++ b/arch/arm/plat-mxc/include/mach/mx2x.h
@@@ -25,49 -25,51 +25,49 @@@
  
  /* The following addresses are common between i.MX21 and i.MX27 */
  
- /* Register offests */
+ /* Register offsets */
 -#define AIPI_BASE_ADDR          0x10000000
 -#define AIPI_BASE_ADDR_VIRT     0xF4000000
 -#define AIPI_SIZE               SZ_1M
 -
 -#define DMA_BASE_ADDR           (AIPI_BASE_ADDR + 0x01000)
 -#define WDOG_BASE_ADDR          (AIPI_BASE_ADDR + 0x02000)
 -#define GPT1_BASE_ADDR          (AIPI_BASE_ADDR + 0x03000)
 -#define GPT2_BASE_ADDR          (AIPI_BASE_ADDR + 0x04000)
 -#define GPT3_BASE_ADDR          (AIPI_BASE_ADDR + 0x05000)
 -#define PWM_BASE_ADDR           (AIPI_BASE_ADDR + 0x06000)
 -#define RTC_BASE_ADDR           (AIPI_BASE_ADDR + 0x07000)
 -#define KPP_BASE_ADDR           (AIPI_BASE_ADDR + 0x08000)
 -#define OWIRE_BASE_ADDR         (AIPI_BASE_ADDR + 0x09000)
 -#define UART1_BASE_ADDR         (AIPI_BASE_ADDR + 0x0A000)
 -#define UART2_BASE_ADDR         (AIPI_BASE_ADDR + 0x0B000)
 -#define UART3_BASE_ADDR         (AIPI_BASE_ADDR + 0x0C000)
 -#define UART4_BASE_ADDR         (AIPI_BASE_ADDR + 0x0D000)
 -#define CSPI1_BASE_ADDR         (AIPI_BASE_ADDR + 0x0E000)
 -#define CSPI2_BASE_ADDR         (AIPI_BASE_ADDR + 0x0F000)
 -#define SSI1_BASE_ADDR          (AIPI_BASE_ADDR + 0x10000)
 -#define SSI2_BASE_ADDR          (AIPI_BASE_ADDR + 0x11000)
 -#define I2C_BASE_ADDR           (AIPI_BASE_ADDR + 0x12000)
 -#define SDHC1_BASE_ADDR         (AIPI_BASE_ADDR + 0x13000)
 -#define SDHC2_BASE_ADDR         (AIPI_BASE_ADDR + 0x14000)
 -#define GPIO_BASE_ADDR          (AIPI_BASE_ADDR + 0x15000)
 -#define AUDMUX_BASE_ADDR        (AIPI_BASE_ADDR + 0x16000)
 -#define CSPI3_BASE_ADDR         (AIPI_BASE_ADDR + 0x17000)
 -#define LCDC_BASE_ADDR          (AIPI_BASE_ADDR + 0x21000)
 -#define SLCDC_BASE_ADDR         (AIPI_BASE_ADDR + 0x22000)
 -#define USBOTG_BASE_ADDR        (AIPI_BASE_ADDR + 0x24000)
 -#define EMMA_PP_BASE_ADDR       (AIPI_BASE_ADDR + 0x26000)
 -#define EMMA_PRP_BASE_ADDR      (AIPI_BASE_ADDR + 0x26400)
 -#define CCM_BASE_ADDR           (AIPI_BASE_ADDR + 0x27000)
 -#define SYSCTRL_BASE_ADDR       (AIPI_BASE_ADDR + 0x27800)
 -#define JAM_BASE_ADDR           (AIPI_BASE_ADDR + 0x3E000)
 -#define MAX_BASE_ADDR           (AIPI_BASE_ADDR + 0x3F000)
 -
 -#define AVIC_BASE_ADDR          0x10040000
 -
 -#define SAHB1_BASE_ADDR         0x80000000
 -#define SAHB1_BASE_ADDR_VIRT    0xF4100000
 -#define SAHB1_SIZE              SZ_1M
 -
 -#define CSI_BASE_ADDR           (SAHB1_BASE_ADDR + 0x0000)
 +#define MX2x_AIPI_BASE_ADDR		0x10000000
 +#define MX2x_AIPI_BASE_ADDR_VIRT	0xf4000000
 +#define MX2x_AIPI_SIZE			SZ_1M
 +#define MX2x_DMA_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x01000)
 +#define MX2x_WDOG_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x02000)
 +#define MX2x_GPT1_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x03000)
 +#define MX2x_GPT2_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x04000)
 +#define MX2x_GPT3_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x05000)
 +#define MX2x_PWM_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x06000)
 +#define MX2x_RTC_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x07000)
 +#define MX2x_KPP_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x08000)
 +#define MX2x_OWIRE_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x09000)
 +#define MX2x_UART1_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0a000)
 +#define MX2x_UART2_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0b000)
 +#define MX2x_UART3_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0c000)
 +#define MX2x_UART4_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0d000)
 +#define MX2x_CSPI1_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0e000)
 +#define MX2x_CSPI2_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x0f000)
 +#define MX2x_SSI1_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x10000)
 +#define MX2x_SSI2_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x11000)
 +#define MX2x_I2C_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x12000)
 +#define MX2x_SDHC1_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x13000)
 +#define MX2x_SDHC2_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x14000)
 +#define MX2x_GPIO_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x15000)
 +#define MX2x_AUDMUX_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x16000)
 +#define MX2x_CSPI3_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x17000)
 +#define MX2x_LCDC_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x21000)
 +#define MX2x_SLCDC_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x22000)
 +#define MX2x_USBOTG_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x24000)
 +#define MX2x_EMMA_PP_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x26000)
 +#define MX2x_EMMA_PRP_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x26400)
 +#define MX2x_CCM_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x27000)
 +#define MX2x_SYSCTRL_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x27800)
 +#define MX2x_JAM_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x3e000)
 +#define MX2x_MAX_BASE_ADDR			(MX2x_AIPI_BASE_ADDR + 0x3f000)
 +
 +#define MX2x_AVIC_BASE_ADDR		0x10040000
 +
 +#define MX2x_SAHB1_BASE_ADDR		0x80000000
 +#define MX2x_SAHB1_BASE_ADDR_VIRT	0xf4100000
 +#define MX2x_SAHB1_SIZE			SZ_1M
 +#define MX2x_CSI_BASE_ADDR			(MX2x_SAHB1_BASE_ADDR + 0x0000)
  
  /*
   * This macro defines the physical to virtual address mapping for all the

             reply	other threads:[~2009-11-25  7:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-25  7:29 Stephen Rothwell [this message]
2009-11-25 11:26 ` linux-next: manual merge of the trivial tree with the arm tree Jiri Kosina
  -- strict thread matches above, loose matches on Subject: below --
2013-04-26  5:27 Stephen Rothwell
2010-02-08  4:48 Stephen Rothwell
2010-02-09 10:09 ` Jiri Kosina
2010-02-08  4:48 Stephen Rothwell
2010-02-08  4:48 Stephen Rothwell
2009-09-07  6:32 Stephen Rothwell
2009-09-07 15:14 ` Jiri Kosina
2009-09-07 15:17   ` Russell King

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=20091125182938.330219af.sfr@canb.auug.org.au \
    --to=sfr@canb.auug.org.au \
    --cc=jkosina@suse.cz \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-next@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    --cc=u.kleine-koenig@pengutronix.de \
    /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).