mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: andrew@lunn.ch, olteanv@gmail.com, davem@davemloft.net,
	edumazet@google.com, kuba@kernel.org, pabeni@redhat.com,
	linus.walleij@linaro.org, chester.a.unal@arinc9.com,
	daniel@makrotopia.org, dqfext@gmail.com, sean.wang@mediatek.com,
	matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com,
	mkl@pengutronix.de, mailhol.vincent@wanadoo.fr,
	hkallweit1@gmail.com, linux@armlinux.org.uk,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-mediatek@lists.infradead.org, linux-can@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, bartosz.golaszewski@linaro.org
Subject: Re: [PATCH v2 0/5] net: use new GPIO line value setter callbacks
Date: Wed, 18 Jun 2025 01:41:09 +0000	[thread overview]
Message-ID: <175021086974.3761578.16857215533657509710.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20250616-gpiochip-set-rv-net-v2-0-cae0b182a552@linaro.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Mon, 16 Jun 2025 09:24:03 +0200 you wrote:
> 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>
> 
> [...]

Here is the summary with links:
  - [v2,1/5] net: dsa: vsc73xx: use new GPIO line value setter callbacks
    https://git.kernel.org/netdev/net-next/c/c73832445bf2
  - [v2,2/5] net: dsa: mt7530: use new GPIO line value setter callbacks
    https://git.kernel.org/netdev/net-next/c/4a03562794a3
  - [v2,3/5] net: can: mcp251x: propagate the return value of mcp251x_spi_write()
    https://git.kernel.org/netdev/net-next/c/b9e3c7af9e4d
  - [v2,4/5] net: can: mcp251x: use new GPIO line value setter callbacks
    https://git.kernel.org/netdev/net-next/c/5d31311715b5
  - [v2,5/5] net: phy: qca807x: use new GPIO line value setter callbacks
    https://git.kernel.org/netdev/net-next/c/dea3be40464a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2025-06-18  1:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16  7:24 Bartosz Golaszewski
2025-06-16  7:24 ` [PATCH v2 1/5] net: dsa: vsc73xx: " Bartosz Golaszewski
2025-06-18 12:27   ` Linus Walleij
2025-06-16  7:24 ` [PATCH v2 2/5] net: dsa: mt7530: " Bartosz Golaszewski
2025-06-18 12:27   ` Linus Walleij
2025-06-16  7:24 ` [PATCH v2 3/5] net: can: mcp251x: propagate the return value of mcp251x_spi_write() Bartosz Golaszewski
2025-06-16  8:34   ` Vincent Mailhol
2025-06-16  9:57   ` Marc Kleine-Budde
2025-06-16  7:24 ` [PATCH v2 4/5] net: can: mcp251x: use new GPIO line value setter callbacks Bartosz Golaszewski
2025-06-16  9:36   ` Vincent Mailhol
2025-06-16  9:57   ` Marc Kleine-Budde
2025-06-16  7:24 ` [PATCH v2 5/5] net: phy: qca807x: " Bartosz Golaszewski
2025-06-16 13:49   ` Andrew Lunn
2025-06-18  1:41 ` patchwork-bot+netdevbpf [this message]

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=175021086974.3761578.16857215533657509710.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andrew@lunn.ch \
    --cc=angelogioacchino.delregno@collabora.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=brgl@bgdev.pl \
    --cc=chester.a.unal@arinc9.com \
    --cc=daniel@makrotopia.org \
    --cc=davem@davemloft.net \
    --cc=dqfext@gmail.com \
    --cc=edumazet@google.com \
    --cc=hkallweit1@gmail.com \
    --cc=kuba@kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-can@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=mailhol.vincent@wanadoo.fr \
    --cc=matthias.bgg@gmail.com \
    --cc=mkl@pengutronix.de \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=pabeni@redhat.com \
    --cc=sean.wang@mediatek.com \
    /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

all inboxes | Powered by JetHome®