diff options
author | Olof Johansson <olof@lixom.net> | 2013-02-17 19:03:12 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-02-17 19:03:12 -0500 |
commit | bda7997e34993847bc3129f09a8bc0720ab97b12 (patch) | |
tree | fdefdc9bd6cda42a3f38794d522d28c657144d97 /arch/arm/mach-s3c24xx | |
parent | 69eb383ab775840b4656c9ef2442817e17996903 (diff) | |
parent | ebf4762812ebe77ed960543421ec894108315f2f (diff) |
Merge branch 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/fixes-non-critical
From Kukjin Kim:
Here is Samsung fixes for v3.9 and it is not a critical fixes.
* 'next/fixes-samsung' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
ARM: dts: Correct pin configuration of SD 4 for exynos4x12-pinctrl
ARM: SAMSUNG: Silence empty switch warning in fimc-core.h
ARM: SAMSUNG: Silence empty switch warning in sdhci.h
ARM: S5PV210: Fix early uart output in fifo mode
ARM: S3C24XX: Fix compile breakage for SMDK2410
ARM: S3C24XX: add missing platform_device.h include for osiris
ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP
ARM: SAMSUNG: Gracefully exit on suspend failure
ARM: SAMSUNG: using vsnprintf instead of vsprintf for the limit buffer length 256
ARM: S3C24XX: Make 'clk_msysclk' static
Diffstat (limited to 'arch/arm/mach-s3c24xx')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c24xx/common-s3c2443.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-s3c24xx/mach-osiris.c | 1 | ||||
-rw-r--r-- | arch/arm/mach-s3c24xx/pm-s3c2412.c | 3 | ||||
-rw-r--r-- | arch/arm/mach-s3c24xx/pm-s3c2416.c | 3 |
5 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index 25df14a9e268..d1e80d0fd671 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -226,6 +226,7 @@ config MACH_QT2410 | |||
226 | config ARCH_SMDK2410 | 226 | config ARCH_SMDK2410 |
227 | bool "SMDK2410/A9M2410" | 227 | bool "SMDK2410/A9M2410" |
228 | select S3C24XX_SMDK | 228 | select S3C24XX_SMDK |
229 | select S3C_DEV_USB_HOST | ||
229 | help | 230 | help |
230 | Say Y here if you are using the SMDK2410 or the derived module A9M2410 | 231 | Say Y here if you are using the SMDK2410 or the derived module A9M2410 |
231 | <http://www.fsforth.de> | 232 | <http://www.fsforth.de> |
@@ -273,6 +274,7 @@ config S3C2412_DMA | |||
273 | 274 | ||
274 | config S3C2412_PM | 275 | config S3C2412_PM |
275 | bool | 276 | bool |
277 | select S3C2412_PM_SLEEP | ||
276 | help | 278 | help |
277 | Internal config node to apply S3C2412 power management | 279 | Internal config node to apply S3C2412 power management |
278 | 280 | ||
diff --git a/arch/arm/mach-s3c24xx/common-s3c2443.c b/arch/arm/mach-s3c24xx/common-s3c2443.c index aeb4a24ff3ed..f6b9f2ef01bd 100644 --- a/arch/arm/mach-s3c24xx/common-s3c2443.c +++ b/arch/arm/mach-s3c24xx/common-s3c2443.c | |||
@@ -132,7 +132,7 @@ static struct clk *clk_msysclk_sources[] = { | |||
132 | [3] = &clk_mpllref, | 132 | [3] = &clk_mpllref, |
133 | }; | 133 | }; |
134 | 134 | ||
135 | struct clksrc_clk clk_msysclk = { | 135 | static struct clksrc_clk clk_msysclk = { |
136 | .clk = { | 136 | .clk = { |
137 | .name = "msysclk", | 137 | .name = "msysclk", |
138 | .parent = &clk_xtal, | 138 | .parent = &clk_xtal, |
diff --git a/arch/arm/mach-s3c24xx/mach-osiris.c b/arch/arm/mach-s3c24xx/mach-osiris.c index bb36d832bd3d..c52100ef2322 100644 --- a/arch/arm/mach-s3c24xx/mach-osiris.c +++ b/arch/arm/mach-s3c24xx/mach-osiris.c | |||
@@ -22,6 +22,7 @@ | |||
22 | #include <linux/clk.h> | 22 | #include <linux/clk.h> |
23 | #include <linux/i2c.h> | 23 | #include <linux/i2c.h> |
24 | #include <linux/io.h> | 24 | #include <linux/io.h> |
25 | #include <linux/platform_device.h> | ||
25 | 26 | ||
26 | #include <linux/i2c/tps65010.h> | 27 | #include <linux/i2c/tps65010.h> |
27 | 28 | ||
diff --git a/arch/arm/mach-s3c24xx/pm-s3c2412.c b/arch/arm/mach-s3c24xx/pm-s3c2412.c index c60f67a75aff..f5dc2b254a5a 100644 --- a/arch/arm/mach-s3c24xx/pm-s3c2412.c +++ b/arch/arm/mach-s3c24xx/pm-s3c2412.c | |||
@@ -48,7 +48,8 @@ static int s3c2412_cpu_suspend(unsigned long arg) | |||
48 | 48 | ||
49 | s3c2412_sleep_enter(); | 49 | s3c2412_sleep_enter(); |
50 | 50 | ||
51 | panic("sleep resumed to originator?"); | 51 | pr_info("Failed to suspend the system\n"); |
52 | return 1; /* Aborting suspend */ | ||
52 | } | 53 | } |
53 | 54 | ||
54 | static void s3c2412_pm_prepare(void) | 55 | static void s3c2412_pm_prepare(void) |
diff --git a/arch/arm/mach-s3c24xx/pm-s3c2416.c b/arch/arm/mach-s3c24xx/pm-s3c2416.c index 1bd4817b8eb8..1a9e8dd194ff 100644 --- a/arch/arm/mach-s3c24xx/pm-s3c2416.c +++ b/arch/arm/mach-s3c24xx/pm-s3c2416.c | |||
@@ -34,7 +34,8 @@ static int s3c2416_cpu_suspend(unsigned long arg) | |||
34 | 34 | ||
35 | s3c2412_sleep_enter(); | 35 | s3c2412_sleep_enter(); |
36 | 36 | ||
37 | panic("sleep resumed to originator?"); | 37 | pr_info("Failed to suspend the system\n"); |
38 | return 1; /* Aborting suspend */ | ||
38 | } | 39 | } |
39 | 40 | ||
40 | static void s3c2416_pm_prepare(void) | 41 | static void s3c2416_pm_prepare(void) |