From: Wolfram Sang <wsa+renesas@sang-engineering.com>
To: linux-i2c@vger.kernel.org
Cc: "Wolfram Sang" <wsa+renesas@sang-engineering.com>,
"Ajay Gupta" <ajayg@nvidia.com>,
"Alain Volmat" <alain.volmat@foss.st.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"Andi Shyti" <andi.shyti@kernel.org>,
"Andreas Färber" <afaerber@suse.de>,
"Andrew Lunn" <andrew@lunn.ch>,
"AngeloGioacchino Del Regno"
<angelogioacchino.delregno@collabora.com>,
asahi@lists.linux.dev,
"Baolin Wang" <baolin.wang@linux.alibaba.com>,
"Bartosz Golaszewski" <brgl@bgdev.pl>,
"Baruch Siach" <baruch@tkos.co.il>,
"Bence Csókás" <bence98@sch.bme.hu>,
"Benson Leung" <bleung@chromium.org>,
"Binbin Zhou" <zhoubinbin@loongson.cn>,
"Chen-Yu Tsai" <wens@csie.org>,
"Chris Brandt" <chris.brandt@renesas.com>,
"Chris Packham" <chris.packham@alliedtelesis.co.nz>,
chrome-platform@lists.linux.dev,
"Chunyan Zhang" <zhang.lyra@gmail.com>,
"Conghui Chen" <conghui.chen@intel.com>,
"Eddie James" <eajames@linux.ibm.com>,
"Fabrizio Castro" <fabrizio.castro.jz@renesas.com>,
"Florian Fainelli" <florian.fainelli@broadcom.com>,
"Gregory CLEMENT" <gregory.clement@bootlin.com>,
"Guenter Roeck" <linux@roeck-us.net>,
"Hans de Goede" <hdegoede@redhat.com>,
"Hans Hu" <hanshu@zhaoxin.com>,
"Hector Martin" <marcan@marcan.st>,
"Heiko Stuebner" <heiko@sntech.de>,
"Jean Delvare" <jdelvare@suse.com>,
"Jernej Skrabec" <jernej.skrabec@gmail.com>,
"Jochen Friedrich" <jochen@scram.de>,
"Jonathan Hunter" <jonathanh@nvidia.com>,
"Kamal Dasu" <kamal.dasu@broadcom.com>,
"Kunihiko Hayashi" <hayashi.kunihiko@socionext.com>,
linux-actions@lists.infradead.org, linux-kernel@vger.kernel.org,
linux-mediatek@lists.infradead.org, linux-mips@vger.kernel.org,
linuxppc-dev@lists.ozlabs.org, linux-renesas-soc@vger.kernel.org,
linux-rockchip@lists.infradead.org,
linux-rpi-kernel@lists.infradead.org,
linux-stm32@st-md-mailman.stormreply.com,
linux-sunxi@lists.linux.dev, linux-tegra@vger.kernel.org,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro.org>,
"Masami Hiramatsu" <mhiramat@kernel.org>,
"Matthias Brugger" <matthias.bgg@gmail.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Michael Ellerman" <mpe@ellerman.id.au>,
"Michael Shych" <michaelsh@nvidia.com>,
openbmc@lists.ozlabs.org, "Orson Zhai" <orsonzhai@gmail.com>,
"Patrice Chotard" <patrice.chotard@foss.st.com>,
"Paul Cercueil" <paul@crapouillou.net>,
"Peter Korsgaard" <peter@korsgaard.com>,
"Pierre-Yves MORDRET" <pierre-yves.mordret@foss.st.com>,
"Ray Jui" <rjui@broadcom.com>, "Robert Richter" <rric@kernel.org>,
"Samuel Holland" <samuel@sholland.org>,
"Scott Branden" <sbranden@broadcom.com>,
"Stefan Roese" <sr@denx.de>, "Sven Peter" <sven@svenpeter.dev>,
"Thierry Reding" <thierry.reding@gmail.com>,
"Thor Thayer" <thor.thayer@linux.intel.com>,
"Till Harbaum" <till@harbaum.org>,
"Vadim Pasternak" <vadimp@nvidia.com>,
"Viresh Kumar" <viresh.kumar@linaro.org>,
virtualization@lists.linux.dev,
"Vladimir Zapolskiy" <vz@mleia.com>,
"Yicong Yang" <yangyicong@hisilicon.com>
Subject: [PATCH v2 00/60] i2c: reword first drivers according to newest specification
Date: Sat, 6 Jul 2024 13:20:00 +0200 [thread overview]
Message-ID: <20240706112116.24543-1-wsa+renesas@sang-engineering.com> (raw)
Start changing the wording of the I2C main header wrt. the newest I2C
v7 and SMBus 3.2 specifications and replace "master/slave" with more
appropriate terms. This first step renames the members of struct
i2c_algorithm. Once all in-tree users are converted, the anonymous union
will go away again. All this work will also pave the way for finally
seperating the monolithic header into more fine-grained headers like
"i2c/clients.h" etc. So, this is not a simple renaming-excercise but
also a chance to update the I2C core to recent Linux standards.
Changes since v1:
* changed wording according to the terminology we agreed on and defined
upstream. That means consistent use of "controller/target", and no
more "host/client". I added "local/remote target" where necessary.
* added tags which I kept despite some changes in wording. The approach
and code changes (if necessary) did not change.
* rebased to Andi's for-next branch
* this series only contains patches which convert the drivers fully. If
all goes well, no more updates for them are needed. The previous
series converted all users of "master_xfer". But to avoid tons of
incremental patches to one driver, I will incrementally improve i2c.h
and see which drivers can be fully converted step-by-step.
* do not mention I3C specs in commit messages, not really relevant here
Please note that I am not super strict with the 80 char limit. And, as
agreed, I did not convert occasions where old terminology is used in
register names or bits etc. or in function names outside of the I2C
realm.
The outcome is that before this series 115 drivers use old terminology,
after this only 54. Hooray.
And a comment to all janitors: Do not convert I2C drivers outside of
drivers/i2c yet. Let us first gain experience here and present the
well-tested results of what we figured out to other maintainers then.
This ensures they have to deal with way less patch revisions.
Thanks and happy hacking!
Wolfram Sang (60):
i2c: reword i2c_algorithm according to newest specification
i2c: ali15x3: reword according to newest specification
i2c: altera: reword according to newest specification
i2c: au1550: reword according to newest specification
i2c: bcm-kona: reword according to newest specification
i2c: bcm2835: reword according to newest specification
i2c: brcmstb: reword according to newest specification
i2c: cht-wc: reword according to newest specification
i2c: cp2615: reword according to newest specification
i2c: cros-ec-tunnel: reword according to newest specification
i2c: davinci: reword according to newest specification
i2c: digicolor: reword according to newest specification
i2c: diolan-u2c: reword according to newest specification
i2c: dln2: reword according to newest specification
i2c: fsi: reword according to newest specification
i2c: gpio: reword according to newest specification
i2c: highlander: reword according to newest specification
i2c: hisi: reword according to newest specification
i2c: hix5hd2: reword according to newest specification
i2c: i801: reword according to newest specification
i2c: ibm_iic: reword according to newest specification
i2c: iop3xx: reword according to newest specification
i2c: isch: reword according to newest specification
i2c: jz4780: reword according to newest specification
i2c: kempld: reword according to newest specification
i2c: ljca: reword according to newest specification
i2c: lpc2k: reword according to newest specification
i2c: ls2x: reword according to newest specification
i2c: mlxcpld: reword according to newest specification
i2c: mpc: reword according to newest specification
i2c: mt7621: reword according to newest specification
i2c: mv64xxx: reword according to newest specification
i2c: ocores: reword according to newest specification
i2c: octeon: reword according to newest specification
i2c: opal: reword according to newest specification
i2c: owl: reword according to newest specification
i2c: pasemi: reword according to newest specification
i2c: piix4: reword according to newest specification
i2c: powermac: reword according to newest specification
i2c: pxa-pci: reword according to newest specification
i2c: riic: reword according to newest specification
i2c: rk3x: reword according to newest specification
i2c: robotfuzz-osif: reword according to newest specification
i2c: rzv2m: reword according to newest specification
i2c: sis5595: reword according to newest specification
i2c: sprd: reword according to newest specification
i2c: stm32f4: reword according to newest specification
i2c: sun6i-p2wi: reword according to newest specification
i2c: taos-evm: reword according to newest specification
i2c: tegra-bpmp: reword according to newest specification
i2c: thunderx-pcidrv: reword according to newest specification
i2c: tiny-usb: reword according to newest specification
i2c: uniphier-f: reword according to newest specification
i2c: uniphier: reword according to newest specification
i2c: viperboard: reword according to newest specification
i2c: viai2c: reword according to newest specification
i2c: nvidia-gpu: reword according to newest specification
i2c: virtio: reword according to newest specification
i2c: cpm: reword according to newest specification
i2c: st: reword according to newest specification
drivers/i2c/busses/i2c-ali15x3.c | 2 +-
drivers/i2c/busses/i2c-altera.c | 4 +-
drivers/i2c/busses/i2c-au1550.c | 15 +++----
drivers/i2c/busses/i2c-bcm-kona.c | 13 +++---
drivers/i2c/busses/i2c-bcm2835.c | 10 ++---
drivers/i2c/busses/i2c-brcmstb.c | 11 +++--
drivers/i2c/busses/i2c-cht-wc.c | 8 ++--
drivers/i2c/busses/i2c-cp2615.c | 8 ++--
drivers/i2c/busses/i2c-cpm.c | 4 +-
drivers/i2c/busses/i2c-cros-ec-tunnel.c | 4 +-
drivers/i2c/busses/i2c-davinci.c | 17 ++++---
drivers/i2c/busses/i2c-digicolor.c | 6 +--
drivers/i2c/busses/i2c-diolan-u2c.c | 2 +-
drivers/i2c/busses/i2c-dln2.c | 4 +-
drivers/i2c/busses/i2c-fsi.c | 56 ++++++++++++------------
drivers/i2c/busses/i2c-gpio.c | 8 ++--
drivers/i2c/busses/i2c-highlander.c | 2 +-
drivers/i2c/busses/i2c-hisi.c | 8 ++--
drivers/i2c/busses/i2c-hix5hd2.c | 6 +--
drivers/i2c/busses/i2c-i801.c | 12 ++---
drivers/i2c/busses/i2c-ibm_iic.c | 27 +++++-------
drivers/i2c/busses/i2c-iop3xx.c | 15 +++----
drivers/i2c/busses/i2c-isch.c | 2 +-
drivers/i2c/busses/i2c-jz4780.c | 4 +-
drivers/i2c/busses/i2c-kempld.c | 4 +-
drivers/i2c/busses/i2c-ljca.c | 20 ++++-----
drivers/i2c/busses/i2c-lpc2k.c | 10 ++---
drivers/i2c/busses/i2c-ls2x.c | 11 +++--
drivers/i2c/busses/i2c-mlxcpld.c | 14 +++---
drivers/i2c/busses/i2c-mpc.c | 4 +-
drivers/i2c/busses/i2c-mt7621.c | 26 +++++------
drivers/i2c/busses/i2c-mv64xxx.c | 12 ++---
drivers/i2c/busses/i2c-nvidia-gpu.c | 7 ++-
drivers/i2c/busses/i2c-ocores.c | 8 ++--
drivers/i2c/busses/i2c-octeon-core.c | 6 +--
drivers/i2c/busses/i2c-octeon-core.h | 4 +-
drivers/i2c/busses/i2c-octeon-platdrv.c | 2 +-
drivers/i2c/busses/i2c-opal.c | 10 ++---
drivers/i2c/busses/i2c-owl.c | 12 ++---
drivers/i2c/busses/i2c-pasemi-core.c | 6 +--
drivers/i2c/busses/i2c-piix4.c | 2 +-
drivers/i2c/busses/i2c-powermac.c | 14 +++---
drivers/i2c/busses/i2c-pxa-pci.c | 2 +-
drivers/i2c/busses/i2c-riic.c | 8 ++--
drivers/i2c/busses/i2c-rk3x.c | 20 ++++-----
drivers/i2c/busses/i2c-robotfuzz-osif.c | 4 +-
drivers/i2c/busses/i2c-rzv2m.c | 12 ++---
drivers/i2c/busses/i2c-sis5595.c | 2 +-
drivers/i2c/busses/i2c-sprd.c | 16 +++----
drivers/i2c/busses/i2c-st.c | 8 ++--
drivers/i2c/busses/i2c-stm32f4.c | 8 ++--
drivers/i2c/busses/i2c-sun6i-p2wi.c | 20 ++++-----
drivers/i2c/busses/i2c-taos-evm.c | 2 +-
drivers/i2c/busses/i2c-tegra-bpmp.c | 4 +-
drivers/i2c/busses/i2c-thunderx-pcidrv.c | 2 +-
drivers/i2c/busses/i2c-tiny-usb.c | 6 +--
drivers/i2c/busses/i2c-uniphier-f.c | 26 +++++------
drivers/i2c/busses/i2c-uniphier.c | 15 +++----
drivers/i2c/busses/i2c-viai2c-common.c | 2 +-
drivers/i2c/busses/i2c-viai2c-wmt.c | 8 ++--
drivers/i2c/busses/i2c-viai2c-zhaoxin.c | 12 ++---
drivers/i2c/busses/i2c-viperboard.c | 10 ++---
drivers/i2c/busses/i2c-virtio.c | 2 +-
include/linux/i2c.h | 24 +++++++---
64 files changed, 313 insertions(+), 320 deletions(-)
--
2.43.0
next reply other threads:[~2024-07-06 11:21 UTC|newest]
Thread overview: 136+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-06 11:20 Wolfram Sang [this message]
2024-07-06 11:20 ` [PATCH v2 01/60] i2c: reword i2c_algorithm according to newest specification Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 02/60] i2c: ali15x3: reword " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 03/60] i2c: altera: " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 04/60] i2c: au1550: " Wolfram Sang
2024-07-09 21:51 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 05/60] i2c: bcm-kona: " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 06/60] i2c: bcm2835: " Wolfram Sang
2024-07-09 21:51 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 07/60] i2c: brcmstb: " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 08/60] i2c: cht-wc: " Wolfram Sang
2024-07-07 16:55 ` Hans de Goede
2024-07-06 11:20 ` [PATCH v2 09/60] i2c: cp2615: " Wolfram Sang
2024-07-06 15:07 ` Bence Csókás
2024-07-06 15:12 ` Wolfram Sang
2024-07-09 22:15 ` Andi Shyti
2024-07-10 6:41 ` [PATCH v3] " Wolfram Sang
2024-07-10 17:51 ` Bence Csókás
2024-07-06 11:20 ` [PATCH v2 10/60] i2c: cros-ec-tunnel: reword according to newest specification Wolfram Sang
2024-07-09 22:18 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 11/60] i2c: davinci: " Wolfram Sang
2024-07-10 8:04 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 12/60] i2c: digicolor: " Wolfram Sang
2024-07-10 8:05 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 13/60] i2c: diolan-u2c: " Wolfram Sang
2024-07-06 13:44 ` Guenter Roeck
2024-07-10 8:05 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 14/60] i2c: dln2: " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 15/60] i2c: fsi: " Wolfram Sang
2024-07-09 14:35 ` Eddie James
2024-07-10 8:08 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 16/60] i2c: gpio: " Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 17/60] i2c: highlander: " Wolfram Sang
2024-07-10 8:08 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 18/60] i2c: hisi: " Wolfram Sang
2024-07-10 8:09 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 19/60] i2c: hix5hd2: " Wolfram Sang
2024-07-10 8:09 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 20/60] i2c: i801: " Wolfram Sang
2024-07-10 8:10 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 21/60] i2c: ibm_iic: " Wolfram Sang
2024-07-10 21:43 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 22/60] i2c: iop3xx: " Wolfram Sang
2024-07-10 21:44 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 23/60] i2c: isch: " Wolfram Sang
2024-07-10 21:45 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 24/60] i2c: jz4780: " Wolfram Sang
2024-07-08 11:20 ` Paul Cercueil
2024-07-10 21:45 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 25/60] i2c: kempld: " Wolfram Sang
2024-07-10 21:46 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 26/60] i2c: ljca: " Wolfram Sang
2024-07-10 21:49 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 27/60] i2c: lpc2k: " Wolfram Sang
2024-07-10 21:54 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 28/60] i2c: ls2x: " Wolfram Sang
2024-07-10 21:56 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 29/60] i2c: mlxcpld: " Wolfram Sang
2024-07-10 21:57 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 30/60] i2c: mpc: " Wolfram Sang
2024-07-07 20:52 ` Chris Packham
2024-07-10 21:58 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 31/60] i2c: mt7621: " Wolfram Sang
2024-07-10 21:59 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 32/60] i2c: mv64xxx: " Wolfram Sang
2024-07-10 22:11 ` Andi Shyti
2024-07-10 22:21 ` Wolfram Sang
2024-07-11 8:05 ` Andi Shyti
2024-07-16 8:38 ` Gregory CLEMENT
2024-07-16 8:57 ` Wolfram Sang
2024-07-11 10:21 ` Andi Shyti
2024-07-16 8:41 ` Gregory CLEMENT
2024-07-06 11:20 ` [PATCH v2 33/60] i2c: ocores: " Wolfram Sang
2024-07-11 8:01 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 34/60] i2c: octeon: " Wolfram Sang
2024-07-11 8:02 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 35/60] i2c: opal: " Wolfram Sang
2024-07-11 8:06 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 36/60] i2c: owl: " Wolfram Sang
2024-07-11 8:06 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 37/60] i2c: pasemi: " Wolfram Sang
2024-07-07 10:50 ` Sven Peter
2024-07-11 8:07 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 38/60] i2c: piix4: " Wolfram Sang
2024-07-11 8:09 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 39/60] i2c: powermac: " Wolfram Sang
2024-07-11 8:10 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 40/60] i2c: pxa-pci: " Wolfram Sang
2024-07-11 8:10 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 41/60] i2c: riic: " Wolfram Sang
2024-07-11 10:21 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 42/60] i2c: rk3x: " Wolfram Sang
2024-07-11 10:22 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 43/60] i2c: robotfuzz-osif: " Wolfram Sang
2024-07-11 10:23 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 44/60] i2c: rzv2m: " Wolfram Sang
2024-07-11 10:23 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 45/60] i2c: sis5595: " Wolfram Sang
2024-07-11 10:24 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 46/60] i2c: sprd: " Wolfram Sang
2024-07-11 10:25 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 47/60] i2c: stm32f4: " Wolfram Sang
2024-07-09 11:32 ` Alain Volmat
2024-07-09 11:38 ` Pierre Yves MORDRET
2024-07-11 10:25 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 48/60] i2c: sun6i-p2wi: " Wolfram Sang
2024-07-06 11:43 ` Chen-Yu Tsai
2024-07-11 10:26 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 49/60] i2c: taos-evm: " Wolfram Sang
2024-07-11 10:27 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 50/60] i2c: tegra-bpmp: " Wolfram Sang
2024-07-11 10:27 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 51/60] i2c: thunderx-pcidrv: " Wolfram Sang
2024-07-11 12:44 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 52/60] i2c: tiny-usb: " Wolfram Sang
2024-07-11 12:58 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 53/60] i2c: uniphier-f: " Wolfram Sang
2024-07-11 12:59 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 54/60] i2c: uniphier: " Wolfram Sang
2024-07-11 13:00 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 55/60] i2c: viperboard: " Wolfram Sang
2024-07-11 13:02 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 56/60] i2c: viai2c: " Wolfram Sang
2024-07-11 13:05 ` Andi Shyti
2024-07-11 14:44 ` Wolfram Sang
2024-07-06 11:20 ` [PATCH v2 57/60] i2c: nvidia-gpu: " Wolfram Sang
2024-07-11 13:05 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 58/60] i2c: virtio: " Wolfram Sang
2024-07-08 5:53 ` Viresh Kumar
2024-07-11 13:06 ` Andi Shyti
2024-07-06 11:20 ` [PATCH v2 59/60] i2c: cpm: " Wolfram Sang
2024-07-06 11:21 ` [PATCH v2 60/60] i2c: st: " Wolfram Sang
2024-07-09 10:21 ` Alain Volmat
2024-07-11 13:07 ` Andi Shyti
2024-07-11 13:16 ` [PATCH v2 00/60] i2c: reword first drivers " Andi Shyti
2024-07-11 14:45 ` Wolfram Sang
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=20240706112116.24543-1-wsa+renesas@sang-engineering.com \
--to=wsa+renesas@sang-engineering.com \
--cc=afaerber@suse.de \
--cc=ajayg@nvidia.com \
--cc=alain.volmat@foss.st.com \
--cc=alexandre.torgue@foss.st.com \
--cc=andi.shyti@kernel.org \
--cc=andrew@lunn.ch \
--cc=angelogioacchino.delregno@collabora.com \
--cc=asahi@lists.linux.dev \
--cc=baolin.wang@linux.alibaba.com \
--cc=baruch@tkos.co.il \
--cc=bence98@sch.bme.hu \
--cc=bleung@chromium.org \
--cc=brgl@bgdev.pl \
--cc=chris.brandt@renesas.com \
--cc=chris.packham@alliedtelesis.co.nz \
--cc=chrome-platform@lists.linux.dev \
--cc=conghui.chen@intel.com \
--cc=eajames@linux.ibm.com \
--cc=fabrizio.castro.jz@renesas.com \
--cc=florian.fainelli@broadcom.com \
--cc=gregory.clement@bootlin.com \
--cc=hanshu@zhaoxin.com \
--cc=hayashi.kunihiko@socionext.com \
--cc=hdegoede@redhat.com \
--cc=heiko@sntech.de \
--cc=jdelvare@suse.com \
--cc=jernej.skrabec@gmail.com \
--cc=jochen@scram.de \
--cc=jonathanh@nvidia.com \
--cc=kamal.dasu@broadcom.com \
--cc=linux-actions@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-mips@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=linux-rockchip@lists.infradead.org \
--cc=linux-rpi-kernel@lists.infradead.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-sunxi@lists.linux.dev \
--cc=linux-tegra@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=manivannan.sadhasivam@linaro.org \
--cc=marcan@marcan.st \
--cc=matthias.bgg@gmail.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=mhiramat@kernel.org \
--cc=michaelsh@nvidia.com \
--cc=mpe@ellerman.id.au \
--cc=openbmc@lists.ozlabs.org \
--cc=orsonzhai@gmail.com \
--cc=patrice.chotard@foss.st.com \
--cc=paul@crapouillou.net \
--cc=peter@korsgaard.com \
--cc=pierre-yves.mordret@foss.st.com \
--cc=rjui@broadcom.com \
--cc=rric@kernel.org \
--cc=samuel@sholland.org \
--cc=sbranden@broadcom.com \
--cc=sr@denx.de \
--cc=sven@svenpeter.dev \
--cc=thierry.reding@gmail.com \
--cc=thor.thayer@linux.intel.com \
--cc=till@harbaum.org \
--cc=vadimp@nvidia.com \
--cc=viresh.kumar@linaro.org \
--cc=virtualization@lists.linux.dev \
--cc=vz@mleia.com \
--cc=wens@csie.org \
--cc=yangyicong@hisilicon.com \
--cc=zhang.lyra@gmail.com \
--cc=zhoubinbin@loongson.cn \
/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;
as well as URLs for NNTP newsgroup(s).