All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices
@ 2015-01-07 23:06 ` Sjoerd Simons
  0 siblings, 0 replies; 4+ messages in thread
From: Sjoerd Simons @ 2015-01-07 23:06 UTC (permalink / raw)
  To: Kukjin Kim; +Cc: linux-samsung-soc, linux-arm-kernel, Javier Martinez Canillas

Also setup memory allocations for version 8 of the MFC as present in
Samsung Exynos 5422/5800 SoCs

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---
 arch/arm/mach-exynos/exynos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index c13d083..b343a1a 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -282,6 +282,7 @@ static void __init exynos_reserve(void)
 		"samsung,mfc-v5",
 		"samsung,mfc-v6",
 		"samsung,mfc-v7",
+		"samsung,mfc-v8",
 	};
 
 	for (i = 0; i < ARRAY_SIZE(mfc_mem); i++)
-- 
2.1.4

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

* [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices
@ 2015-01-07 23:06 ` Sjoerd Simons
  0 siblings, 0 replies; 4+ messages in thread
From: Sjoerd Simons @ 2015-01-07 23:06 UTC (permalink / raw)
  To: linux-arm-kernel

Also setup memory allocations for version 8 of the MFC as present in
Samsung Exynos 5422/5800 SoCs

Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
---
 arch/arm/mach-exynos/exynos.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
index c13d083..b343a1a 100644
--- a/arch/arm/mach-exynos/exynos.c
+++ b/arch/arm/mach-exynos/exynos.c
@@ -282,6 +282,7 @@ static void __init exynos_reserve(void)
 		"samsung,mfc-v5",
 		"samsung,mfc-v6",
 		"samsung,mfc-v7",
+		"samsung,mfc-v8",
 	};
 
 	for (i = 0; i < ARRAY_SIZE(mfc_mem); i++)
-- 
2.1.4

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

* Re: [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices
  2015-01-07 23:06 ` Sjoerd Simons
@ 2015-01-12  8:45   ` Kukjin Kim
  -1 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-01-12  8:45 UTC (permalink / raw)
  To: Sjoerd Simons
  Cc: Kukjin Kim, linux-samsung-soc, linux-arm-kernel,
	Javier Martinez Canillas

On 01/08/15 08:06, Sjoerd Simons wrote:
> Also setup memory allocations for version 8 of the MFC as present in
> Samsung Exynos 5422/5800 SoCs
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
>  arch/arm/mach-exynos/exynos.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
> index c13d083..b343a1a 100644
> --- a/arch/arm/mach-exynos/exynos.c
> +++ b/arch/arm/mach-exynos/exynos.c
> @@ -282,6 +282,7 @@ static void __init exynos_reserve(void)
>  		"samsung,mfc-v5",
>  		"samsung,mfc-v6",
>  		"samsung,mfc-v7",
> +		"samsung,mfc-v8",
>  	};
>  
>  	for (i = 0; i < ARRAY_SIZE(mfc_mem); i++)

Applied, thanks.

- Kukjin

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

* [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices
@ 2015-01-12  8:45   ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-01-12  8:45 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/08/15 08:06, Sjoerd Simons wrote:
> Also setup memory allocations for version 8 of the MFC as present in
> Samsung Exynos 5422/5800 SoCs
> 
> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
> ---
>  arch/arm/mach-exynos/exynos.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c
> index c13d083..b343a1a 100644
> --- a/arch/arm/mach-exynos/exynos.c
> +++ b/arch/arm/mach-exynos/exynos.c
> @@ -282,6 +282,7 @@ static void __init exynos_reserve(void)
>  		"samsung,mfc-v5",
>  		"samsung,mfc-v6",
>  		"samsung,mfc-v7",
> +		"samsung,mfc-v8",
>  	};
>  
>  	for (i = 0; i < ARRAY_SIZE(mfc_mem); i++)

Applied, thanks.

- Kukjin

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

end of thread, other threads:[~2015-01-12  8:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-07 23:06 [PATCH RESEND] ARM: EXYNOS: Recognize Samsung MFC v8 devices Sjoerd Simons
2015-01-07 23:06 ` Sjoerd Simons
2015-01-12  8:45 ` Kukjin Kim
2015-01-12  8:45   ` 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.