All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mathieu Malaterre <malat@debian.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Jesper Nilsson" <jesper.nilsson@axis.com>,
	"Lars Persson" <lars.persson@axis.com>,
	"Niklas Cassel" <niklas.cassel@axis.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Jon Mason" <jonmason@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Sekhar Nori" <nsekhar@ti.com>,
	"Kevin Hilman" <khilman@kernel.org>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>,
	"Sascha Hauer" <kernel@pengutronix.de>,
	"Fabio Estevam" <fabio.estevam@nxp.com>,
	"Santosh Shilimkar" <ssantosh@kernel.org>,
	"Dinh Nguyen" <dinguyen@kernel.org>,
	"Viresh Kumar" <vireshk@kernel.org>,
	"Shiraz Hashim" <shiraz.linux.kernel@gmail.com>,
	"Jun Nie" <jun.nie@linaro.org>,
	"Baoyou Xie" <baoyou.xie@linaro.org>,
	linux-omap@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, linux-arm-kernel@axis.com,
	linux-samsung-soc@vger.kernel.org
Subject: Re: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation
Date: Fri, 15 Dec 2017 13:18:46 +0100	[thread overview]
Message-ID: <CA+7wUsxMdukt2hu+HKua-C5OwSY-yexVgGnkq071yC5A6XX-_A@mail.gmail.com> (raw)
In-Reply-To: <CA+7wUsz9FO5ytY3a6RONu+kGm1NKjK8z378UzxjUWmk2tBhi7A@mail.gmail.com>

On Fri, Dec 15, 2017 at 12:19 PM, Mathieu Malaterre <malat@debian.org> wrote:
> On Fri, Dec 15, 2017 at 9:59 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>> On Thu, Dec 14, 2017 at 5:53 PM, Mathieu Malaterre <malat@debian.org> wrote:
>>> Improve the DTS files by removing all the leading "0x" and zeros to fix the
>>> following dtc warnings:
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
>>>
>>> and
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading 0s
>>>
>>> Converted using the following command:
>>>
>>> find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -E -i -e "s/@0x([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" -e "s/@0+([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" {} +
>>>
>>> For simplicity, two sed expressions were used to solve each warnings separately.
>>>
>>> To make the regex expression more robust a few other issues were resolved,
>>> namely setting unit-address to lower case, and adding a whitespace before the
>>> the opening curly brace:
>>>
>>> https://elinux.org/Device_Tree_Linux#Linux_conventions
>>>
>>> This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x from bindings notation")
>>>
>>> Reported-by: David Daney <ddaney@caviumnetworks.com>
>>> Suggested-by: Rob Herring <robh@kernel.org>
>>> Signed-off-by: Mathieu Malaterre <malat@debian.org>
>>> ---
>>>  arch/arm/boot/dts/am3517.dtsi                 |  4 +--
>>>  arch/arm/boot/dts/arm-realview-eb.dtsi        | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb1176.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb11mp.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pbx.dtsi       | 18 +++++++-------
>>>  arch/arm/boot/dts/artpec6.dtsi                |  2 +-
>>>  arch/arm/boot/dts/at91sam9261.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9261ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9263.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9263ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g25ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g45.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9m10g45ek.dts        |  2 +-
>>>  arch/arm/boot/dts/atlas7.dtsi                 | 12 ++++-----
>>>  arch/arm/boot/dts/bcm11351.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm21664.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm283x.dtsi                |  2 +-
>>>  arch/arm/boot/dts/da850-lcdk.dts              |  4 +--
>>>  arch/arm/boot/dts/dm8148-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dm8168-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dra62x-j5eco-evm.dts        |  8 +++---
>>>  arch/arm/boot/dts/exynos5420.dtsi             | 36 +++++++++++++--------------
>>>  arch/arm/boot/dts/exynos5422-odroid-core.dtsi |  2 +-
>>>  arch/arm/boot/dts/imx7d.dtsi                  |  2 +-
>>>  arch/arm/boot/dts/keystone-k2e-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/keystone-k2hk-netcp.dtsi    |  2 +-
>>>  arch/arm/boot/dts/keystone-k2l-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/omap3-cm-t3x.dtsi           |  8 +++---
>>>  arch/arm/boot/dts/omap3-evm-37xx.dts          |  8 +++---
>>>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi       |  8 +++---
>>>  arch/arm/boot/dts/s3c2416.dtsi                |  2 +-
>>
>> For Exynos and S3C:
>> Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> As discussed with Krzysztof, I've split the ARM patch into subarch.
> Please drop this one.

Hum...looks like my internet provider just blacklisted me for too many
recipient in the mail. I'll do my best to resolve this, and send the
rest of the  series.

-M

WARNING: multiple messages have this Message-ID (diff)
From: Mathieu Malaterre <malat@debian.org>
To: Krzysztof Kozlowski <krzk@kernel.org>
Cc: "Rob Herring" <robh+dt@kernel.org>,
	"Benoît Cousson" <bcousson@baylibre.com>,
	"Tony Lindgren" <tony@atomide.com>,
	"Mark Rutland" <mark.rutland@arm.com>,
	"Russell King" <linux@armlinux.org.uk>,
	"Jesper Nilsson" <jesper.nilsson@axis.com>,
	"Lars Persson" <lars.persson@axis.com>,
	"Niklas Cassel" <niklas.cassel@axis.com>,
	"Nicolas Ferre" <nicolas.ferre@microchip.com>,
	"Alexandre Belloni" <alexandre.belloni@free-electrons.com>,
	"Ray Jui" <rjui@broadcom.com>,
	"Scott Branden" <sbranden@broadcom.com>,
	"Jon Mason" <jonmason@broadcom.com>,
	bcm-kernel-feedback-list@broadcom.com,
	"Florian Fainelli" <f.fainelli@gmail.com>,
	"Sekhar Nori" <nsekhar@ti.com>,
	"Kevin Hilman" <khilman@kernel.org>,
	"Kukjin Kim" <kgene@kernel.org>,
	"Shawn Guo" <shawnguo@kernel.org>
Subject: Re: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation
Date: Fri, 15 Dec 2017 13:18:46 +0100	[thread overview]
Message-ID: <CA+7wUsxMdukt2hu+HKua-C5OwSY-yexVgGnkq071yC5A6XX-_A@mail.gmail.com> (raw)
In-Reply-To: <CA+7wUsz9FO5ytY3a6RONu+kGm1NKjK8z378UzxjUWmk2tBhi7A@mail.gmail.com>

On Fri, Dec 15, 2017 at 12:19 PM, Mathieu Malaterre <malat@debian.org> wrote:
> On Fri, Dec 15, 2017 at 9:59 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>> On Thu, Dec 14, 2017 at 5:53 PM, Mathieu Malaterre <malat@debian.org> wrote:
>>> Improve the DTS files by removing all the leading "0x" and zeros to fix the
>>> following dtc warnings:
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
>>>
>>> and
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading 0s
>>>
>>> Converted using the following command:
>>>
>>> find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -E -i -e "s/@0x([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" -e "s/@0+([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" {} +
>>>
>>> For simplicity, two sed expressions were used to solve each warnings separately.
>>>
>>> To make the regex expression more robust a few other issues were resolved,
>>> namely setting unit-address to lower case, and adding a whitespace before the
>>> the opening curly brace:
>>>
>>> https://elinux.org/Device_Tree_Linux#Linux_conventions
>>>
>>> This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x from bindings notation")
>>>
>>> Reported-by: David Daney <ddaney@caviumnetworks.com>
>>> Suggested-by: Rob Herring <robh@kernel.org>
>>> Signed-off-by: Mathieu Malaterre <malat@debian.org>
>>> ---
>>>  arch/arm/boot/dts/am3517.dtsi                 |  4 +--
>>>  arch/arm/boot/dts/arm-realview-eb.dtsi        | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb1176.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb11mp.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pbx.dtsi       | 18 +++++++-------
>>>  arch/arm/boot/dts/artpec6.dtsi                |  2 +-
>>>  arch/arm/boot/dts/at91sam9261.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9261ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9263.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9263ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g25ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g45.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9m10g45ek.dts        |  2 +-
>>>  arch/arm/boot/dts/atlas7.dtsi                 | 12 ++++-----
>>>  arch/arm/boot/dts/bcm11351.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm21664.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm283x.dtsi                |  2 +-
>>>  arch/arm/boot/dts/da850-lcdk.dts              |  4 +--
>>>  arch/arm/boot/dts/dm8148-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dm8168-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dra62x-j5eco-evm.dts        |  8 +++---
>>>  arch/arm/boot/dts/exynos5420.dtsi             | 36 +++++++++++++--------------
>>>  arch/arm/boot/dts/exynos5422-odroid-core.dtsi |  2 +-
>>>  arch/arm/boot/dts/imx7d.dtsi                  |  2 +-
>>>  arch/arm/boot/dts/keystone-k2e-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/keystone-k2hk-netcp.dtsi    |  2 +-
>>>  arch/arm/boot/dts/keystone-k2l-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/omap3-cm-t3x.dtsi           |  8 +++---
>>>  arch/arm/boot/dts/omap3-evm-37xx.dts          |  8 +++---
>>>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi       |  8 +++---
>>>  arch/arm/boot/dts/s3c2416.dtsi                |  2 +-
>>
>> For Exynos and S3C:
>> Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> As discussed with Krzysztof, I've split the ARM patch into subarch.
> Please drop this one.

Hum...looks like my internet provider just blacklisted me for too many
recipient in the mail. I'll do my best to resolve this, and send the
rest of the  series.

-M

WARNING: multiple messages have this Message-ID (diff)
From: malat@debian.org (Mathieu Malaterre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation
Date: Fri, 15 Dec 2017 13:18:46 +0100	[thread overview]
Message-ID: <CA+7wUsxMdukt2hu+HKua-C5OwSY-yexVgGnkq071yC5A6XX-_A@mail.gmail.com> (raw)
In-Reply-To: <CA+7wUsz9FO5ytY3a6RONu+kGm1NKjK8z378UzxjUWmk2tBhi7A@mail.gmail.com>

On Fri, Dec 15, 2017 at 12:19 PM, Mathieu Malaterre <malat@debian.org> wrote:
> On Fri, Dec 15, 2017 at 9:59 AM, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>> On Thu, Dec 14, 2017 at 5:53 PM, Mathieu Malaterre <malat@debian.org> wrote:
>>> Improve the DTS files by removing all the leading "0x" and zeros to fix the
>>> following dtc warnings:
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading "0x"
>>>
>>> and
>>>
>>> Warning (unit_address_format): Node /XXX unit name should not have leading 0s
>>>
>>> Converted using the following command:
>>>
>>> find . -type f \( -iname *.dts -o -iname *.dtsi \) -exec sed -E -i -e "s/@0x([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" -e "s/@0+([0-9a-fA-F\.]+)\s?\{/@\L\1 \{/g" {} +
>>>
>>> For simplicity, two sed expressions were used to solve each warnings separately.
>>>
>>> To make the regex expression more robust a few other issues were resolved,
>>> namely setting unit-address to lower case, and adding a whitespace before the
>>> the opening curly brace:
>>>
>>> https://elinux.org/Device_Tree_Linux#Linux_conventions
>>>
>>> This is a follow up to commit 4c9847b7375a ("dt-bindings: Remove leading 0x from bindings notation")
>>>
>>> Reported-by: David Daney <ddaney@caviumnetworks.com>
>>> Suggested-by: Rob Herring <robh@kernel.org>
>>> Signed-off-by: Mathieu Malaterre <malat@debian.org>
>>> ---
>>>  arch/arm/boot/dts/am3517.dtsi                 |  4 +--
>>>  arch/arm/boot/dts/arm-realview-eb.dtsi        | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb1176.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pb11mp.dts     | 18 +++++++-------
>>>  arch/arm/boot/dts/arm-realview-pbx.dtsi       | 18 +++++++-------
>>>  arch/arm/boot/dts/artpec6.dtsi                |  2 +-
>>>  arch/arm/boot/dts/at91sam9261.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9261ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9263.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9263ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g25ek.dts           |  2 +-
>>>  arch/arm/boot/dts/at91sam9g45.dtsi            |  2 +-
>>>  arch/arm/boot/dts/at91sam9m10g45ek.dts        |  2 +-
>>>  arch/arm/boot/dts/atlas7.dtsi                 | 12 ++++-----
>>>  arch/arm/boot/dts/bcm11351.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm21664.dtsi               |  2 +-
>>>  arch/arm/boot/dts/bcm283x.dtsi                |  2 +-
>>>  arch/arm/boot/dts/da850-lcdk.dts              |  4 +--
>>>  arch/arm/boot/dts/dm8148-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dm8168-evm.dts              |  8 +++---
>>>  arch/arm/boot/dts/dra62x-j5eco-evm.dts        |  8 +++---
>>>  arch/arm/boot/dts/exynos5420.dtsi             | 36 +++++++++++++--------------
>>>  arch/arm/boot/dts/exynos5422-odroid-core.dtsi |  2 +-
>>>  arch/arm/boot/dts/imx7d.dtsi                  |  2 +-
>>>  arch/arm/boot/dts/keystone-k2e-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/keystone-k2hk-netcp.dtsi    |  2 +-
>>>  arch/arm/boot/dts/keystone-k2l-netcp.dtsi     |  2 +-
>>>  arch/arm/boot/dts/omap3-cm-t3x.dtsi           |  8 +++---
>>>  arch/arm/boot/dts/omap3-evm-37xx.dts          |  8 +++---
>>>  arch/arm/boot/dts/omap3-lilly-a83x.dtsi       |  8 +++---
>>>  arch/arm/boot/dts/s3c2416.dtsi                |  2 +-
>>
>> For Exynos and S3C:
>> Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
>
> As discussed with Krzysztof, I've split the ARM patch into subarch.
> Please drop this one.

Hum...looks like my internet provider just blacklisted me for too many
recipient in the mail. I'll do my best to resolve this, and send the
rest of the  series.

-M

  reply	other threads:[~2017-12-15 12:19 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-14 16:53 [PATCH] arm: dts: Remove leading 0x and 0s from bindings notation Mathieu Malaterre
2017-12-14 16:53 ` Mathieu Malaterre
2017-12-15  4:00 ` Viresh Kumar
2017-12-15  4:00   ` Viresh Kumar
2017-12-15  4:00   ` Viresh Kumar
2017-12-15  8:50 ` Jesper Nilsson
2017-12-15  8:50   ` Jesper Nilsson
2017-12-15  8:50   ` Jesper Nilsson
2017-12-15  8:59 ` Krzysztof Kozlowski
2017-12-15  8:59   ` Krzysztof Kozlowski
2017-12-15  8:59   ` Krzysztof Kozlowski
2017-12-15 11:19   ` Mathieu Malaterre
2017-12-15 11:19     ` Mathieu Malaterre
2017-12-15 11:19     ` Mathieu Malaterre
2017-12-15 12:18     ` Mathieu Malaterre [this message]
2017-12-15 12:18       ` Mathieu Malaterre
2017-12-15 12:18       ` Mathieu Malaterre
2017-12-15 12:41       ` Krzysztof Kozlowski
2017-12-15 12:41         ` Krzysztof Kozlowski
2017-12-15 12:41         ` Krzysztof Kozlowski
2017-12-15 11:15 ` [PATCH 01/25] arm: artpec: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 02/25] arm: at91/sama: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 03/25] arm: bcm: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 04/25] arm: exynos/s3c: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 05/25] arm: imx: " Mathieu Malaterre
2017-12-26  4:17     ` Shawn Guo
2017-12-26  4:17       ` Shawn Guo
2017-12-15 11:15   ` [PATCH 06/25] arm: integrator: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 07/25] arm: keystone: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 08/25] arm: lpc32: " Mathieu Malaterre
2017-12-15 11:15   ` [PATCH 09/25] arm: nspire: " Mathieu Malaterre
2017-12-15 11:16   ` [PATCH 10/25] arm: orion5x: " Mathieu Malaterre
2017-12-15 11:16   ` [PATCH 11/25] arm: prima2: " Mathieu Malaterre
2017-12-15 11:16   ` [PATCH 12/25] arm: socfpga: " Mathieu Malaterre
2018-01-11 14:38     ` Dinh Nguyen
2018-01-11 14:38       ` Dinh Nguyen
2017-12-15 11:16   ` [PATCH 25/25] arm: ste: " Mathieu Malaterre
2017-12-15 11:16     ` Mathieu Malaterre

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=CA+7wUsxMdukt2hu+HKua-C5OwSY-yexVgGnkq071yC5A6XX-_A@mail.gmail.com \
    --to=malat@debian.org \
    --cc=alexandre.belloni@free-electrons.com \
    --cc=baoyou.xie@linaro.org \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=bcousson@baylibre.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dinguyen@kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=fabio.estevam@nxp.com \
    --cc=jesper.nilsson@axis.com \
    --cc=jonmason@broadcom.com \
    --cc=jun.nie@linaro.org \
    --cc=kernel@pengutronix.de \
    --cc=kgene@kernel.org \
    --cc=khilman@kernel.org \
    --cc=krzk@kernel.org \
    --cc=lars.persson@axis.com \
    --cc=linux-arm-kernel@axis.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=mark.rutland@arm.com \
    --cc=nicolas.ferre@microchip.com \
    --cc=niklas.cassel@axis.com \
    --cc=nsekhar@ti.com \
    --cc=rjui@broadcom.com \
    --cc=robh+dt@kernel.org \
    --cc=sbranden@broadcom.com \
    --cc=shawnguo@kernel.org \
    --cc=shiraz.linux.kernel@gmail.com \
    --cc=ssantosh@kernel.org \
    --cc=tony@atomide.com \
    --cc=vireshk@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.