All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv5] ARM: Exynos: Register JPEG on nuri
@ 2012-02-24 11:44 Andrzej Pietrasiewicz
  2012-03-09 16:26 ` Kukjin Kim
  0 siblings, 1 reply; 2+ messages in thread
From: Andrzej Pietrasiewicz @ 2012-02-24 11:44 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Andrzej Pietrasiewicz, Kyungmin Park, Kukjin Kim,
	Marek Szyprowski, Sachin Kamat

ARM: Exynos: Register JPEG on nuri

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---

This is in response to:
http://www.spinics.net/lists/linux-samsung-soc/msg09530.html

Now it should apply cleanly.

@Sachin: Thank you for spotting the problem.

 arch/arm/mach-exynos/Kconfig     |    1 +
 arch/arm/mach-exynos/mach-nuri.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index a95146b..6db7dd2 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -265,6 +265,7 @@ config MACH_NURI
 	select S3C_DEV_I2C5
 	select S3C_DEV_I2C6
 	select S5P_DEV_CSIS0
+	select S5P_DEV_JPEG
 	select S5P_DEV_FIMC0
 	select S5P_DEV_FIMC1
 	select S5P_DEV_FIMC2
diff --git a/arch/arm/mach-exynos/mach-nuri.c b/arch/arm/mach-exynos/mach-nuri.c
index a6b9162..8016649 100644
--- a/arch/arm/mach-exynos/mach-nuri.c
+++ b/arch/arm/mach-exynos/mach-nuri.c
@@ -1320,6 +1320,7 @@ static struct platform_device *nuri_devices[] __initdata = {
 	&i2c9_gpio,
 	&s3c_device_adc,
 	&s5p_device_g2d,
+	&s5p_device_jpeg,
 	&s3c_device_rtc,
 	&s5p_device_mfc,
 	&s5p_device_mfc_l,
-- 
1.7.0.4

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

end of thread, other threads:[~2012-03-09 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-24 11:44 [PATCHv5] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
2012-03-09 16:26 ` Kukjin Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.