All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv4 0/2] ARM: Exynos: JPEG device register
@ 2012-02-21 10:04 Andrzej Pietrasiewicz
  2012-02-21 10:04 ` [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210 Andrzej Pietrasiewicz
  2012-02-21 10:04 ` [PATCH 2/2] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
  0 siblings, 2 replies; 5+ messages in thread
From: Andrzej Pietrasiewicz @ 2012-02-21 10:04 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Andrzej Pietrasiewicz, Kyungmin Park, Kukjin Kim, Marek Szyprowski

Dear All,

This patch series adds device registration code for JPEG IP found in
Exynos4 SoC on universal_c210 and nuri boards.

This version is a simplified revision of these patches:

http://www.spinics.net/lists/linux-samsung-soc/msg09164.html
http://www.spinics.net/lists/linux-samsung-soc/msg09165.html

and because of that it relies on this patch:

http://www.spinics.net/lists/linux-samsung-soc/msg09463.html

which adds JPEG power domain to generic power domain infrastructure.

This version also depends on:

http://www.spinics.net/lists/linux-samsung-soc/msg09163.html

which contains JPEG board definition.

Andrzej Pietrasiewicz (2):
  ARM: Exynos: Register JPEG on universal_c210
  ARM: Exynos: Register JPEG on nuri

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

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

* [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210
  2012-02-21 10:04 [PATCHv4 0/2] ARM: Exynos: JPEG device register Andrzej Pietrasiewicz
@ 2012-02-21 10:04 ` Andrzej Pietrasiewicz
  2012-03-09 16:26   ` Kukjin Kim
  2012-02-21 10:04 ` [PATCH 2/2] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
  1 sibling, 1 reply; 5+ messages in thread
From: Andrzej Pietrasiewicz @ 2012-02-21 10:04 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Andrzej Pietrasiewicz, Kyungmin Park, Kukjin Kim, Marek Szyprowski

ARM: Exynos: Register JPEG on universal_c210

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 arch/arm/mach-exynos/Kconfig               |    1 +
 arch/arm/mach-exynos/mach-universal_c210.c |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index cf29c35..23b6971 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -235,6 +235,7 @@ config MACH_UNIVERSAL_C210
 	select S5P_DEV_FIMC3
 	select S5P_DEV_G2D
 	select S5P_DEV_CSIS0
+	select S5P_DEV_JPEG
 	select S5P_DEV_FIMD0
 	select S3C_DEV_HSMMC
 	select S3C_DEV_HSMMC2
diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c
index 220de1c..c525f42 100644
--- a/arch/arm/mach-exynos/mach-universal_c210.c
+++ b/arch/arm/mach-exynos/mach-universal_c210.c
@@ -981,6 +981,7 @@ static struct platform_device *universal_devices[] __initdata = {
 	&universal_gpio_keys,
 	&s5p_device_onenand,
 	&s5p_device_fimd0,
+	&s5p_device_jpeg,
 	&s5p_device_mfc,
 	&s5p_device_mfc_l,
 	&s5p_device_mfc_r,
-- 
1.7.0.4

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

* [PATCH 2/2] ARM: Exynos: Register JPEG on nuri
  2012-02-21 10:04 [PATCHv4 0/2] ARM: Exynos: JPEG device register Andrzej Pietrasiewicz
  2012-02-21 10:04 ` [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210 Andrzej Pietrasiewicz
@ 2012-02-21 10:04 ` Andrzej Pietrasiewicz
  2012-02-23  9:30   ` Sachin Kamat
  1 sibling, 1 reply; 5+ messages in thread
From: Andrzej Pietrasiewicz @ 2012-02-21 10:04 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Andrzej Pietrasiewicz, Kyungmin Park, Kukjin Kim, Marek Szyprowski

ARM: Exynos: Register JPEG on nuri

Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
---
 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 23b6971..189a212 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -274,6 +274,7 @@ config MACH_NURI
 	select S3C_DEV_I2C3
 	select S3C_DEV_I2C5
 	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 b62e02b..be7bfd2 100644
--- a/arch/arm/mach-exynos/mach-nuri.c
+++ b/arch/arm/mach-exynos/mach-nuri.c
@@ -1260,6 +1260,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] 5+ messages in thread

* Re: [PATCH 2/2] ARM: Exynos: Register JPEG on nuri
  2012-02-21 10:04 ` [PATCH 2/2] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
@ 2012-02-23  9:30   ` Sachin Kamat
  0 siblings, 0 replies; 5+ messages in thread
From: Sachin Kamat @ 2012-02-23  9:30 UTC (permalink / raw)
  To: Andrzej Pietrasiewicz
  Cc: linux-samsung-soc, Kyungmin Park, Kukjin Kim, Marek Szyprowski

Hi Andrzej,

Tried applying this patch on the for-next branch of Kukjin Kim's tree [1].
It fails to apply
"error: patch failed: arch/arm/mach-exynos/Kconfig:274"

[Patch 1/2] applies cleanly though.

[1] git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git

Regards
Sachin


On 21/02/2012, Andrzej Pietrasiewicz <andrzej.p@samsung.com> wrote:
> ARM: Exynos: Register JPEG on nuri
>
> Signed-off-by: Andrzej Pietrasiewicz <andrzej.p@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  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 23b6971..189a212 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -274,6 +274,7 @@ config MACH_NURI
>  	select S3C_DEV_I2C3
>  	select S3C_DEV_I2C5
>  	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 b62e02b..be7bfd2 100644
> --- a/arch/arm/mach-exynos/mach-nuri.c
> +++ b/arch/arm/mach-exynos/mach-nuri.c
> @@ -1260,6 +1260,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
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc"
> in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>


-- 
With warm regards,
Sachin

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

* Re: [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210
  2012-02-21 10:04 ` [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210 Andrzej Pietrasiewicz
@ 2012-03-09 16:26   ` Kukjin Kim
  0 siblings, 0 replies; 5+ messages in thread
From: Kukjin Kim @ 2012-03-09 16:26 UTC (permalink / raw)
  To: Andrzej Pietrasiewicz
  Cc: linux-samsung-soc, Kyungmin Park, Kukjin Kim, Marek Szyprowski

On 02/21/12 02:04, Andrzej Pietrasiewicz wrote:
> ARM: Exynos: Register JPEG on universal_c210
>
> Signed-off-by: Andrzej Pietrasiewicz<andrzej.p@samsung.com>
> Signed-off-by: Kyungmin Park<kyungmin.park@samsung.com>
> ---
>   arch/arm/mach-exynos/Kconfig               |    1 +
>   arch/arm/mach-exynos/mach-universal_c210.c |    1 +
>   2 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
> index cf29c35..23b6971 100644
> --- a/arch/arm/mach-exynos/Kconfig
> +++ b/arch/arm/mach-exynos/Kconfig
> @@ -235,6 +235,7 @@ config MACH_UNIVERSAL_C210
>   	select S5P_DEV_FIMC3
>   	select S5P_DEV_G2D
>   	select S5P_DEV_CSIS0
> +	select S5P_DEV_JPEG
>   	select S5P_DEV_FIMD0
>   	select S3C_DEV_HSMMC
>   	select S3C_DEV_HSMMC2
> diff --git a/arch/arm/mach-exynos/mach-universal_c210.c b/arch/arm/mach-exynos/mach-universal_c210.c
> index 220de1c..c525f42 100644
> --- a/arch/arm/mach-exynos/mach-universal_c210.c
> +++ b/arch/arm/mach-exynos/mach-universal_c210.c
> @@ -981,6 +981,7 @@ static struct platform_device *universal_devices[] __initdata = {
>   	&universal_gpio_keys,
>   	&s5p_device_onenand,
>   	&s5p_device_fimd0,
> +	&s5p_device_jpeg,
>   	&s5p_device_mfc,
>   	&s5p_device_mfc_l,
>   	&s5p_device_mfc_r,

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] 5+ messages in thread

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-21 10:04 [PATCHv4 0/2] ARM: Exynos: JPEG device register Andrzej Pietrasiewicz
2012-02-21 10:04 ` [PATCH 1/2] ARM: Exynos: Register JPEG on universal_c210 Andrzej Pietrasiewicz
2012-03-09 16:26   ` Kukjin Kim
2012-02-21 10:04 ` [PATCH 2/2] ARM: Exynos: Register JPEG on nuri Andrzej Pietrasiewicz
2012-02-23  9:30   ` Sachin Kamat

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.