All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Michal Simek <michal.simek@amd.com>, Nishanth Menon <nm@ti.com>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tero Kristo <kristo@kernel.org>, Tony Lindgren <tony@atomide.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Mikko Perttunen <mperttunen@nvidia.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Walker Chen <walker.chen@starfivetech.com>,
	Conor Dooley <conor@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno 
	<angelogioacchino.delregno@collabora.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Florian Fainelli <florian.fainelli@broadcom.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Andreas Farber <afaerber@suse.de>,
	Manivannan Sadhasivam <mani@kernel.org>
Subject: [PATCH v2 00/17] pmdomain: Move Kconfig options/files to the pmdomain subsystem
Date: Fri, 15 Sep 2023 11:19:46 +0200	[thread overview]
Message-ID: <20230915092003.658361-1-ulf.hansson@linaro.org> (raw)

Changes in v2:
	- Posted as a proper series, I screwed up last time.
	- Fixed bug in patch1, according to comments from Geert.
	- Moved to use "PM domains" in menus/submenus.
	- Updated MAINTAINERS for starfive, according comments from Conor/Walker.
	- Added some tags.

Recently we added a new subsystem to host pmdomain (genpd) providers and moved
a bunch of code for them in there. However, their corresponding Kconfig
options/files was not moved in that first step, but instead that is taken care
of in this series. Ideally it should be easier to keep Kconfig options closer
to their corresponding implementations.

Note that, I am planning to queue this up via my pmdomain tree [1] as soon as I
have received enough of reviewed/acked-by tags from soc maintainers. If you
have reasons to belive that this can be problem, due to conflicts etc, please
let me know so we can figure out a way forward.

Kind regards
Uffe

[1]
git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git next


Ulf Hansson (17):
  pmdomain: Prepare to move Kconfig files into the pmdomain subsystem
  pmdomain: actions: Move Kconfig file to the pmdomain subsystem
  pmdomain: amlogic: Move Kconfig options to the pmdomain subsystem
  pmdomain: apple: Move Kconfig option to the pmdomain subsystem
  pmdomain: bcm: Move Kconfig options to the pmdomain subsystem
  pmdomain: imx: Move Kconfig options to the pmdomain subsystem
  pmdomain: mediatek: Move Kconfig options to the pmdomain subsystem
  pmdomain: qcom: Move Kconfig options to the pmdomain subsystem
  pmdomain: renesas: Move Kconfig options to the pmdomain subsystem
  pmdomain: rockchip: Move Kconfig option to the pmdomain subsystem
  pmdomain: samsung: Move Kconfig option to the pmdomain subsystem
  pmdomain: st: Add a Kconfig option for the ux500 power domain
  pmdomain: starfive: Move Kconfig file to the pmdomain subsystem
  pmdomain: sunxi: Move Kconfig option to the pmdomain subsystem
  pmdomain: tegra: Move Kconfig option to the pmdomain subsystem
  pmdomain: ti: Move and add Kconfig options to the pmdomain subsystem
  pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem

 MAINTAINERS                                |   5 +-
 drivers/Kconfig                            |   2 +
 drivers/firmware/imx/Kconfig               |   6 --
 drivers/pmdomain/Kconfig                   |  21 ++++
 drivers/{soc => pmdomain}/actions/Kconfig  |   0
 drivers/pmdomain/amlogic/Kconfig           |  39 ++++++++
 drivers/pmdomain/apple/Kconfig             |  18 ++++
 drivers/pmdomain/bcm/Kconfig               |  46 +++++++++
 drivers/pmdomain/imx/Kconfig               |  29 ++++++
 drivers/pmdomain/mediatek/Kconfig          |  29 ++++++
 drivers/pmdomain/qcom/Kconfig              |  41 ++++++++
 drivers/pmdomain/renesas/Kconfig           | 109 +++++++++++++++++++++
 drivers/pmdomain/rockchip/Kconfig          |  16 +++
 drivers/pmdomain/samsung/Kconfig           |   8 ++
 drivers/pmdomain/st/Kconfig                |   5 +
 drivers/pmdomain/st/Makefile               |   2 +-
 drivers/{soc => pmdomain}/starfive/Kconfig |   0
 drivers/pmdomain/sunxi/Kconfig             |  10 ++
 drivers/pmdomain/tegra/Kconfig             |   6 ++
 drivers/pmdomain/ti/Kconfig                |  22 +++++
 drivers/pmdomain/ti/Makefile               |   2 +-
 drivers/pmdomain/xilinx/Kconfig            |  10 ++
 drivers/soc/Kconfig                        |   2 -
 drivers/soc/amlogic/Kconfig                |  35 -------
 drivers/soc/apple/Kconfig                  |  13 ---
 drivers/soc/bcm/Kconfig                    |  42 --------
 drivers/soc/imx/Kconfig                    |  19 ----
 drivers/soc/mediatek/Kconfig               |  23 -----
 drivers/soc/qcom/Kconfig                   |  37 -------
 drivers/soc/renesas/Kconfig                | 105 --------------------
 drivers/soc/rockchip/Kconfig               |  12 ---
 drivers/soc/samsung/Kconfig                |   4 -
 drivers/soc/sunxi/Kconfig                  |   9 --
 drivers/soc/tegra/Kconfig                  |   5 -
 drivers/soc/ti/Kconfig                     |  12 ---
 drivers/soc/xilinx/Kconfig                 |   9 --
 36 files changed, 415 insertions(+), 338 deletions(-)
 create mode 100644 drivers/pmdomain/Kconfig
 rename drivers/{soc => pmdomain}/actions/Kconfig (100%)
 create mode 100644 drivers/pmdomain/amlogic/Kconfig
 create mode 100644 drivers/pmdomain/apple/Kconfig
 create mode 100644 drivers/pmdomain/bcm/Kconfig
 create mode 100644 drivers/pmdomain/imx/Kconfig
 create mode 100644 drivers/pmdomain/mediatek/Kconfig
 create mode 100644 drivers/pmdomain/qcom/Kconfig
 create mode 100644 drivers/pmdomain/renesas/Kconfig
 create mode 100644 drivers/pmdomain/rockchip/Kconfig
 create mode 100644 drivers/pmdomain/samsung/Kconfig
 create mode 100644 drivers/pmdomain/st/Kconfig
 rename drivers/{soc => pmdomain}/starfive/Kconfig (100%)
 create mode 100644 drivers/pmdomain/sunxi/Kconfig
 create mode 100644 drivers/pmdomain/tegra/Kconfig
 create mode 100644 drivers/pmdomain/ti/Kconfig
 create mode 100644 drivers/pmdomain/xilinx/Kconfig

-- 
2.34.1


WARNING: multiple messages have this Message-ID (diff)
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: Ulf Hansson <ulf.hansson@linaro.org>,
	linux-pm@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Linus Walleij <linus.walleij@linaro.org>,
	Michal Simek <michal.simek@amd.com>, Nishanth Menon <nm@ti.com>,
	Santosh Shilimkar <ssantosh@kernel.org>,
	Tero Kristo <kristo@kernel.org>, Tony Lindgren <tony@atomide.com>,
	Thierry Reding <thierry.reding@gmail.com>,
	Jonathan Hunter <jonathanh@nvidia.com>,
	Mikko Perttunen <mperttunen@nvidia.com>,
	Chen-Yu Tsai <wens@csie.org>,
	Jernej Skrabec <jernej.skrabec@gmail.com>,
	Samuel Holland <samuel@sholland.org>,
	Walker Chen <walker.chen@starfivetech.com>,
	Conor Dooley <conor@kernel.org>,
	Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>,
	Alim Akhtar <alim.akhtar@samsung.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Geert Uytterhoeven <geert+renesas@glider.be>,
	Magnus Damm <magnus.damm@gmail.com>,
	Bjorn Andersson <andersson@kernel.org>,
	Konrad Dybcio <konrad.dybcio@linaro.org>,
	Andy Gross <agross@kernel.org>,
	Matthias Brugger <matthias.bgg@gmail.com>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@collabora.com>,
	Shawn Guo <shawnguo@kernel.org>,
	Sascha Hauer <s.hauer@pengutronix.de>,
	Fabio Estevam <festevam@gmail.com>,
	Florian Fainelli <florian.fainelli@broadcom.com>,
	Ray Jui <rjui@broadcom.com>,
	Scott Branden <sbranden@broadcom.com>,
	Hector Martin <marcan@marcan.st>, Sven Peter <sven@svenpeter.dev>,
	Alyssa Rosenzweig <alyssa@rosenzweig.io>,
	Neil Armstrong <neil.armstrong@linaro.org>,
	Kevin Hilman <khilman@baylibre.com>,
	Jerome Brunet <jbrunet@baylibre.com>,
	Martin Blumenstingl <martin.blumenstingl@googlemail.com>,
	Andreas Farber <afaerber@suse.de>,
	Manivannan Sadhasivam <mani@kernel.org>
Subject: [PATCH v2 00/17] pmdomain: Move Kconfig options/files to the pmdomain subsystem
Date: Fri, 15 Sep 2023 11:19:46 +0200	[thread overview]
Message-ID: <20230915092003.658361-1-ulf.hansson@linaro.org> (raw)

Changes in v2:
	- Posted as a proper series, I screwed up last time.
	- Fixed bug in patch1, according to comments from Geert.
	- Moved to use "PM domains" in menus/submenus.
	- Updated MAINTAINERS for starfive, according comments from Conor/Walker.
	- Added some tags.

Recently we added a new subsystem to host pmdomain (genpd) providers and moved
a bunch of code for them in there. However, their corresponding Kconfig
options/files was not moved in that first step, but instead that is taken care
of in this series. Ideally it should be easier to keep Kconfig options closer
to their corresponding implementations.

Note that, I am planning to queue this up via my pmdomain tree [1] as soon as I
have received enough of reviewed/acked-by tags from soc maintainers. If you
have reasons to belive that this can be problem, due to conflicts etc, please
let me know so we can figure out a way forward.

Kind regards
Uffe

[1]
git git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm.git next


Ulf Hansson (17):
  pmdomain: Prepare to move Kconfig files into the pmdomain subsystem
  pmdomain: actions: Move Kconfig file to the pmdomain subsystem
  pmdomain: amlogic: Move Kconfig options to the pmdomain subsystem
  pmdomain: apple: Move Kconfig option to the pmdomain subsystem
  pmdomain: bcm: Move Kconfig options to the pmdomain subsystem
  pmdomain: imx: Move Kconfig options to the pmdomain subsystem
  pmdomain: mediatek: Move Kconfig options to the pmdomain subsystem
  pmdomain: qcom: Move Kconfig options to the pmdomain subsystem
  pmdomain: renesas: Move Kconfig options to the pmdomain subsystem
  pmdomain: rockchip: Move Kconfig option to the pmdomain subsystem
  pmdomain: samsung: Move Kconfig option to the pmdomain subsystem
  pmdomain: st: Add a Kconfig option for the ux500 power domain
  pmdomain: starfive: Move Kconfig file to the pmdomain subsystem
  pmdomain: sunxi: Move Kconfig option to the pmdomain subsystem
  pmdomain: tegra: Move Kconfig option to the pmdomain subsystem
  pmdomain: ti: Move and add Kconfig options to the pmdomain subsystem
  pmdomain: xilinx: Move Kconfig option to the pmdomain subsystem

 MAINTAINERS                                |   5 +-
 drivers/Kconfig                            |   2 +
 drivers/firmware/imx/Kconfig               |   6 --
 drivers/pmdomain/Kconfig                   |  21 ++++
 drivers/{soc => pmdomain}/actions/Kconfig  |   0
 drivers/pmdomain/amlogic/Kconfig           |  39 ++++++++
 drivers/pmdomain/apple/Kconfig             |  18 ++++
 drivers/pmdomain/bcm/Kconfig               |  46 +++++++++
 drivers/pmdomain/imx/Kconfig               |  29 ++++++
 drivers/pmdomain/mediatek/Kconfig          |  29 ++++++
 drivers/pmdomain/qcom/Kconfig              |  41 ++++++++
 drivers/pmdomain/renesas/Kconfig           | 109 +++++++++++++++++++++
 drivers/pmdomain/rockchip/Kconfig          |  16 +++
 drivers/pmdomain/samsung/Kconfig           |   8 ++
 drivers/pmdomain/st/Kconfig                |   5 +
 drivers/pmdomain/st/Makefile               |   2 +-
 drivers/{soc => pmdomain}/starfive/Kconfig |   0
 drivers/pmdomain/sunxi/Kconfig             |  10 ++
 drivers/pmdomain/tegra/Kconfig             |   6 ++
 drivers/pmdomain/ti/Kconfig                |  22 +++++
 drivers/pmdomain/ti/Makefile               |   2 +-
 drivers/pmdomain/xilinx/Kconfig            |  10 ++
 drivers/soc/Kconfig                        |   2 -
 drivers/soc/amlogic/Kconfig                |  35 -------
 drivers/soc/apple/Kconfig                  |  13 ---
 drivers/soc/bcm/Kconfig                    |  42 --------
 drivers/soc/imx/Kconfig                    |  19 ----
 drivers/soc/mediatek/Kconfig               |  23 -----
 drivers/soc/qcom/Kconfig                   |  37 -------
 drivers/soc/renesas/Kconfig                | 105 --------------------
 drivers/soc/rockchip/Kconfig               |  12 ---
 drivers/soc/samsung/Kconfig                |   4 -
 drivers/soc/sunxi/Kconfig                  |   9 --
 drivers/soc/tegra/Kconfig                  |   5 -
 drivers/soc/ti/Kconfig                     |  12 ---
 drivers/soc/xilinx/Kconfig                 |   9 --
 36 files changed, 415 insertions(+), 338 deletions(-)
 create mode 100644 drivers/pmdomain/Kconfig
 rename drivers/{soc => pmdomain}/actions/Kconfig (100%)
 create mode 100644 drivers/pmdomain/amlogic/Kconfig
 create mode 100644 drivers/pmdomain/apple/Kconfig
 create mode 100644 drivers/pmdomain/bcm/Kconfig
 create mode 100644 drivers/pmdomain/imx/Kconfig
 create mode 100644 drivers/pmdomain/mediatek/Kconfig
 create mode 100644 drivers/pmdomain/qcom/Kconfig
 create mode 100644 drivers/pmdomain/renesas/Kconfig
 create mode 100644 drivers/pmdomain/rockchip/Kconfig
 create mode 100644 drivers/pmdomain/samsung/Kconfig
 create mode 100644 drivers/pmdomain/st/Kconfig
 rename drivers/{soc => pmdomain}/starfive/Kconfig (100%)
 create mode 100644 drivers/pmdomain/sunxi/Kconfig
 create mode 100644 drivers/pmdomain/tegra/Kconfig
 create mode 100644 drivers/pmdomain/ti/Kconfig
 create mode 100644 drivers/pmdomain/xilinx/Kconfig

-- 
2.34.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

             reply	other threads:[~2023-09-15  9:21 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-15  9:19 Ulf Hansson [this message]
2023-09-15  9:19 ` [PATCH v2 00/17] pmdomain: Move Kconfig options/files to the pmdomain subsystem Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 01/17] pmdomain: Prepare to move Kconfig files into " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15 10:07   ` Geert Uytterhoeven
2023-09-15 10:07     ` Geert Uytterhoeven
2023-09-15  9:19 ` [PATCH v2 02/17] pmdomain: actions: Move Kconfig file to " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 03/17] pmdomain: amlogic: Move Kconfig options " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 04/17] pmdomain: apple: Move Kconfig option " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:45   ` Eric Curtin
2023-09-15  9:45     ` Eric Curtin
2023-09-15 11:46     ` Ulf Hansson
2023-09-15 11:46       ` Ulf Hansson
2023-09-15 10:21   ` Neal Gompa
2023-09-15 10:21     ` Neal Gompa
2023-09-15  9:19 ` [PATCH v2 05/17] pmdomain: bcm: Move Kconfig options " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15 13:15   ` Philippe Mathieu-Daudé
2023-09-15 13:15     ` Philippe Mathieu-Daudé
2023-09-15 16:30   ` Florian Fainelli
2023-09-15 16:30     ` Florian Fainelli
2023-09-15  9:19 ` [PATCH v2 06/17] pmdomain: imx: " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-17 23:07   ` Peng Fan
2023-09-17 23:07     ` Peng Fan
2023-09-15  9:19 ` [PATCH v2 07/17] pmdomain: mediatek: " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 08/17] pmdomain: qcom: " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 09/17] pmdomain: renesas: " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 10/17] pmdomain: rockchip: Move Kconfig option " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 11/17] pmdomain: samsung: " Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 12/17] pmdomain: st: Add a Kconfig option for the ux500 power domain Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:19 ` [PATCH v2 13/17] pmdomain: starfive: Move Kconfig file to the pmdomain subsystem Ulf Hansson
2023-09-15  9:19   ` Ulf Hansson
2023-09-15  9:29   ` Conor Dooley
2023-09-15  9:29     ` Conor Dooley
2023-09-15 11:42     ` Ulf Hansson
2023-09-15 11:42       ` Ulf Hansson
2023-09-15  9:20 ` [PATCH v2 14/17] pmdomain: sunxi: Move Kconfig option " Ulf Hansson
2023-09-15  9:20   ` Ulf Hansson
2023-09-15  9:20 ` [PATCH v2 15/17] pmdomain: tegra: " Ulf Hansson
2023-09-15  9:20   ` Ulf Hansson
2023-09-15  9:20 ` [PATCH v2 16/17] pmdomain: ti: Move and add Kconfig options " Ulf Hansson
2023-09-15  9:20   ` Ulf Hansson
2023-09-19  9:09   ` Dhruva Gole
2023-09-19  9:09     ` Dhruva Gole
2023-09-15  9:20 ` [PATCH v2 17/17] pmdomain: xilinx: Move Kconfig option " Ulf Hansson
2023-09-15  9:20   ` Ulf Hansson

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=20230915092003.658361-1-ulf.hansson@linaro.org \
    --to=ulf.hansson@linaro.org \
    --cc=afaerber@suse.de \
    --cc=agross@kernel.org \
    --cc=alim.akhtar@samsung.com \
    --cc=alyssa@rosenzweig.io \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=arnd@arndb.de \
    --cc=conor@kernel.org \
    --cc=festevam@gmail.com \
    --cc=florian.fainelli@broadcom.com \
    --cc=geert+renesas@glider.be \
    --cc=heiko@sntech.de \
    --cc=jbrunet@baylibre.com \
    --cc=jernej.skrabec@gmail.com \
    --cc=jonathanh@nvidia.com \
    --cc=khilman@baylibre.com \
    --cc=konrad.dybcio@linaro.org \
    --cc=kristo@kernel.org \
    --cc=krzysztof.kozlowski@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pm@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=mani@kernel.org \
    --cc=marcan@marcan.st \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=matthias.bgg@gmail.com \
    --cc=michal.simek@amd.com \
    --cc=mperttunen@nvidia.com \
    --cc=neil.armstrong@linaro.org \
    --cc=nm@ti.com \
    --cc=olof@lixom.net \
    --cc=rjui@broadcom.com \
    --cc=s.hauer@pengutronix.de \
    --cc=samuel@sholland.org \
    --cc=sbranden@broadcom.com \
    --cc=shawnguo@kernel.org \
    --cc=ssantosh@kernel.org \
    --cc=sven@svenpeter.dev \
    --cc=thierry.reding@gmail.com \
    --cc=tony@atomide.com \
    --cc=walker.chen@starfivetech.com \
    --cc=wens@csie.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.