Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH 0/3] gpio/pinctrl/mfd: use more common syntax for compound literals
@ 2025-09-10  7:25 Bartosz Golaszewski
  2025-09-10  7:25 ` [PATCH 1/3] mfd: vexpress-sysreg: " Bartosz Golaszewski
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Bartosz Golaszewski @ 2025-09-10  7:25 UTC (permalink / raw)
  To: Lee Jones, Andy Shevchenko, Liviu Dudau, Sudeep Holla,
	Lorenzo Pieralisi, Avi Fishman, Tomer Maimon, Tali Perry,
	Patrick Venture, Nancy Yuen, Benjamin Fair, Linus Walleij,
	Jonathan Neuschäfer, Clément Le Goffic, Maxime Coquelin,
	Alexandre Torgue, Bartosz Golaszewski, James Cowgill,
	Matt Redfearn, Neil Jones, Nikolaos Pasaloukos, Hoan Tran,
	Yang Shen, Imre Kaloz, Yinbo Zhu, Shawn Guo, Sascha Hauer,
	Pengutronix Kernel Team, Fabio Estevam, Manivannan Sadhasivam,
	Nobuhiro Iwamatsu, Ray Jui, Scott Branden,
	Broadcom internal kernel review list
  Cc: linux-arm-kernel, linux-kernel, openbmc, linux-gpio, linux-stm32,
	imx, linux-unisoc, Bartosz Golaszewski

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.

[1] https://lore.kernel.org/all/20250909-gpio-mmio-gpio-conv-part4-v1-13-9f723dc3524a@linaro.org/

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (3):
      mfd: vexpress-sysreg: use more common syntax for compound literals
      pinctrl: use more common syntax for compound literals
      gpio: use more common syntax for compound literals

 drivers/gpio/gpio-amdpt.c                 | 2 +-
 drivers/gpio/gpio-blzp1600.c              | 2 +-
 drivers/gpio/gpio-dwapb.c                 | 2 +-
 drivers/gpio/gpio-ep93xx.c                | 2 +-
 drivers/gpio/gpio-ftgpio010.c             | 2 +-
 drivers/gpio/gpio-ge.c                    | 2 +-
 drivers/gpio/gpio-grgpio.c                | 2 +-
 drivers/gpio/gpio-hisi.c                  | 2 +-
 drivers/gpio/gpio-idt3243x.c              | 2 +-
 drivers/gpio/gpio-ixp4xx.c                | 2 +-
 drivers/gpio/gpio-loongson-64bit.c        | 2 +-
 drivers/gpio/gpio-mlxbf.c                 | 2 +-
 drivers/gpio/gpio-mlxbf2.c                | 2 +-
 drivers/gpio/gpio-mlxbf3.c                | 2 +-
 drivers/gpio/gpio-mpc8xxx.c               | 2 +-
 drivers/gpio/gpio-mxs.c                   | 2 +-
 drivers/gpio/gpio-rda.c                   | 2 +-
 drivers/gpio/gpio-realtek-otto.c          | 2 +-
 drivers/gpio/gpio-tb10x.c                 | 2 +-
 drivers/gpio/gpio-ts4800.c                | 2 +-
 drivers/gpio/gpio-vf610.c                 | 2 +-
 drivers/gpio/gpio-visconti.c              | 2 +-
 drivers/gpio/gpio-xgene-sb.c              | 2 +-
 drivers/gpio/gpio-xgs-iproc.c             | 2 +-
 drivers/mfd/vexpress-sysreg.c             | 2 +-
 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 2 +-
 drivers/pinctrl/nuvoton/pinctrl-npcm8xx.c | 2 +-
 drivers/pinctrl/nuvoton/pinctrl-wpcm450.c | 2 +-
 drivers/pinctrl/pinctrl-equilibrium.c     | 2 +-
 drivers/pinctrl/stm32/pinctrl-stm32-hdp.c | 2 +-
 30 files changed, 30 insertions(+), 30 deletions(-)
---
base-commit: 65dd046ef55861190ecde44c6d9fcde54b9fb77d
change-id: 20250909-make-compound-literals-normal-again-13073cc74b94

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-10-01  8:46 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [PATCH 0/3] gpio/pinctrl/mfd: " Andy Shevchenko
2025-09-12  7:26 ` (subset) " Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox