diff mbox series

ARM: shmobile: defconfig: Resotre support for V4L2 platform devices

Message ID 20200704154752.2980029-1-niklas.soderlund+renesas@ragnatech.se (mailing list archive)
State Not Applicable
Delegated to: Geert Uytterhoeven
Headers show
Series ARM: shmobile: defconfig: Resotre support for V4L2 platform devices | expand

Commit Message

Niklas Söderlund July 4, 2020, 3:47 p.m. UTC
Since commit [1] the Renesas V4L2 platform devices are no longer enabled
with the shmobile_defconfig, restore functionality by enabling
MEDIA_PLATFORM_SUPPORT.

1. b0cd4fb276653f8f ("media: Kconfig: on !EMBEDDED && !EXPERT, enable driver filtering")

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
---
 arch/arm/configs/shmobile_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Geert Uytterhoeven July 4, 2020, 4:56 p.m. UTC | #1
Hi Niklas,

Thanks for your patch!

On Sat, Jul 4, 2020 at 5:49 PM Niklas Söderlund
<niklas.soderlund+renesas@ragnatech.se> wrote:
> Since commit [1] the Renesas V4L2 platform devices are no longer enabled
> with the shmobile_defconfig, restore functionality by enabling
> MEDIA_PLATFORM_SUPPORT.
>
> 1. b0cd4fb276653f8f ("media: Kconfig: on !EMBEDDED && !EXPERT, enable driver filtering")

I thought it was needed since commit 06b93644f4d102bd ("media: Kconfig:
add an option to filter in/out platform drivers")).
This is a minor detail, though.

> --- a/arch/arm/configs/shmobile_defconfig
> +++ b/arch/arm/configs/shmobile_defconfig
> @@ -112,6 +112,7 @@ CONFIG_MEDIA_SUPPORT=y
>  CONFIG_MEDIA_CAMERA_SUPPORT=y
>  CONFIG_MEDIA_CONTROLLER=y
>  CONFIG_VIDEO_V4L2_SUBDEV_API=y
> +CONFIG_MEDIA_PLATFORM_SUPPORT=y
>  CONFIG_V4L_PLATFORM_DRIVERS=y
>  CONFIG_VIDEO_RCAR_VIN=y
>  CONFIG_V4L_MEM2MEM_DRIVERS=y

Already fixed in renesas-devel since commit 835a056da6409ec7 ("ARM:
shmobile: defconfig: Refresh for v5.8-rc1").

Gr{oetje,eeting}s,

                        Geert
Niklas Söderlund July 5, 2020, 8:49 a.m. UTC | #2
Hi Geert,

On 2020-07-04 18:56:06 +0200, Geert Uytterhoeven wrote:
> Hi Niklas,
> 
> Thanks for your patch!
> 
> On Sat, Jul 4, 2020 at 5:49 PM Niklas Söderlund
> <niklas.soderlund+renesas@ragnatech.se> wrote:
> > Since commit [1] the Renesas V4L2 platform devices are no longer enabled
> > with the shmobile_defconfig, restore functionality by enabling
> > MEDIA_PLATFORM_SUPPORT.
> >
> > 1. b0cd4fb276653f8f ("media: Kconfig: on !EMBEDDED && !EXPERT, enable driver filtering")
> 
> I thought it was needed since commit 06b93644f4d102bd ("media: Kconfig:
> add an option to filter in/out platform drivers")).
> This is a minor detail, though.

It might have had as many points of failure as the "feature" trusted 
upon us new use-cases :-) I did not investigate further then my bisect 
script run between v5.7 and v5.8-rc3.

> 
> > --- a/arch/arm/configs/shmobile_defconfig
> > +++ b/arch/arm/configs/shmobile_defconfig
> > @@ -112,6 +112,7 @@ CONFIG_MEDIA_SUPPORT=y
> >  CONFIG_MEDIA_CAMERA_SUPPORT=y
> >  CONFIG_MEDIA_CONTROLLER=y
> >  CONFIG_VIDEO_V4L2_SUBDEV_API=y
> > +CONFIG_MEDIA_PLATFORM_SUPPORT=y
> >  CONFIG_V4L_PLATFORM_DRIVERS=y
> >  CONFIG_VIDEO_RCAR_VIN=y
> >  CONFIG_V4L_MEM2MEM_DRIVERS=y
> 
> Already fixed in renesas-devel since commit 835a056da6409ec7 ("ARM:
> shmobile: defconfig: Refresh for v5.8-rc1").

Awesome, sorry for the noise.

> 
> Gr{oetje,eeting}s,
> 
>                         Geert
> 
> -- 
> Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
> 
> In personal conversations with technical people, I call myself a hacker. But
> when I'm talking to journalists I just say "programmer" or something like that.
>                                 -- Linus Torvalds
diff mbox series

Patch

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 9cf3143025e1eea4..c14612fc06767621 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -112,6 +112,7 @@  CONFIG_MEDIA_SUPPORT=y
 CONFIG_MEDIA_CAMERA_SUPPORT=y
 CONFIG_MEDIA_CONTROLLER=y
 CONFIG_VIDEO_V4L2_SUBDEV_API=y
+CONFIG_MEDIA_PLATFORM_SUPPORT=y
 CONFIG_V4L_PLATFORM_DRIVERS=y
 CONFIG_VIDEO_RCAR_VIN=y
 CONFIG_V4L_MEM2MEM_DRIVERS=y