linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Samsung S5P for 2.6.40 merge window
Date: Wed, 25 May 2011 21:50:05 +0100	[thread overview]
Message-ID: <20110525205005.GC24876@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <4DDD4659.5050602@samsung.com>

On Wed, May 25, 2011 at 11:11:37AM -0700, Kukjin Kim wrote:
> These things are for 2.6.40 and it includes removing ARCH_S5P6442.  
> Actually there is no user now and if required will merge it into other  
> ARCH like ARCH_S5P64X0 later.

I have a merge conflict with this, and resolved it as below.  Please check
whether this is correct.

diff --cc arch/arm/Kconfig
index 3bc1a58,e81c72c..f7cce8b
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@@ -2028,7 -1998,7 +2016,7 @@@ menu "Power management options
  source "kernel/power/Kconfig"
  
  config ARCH_SUSPEND_POSSIBLE
- 	depends on !ARCH_S5P64X0 && !ARCH_S5P6442 && !ARCH_S5PC100
 -	depends on !ARCH_S5P64X0
++	depends on !ARCH_S5P64X0 && !ARCH_S5PC100
  	depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \
  		CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE
  	def_bool y
diff --cc arch/arm/mach-exynos4/Kconfig
index 8051962,11b57a4..b92c1e5
--- a/arch/arm/mach-exynos4/Kconfig
+++ b/arch/arm/mach-exynos4/Kconfig
@@@ -169,9 -169,10 +169,11 @@@ config MACH_NUR
  	select S3C_DEV_HSMMC2
  	select S3C_DEV_HSMMC3
  	select S3C_DEV_I2C1
+ 	select S3C_DEV_I2C3
  	select S3C_DEV_I2C5
 +	select S5P_DEV_USB_EHCI
  	select EXYNOS4_SETUP_I2C1
+ 	select EXYNOS4_SETUP_I2C3
  	select EXYNOS4_SETUP_I2C5
  	select EXYNOS4_SETUP_SDHCI
  	select SAMSUNG_DEV_PWM
diff --cc arch/arm/mach-exynos4/mach-nuri.c
index bb5d12f,d13c5e8..642702b
--- a/arch/arm/mach-exynos4/mach-nuri.c
+++ b/arch/arm/mach-exynos4/mach-nuri.c
@@@ -30,8 -31,8 +31,10 @@@
  #include <plat/cpu.h>
  #include <plat/devs.h>
  #include <plat/sdhci.h>
 +#include <plat/ehci.h>
 +#include <plat/clock.h>
+ #include <plat/gpio-cfg.h>
+ #include <plat/iic.h>
  
  #include <mach/map.h>
  
@@@ -282,7 -355,7 +367,8 @@@ static struct platform_device *nuri_dev
  	&s3c_device_hsmmc3,
  	&s3c_device_wdt,
  	&s3c_device_timer[0],
 +	&s5p_device_ehci,
+ 	&s3c_device_i2c3,
  
  	/* NURI Devices */
  	&nuri_gpio_keys,
@@@ -300,13 -373,13 +386,16 @@@ static void __init nuri_map_io(void
  static void __init nuri_machine_init(void)
  {
  	nuri_sdhci_init();
+ 	nuri_tsp_init();
  
  	i2c_register_board_info(1, i2c1_devs, ARRAY_SIZE(i2c1_devs));
+ 	s3c_i2c3_set_platdata(&i2c3_data);
+ 	i2c_register_board_info(3, i2c3_devs, ARRAY_SIZE(i2c3_devs));
  	i2c_register_board_info(5, i2c5_devs, ARRAY_SIZE(i2c5_devs));
  
 +	nuri_ehci_init();
 +	clk_xusbxti.rate = 24000000;
 +
  	/* Last */
  	platform_add_devices(nuri_devices, ARRAY_SIZE(nuri_devices));
  }

  reply	other threads:[~2011-05-25 20:50 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-25 18:11 [GIT PULL] Samsung S5P for 2.6.40 merge window Kukjin Kim
2011-05-25 20:50 ` Russell King - ARM Linux [this message]
2011-05-25 21:22   ` Kukjin Kim

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=20110525205005.GC24876@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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).