From: Andy Shevchenko <andriy.shevchenko@intel.com>
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: "Lee Jones" <lee@kernel.org>, "Liviu Dudau" <liviu.dudau@arm.com>,
"Sudeep Holla" <sudeep.holla@arm.com>,
"Lorenzo Pieralisi" <lpieralisi@kernel.org>,
"Avi Fishman" <avifishman70@gmail.com>,
"Tomer Maimon" <tmaimon77@gmail.com>,
"Tali Perry" <tali.perry1@gmail.com>,
"Patrick Venture" <venture@google.com>,
"Nancy Yuen" <yuenn@google.com>,
"Benjamin Fair" <benjaminfair@google.com>,
"Linus Walleij" <linus.walleij@linaro.org>,
"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
"Clément Le Goffic" <legoffic.clement@gmail.com>,
"Maxime Coquelin" <mcoquelin.stm32@gmail.com>,
"Alexandre Torgue" <alexandre.torgue@foss.st.com>,
"James Cowgill" <james.cowgill@blaize.com>,
"Matt Redfearn" <matt.redfearn@blaize.com>,
"Neil Jones" <neil.jones@blaize.com>,
"Nikolaos Pasaloukos" <nikolaos.pasaloukos@blaize.com>,
"Hoan Tran" <hoan@os.amperecomputing.com>,
"Yang Shen" <shenyang39@huawei.com>,
"Imre Kaloz" <kaloz@openwrt.org>,
"Yinbo Zhu" <zhuyinbo@loongson.cn>,
"Shawn Guo" <shawnguo@kernel.org>,
"Sascha Hauer" <s.hauer@pengutronix.de>,
"Pengutronix Kernel Team" <kernel@pengutronix.de>,
"Fabio Estevam" <festevam@gmail.com>,
"Manivannan Sadhasivam" <mani@kernel.org>,
"Nobuhiro Iwamatsu" <nobuhiro.iwamatsu.x90@mail.toshiba>,
"Ray Jui" <rjui@broadcom.com>,
"Scott Branden" <sbranden@broadcom.com>,
"Broadcom internal kernel review list"
<bcm-kernel-feedback-list@broadcom.com>,
linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, openbmc@lists.ozlabs.org,
linux-gpio@vger.kernel.org,
linux-stm32@st-md-mailman.stormreply.com, imx@lists.linux.dev,
linux-unisoc@lists.infradead.org,
"Bartosz Golaszewski" <bartosz.golaszewski@linaro.org>
Subject: Re: [PATCH 0/3] gpio/pinctrl/mfd: use more common syntax for compound literals
Date: Thu, 11 Sep 2025 10:50:18 +0300 [thread overview]
Message-ID: <aMJ_Ohp5YtYNFnYV@smile.fi.intel.com> (raw)
In-Reply-To: <20250910-make-compound-literals-normal-again-v1-0-076ee7738a0b@linaro.org>
On Wed, Sep 10, 2025 at 09:25:44AM +0200, Bartosz Golaszewski wrote:
> As discussed[1] with Andy: it's probably better to use a more common
> syntax for compound literals so fix the commits that converted GPIO
> chips to using the new generic GPIO chip API and make them explicitly
> spell out the type they're initializing.
>
> Each commit in this series can go directly into its respective tree:
> MFD, pinctrl and GPIO.
Thank you! All look good to me,
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
> [1] https://lore.kernel.org/all/20250909-gpio-mmio-gpio-conv-part4-v1-13-9f723dc3524a@linaro.org/
--
With Best Regards,
Andy Shevchenko
next prev parent reply other threads:[~2025-09-11 7:50 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-10 7:25 [PATCH 0/3] gpio/pinctrl/mfd: use more common syntax for compound literals Bartosz Golaszewski
2025-09-10 7:25 ` [PATCH 1/3] mfd: vexpress-sysreg: " Bartosz Golaszewski
2025-09-10 10:03 ` Sudeep Holla
2025-09-16 14:17 ` (subset) " Lee Jones
2025-09-10 7:25 ` [PATCH 2/3] pinctrl: " Bartosz Golaszewski
2025-09-23 22:41 ` Linus Walleij
2025-09-25 7:48 ` Geert Uytterhoeven
2025-09-25 7:51 ` Bartosz Golaszewski
2025-09-25 8:02 ` Geert Uytterhoeven
2025-09-25 8:11 ` Bartosz Golaszewski
2025-10-01 8:36 ` Linus Walleij
2025-10-01 8:46 ` Bartosz Golaszewski
2025-09-10 7:25 ` [PATCH 3/3] gpio: " Bartosz Golaszewski
2025-09-11 7:50 ` Andy Shevchenko [this message]
2025-09-12 7:26 ` (subset) [PATCH 0/3] gpio/pinctrl/mfd: " Bartosz Golaszewski
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=aMJ_Ohp5YtYNFnYV@smile.fi.intel.com \
--to=andriy.shevchenko@intel.com \
--cc=alexandre.torgue@foss.st.com \
--cc=avifishman70@gmail.com \
--cc=bartosz.golaszewski@linaro.org \
--cc=bcm-kernel-feedback-list@broadcom.com \
--cc=benjaminfair@google.com \
--cc=brgl@bgdev.pl \
--cc=festevam@gmail.com \
--cc=hoan@os.amperecomputing.com \
--cc=imx@lists.linux.dev \
--cc=j.neuschaefer@gmx.net \
--cc=james.cowgill@blaize.com \
--cc=kaloz@openwrt.org \
--cc=kernel@pengutronix.de \
--cc=lee@kernel.org \
--cc=legoffic.clement@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-stm32@st-md-mailman.stormreply.com \
--cc=linux-unisoc@lists.infradead.org \
--cc=liviu.dudau@arm.com \
--cc=lpieralisi@kernel.org \
--cc=mani@kernel.org \
--cc=matt.redfearn@blaize.com \
--cc=mcoquelin.stm32@gmail.com \
--cc=neil.jones@blaize.com \
--cc=nikolaos.pasaloukos@blaize.com \
--cc=nobuhiro.iwamatsu.x90@mail.toshiba \
--cc=openbmc@lists.ozlabs.org \
--cc=rjui@broadcom.com \
--cc=s.hauer@pengutronix.de \
--cc=sbranden@broadcom.com \
--cc=shawnguo@kernel.org \
--cc=shenyang39@huawei.com \
--cc=sudeep.holla@arm.com \
--cc=tali.perry1@gmail.com \
--cc=tmaimon77@gmail.com \
--cc=venture@google.com \
--cc=yuenn@google.com \
--cc=zhuyinbo@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