All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Heiko Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>, Johan Jonker <jbx6244@gmail.com>
Cc: hjc@rock-chips.com, krzysztof.kozlowski+dt@linaro.org,
	gregkh@linuxfoundation.org, airlied@gmail.com, daniel@ffwll.ch,
	andrzej.hajda@intel.com, neil.armstrong@linaro.org,
	robert.foss@linaro.org, Laurent.pinchart@ideasonboard.com,
	jonas@kwiboo.se, jernej.skrabec@gmail.com,
	philippe.cornu@foss.st.com, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-usb@vger.kernel.org,
	linus.walleij@linaro.org, inki.dae@samsung.com,
	sw0312.kim@samsung.com, kyungmin.park@samsung.com,
	alim.akhtar@samsung.com, linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML
Date: Sun, 05 Feb 2023 15:12:29 +0100	[thread overview]
Message-ID: <5647788.DvuYhMxLoT@diego> (raw)
In-Reply-To: <87f5097d-1cd0-e09f-e759-8592a9165ea6@gmail.com>

Hi,

Am Freitag, 3. Februar 2023, 20:02:54 CET schrieb Johan Jonker:
> 
> On 2/3/23 19:21, Rob Herring wrote:
> > On Thu, Dec 22, 2022 at 03:22:14PM +0100, Johan Jonker wrote:
> >> Convert rockchip-lvds.txt to YAML.
> >>
> >> Changed:
> >>   Add power-domains property.
> >>   Requirements between PX30 and RK3288
> >>
> >> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> >> Reviewed-by: Rob Herring <robh@kernel.org>
> >> ---
> >>
> >> Changed V3:
> >>   Filename matching compatible style
> >>   Drop "Regulator phandle for "
> >>   Specify properties and requirements per SoC
> >>   Sort order and restyle
> >>
> >> Changed V2:
> >>   Fix title
> >> ---
> >>  .../display/rockchip/rockchip,lvds.yaml       | 170 ++++++++++++++++++
> >>  .../display/rockchip/rockchip-lvds.txt        |  92 ----------
> >>  2 files changed, 170 insertions(+), 92 deletions(-)
> >>  create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip,lvds.yaml
> >>  delete mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
> > 
> 
> > What's the plan for these patches? Don't see them in linux-next still. 
> > Do you want me to take patches 1-8?
> 
> Hi,
> 
> The display patches normally go through the DRM git.
> Patch 2 must merge with grf.yaml.
> Heiko has merged now 3 PHY related patches to grf.yaml first.
> 
> [PATCH v6 02/17] dt-bindings: soc: rockchip: grf: add rockchip,lvds.yaml
> 
> See current
> https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/log/?h=for-next&qt=grep&q=jonker
> 
> Not sure what Heiko's plans are.
> Patch 2 replaces  only a description text and some accolades removal, so not "too" important.
> 
> I urgent then you could merge without conflict:
> 1, 3-8

So I've applied patches 1-7 to the drm-tree now.

For the GRF-patch, I've dropped the quotes changes, as they are somewhat
unrelated to the lvds inclusion and so prevented any conflicts when applying
the rest to the DRM tree.

@Rob, if you could pick the fusb302 patch (number8), that would be great

Thanks
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 Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>, Johan Jonker <jbx6244@gmail.com>
Cc: hjc@rock-chips.com, krzysztof.kozlowski+dt@linaro.org,
	gregkh@linuxfoundation.org, airlied@gmail.com, daniel@ffwll.ch,
	andrzej.hajda@intel.com, neil.armstrong@linaro.org,
	robert.foss@linaro.org, Laurent.pinchart@ideasonboard.com,
	jonas@kwiboo.se, jernej.skrabec@gmail.com,
	philippe.cornu@foss.st.com, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-usb@vger.kernel.org,
	linus.walleij@linaro.org, inki.dae@samsung.com,
	sw0312.kim@samsung.com, kyungmin.park@samsung.com,
	alim.akhtar@samsung.com, linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML
Date: Sun, 05 Feb 2023 15:12:29 +0100	[thread overview]
Message-ID: <5647788.DvuYhMxLoT@diego> (raw)
In-Reply-To: <87f5097d-1cd0-e09f-e759-8592a9165ea6@gmail.com>

Hi,

Am Freitag, 3. Februar 2023, 20:02:54 CET schrieb Johan Jonker:
> 
> On 2/3/23 19:21, Rob Herring wrote:
> > On Thu, Dec 22, 2022 at 03:22:14PM +0100, Johan Jonker wrote:
> >> Convert rockchip-lvds.txt to YAML.
> >>
> >> Changed:
> >>   Add power-domains property.
> >>   Requirements between PX30 and RK3288
> >>
> >> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> >> Reviewed-by: Rob Herring <robh@kernel.org>
> >> ---
> >>
> >> Changed V3:
> >>   Filename matching compatible style
> >>   Drop "Regulator phandle for "
> >>   Specify properties and requirements per SoC
> >>   Sort order and restyle
> >>
> >> Changed V2:
> >>   Fix title
> >> ---
> >>  .../display/rockchip/rockchip,lvds.yaml       | 170 ++++++++++++++++++
> >>  .../display/rockchip/rockchip-lvds.txt        |  92 ----------
> >>  2 files changed, 170 insertions(+), 92 deletions(-)
> >>  create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip,lvds.yaml
> >>  delete mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
> > 
> 
> > What's the plan for these patches? Don't see them in linux-next still. 
> > Do you want me to take patches 1-8?
> 
> Hi,
> 
> The display patches normally go through the DRM git.
> Patch 2 must merge with grf.yaml.
> Heiko has merged now 3 PHY related patches to grf.yaml first.
> 
> [PATCH v6 02/17] dt-bindings: soc: rockchip: grf: add rockchip,lvds.yaml
> 
> See current
> https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/log/?h=for-next&qt=grep&q=jonker
> 
> Not sure what Heiko's plans are.
> Patch 2 replaces  only a description text and some accolades removal, so not "too" important.
> 
> I urgent then you could merge without conflict:
> 1, 3-8

So I've applied patches 1-7 to the drm-tree now.

For the GRF-patch, I've dropped the quotes changes, as they are somewhat
unrelated to the lvds inclusion and so prevented any conflicts when applying
the rest to the DRM tree.

@Rob, if you could pick the fusb302 patch (number8), that would be great

Thanks
Heiko



WARNING: multiple messages have this Message-ID (diff)
From: "Heiko Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>, Johan Jonker <jbx6244@gmail.com>
Cc: hjc@rock-chips.com, krzysztof.kozlowski+dt@linaro.org,
	gregkh@linuxfoundation.org, airlied@gmail.com, daniel@ffwll.ch,
	andrzej.hajda@intel.com, neil.armstrong@linaro.org,
	robert.foss@linaro.org, Laurent.pinchart@ideasonboard.com,
	jonas@kwiboo.se, jernej.skrabec@gmail.com,
	philippe.cornu@foss.st.com, dri-devel@lists.freedesktop.org,
	devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org, linux-usb@vger.kernel.org,
	linus.walleij@linaro.org, inki.dae@samsung.com,
	sw0312.kim@samsung.com, kyungmin.park@samsung.com,
	alim.akhtar@samsung.com, linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML
Date: Sun, 05 Feb 2023 15:12:29 +0100	[thread overview]
Message-ID: <5647788.DvuYhMxLoT@diego> (raw)
In-Reply-To: <87f5097d-1cd0-e09f-e759-8592a9165ea6@gmail.com>

Hi,

Am Freitag, 3. Februar 2023, 20:02:54 CET schrieb Johan Jonker:
> 
> On 2/3/23 19:21, Rob Herring wrote:
> > On Thu, Dec 22, 2022 at 03:22:14PM +0100, Johan Jonker wrote:
> >> Convert rockchip-lvds.txt to YAML.
> >>
> >> Changed:
> >>   Add power-domains property.
> >>   Requirements between PX30 and RK3288
> >>
> >> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> >> Reviewed-by: Rob Herring <robh@kernel.org>
> >> ---
> >>
> >> Changed V3:
> >>   Filename matching compatible style
> >>   Drop "Regulator phandle for "
> >>   Specify properties and requirements per SoC
> >>   Sort order and restyle
> >>
> >> Changed V2:
> >>   Fix title
> >> ---
> >>  .../display/rockchip/rockchip,lvds.yaml       | 170 ++++++++++++++++++
> >>  .../display/rockchip/rockchip-lvds.txt        |  92 ----------
> >>  2 files changed, 170 insertions(+), 92 deletions(-)
> >>  create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip,lvds.yaml
> >>  delete mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
> > 
> 
> > What's the plan for these patches? Don't see them in linux-next still. 
> > Do you want me to take patches 1-8?
> 
> Hi,
> 
> The display patches normally go through the DRM git.
> Patch 2 must merge with grf.yaml.
> Heiko has merged now 3 PHY related patches to grf.yaml first.
> 
> [PATCH v6 02/17] dt-bindings: soc: rockchip: grf: add rockchip,lvds.yaml
> 
> See current
> https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/log/?h=for-next&qt=grep&q=jonker
> 
> Not sure what Heiko's plans are.
> Patch 2 replaces  only a description text and some accolades removal, so not "too" important.
> 
> I urgent then you could merge without conflict:
> 1, 3-8

So I've applied patches 1-7 to the drm-tree now.

For the GRF-patch, I've dropped the quotes changes, as they are somewhat
unrelated to the lvds inclusion and so prevented any conflicts when applying
the rest to the DRM tree.

@Rob, if you could pick the fusb302 patch (number8), that would be great

Thanks
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 Stübner" <heiko@sntech.de>
To: Rob Herring <robh@kernel.org>, Johan Jonker <jbx6244@gmail.com>
Cc: krzysztof.kozlowski+dt@linaro.org,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	Laurent.pinchart@ideasonboard.com, andrzej.hajda@intel.com,
	linux-samsung-soc@vger.kernel.org, jernej.skrabec@gmail.com,
	linux-rockchip@lists.infradead.org, alim.akhtar@samsung.com,
	devicetree@vger.kernel.org, jonas@kwiboo.se,
	linux-arm-kernel@lists.infradead.org, neil.armstrong@linaro.org,
	gregkh@linuxfoundation.org, linux-usb@vger.kernel.org,
	sw0312.kim@samsung.com, hjc@rock-chips.com,
	robert.foss@linaro.org, kyungmin.park@samsung.com,
	philippe.cornu@foss.st.com
Subject: Re: [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML
Date: Sun, 05 Feb 2023 15:12:29 +0100	[thread overview]
Message-ID: <5647788.DvuYhMxLoT@diego> (raw)
In-Reply-To: <87f5097d-1cd0-e09f-e759-8592a9165ea6@gmail.com>

Hi,

Am Freitag, 3. Februar 2023, 20:02:54 CET schrieb Johan Jonker:
> 
> On 2/3/23 19:21, Rob Herring wrote:
> > On Thu, Dec 22, 2022 at 03:22:14PM +0100, Johan Jonker wrote:
> >> Convert rockchip-lvds.txt to YAML.
> >>
> >> Changed:
> >>   Add power-domains property.
> >>   Requirements between PX30 and RK3288
> >>
> >> Signed-off-by: Johan Jonker <jbx6244@gmail.com>
> >> Reviewed-by: Rob Herring <robh@kernel.org>
> >> ---
> >>
> >> Changed V3:
> >>   Filename matching compatible style
> >>   Drop "Regulator phandle for "
> >>   Specify properties and requirements per SoC
> >>   Sort order and restyle
> >>
> >> Changed V2:
> >>   Fix title
> >> ---
> >>  .../display/rockchip/rockchip,lvds.yaml       | 170 ++++++++++++++++++
> >>  .../display/rockchip/rockchip-lvds.txt        |  92 ----------
> >>  2 files changed, 170 insertions(+), 92 deletions(-)
> >>  create mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip,lvds.yaml
> >>  delete mode 100644 Documentation/devicetree/bindings/display/rockchip/rockchip-lvds.txt
> > 
> 
> > What's the plan for these patches? Don't see them in linux-next still. 
> > Do you want me to take patches 1-8?
> 
> Hi,
> 
> The display patches normally go through the DRM git.
> Patch 2 must merge with grf.yaml.
> Heiko has merged now 3 PHY related patches to grf.yaml first.
> 
> [PATCH v6 02/17] dt-bindings: soc: rockchip: grf: add rockchip,lvds.yaml
> 
> See current
> https://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git/log/?h=for-next&qt=grep&q=jonker
> 
> Not sure what Heiko's plans are.
> Patch 2 replaces  only a description text and some accolades removal, so not "too" important.
> 
> I urgent then you could merge without conflict:
> 1, 3-8

So I've applied patches 1-7 to the drm-tree now.

For the GRF-patch, I've dropped the quotes changes, as they are somewhat
unrelated to the lvds inclusion and so prevented any conflicts when applying
the rest to the DRM tree.

@Rob, if you could pick the fusb302 patch (number8), that would be great

Thanks
Heiko



  reply	other threads:[~2023-02-05 14:13 UTC|newest]

Thread overview: 112+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-22 14:22 [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML Johan Jonker
2022-12-22 14:22 ` Johan Jonker
2022-12-22 14:22 ` Johan Jonker
2022-12-22 14:22 ` Johan Jonker
2022-12-22 14:24 ` [PATCH v6 02/17] dt-bindings: soc: rockchip: grf: add rockchip,lvds.yaml Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 14:24 ` [PATCH v6 03/17] dt-bindings: display: dsi-controller: move clock-master property Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 14:24   ` Johan Jonker
2022-12-22 19:33   ` Rob Herring
2022-12-22 19:33     ` Rob Herring
2022-12-22 19:33     ` Rob Herring
2022-12-22 19:33     ` Rob Herring
2022-12-22 14:25 ` [PATCH v6 04/17] dt-bindings: display: bridge: snps,dw-mipi-dsi: fix clock properties Johan Jonker
2022-12-22 14:25   ` [PATCH v6 04/17] dt-bindings: display: bridge: snps, dw-mipi-dsi: " Johan Jonker
2022-12-22 14:25   ` [PATCH v6 04/17] dt-bindings: display: bridge: snps,dw-mipi-dsi: " Johan Jonker
2022-12-22 14:25   ` Johan Jonker
2022-12-22 14:26 ` [PATCH v6 05/17] dt-bindings: display: rockchip: convert dw_mipi_dsi_rockchip.txt to yaml Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 19:34   ` Rob Herring
2022-12-22 19:34     ` Rob Herring
2022-12-22 19:34     ` Rob Herring
2022-12-22 19:34     ` Rob Herring
2022-12-22 14:26 ` [PATCH v6 06/17] dt-bindings: display: bridge: convert analogix_dp.txt " Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 14:26   ` Johan Jonker
2022-12-22 20:26   ` Rob Herring
2022-12-22 20:26     ` Rob Herring
2022-12-22 20:26     ` Rob Herring
2022-12-22 20:26     ` Rob Herring
2022-12-22 14:27 ` [PATCH v6 07/17] dt-bindings: display: rockchip: convert analogix_dp-rockchip.txt " Johan Jonker
2022-12-22 14:27   ` Johan Jonker
2022-12-22 14:27   ` Johan Jonker
2022-12-22 14:27   ` Johan Jonker
2022-12-22 20:27   ` Rob Herring
2022-12-22 20:27     ` Rob Herring
2022-12-22 20:27     ` Rob Herring
2022-12-22 20:27     ` Rob Herring
2022-12-22 14:28 ` [PATCH v6 08/17] dt-bindings: usb: convert fcs,fusb302.txt " Johan Jonker
2022-12-22 14:28   ` Johan Jonker
2022-12-22 14:28   ` Johan Jonker
2022-12-22 14:28   ` Johan Jonker
2022-12-22 20:28   ` Rob Herring
2022-12-22 20:28     ` Rob Herring
2022-12-22 20:28     ` Rob Herring
2022-12-22 20:28     ` Rob Herring
2022-12-22 14:29 ` [PATCH v6 09/17] ARM: dts: rockchip: rk3288: fix dsi node Johan Jonker
2022-12-22 14:29   ` Johan Jonker
2022-12-22 14:29   ` Johan Jonker
2022-12-22 14:29   ` Johan Jonker
2022-12-22 14:30 ` [PATCH v6 10/17] ARM: dts: rockchip: rk3288: fix lvds node Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:30 ` [PATCH v6 11/17] ARM: dts: rockchip: rk3288: fix dp node Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:30   ` Johan Jonker
2022-12-22 14:31 ` [PATCH v6 12/17] arm64: dts: rockchip: px30: fix lvds node Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:31 ` [PATCH v6 13/17] arm64: dts: rockchip: px30: fix dsi node Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:31   ` Johan Jonker
2022-12-22 14:32 ` [PATCH v6 14/17] arm64: dts: rockchip: rk3399: " Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:32 ` [PATCH v6 15/17] arm64: dts: rockchip: rk3399: fix dp node Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:32   ` Johan Jonker
2022-12-22 14:33 ` [PATCH v6 16/17] arm64: dts: rockchip: rename vbus-supply to phy-supply in rk3566-box-demo.dts Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2022-12-22 14:33 ` [PATCH v6 17/17] arm64: dts: rockchip: rk356x: remove hclk from dsi node Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2022-12-22 14:33   ` Johan Jonker
2023-02-03 18:21 ` [PATCH v6 01/17] dt-bindings: display: rockchip: convert rockchip-lvds.txt to YAML Rob Herring
2023-02-03 18:21   ` Rob Herring
2023-02-03 18:21   ` Rob Herring
2023-02-03 18:21   ` Rob Herring
2023-02-03 19:02   ` Johan Jonker
2023-02-03 19:02     ` Johan Jonker
2023-02-03 19:02     ` Johan Jonker
2023-02-03 19:02     ` Johan Jonker
2023-02-05 14:12     ` Heiko Stübner [this message]
2023-02-05 14:12       ` Heiko Stübner
2023-02-05 14:12       ` Heiko Stübner
2023-02-05 14:12       ` Heiko Stübner
2023-02-06 15:46       ` Rob Herring
2023-02-06 15:46         ` Rob Herring
2023-02-06 15:46         ` Rob Herring
2023-02-06 15:46         ` Rob Herring
2023-02-05 14:09 ` (subset) " Heiko Stuebner
2023-02-05 14:09   ` Heiko Stuebner
2023-02-05 14:09   ` Heiko Stuebner
2023-02-05 14:09   ` Heiko Stuebner
2023-03-22 23:40 ` Heiko Stuebner
2023-03-22 23:40   ` Heiko Stuebner
2023-03-22 23:40   ` Heiko Stuebner
2023-03-22 23:40   ` Heiko Stuebner

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=5647788.DvuYhMxLoT@diego \
    --to=heiko@sntech.de \
    --cc=Laurent.pinchart@ideasonboard.com \
    --cc=airlied@gmail.com \
    --cc=alim.akhtar@samsung.com \
    --cc=andrzej.hajda@intel.com \
    --cc=daniel@ffwll.ch \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=hjc@rock-chips.com \
    --cc=inki.dae@samsung.com \
    --cc=jbx6244@gmail.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonas@kwiboo.se \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=kyungmin.park@samsung.com \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=neil.armstrong@linaro.org \
    --cc=philippe.cornu@foss.st.com \
    --cc=robert.foss@linaro.org \
    --cc=robh@kernel.org \
    --cc=sw0312.kim@samsung.com \
    /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.