From: Max Krummenacher <max.oss.09@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Anson Huang <Anson.Huang@nxp.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Li Yang <leoyang.li@nxp.com>,
Catalin Marinas <catalin.marinas@arm.com>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Vidya Sagar <vidyas@nvidia.com>,
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>,
Max Krummenacher <max.krummenacher@toradex.com>,
Olof Johansson <olof@lixom.net>, Shawn Guo <shawnguo@kernel.org>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Will Deacon <will@kernel.org>,
Valentin Schneider <valentin.schneider@arm.com>,
Linux ARM <linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH 0/4] defconfig: fix changed configs and refresh
Date: Tue, 07 Apr 2020 16:26:49 +0200 [thread overview]
Message-ID: <1586269609.25385.3.camel@gmail.com> (raw)
In-Reply-To: <20200407141624.GG4751@pendragon.ideasonboard.com>
Hi Laurent, Geert,
Am Dienstag, den 07.04.2020, 17:16 +0300 schrieb Laurent Pinchart:
> Hi Geert,
>
> On Tue, Apr 07, 2020 at 03:16:14PM +0200, Geert Uytterhoeven wrote:
> > On Tue, Apr 7, 2020 at 12:36 PM Max Krummenacher <max.oss.09@gmail.com> wrote:
> > > Three configs have been renamed and/or changed behaviour.
> > > Clean that by using the new config name.
> > > Then refresh the defconfig with make defconfig savedefconfig.
> > >
> > > The refreshed defconfig does result in a not changed .config.
> > >
> > > Applies on linux-next/master tag: next-20200407
> > >
> > > Max Krummenacher (4):
> > > arm64: defconfig: DRM_DUMB_VGA_DAC: follow changed config symbol name
> > > arm64: defconfig: PCIE_TEGRA194: follow changed config symbol name
> > > arm64: defconfig: ARCH_R8A7795: follow changed config symbol name
> > > arm64: defconfig: refresh
> >
> > Probably CONFIG_DRM_DISPLAY_CONNECTOR should also be enabled for HDMI,
> > VGA, and composite display connectors on various boards since commit
> > 0c275c30176b2e78 ("drm/bridge: Add bridge driver for display
> > connectors"), but it's not clear to me when exactly this became a
> > requirement, as before there was no code that looked for e.g.
> > vga-connector.
> > Laurent?
>
> It's not required yet for R-Car DU, but I'm working on changing that :-)
> If we can enable CONFIG_DRM_DISPLAY_CONNECTOR in defconfig as part of
> this series, it would be useful for me.
>
I will add CONFIG_DRM_DISPLAY_CONNECTOR in a V2 to "arm64: defconfig: DRM_DUMB_VGA_DAC:
follow changed config symbol name" with a comment in the commit comment that this is
recommended to go with the DRM_DUMB_VGA_DAC.
Regards
Max
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
WARNING: multiple messages have this Message-ID (diff)
From: Max Krummenacher <max.oss.09@gmail.com>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Max Krummenacher <max.krummenacher@toradex.com>,
Bjorn Andersson <bjorn.andersson@linaro.org>,
Will Deacon <will@kernel.org>, Vidya Sagar <vidyas@nvidia.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Valentin Schneider <valentin.schneider@arm.com>,
Linux ARM <linux-arm-kernel@lists.infradead.org>,
Olof Johansson <olof@lixom.net>,
Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>,
Catalin Marinas <catalin.marinas@arm.com>,
Anson Huang <Anson.Huang@nxp.com>, Li Yang <leoyang.li@nxp.com>,
Shawn Guo <shawnguo@kernel.org>
Subject: Re: [PATCH 0/4] defconfig: fix changed configs and refresh
Date: Tue, 07 Apr 2020 16:26:49 +0200 [thread overview]
Message-ID: <1586269609.25385.3.camel@gmail.com> (raw)
In-Reply-To: <20200407141624.GG4751@pendragon.ideasonboard.com>
Hi Laurent, Geert,
Am Dienstag, den 07.04.2020, 17:16 +0300 schrieb Laurent Pinchart:
> Hi Geert,
>
> On Tue, Apr 07, 2020 at 03:16:14PM +0200, Geert Uytterhoeven wrote:
> > On Tue, Apr 7, 2020 at 12:36 PM Max Krummenacher <max.oss.09@gmail.com> wrote:
> > > Three configs have been renamed and/or changed behaviour.
> > > Clean that by using the new config name.
> > > Then refresh the defconfig with make defconfig savedefconfig.
> > >
> > > The refreshed defconfig does result in a not changed .config.
> > >
> > > Applies on linux-next/master tag: next-20200407
> > >
> > > Max Krummenacher (4):
> > > arm64: defconfig: DRM_DUMB_VGA_DAC: follow changed config symbol name
> > > arm64: defconfig: PCIE_TEGRA194: follow changed config symbol name
> > > arm64: defconfig: ARCH_R8A7795: follow changed config symbol name
> > > arm64: defconfig: refresh
> >
> > Probably CONFIG_DRM_DISPLAY_CONNECTOR should also be enabled for HDMI,
> > VGA, and composite display connectors on various boards since commit
> > 0c275c30176b2e78 ("drm/bridge: Add bridge driver for display
> > connectors"), but it's not clear to me when exactly this became a
> > requirement, as before there was no code that looked for e.g.
> > vga-connector.
> > Laurent?
>
> It's not required yet for R-Car DU, but I'm working on changing that :-)
> If we can enable CONFIG_DRM_DISPLAY_CONNECTOR in defconfig as part of
> this series, it would be useful for me.
>
I will add CONFIG_DRM_DISPLAY_CONNECTOR in a V2 to "arm64: defconfig: DRM_DUMB_VGA_DAC:
follow changed config symbol name" with a comment in the commit comment that this is
recommended to go with the DRM_DUMB_VGA_DAC.
Regards
Max
next prev parent reply other threads:[~2020-04-07 14:26 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 10:35 [PATCH 0/4] defconfig: fix changed configs and refresh Max Krummenacher
2020-04-07 10:35 ` Max Krummenacher
2020-04-07 10:35 ` [PATCH 1/4] arm64: defconfig: DRM_DUMB_VGA_DAC: follow changed config symbol name Max Krummenacher
2020-04-07 10:35 ` Max Krummenacher
2020-04-07 11:12 ` Geert Uytterhoeven
2020-04-07 11:12 ` Geert Uytterhoeven
2020-04-07 11:53 ` Laurent Pinchart
2020-04-07 11:53 ` Laurent Pinchart
2020-04-07 10:35 ` [PATCH 2/4] arm64: defconfig: PCIE_TEGRA194: " Max Krummenacher
2020-04-07 10:35 ` Max Krummenacher
2020-04-07 10:35 ` [PATCH 3/4] arm64: defconfig: ARCH_R8A7795: " Max Krummenacher
2020-04-07 10:35 ` Max Krummenacher
2020-04-07 11:14 ` Geert Uytterhoeven
2020-04-07 11:14 ` Geert Uytterhoeven
2020-04-07 10:35 ` [PATCH 4/4] arm64: defconfig: refresh Max Krummenacher
2020-04-07 10:35 ` Max Krummenacher
2020-04-07 13:16 ` [PATCH 0/4] defconfig: fix changed configs and refresh Geert Uytterhoeven
2020-04-07 13:16 ` Geert Uytterhoeven
2020-04-07 14:16 ` Laurent Pinchart
2020-04-07 14:16 ` Laurent Pinchart
2020-04-07 14:26 ` Max Krummenacher [this message]
2020-04-07 14:26 ` Max Krummenacher
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586269609.25385.3.camel@gmail.com \
--to=max.oss.09@gmail.com \
--cc=Anson.Huang@nxp.com \
--cc=bjorn.andersson@linaro.org \
--cc=catalin.marinas@arm.com \
--cc=geert+renesas@glider.be \
--cc=geert@linux-m68k.org \
--cc=laurent.pinchart@ideasonboard.com \
--cc=leoyang.li@nxp.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=marcin.juszkiewicz@linaro.org \
--cc=max.krummenacher@toradex.com \
--cc=olof@lixom.net \
--cc=shawnguo@kernel.org \
--cc=valentin.schneider@arm.com \
--cc=vidyas@nvidia.com \
--cc=will@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.