All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Stuebner <heiko@sntech.de>
To: neil.armstrong@linaro.org,
	Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	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>, Daniel Vetter <daniel@ffwll.ch>,
	Sandy Huang <hjc@rock-chips.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Mark Yao <markyao0591@gmail.com>,
	Andy Yan <andy.yan@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	kernel@collabora.com, Alexandre ARNOUD <aarnoud@me.com>,
	Luis de Arquer <ldearquer@gmail.com>,
	Algea Cao <algea.cao@rock-chips.com>
Subject: Re: [PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller
Date: Mon, 03 Jun 2024 15:03:12 +0200	[thread overview]
Message-ID: <11359776.NyiUUSuA9g@phil> (raw)
In-Reply-To: <ab0a6372-091b-4293-8907-a4b3ff4845c0@rock-chips.com>

Am Montag, 3. Juni 2024, 14:14:17 CEST schrieb Andy Yan:
> Hi Neil:
> 
> On 6/3/24 16:55, Neil Armstrong wrote:
> > Hi Christian,
> > 
> > On 01/06/2024 15:12, Cristian Ciocaltea wrote:
> >> The RK3588 SoC family integrates a Quad-Pixel (QP) variant of the
> >> Synopsys DesignWare HDMI TX controller used in the previous SoCs.
> >>
> >> It is HDMI 2.1 compliant and supports the following features, among
> >> others:
> >>
> > .
> > 
> > ..
> > 
> >> * SCDC I2C DDC access
> >> * TMDS Scrambler enabling 2160p@60Hz with RGB/YCbCr4:4:4
> >> * YCbCr4:2:0 enabling 2160p@60Hz at lower HDMI link speeds
> >> * Multi-stream audio
> >> * Enhanced Audio Return Channel (EARC)
> > -> Those features were already supported by the HDMI 2.0a compliant HW, just
> > list the _new_ features for HDMI 2.1
> > 
> > I did a quick review of your patchset and I don't understand why you need
> > to add a separate dw-hdmi-qp.c since you only need simple variants of the I2C
> > bus, infoframe and bridge setup.
> > 
> > Can you elaborate further ? isn't this Quad-Pixel (QP) TX controller version
> > detectable at runtime ?
> > 
> > I would prefer to keep a single dw-hdmi driver if possible.
> 
> 
> 
> The QP HDMI controller is a completely different variant with totally different
> registers layout, see PATCH 13/14.
> I think make it a separate driver will be easier for development and maintenance.

I'm with Andy here. Trying to navigate a driver for two IP blocks really
sounds taxing especially when both are so different.

Synopsis also created a new dsi controller for the DSI2 standard, with
a vastly different registers layout.

I guess at some point there is time to say this really is a new IP ;-) .


Though while on that thought, I don't fully understand why both a compiled
under the dw_hdmi kconfig symbol. People going for a minimal kernel might
want one or the other, but not both for their specific board.


Heiko



_______________________________________________
Linux-rockchip mailing list
Linux-rockchip@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-rockchip

WARNING: multiple messages have this Message-ID (diff)
From: Heiko Stuebner <heiko@sntech.de>
To: neil.armstrong@linaro.org,
	Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	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>, Daniel Vetter <daniel@ffwll.ch>,
	Sandy Huang <hjc@rock-chips.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Mark Yao <markyao0591@gmail.com>,
	Andy Yan <andy.yan@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	kernel@collabora.com, Alexandre ARNOUD <aarnoud@me.com>,
	Luis de Arquer <ldearquer@gmail.com>,
	Algea Cao <algea.cao@rock-chips.com>
Subject: Re: [PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller
Date: Mon, 03 Jun 2024 15:03:12 +0200	[thread overview]
Message-ID: <11359776.NyiUUSuA9g@phil> (raw)
In-Reply-To: <ab0a6372-091b-4293-8907-a4b3ff4845c0@rock-chips.com>

Am Montag, 3. Juni 2024, 14:14:17 CEST schrieb Andy Yan:
> Hi Neil:
> 
> On 6/3/24 16:55, Neil Armstrong wrote:
> > Hi Christian,
> > 
> > On 01/06/2024 15:12, Cristian Ciocaltea wrote:
> >> The RK3588 SoC family integrates a Quad-Pixel (QP) variant of the
> >> Synopsys DesignWare HDMI TX controller used in the previous SoCs.
> >>
> >> It is HDMI 2.1 compliant and supports the following features, among
> >> others:
> >>
> > .
> > 
> > ..
> > 
> >> * SCDC I2C DDC access
> >> * TMDS Scrambler enabling 2160p@60Hz with RGB/YCbCr4:4:4
> >> * YCbCr4:2:0 enabling 2160p@60Hz at lower HDMI link speeds
> >> * Multi-stream audio
> >> * Enhanced Audio Return Channel (EARC)
> > -> Those features were already supported by the HDMI 2.0a compliant HW, just
> > list the _new_ features for HDMI 2.1
> > 
> > I did a quick review of your patchset and I don't understand why you need
> > to add a separate dw-hdmi-qp.c since you only need simple variants of the I2C
> > bus, infoframe and bridge setup.
> > 
> > Can you elaborate further ? isn't this Quad-Pixel (QP) TX controller version
> > detectable at runtime ?
> > 
> > I would prefer to keep a single dw-hdmi driver if possible.
> 
> 
> 
> The QP HDMI controller is a completely different variant with totally different
> registers layout, see PATCH 13/14.
> I think make it a separate driver will be easier for development and maintenance.

I'm with Andy here. Trying to navigate a driver for two IP blocks really
sounds taxing especially when both are so different.

Synopsis also created a new dsi controller for the DSI2 standard, with
a vastly different registers layout.

I guess at some point there is time to say this really is a new IP ;-) .


Though while on that thought, I don't fully understand why both a compiled
under the dw_hdmi kconfig symbol. People going for a minimal kernel might
want one or the other, but not both for their specific board.


Heiko



_______________________________________________
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: Heiko Stuebner <heiko@sntech.de>
To: neil.armstrong@linaro.org,
	Cristian Ciocaltea <cristian.ciocaltea@collabora.com>,
	Andrzej Hajda <andrzej.hajda@intel.com>,
	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>, Daniel Vetter <daniel@ffwll.ch>,
	Sandy Huang <hjc@rock-chips.com>, Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>,
	Mark Yao <markyao0591@gmail.com>,
	Andy Yan <andy.yan@rock-chips.com>
Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org,
	kernel@collabora.com, Alexandre ARNOUD <aarnoud@me.com>,
	Luis de Arquer <ldearquer@gmail.com>,
	Algea Cao <algea.cao@rock-chips.com>
Subject: Re: [PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller
Date: Mon, 03 Jun 2024 15:03:12 +0200	[thread overview]
Message-ID: <11359776.NyiUUSuA9g@phil> (raw)
In-Reply-To: <ab0a6372-091b-4293-8907-a4b3ff4845c0@rock-chips.com>

Am Montag, 3. Juni 2024, 14:14:17 CEST schrieb Andy Yan:
> Hi Neil:
> 
> On 6/3/24 16:55, Neil Armstrong wrote:
> > Hi Christian,
> > 
> > On 01/06/2024 15:12, Cristian Ciocaltea wrote:
> >> The RK3588 SoC family integrates a Quad-Pixel (QP) variant of the
> >> Synopsys DesignWare HDMI TX controller used in the previous SoCs.
> >>
> >> It is HDMI 2.1 compliant and supports the following features, among
> >> others:
> >>
> > .
> > 
> > ..
> > 
> >> * SCDC I2C DDC access
> >> * TMDS Scrambler enabling 2160p@60Hz with RGB/YCbCr4:4:4
> >> * YCbCr4:2:0 enabling 2160p@60Hz at lower HDMI link speeds
> >> * Multi-stream audio
> >> * Enhanced Audio Return Channel (EARC)
> > -> Those features were already supported by the HDMI 2.0a compliant HW, just
> > list the _new_ features for HDMI 2.1
> > 
> > I did a quick review of your patchset and I don't understand why you need
> > to add a separate dw-hdmi-qp.c since you only need simple variants of the I2C
> > bus, infoframe and bridge setup.
> > 
> > Can you elaborate further ? isn't this Quad-Pixel (QP) TX controller version
> > detectable at runtime ?
> > 
> > I would prefer to keep a single dw-hdmi driver if possible.
> 
> 
> 
> The QP HDMI controller is a completely different variant with totally different
> registers layout, see PATCH 13/14.
> I think make it a separate driver will be easier for development and maintenance.

I'm with Andy here. Trying to navigate a driver for two IP blocks really
sounds taxing especially when both are so different.

Synopsis also created a new dsi controller for the DSI2 standard, with
a vastly different registers layout.

I guess at some point there is time to say this really is a new IP ;-) .


Though while on that thought, I don't fully understand why both a compiled
under the dw_hdmi kconfig symbol. People going for a minimal kernel might
want one or the other, but not both for their specific board.


Heiko



  reply	other threads:[~2024-06-03 13:03 UTC|newest]

Thread overview: 161+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-01 13:12 [PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller Cristian Ciocaltea
2024-06-01 13:12 ` Cristian Ciocaltea
2024-06-01 13:12 ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 01/14] drm/bridge: dw-hdmi: Simplify clock handling Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 02/14] drm/bridge: dw-hdmi: Add dw-hdmi-common.h header Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 03/14] drm/bridge: dw-hdmi: Commonize dw_hdmi_i2c_adapter() Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 04/14] drm/bridge: dw-hdmi: Factor out AVI infoframe setup Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 05/14] drm/bridge: dw-hdmi: Factor out vmode setup Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 06/14] drm/bridge: dw-hdmi: Factor out hdmi_data_info setup Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 07/14] drm/bridge: dw-hdmi: Commonize dw_hdmi_connector_create() Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 08/14] drm/rockchip: dw_hdmi: Use modern drm_device based logging Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 09/14] drm/rockchip: dw_hdmi: Simplify clock handling Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 10/14] drm/rockchip: dw_hdmi: Use devm_regulator_get_enable() Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 11/14] drm/rockchip: dw_hdmi: Drop superfluous assignments of mpll_cfg, cur_ctr and phy_config Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 12/14] dt-bindings: display: rockchip,dw-hdmi: Add compatible for RK3588 Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-05 23:22   ` Rob Herring
2024-06-05 23:22     ` Rob Herring
2024-06-05 23:22     ` Rob Herring
2024-06-06 11:51     ` Cristian Ciocaltea
2024-06-06 11:51       ` Cristian Ciocaltea
2024-06-06 11:51       ` Cristian Ciocaltea
2024-06-06 14:58       ` Rob Herring
2024-06-06 14:58         ` Rob Herring
2024-06-06 14:58         ` Rob Herring
2024-06-06 19:28         ` Cristian Ciocaltea
2024-06-06 19:28           ` Cristian Ciocaltea
2024-06-06 19:28           ` Cristian Ciocaltea
2024-07-29  2:04       ` Andy Yan
2024-07-29  2:04         ` Andy Yan
2024-06-01 13:12 ` [PATCH 13/14] drm/bridge: synopsys: Add DW HDMI QP TX controller driver Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 14:32   ` Sam Ravnborg
2024-06-01 14:32     ` Sam Ravnborg
2024-06-01 14:32     ` Sam Ravnborg
2024-06-04 19:32     ` Cristian Ciocaltea
2024-06-04 19:32       ` Cristian Ciocaltea
2024-06-04 19:32       ` Cristian Ciocaltea
2024-06-04 20:41       ` Sam Ravnborg
2024-06-04 20:41         ` Sam Ravnborg
2024-06-04 20:41         ` Sam Ravnborg
2024-06-04 21:34         ` Cristian Ciocaltea
2024-06-04 21:34           ` Cristian Ciocaltea
2024-06-04 21:34           ` Cristian Ciocaltea
2024-06-05 10:11           ` Cristian Ciocaltea
2024-06-05 10:11             ` Cristian Ciocaltea
2024-06-05 10:11             ` Cristian Ciocaltea
2024-06-05 11:48             ` Neil Armstrong
2024-06-05 11:48               ` Neil Armstrong
2024-06-05 11:48               ` Neil Armstrong
2024-06-05 13:57               ` Cristian Ciocaltea
2024-06-05 13:57                 ` Cristian Ciocaltea
2024-06-05 13:57                 ` Cristian Ciocaltea
2024-06-14  6:56               ` Andy Yan
2024-06-14  6:56                 ` Andy Yan
2024-06-14  8:34                 ` Maxime Ripard
2024-06-14  8:34                   ` Maxime Ripard
2024-06-14  8:39                 ` neil.armstrong
2024-06-14  8:39                   ` neil.armstrong
2024-06-05 14:48   ` Heiko Stübner
2024-06-05 14:48     ` Heiko Stübner
2024-06-05 14:48     ` Heiko Stübner
2024-06-05 19:58     ` Luis de Arquer
2024-06-05 19:58       ` Luis de Arquer
2024-06-05 19:58       ` Luis de Arquer
2024-06-05 22:16       ` Heiko Stübner
2024-06-05 22:16         ` Heiko Stübner
2024-06-05 22:16         ` Heiko Stübner
2024-06-06  9:53     ` Cristian Ciocaltea
2024-06-06  9:53       ` Cristian Ciocaltea
2024-06-06  9:53       ` Cristian Ciocaltea
2024-06-06 10:16       ` Heiko Stübner
2024-06-06 10:16         ` Heiko Stübner
2024-06-06 10:16         ` Heiko Stübner
2024-06-06 11:32         ` Cristian Ciocaltea
2024-06-06 11:32           ` Cristian Ciocaltea
2024-06-06 11:32           ` Cristian Ciocaltea
2024-06-01 13:12 ` [PATCH 14/14] drm/rockchip: dw_hdmi: Add basic RK3588 support Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 13:12   ` Cristian Ciocaltea
2024-06-01 14:50   ` kernel test robot
2024-06-01 14:50     ` kernel test robot
2024-06-01 14:50     ` kernel test robot
2024-06-01 17:15   ` kernel test robot
2024-06-01 17:15     ` kernel test robot
2024-06-01 17:15     ` kernel test robot
2024-06-01 16:32 ` [PATCH 00/14] Add initial support for the Rockchip RK3588 HDMI TX Controller Dmitry Baryshkov
2024-06-01 16:32   ` Dmitry Baryshkov
2024-06-01 16:32   ` Dmitry Baryshkov
2024-06-04 19:44   ` Cristian Ciocaltea
2024-06-04 19:44     ` Cristian Ciocaltea
2024-06-04 19:44     ` Cristian Ciocaltea
2024-06-04 23:49     ` Dmitry Baryshkov
2024-06-04 23:49       ` Dmitry Baryshkov
2024-06-04 23:49       ` Dmitry Baryshkov
2024-06-02  7:46 ` Piotr Oniszczuk
2024-06-02  7:59 ` Piotr Oniszczuk
2024-06-02  7:59   ` Piotr Oniszczuk
2024-06-02  7:59   ` Piotr Oniszczuk
2024-06-04 19:59   ` Cristian Ciocaltea
2024-06-04 19:59     ` Cristian Ciocaltea
2024-06-04 19:59     ` Cristian Ciocaltea
2024-06-03  8:55 ` Neil Armstrong
2024-06-03  8:55   ` Neil Armstrong
2024-06-03  8:55   ` Neil Armstrong
2024-06-03 12:14   ` Andy Yan
2024-06-03 12:14     ` Andy Yan
2024-06-03 12:14     ` Andy Yan
2024-06-03 13:03     ` Heiko Stuebner [this message]
2024-06-03 13:03       ` Heiko Stuebner
2024-06-03 13:03       ` Heiko Stuebner
2024-06-03 13:08       ` neil.armstrong
2024-06-03 13:08         ` neil.armstrong
2024-06-03 13:08         ` neil.armstrong
2024-06-04 20:33         ` Cristian Ciocaltea
2024-06-04 20:33           ` Cristian Ciocaltea
2024-06-04 20:33           ` Cristian Ciocaltea
2024-06-05  9:25           ` Andy Yan
2024-06-05  9:25             ` Andy Yan
2024-06-05  9:25             ` Andy Yan
2024-06-05  9:28             ` neil.armstrong
2024-06-05  9:28               ` neil.armstrong
2024-06-05  9:28               ` neil.armstrong
2024-06-05  9:39               ` Maxime Ripard
2024-06-05  9:39                 ` Maxime Ripard
2024-06-05  9:39                 ` Maxime Ripard
2024-06-05  9:49                 ` Andy Yan
2024-06-05  9:49                   ` Andy Yan
2024-06-05  9:49                   ` Andy Yan
2024-06-05 11:20                   ` Cristian Ciocaltea
2024-06-05 11:20                     ` Cristian Ciocaltea
2024-06-05 11:20                     ` Cristian Ciocaltea
2024-06-03 16:22       ` Maxime Ripard
2024-06-03 16:22         ` Maxime Ripard
2024-06-03 16:22         ` Maxime Ripard
2024-07-14 19:03 ` Piotr Oniszczuk
2024-07-14 19:03   ` Piotr Oniszczuk

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=11359776.NyiUUSuA9g@phil \
    --to=heiko@sntech.de \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=aarnoud@me.com \
    --cc=airlied@gmail.com \
    --cc=algea.cao@rock-chips.com \
    --cc=andrzej.hajda@intel.com \
    --cc=andy.yan@rock-chips.com \
    --cc=conor+dt@kernel.org \
    --cc=cristian.ciocaltea@collabora.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=hjc@rock-chips.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=kernel@collabora.com \
    --cc=krzk+dt@kernel.org \
    --cc=ldearquer@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=maarten.lankhorst@linux.intel.com \
    --cc=markyao0591@gmail.com \
    --cc=mripard@kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=rfoss@kernel.org \
    --cc=robh@kernel.org \
    --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 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.