All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
@ 2014-01-06  6:43 ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-01-06  6:43 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/lager_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 883443f..7fe482d 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_DRM=y
 CONFIG_DRM_RCAR_DU=y
 # CONFIG_USB_SUPPORT is not set
-- 
1.8.4


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

* [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
@ 2014-01-06  6:43 ` Simon Horman
  0 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-01-06  6:43 UTC (permalink / raw)
  To: linux-arm-kernel

Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/configs/lager_defconfig | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 883443f..7fe482d 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_DRM=y
 CONFIG_DRM_RCAR_DU=y
 # CONFIG_USB_SUPPORT is not set
-- 
1.8.4

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

* Re: [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
  2014-01-06  6:43 ` Simon Horman
@ 2014-01-06 12:52   ` Sergei Shtylyov
  -1 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2014-01-06 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 06-01-2014 10:43, Simon Horman wrote:

> Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>   arch/arm/configs/lager_defconfig | 6 ++++++
>   1 file changed, 6 insertions(+)

> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
> index 883443f..7fe482d 100644
> --- a/arch/arm/configs/lager_defconfig
> +++ b/arch/arm/configs/lager_defconfig
> @@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
>   CONFIG_REGULATOR=y
>   CONFIG_REGULATOR_FIXED_VOLTAGE=y
>   CONFIG_REGULATOR_GPIO=y
> +CONFIG_MEDIA_SUPPORT=y
> +CONFIG_MEDIA_CAMERA_SUPPORT=y
> +CONFIG_V4L_PLATFORM_DRIVERS=y
> +CONFIG_SOC_CAMERA=y
> +CONFIG_SOC_CAMERA_PLATFORM=y
> +CONFIG_VIDEO_RCAR_VIN=y

    I'm afraid the VIN driver would be useless without ADV7180 codec driver.

WBR, Sergei


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

* [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
@ 2014-01-06 12:52   ` Sergei Shtylyov
  0 siblings, 0 replies; 8+ messages in thread
From: Sergei Shtylyov @ 2014-01-06 12:52 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 06-01-2014 10:43, Simon Horman wrote:

> Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> ---
>   arch/arm/configs/lager_defconfig | 6 ++++++
>   1 file changed, 6 insertions(+)

> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
> index 883443f..7fe482d 100644
> --- a/arch/arm/configs/lager_defconfig
> +++ b/arch/arm/configs/lager_defconfig
> @@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
>   CONFIG_REGULATOR=y
>   CONFIG_REGULATOR_FIXED_VOLTAGE=y
>   CONFIG_REGULATOR_GPIO=y
> +CONFIG_MEDIA_SUPPORT=y
> +CONFIG_MEDIA_CAMERA_SUPPORT=y
> +CONFIG_V4L_PLATFORM_DRIVERS=y
> +CONFIG_SOC_CAMERA=y
> +CONFIG_SOC_CAMERA_PLATFORM=y
> +CONFIG_VIDEO_RCAR_VIN=y

    I'm afraid the VIN driver would be useless without ADV7180 codec driver.

WBR, Sergei

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

* Re: [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
  2014-01-06 12:52   ` Sergei Shtylyov
@ 2014-01-06 14:00     ` Valentine
  -1 siblings, 0 replies; 8+ messages in thread
From: Valentine @ 2014-01-06 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/06/2014 04:52 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 06-01-2014 10:43, Simon Horman wrote:
>
>> Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
>> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>> ---
>>   arch/arm/configs/lager_defconfig | 6 ++++++
>>   1 file changed, 6 insertions(+)
>
>> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
>> index 883443f..7fe482d 100644
>> --- a/arch/arm/configs/lager_defconfig
>> +++ b/arch/arm/configs/lager_defconfig
>> @@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
>>   CONFIG_REGULATOR=y
>>   CONFIG_REGULATOR_FIXED_VOLTAGE=y
>>   CONFIG_REGULATOR_GPIO=y
>> +CONFIG_MEDIA_SUPPORT=y
>> +CONFIG_MEDIA_CAMERA_SUPPORT=y
>> +CONFIG_V4L_PLATFORM_DRIVERS=y
>> +CONFIG_SOC_CAMERA=y
>> +CONFIG_SOC_CAMERA_PLATFORM=y
>> +CONFIG_VIDEO_RCAR_VIN=y
>
>     I'm afraid the VIN driver would be useless without ADV7180 codec driver.

Indeed.

>
> WBR, Sergei
>

Thanks,
Val.

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

* [PATCH] ARM: shmobile: lager: Enable VIN in defconfig
@ 2014-01-06 14:00     ` Valentine
  0 siblings, 0 replies; 8+ messages in thread
From: Valentine @ 2014-01-06 14:00 UTC (permalink / raw)
  To: linux-arm-kernel

On 01/06/2014 04:52 PM, Sergei Shtylyov wrote:
> Hello.
>
> On 06-01-2014 10:43, Simon Horman wrote:
>
>> Cc: Valentine Barshak <valentine.barshak@cogentembedded.com>
>> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
>> ---
>>   arch/arm/configs/lager_defconfig | 6 ++++++
>>   1 file changed, 6 insertions(+)
>
>> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
>> index 883443f..7fe482d 100644
>> --- a/arch/arm/configs/lager_defconfig
>> +++ b/arch/arm/configs/lager_defconfig
>> @@ -90,6 +90,12 @@ CONFIG_RCAR_THERMAL=y
>>   CONFIG_REGULATOR=y
>>   CONFIG_REGULATOR_FIXED_VOLTAGE=y
>>   CONFIG_REGULATOR_GPIO=y
>> +CONFIG_MEDIA_SUPPORT=y
>> +CONFIG_MEDIA_CAMERA_SUPPORT=y
>> +CONFIG_V4L_PLATFORM_DRIVERS=y
>> +CONFIG_SOC_CAMERA=y
>> +CONFIG_SOC_CAMERA_PLATFORM=y
>> +CONFIG_VIDEO_RCAR_VIN=y
>
>     I'm afraid the VIN driver would be useless without ADV7180 codec driver.

Indeed.

>
> WBR, Sergei
>

Thanks,
Val.

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

* [PATCH] ARM: shmobile: lager: Enable VIN along with ADV7180 decoder in defconfig
  2014-01-06  6:43 ` Simon Horman
  (?)
  (?)
@ 2014-01-06 14:55 ` Valentine Barshak
  -1 siblings, 0 replies; 8+ messages in thread
From: Valentine Barshak @ 2014-01-06 14:55 UTC (permalink / raw)
  To: linux-sh

This enables R-Car VIN SoC camera along with ADV7180 decoder,
which can be found on Lager board, to lager_defconfig.

Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
---
 arch/arm/configs/lager_defconfig | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 883443f..89b6e71 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -90,6 +90,14 @@ CONFIG_RCAR_THERMAL=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
 CONFIG_REGULATOR_GPIO=y
+CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_SOC_CAMERA=y
+CONFIG_SOC_CAMERA_PLATFORM=y
+CONFIG_VIDEO_RCAR_VIN=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_ADV7180=y
 CONFIG_DRM=y
 CONFIG_DRM_RCAR_DU=y
 # CONFIG_USB_SUPPORT is not set
-- 
1.8.3.1


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

* Re: [PATCH] ARM: shmobile: lager: Enable VIN along with ADV7180 decoder in defconfig
  2014-01-06  6:43 ` Simon Horman
                   ` (2 preceding siblings ...)
  (?)
@ 2014-01-06 23:55 ` Simon Horman
  -1 siblings, 0 replies; 8+ messages in thread
From: Simon Horman @ 2014-01-06 23:55 UTC (permalink / raw)
  To: linux-sh

On Mon, Jan 06, 2014 at 06:55:41PM +0400, Valentine Barshak wrote:
> This enables R-Car VIN SoC camera along with ADV7180 decoder,
> which can be found on Lager board, to lager_defconfig.
> 
> Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com>
> ---
>  arch/arm/configs/lager_defconfig | 8 ++++++++
>  1 file changed, 8 insertions(+)

Thanks, I will queue this up.

> 
> diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
> index 883443f..89b6e71 100644
> --- a/arch/arm/configs/lager_defconfig
> +++ b/arch/arm/configs/lager_defconfig
> @@ -90,6 +90,14 @@ CONFIG_RCAR_THERMAL=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=y
>  CONFIG_REGULATOR_GPIO=y
> +CONFIG_MEDIA_SUPPORT=y
> +CONFIG_MEDIA_CAMERA_SUPPORT=y
> +CONFIG_V4L_PLATFORM_DRIVERS=y
> +CONFIG_SOC_CAMERA=y
> +CONFIG_SOC_CAMERA_PLATFORM=y
> +CONFIG_VIDEO_RCAR_VIN=y
> +# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
> +CONFIG_VIDEO_ADV7180=y
>  CONFIG_DRM=y
>  CONFIG_DRM_RCAR_DU=y
>  # CONFIG_USB_SUPPORT is not set
> -- 
> 1.8.3.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

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

end of thread, other threads:[~2014-01-06 23:55 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-06  6:43 [PATCH] ARM: shmobile: lager: Enable VIN in defconfig Simon Horman
2014-01-06  6:43 ` Simon Horman
2014-01-06 12:52 ` Sergei Shtylyov
2014-01-06 12:52   ` Sergei Shtylyov
2014-01-06 14:00   ` Valentine
2014-01-06 14:00     ` Valentine
2014-01-06 14:55 ` [PATCH] ARM: shmobile: lager: Enable VIN along with ADV7180 decoder " Valentine Barshak
2014-01-06 23:55 ` Simon Horman

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.