* [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210
@ 2012-03-01 4:05 Sachin Kamat
2012-03-01 4:05 ` [PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310 Sachin Kamat
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-03-01 4:05 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
This patch series adds JPEG platform support to S5PV210 and board support to
SMDKV210, SMDKV310 and Origen.
This series is based on Kukjin Kim's for-next branch.
This series depends on the following patches:
http://www.spinics.net/lists/linux-samsung-soc/msg09163.html
http://www.spinics.net/lists/linux-samsung-soc/msg09475.html
http://www.spinics.net/lists/linux-samsung-soc/msg09554.html
Sachin Kamat (4):
ARM: EXYNOS: Enable JPEG on SMDKV310
ARM: EXYNOS: Enable JPEG on Origen
ARM: S5PV210: Add JPEG board definition
ARM: S5PV210: Enable JPEG on SMDKV210
arch/arm/mach-exynos/Kconfig | 2 ++
arch/arm/mach-exynos/mach-origen.c | 1 +
arch/arm/mach-exynos/mach-smdkv310.c | 1 +
arch/arm/mach-s5pv210/Kconfig | 1 +
arch/arm/mach-s5pv210/clock.c | 5 +++++
arch/arm/mach-s5pv210/include/mach/map.h | 4 ++++
arch/arm/mach-s5pv210/mach-smdkv210.c | 1 +
7 files changed, 15 insertions(+), 0 deletions(-)
--
1.7.4.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
@ 2012-03-01 4:05 ` Sachin Kamat
2012-03-01 4:05 ` [PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen Sachin Kamat
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-03-01 4:05 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Enables JPEG support on SMDKV310 board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-exynos/Kconfig | 1 +
arch/arm/mach-exynos/mach-smdkv310.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 92c145b..8757124 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -180,6 +180,7 @@ config MACH_SMDKV310
select S5P_DEV_FIMC2
select S5P_DEV_FIMC3
select S5P_DEV_I2C_HDMIPHY
+ select S5P_DEV_JPEG
select S5P_DEV_MFC
select S5P_DEV_TV
select S5P_DEV_USB_EHCI
diff --git a/arch/arm/mach-exynos/mach-smdkv310.c b/arch/arm/mach-exynos/mach-smdkv310.c
index 2b71f18..51db8af 100644
--- a/arch/arm/mach-exynos/mach-smdkv310.c
+++ b/arch/arm/mach-exynos/mach-smdkv310.c
@@ -267,6 +267,7 @@ static struct platform_device *smdkv310_devices[] __initdata = {
&s5p_device_fimc2,
&s5p_device_fimc3,
&s5p_device_fimc_md,
+ &s5p_device_jpeg,
&exynos4_device_ac97,
&exynos4_device_i2s0,
&exynos4_device_ohci,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
2012-03-01 4:05 ` [PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310 Sachin Kamat
@ 2012-03-01 4:05 ` Sachin Kamat
2012-03-01 4:05 ` [PATCH 3/4] ARM: S5PV210: Add JPEG board definition Sachin Kamat
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-03-01 4:05 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Enables JPEG support on Origen board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-exynos/Kconfig | 1 +
arch/arm/mach-exynos/mach-origen.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 8757124..41eead3 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -305,6 +305,7 @@ config MACH_ORIGEN
select S5P_DEV_FIMD0
select S5P_DEV_G2D
select S5P_DEV_I2C_HDMIPHY
+ select S5P_DEV_JPEG
select S5P_DEV_MFC
select S5P_DEV_TV
select S5P_DEV_USB_EHCI
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 02c242e..827cb99 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -637,6 +637,7 @@ static struct platform_device *origen_devices[] __initdata = {
&s5p_device_g2d,
&s5p_device_hdmi,
&s5p_device_i2c_hdmiphy,
+ &s5p_device_jpeg,
&s5p_device_mfc,
&s5p_device_mfc_l,
&s5p_device_mfc_r,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/4] ARM: S5PV210: Add JPEG board definition
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
2012-03-01 4:05 ` [PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310 Sachin Kamat
2012-03-01 4:05 ` [PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen Sachin Kamat
@ 2012-03-01 4:05 ` Sachin Kamat
2012-03-01 4:05 ` [PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210 Sachin Kamat
2012-03-09 16:26 ` [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Kukjin Kim
4 siblings, 0 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-03-01 4:05 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Adds JPEG board definition to S5PV210 machine
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-s5pv210/clock.c | 5 +++++
arch/arm/mach-s5pv210/include/mach/map.h | 4 ++++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv210/clock.c b/arch/arm/mach-s5pv210/clock.c
index b9ec0c3..09609d5 100644
--- a/arch/arm/mach-s5pv210/clock.c
+++ b/arch/arm/mach-s5pv210/clock.c
@@ -340,6 +340,11 @@ static struct clk init_clocks_off[] = {
.enable = s5pv210_clk_ip0_ctrl,
.ctrlbit = (1 << 26),
}, {
+ .name = "jpeg",
+ .parent = &clk_hclk_dsys.clk,
+ .enable = s5pv210_clk_ip0_ctrl,
+ .ctrlbit = (1 << 28),
+ }, {
.name = "mfc",
.devname = "s5p-mfc",
.parent = &clk_pclk_psys.clk,
diff --git a/arch/arm/mach-s5pv210/include/mach/map.h b/arch/arm/mach-s5pv210/include/mach/map.h
index 89c34b8..b7c8a19 100644
--- a/arch/arm/mach-s5pv210/include/mach/map.h
+++ b/arch/arm/mach-s5pv210/include/mach/map.h
@@ -90,6 +90,8 @@
#define S5PV210_PA_FIMC1 0xFB300000
#define S5PV210_PA_FIMC2 0xFB400000
+#define S5PV210_PA_JPEG 0xFB600000
+
#define S5PV210_PA_SDO 0xF9000000
#define S5PV210_PA_VP 0xF9100000
#define S5PV210_PA_MIXER 0xF9200000
@@ -132,6 +134,8 @@
#define S5P_PA_SYSCON S5PV210_PA_SYSCON
#define S5P_PA_TIMER S5PV210_PA_TIMER
+#define S5P_PA_JPEG S5PV210_PA_JPEG
+
#define SAMSUNG_PA_ADC S5PV210_PA_ADC
#define SAMSUNG_PA_CFCON S5PV210_PA_CFCON
#define SAMSUNG_PA_KEYPAD S5PV210_PA_KEYPAD
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
` (2 preceding siblings ...)
2012-03-01 4:05 ` [PATCH 3/4] ARM: S5PV210: Add JPEG board definition Sachin Kamat
@ 2012-03-01 4:05 ` Sachin Kamat
2012-03-09 16:26 ` [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Kukjin Kim
4 siblings, 0 replies; 6+ messages in thread
From: Sachin Kamat @ 2012-03-01 4:05 UTC (permalink / raw)
To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, patches
Enables JPEG support on SMDKV210 board.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
arch/arm/mach-s5pv210/Kconfig | 1 +
arch/arm/mach-s5pv210/mach-smdkv210.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig
index 2cdc42e..ba63c3a 100644
--- a/arch/arm/mach-s5pv210/Kconfig
+++ b/arch/arm/mach-s5pv210/Kconfig
@@ -142,6 +142,7 @@ config MACH_SMDKV210
select S3C_DEV_I2C2
select S3C_DEV_RTC
select S3C_DEV_WDT
+ select S5P_DEV_JPEG
select SAMSUNG_DEV_ADC
select SAMSUNG_DEV_BACKLIGHT
select SAMSUNG_DEV_IDE
diff --git a/arch/arm/mach-s5pv210/mach-smdkv210.c b/arch/arm/mach-s5pv210/mach-smdkv210.c
index 0933c8e..37b16fc 100644
--- a/arch/arm/mach-s5pv210/mach-smdkv210.c
+++ b/arch/arm/mach-s5pv210/mach-smdkv210.c
@@ -223,6 +223,7 @@ static struct platform_device *smdkv210_devices[] __initdata = {
&s3c_device_rtc,
&s3c_device_ts,
&s3c_device_wdt,
+ &s5p_device_jpeg,
&s5pv210_device_ac97,
&s5pv210_device_iis0,
&s5pv210_device_spdif,
--
1.7.4.1
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
` (3 preceding siblings ...)
2012-03-01 4:05 ` [PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210 Sachin Kamat
@ 2012-03-09 16:26 ` Kukjin Kim
4 siblings, 0 replies; 6+ messages in thread
From: Kukjin Kim @ 2012-03-09 16:26 UTC (permalink / raw)
To: Sachin Kamat; +Cc: linux-samsung-soc, kgene.kim, patches
On 02/29/12 20:05, Sachin Kamat wrote:
> This patch series adds JPEG platform support to S5PV210 and board support to
> SMDKV210, SMDKV310 and Origen.
> This series is based on Kukjin Kim's for-next branch.
>
> This series depends on the following patches:
>
> http://www.spinics.net/lists/linux-samsung-soc/msg09163.html
> http://www.spinics.net/lists/linux-samsung-soc/msg09475.html
> http://www.spinics.net/lists/linux-samsung-soc/msg09554.html
>
>
> Sachin Kamat (4):
> ARM: EXYNOS: Enable JPEG on SMDKV310
> ARM: EXYNOS: Enable JPEG on Origen
> ARM: S5PV210: Add JPEG board definition
> ARM: S5PV210: Enable JPEG on SMDKV210
>
> arch/arm/mach-exynos/Kconfig | 2 ++
> arch/arm/mach-exynos/mach-origen.c | 1 +
> arch/arm/mach-exynos/mach-smdkv310.c | 1 +
> arch/arm/mach-s5pv210/Kconfig | 1 +
> arch/arm/mach-s5pv210/clock.c | 5 +++++
> arch/arm/mach-s5pv210/include/mach/map.h | 4 ++++
> arch/arm/mach-s5pv210/mach-smdkv210.c | 1 +
> 7 files changed, 15 insertions(+), 0 deletions(-)
Applied, thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2012-03-09 16:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-01 4:05 [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 Sachin Kamat
2012-03-01 4:05 ` [PATCH 1/4] ARM: EXYNOS: Enable JPEG on SMDKV310 Sachin Kamat
2012-03-01 4:05 ` [PATCH 2/4] ARM: EXYNOS: Enable JPEG on Origen Sachin Kamat
2012-03-01 4:05 ` [PATCH 3/4] ARM: S5PV210: Add JPEG board definition Sachin Kamat
2012-03-01 4:05 ` [PATCH 4/4] ARM: S5PV210: Enable JPEG on SMDKV210 Sachin Kamat
2012-03-09 16:26 ` [PATCH 0/4] ARM: SAMSUNG: JPEG support on Exynos and S5PV210 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.