linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] net: use new GPIO line value setter callbacks
@ 2025-06-10 12:37 Bartosz Golaszewski
  2025-06-10 12:37 ` [PATCH 1/4] net: dsa: vsc73xx: " Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Bartosz Golaszewski @ 2025-06-10 12:37 UTC (permalink / raw)
  To: Andrew Lunn, Vladimir Oltean, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni, Linus Walleij, Bartosz Golaszewski,
	Chester A. Unal, Daniel Golle, DENG Qingfang, Sean Wang,
	Matthias Brugger, AngeloGioacchino Del Regno, Marc Kleine-Budde,
	Vincent Mailhol, Heiner Kallweit, Russell King
  Cc: netdev, linux-kernel, linux-gpio, linux-arm-kernel,
	linux-mediatek, linux-can, linux-arm-msm, Bartosz Golaszewski

Commit 98ce1eb1fd87e ("gpiolib: introduce gpio_chip setters that return
values") added new line setter callbacks to struct gpio_chip. They allow
to indicate failures to callers. We're in the process of converting all
GPIO controllers to using them before removing the old ones. This series
converts all GPIO chips implemented under drivers/net/.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (4):
      net: dsa: vsc73xx: use new GPIO line value setter callbacks
      net: dsa: mt7530: use new GPIO line value setter callbacks
      net: can: mcp251x: use new GPIO line value setter callbacks
      net: phy: qca807x: use new GPIO line value setter callbacks

 drivers/net/can/spi/mcp251x.c          | 16 ++++++++++------
 drivers/net/dsa/mt7530.c               |  6 ++++--
 drivers/net/dsa/vitesse-vsc73xx-core.c | 10 +++++-----
 drivers/net/phy/qcom/qca807x.c         | 10 ++++------
 4 files changed, 23 insertions(+), 19 deletions(-)
---
base-commit: 19272b37aa4f83ca52bdf9c16d5d81bdd1354494
change-id: 20250527-gpiochip-set-rv-net-9e7b91a42f7c

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


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

end of thread, other threads:[~2025-06-11 13:18 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-10 12:37 [PATCH 0/4] net: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-06-10 12:37 ` [PATCH 1/4] net: dsa: vsc73xx: " Bartosz Golaszewski
2025-06-10 22:08   ` Linus Walleij
2025-06-10 12:37 ` [PATCH 2/4] net: dsa: mt7530: " Bartosz Golaszewski
2025-06-10 12:37 ` [PATCH 3/4] net: can: mcp251x: " Bartosz Golaszewski
2025-06-10 13:55   ` Vincent Mailhol
2025-06-10 14:05     ` Bartosz Golaszewski
2025-06-10 15:48       ` Vincent Mailhol
2025-06-10 16:05         ` Bartosz Golaszewski
2025-06-11 13:16           ` Vincent Mailhol
2025-06-10 12:38 ` [PATCH 4/4] net: phy: qca807x: " Bartosz Golaszewski
2025-06-10 12:46   ` Andrew Lunn

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).