mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Michael Walle" <mwalle@kernel.org>
To: "Luca Ceresoli" <luca.ceresoli@bootlin.com>,
	"Andrzej Hajda" <andrzej.hajda@intel.com>,
	"Neil Armstrong" <neil.armstrong@linaro.org>,
	"Robert Foss" <rfoss@kernel.org>,
	"Laurent Pinchart" <Laurent.pinchart@ideasonboard.com>,
	"Jonas Karlman" <jonas@kwiboo.se>,
	"Jernej Skrabec" <jernej.skrabec@gmail.com>,
	"Maarten Lankhorst" <maarten.lankhorst@linux.intel.com>,
	"Maxime Ripard" <mripard@kernel.org>,
	"Thomas Zimmermann" <tzimmermann@suse.de>,
	"David Airlie" <airlied@gmail.com>,
	"Simona Vetter" <simona@ffwll.ch>,
	"Matthias Brugger" <matthias.bgg@gmail.com>,
	"AngeloGioacchino Del Regno"
	<angelogioacchino.delregno@collabora.com>
Cc: "Hui Pu" <Hui.Pu@gehealthcare.com>,
	"Ian Ray" <ian.ray@gehealthcare.com>,
	"Thomas Petazzoni" <thomas.petazzoni@bootlin.com>,
	<dri-devel@lists.freedesktop.org>, <linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-mediatek@lists.infradead.org>,
	"Tony Lindgren" <tony@atomide.com>,
	"Vinay Simha BN" <simhavcs@gmail.com>
Subject: Re: [PATCH v4 5/9] drm/bridge: tc358775: select DRM_PANEL_BRIDGE, not DRM_PANEL
Date: Wed, 16 Sep 2026 14:27:58 +0200	[thread overview]
Message-ID: <DLGQO5S9MPAW.2XR8ZUJNGW2CO@kernel.org> (raw)
In-Reply-To: <20260915-drm-bridge-drm_panel-cleanup-v4-5-30401d9406f3@bootlin.com>

[-- Attachment #1: Type: text/plain, Size: 468 bytes --]

On Tue Sep 15, 2026 at 6:46 PM CEST, Luca Ceresoli wrote:
> This driver does not use the drm_panel APIs at all, so no need to select
> DRM_PANEL.
>
> But it uses devm_drm_of_get_bridge(), which is enabled by DRM_PANEL_BRIDGE.
>
> Cc: Tony Lindgren <tony@atomide.com>
> Cc: Michael Walle <mwalle@kernel.org>
> Cc: Vinay Simha BN <simhavcs@gmail.com>
> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>

Reviewed-by: Michael Walle <mwalle@kernel.org>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 297 bytes --]

  reply	other threads:[~2026-09-16 12:28 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-09-15 16:46 [PATCH v4 0/9] drm/bridge: Kconfig: cleanup DRM_PANEL usage Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 1/9] drm/bridge: tc358764: don't select unused DRM_PANEL Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 2/9] drm/bridge: ti-dlpc3433: don't depend on DRM_PANEL, select DRM_PANEL_BRIDGE Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 3/9] drm/bridge: nxp-ptn3460: select DRM_PANEL_BRIDGE, not DRM_PANEL Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 4/9] drm/bridge: parade-ps8622: " Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 5/9] drm/bridge: tc358775: " Luca Ceresoli
2026-09-16 12:27   ` Michael Walle [this message]
2026-09-15 16:46 ` [PATCH v4 6/9] drm/bridge: tc358767: select DRM_PANEL_BRIDGE Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 7/9] drm/bridge: tc358768: " Luca Ceresoli
2026-09-15 16:46 ` [PATCH v4 8/9] drm/bridge: ssd2825: " Luca Ceresoli
2026-09-16  7:16   ` Svyatoslav Ryhel
2026-09-15 16:46 ` [PATCH v4 9/9] drm/bridge: tc358764: " Luca Ceresoli
2026-09-15 16:51 ` [PATCH v4 0/9] drm/bridge: Kconfig: cleanup DRM_PANEL usage Luca Ceresoli

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=DLGQO5S9MPAW.2XR8ZUJNGW2CO@kernel.org \
    --to=mwalle@kernel.org \
    --cc=Hui.Pu@gehealthcare.com \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=andrzej.hajda@intel.com \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=ian.ray@gehealthcare.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=luca.ceresoli@bootlin.com \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=matthias.bgg@gmail.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=rfoss@kernel.org \
    --cc=simhavcs@gmail.com \
    --cc=simona@ffwll.ch \
    --cc=thomas.petazzoni@bootlin.com \
    --cc=tony@atomide.com \
    --cc=tzimmermann@suse.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®