linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA
@ 2018-07-18 13:31 Jacopo Mondi
  2018-07-19  7:44 ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Jacopo Mondi @ 2018-07-18 13:31 UTC (permalink / raw)
  To: hverkuil, horms, magnus.damm; +Cc: Jacopo Mondi, linux-media, linux-renesas-soc

As the soc_camera framework is going to be deprecated soon, remove the
associated configuration options from shmobile defconfig.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
---
Hi Simon,
   I expect Hans to collect this patch as he did for SH defconfig ones.
Please let us know if that's not ok with you.

Thanks
   j
---

 arch/arm/configs/shmobile_defconfig | 2 --
 1 file changed, 2 deletions(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index b49887e..239f2c7 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -141,8 +141,6 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_MEDIA_CONTROLLER=y
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
-CONFIG_SOC_CAMERA=y
-CONFIG_SOC_CAMERA_PLATFORM=y
 CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y
 CONFIG_VIDEO_RENESAS_JPU=y
--
2.7.4

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

* Re: [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA
  2018-07-18 13:31 [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA Jacopo Mondi
@ 2018-07-19  7:44 ` Simon Horman
  2018-07-19  7:44   ` Hans Verkuil
  0 siblings, 1 reply; 4+ messages in thread
From: Simon Horman @ 2018-07-19  7:44 UTC (permalink / raw)
  To: Jacopo Mondi; +Cc: hverkuil, magnus.damm, linux-media, linux-renesas-soc

On Wed, Jul 18, 2018 at 03:31:12PM +0200, Jacopo Mondi wrote:
> As the soc_camera framework is going to be deprecated soon, remove the
> associated configuration options from shmobile defconfig.
> 
> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
> ---
> Hi Simon,
>    I expect Hans to collect this patch as he did for SH defconfig ones.
> Please let us know if that's not ok with you.

I'd slightly prefer if shmobile_defconfig changes went through me.
My motivation is to reduce the chances of merge conflicts.

> 
> Thanks
>    j
> ---
> 
>  arch/arm/configs/shmobile_defconfig | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
> index b49887e..239f2c7 100644
> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -141,8 +141,6 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
>  CONFIG_MEDIA_CONTROLLER=y
>  CONFIG_VIDEO_V4L2_SUBDEV_API=y
>  CONFIG_V4L_PLATFORM_DRIVERS=y
> -CONFIG_SOC_CAMERA=y
> -CONFIG_SOC_CAMERA_PLATFORM=y
>  CONFIG_VIDEO_RCAR_VIN=y
>  CONFIG_V4L_MEM2MEM_DRIVERS=y
>  CONFIG_VIDEO_RENESAS_JPU=y
> --
> 2.7.4
> 

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

* Re: [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA
  2018-07-19  7:44 ` Simon Horman
@ 2018-07-19  7:44   ` Hans Verkuil
  2018-07-24 12:23     ` Simon Horman
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Verkuil @ 2018-07-19  7:44 UTC (permalink / raw)
  To: Simon Horman, Jacopo Mondi; +Cc: magnus.damm, linux-media, linux-renesas-soc

On 07/19/2018 09:44 AM, Simon Horman wrote:
> On Wed, Jul 18, 2018 at 03:31:12PM +0200, Jacopo Mondi wrote:
>> As the soc_camera framework is going to be deprecated soon, remove the
>> associated configuration options from shmobile defconfig.
>>
>> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
>> ---
>> Hi Simon,
>>    I expect Hans to collect this patch as he did for SH defconfig ones.
>> Please let us know if that's not ok with you.
> 
> I'd slightly prefer if shmobile_defconfig changes went through me.
> My motivation is to reduce the chances of merge conflicts.

Feel free to take it!

Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Regards,

	Hans

> 
>>
>> Thanks
>>    j
>> ---
>>
>>  arch/arm/configs/shmobile_defconfig | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
>> index b49887e..239f2c7 100644
>> --- a/arch/arm/configs/shmobile_defconfig
>> +++ b/arch/arm/configs/shmobile_defconfig
>> @@ -141,8 +141,6 @@ CONFIG_MEDIA_CAMERA_SUPPORT=y
>>  CONFIG_MEDIA_CONTROLLER=y
>>  CONFIG_VIDEO_V4L2_SUBDEV_API=y
>>  CONFIG_V4L_PLATFORM_DRIVERS=y
>> -CONFIG_SOC_CAMERA=y
>> -CONFIG_SOC_CAMERA_PLATFORM=y
>>  CONFIG_VIDEO_RCAR_VIN=y
>>  CONFIG_V4L_MEM2MEM_DRIVERS=y
>>  CONFIG_VIDEO_RENESAS_JPU=y
>> --
>> 2.7.4
>>

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

* Re: [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA
  2018-07-19  7:44   ` Hans Verkuil
@ 2018-07-24 12:23     ` Simon Horman
  0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2018-07-24 12:23 UTC (permalink / raw)
  To: Hans Verkuil; +Cc: Jacopo Mondi, magnus.damm, linux-media, linux-renesas-soc

On Thu, Jul 19, 2018 at 09:44:57AM +0200, Hans Verkuil wrote:
> On 07/19/2018 09:44 AM, Simon Horman wrote:
> > On Wed, Jul 18, 2018 at 03:31:12PM +0200, Jacopo Mondi wrote:
> >> As the soc_camera framework is going to be deprecated soon, remove the
> >> associated configuration options from shmobile defconfig.
> >>
> >> Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
> >> ---
> >> Hi Simon,
> >>    I expect Hans to collect this patch as he did for SH defconfig ones.
> >> Please let us know if that's not ok with you.
> > 
> > I'd slightly prefer if shmobile_defconfig changes went through me.
> > My motivation is to reduce the chances of merge conflicts.
> 
> Feel free to take it!
> 
> Acked-by: Hans Verkuil <hans.verkuil@cisco.com>

Thanks, applied for v4.20.

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

end of thread, other threads:[~2018-07-24 13:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-18 13:31 [PATCH] ARM: shmobile: defconfig: Remove SOC_CAMERA Jacopo Mondi
2018-07-19  7:44 ` Simon Horman
2018-07-19  7:44   ` Hans Verkuil
2018-07-24 12:23     ` Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).