From: patchwork-bot+netdevbpf@kernel.org
To: Oleksij Rempel <o.rempel@pengutronix.de>
Cc: davem@davemloft.net, kuba@kernel.org, andrew@lunn.ch,
hkallweit1@gmail.com, linux@armlinux.org.uk,
kernel@pengutronix.de, linux-kernel@vger.kernel.org,
linux-usb@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH net-next v2 0/8] port asix ax88772 to the PHYlib
Date: Mon, 07 Jun 2021 20:40:07 +0000 [thread overview]
Message-ID: <162309840768.17620.18116264543013097296.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20210607082727.26045-1-o.rempel@pengutronix.de>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master):
On Mon, 7 Jun 2021 10:27:19 +0200 you wrote:
> changes v2:
> - add Reviewed-by: Andrew Lunn <andrew@lunn.ch> to some patches
> - refactor asix_read_phy_addr() and add error handling for all callers
> - refactor asix_mdio_bus_read()
>
> Port ax88772 part of asix driver to the phylib to be able to use more
> advanced external PHY attached to this controller.
>
> [...]
Here is the summary with links:
- [net-next,v2,1/8] net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()
https://git.kernel.org/netdev/net-next/c/218d154f540a
- [net-next,v2,2/8] net: usb: asix: refactor asix_read_phy_addr() and handle errors on return
https://git.kernel.org/netdev/net-next/c/7e88b11a862a
- [net-next,v2,3/8] net: usb/phy: asix: add support for ax88772A/C PHYs
https://git.kernel.org/netdev/net-next/c/dde258469257
- [net-next,v2,4/8] net: usb: asix: ax88772: add phylib support
https://git.kernel.org/netdev/net-next/c/e532a096be0e
- [net-next,v2,5/8] net: usb: asix: ax88772: add generic selftest support
https://git.kernel.org/netdev/net-next/c/34a1dee6bc44
- [net-next,v2,6/8] net: usb: asix: add error handling for asix_mdio_* functions
https://git.kernel.org/netdev/net-next/c/d275afb66371
- [net-next,v2,7/8] net: phy: do not print dump stack if device was removed
https://git.kernel.org/netdev/net-next/c/06edf1a940be
- [net-next,v2,8/8] usbnet: run unbind() before unregister_netdev()
https://git.kernel.org/netdev/net-next/c/2c9d6c2b871d
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2021-06-07 20:40 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-07 8:27 [PATCH net-next v2 0/8] port asix ax88772 to the PHYlib Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 1/8] net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc() Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 2/8] net: usb: asix: refactor asix_read_phy_addr() and handle errors on return Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 3/8] net: usb/phy: asix: add support for ax88772A/C PHYs Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 4/8] net: usb: asix: ax88772: add phylib support Oleksij Rempel
2021-06-09 9:59 ` Marek Szyprowski
2021-06-09 12:46 ` Oleksij Rempel
2021-06-09 13:12 ` Heiner Kallweit
2021-06-10 13:36 ` Oleksij Rempel
2021-06-10 10:31 ` Marek Szyprowski
2021-06-10 12:54 ` Jon Hunter
2021-06-10 14:22 ` Oleksij Rempel
2021-06-18 8:39 ` Marek Szyprowski
2021-06-18 10:13 ` Oleksij Rempel
2021-06-18 10:45 ` Marek Szyprowski
2021-06-18 10:57 ` Marek Szyprowski
2021-06-18 13:10 ` Oleksij Rempel
2021-06-18 11:04 ` Heiner Kallweit
2021-06-18 11:11 ` Marek Szyprowski
2021-06-18 13:20 ` Oleksij Rempel
2021-06-21 6:05 ` Marek Szyprowski
2021-06-23 7:06 ` Oleksij Rempel
2021-06-28 8:27 ` Marek Szyprowski
2021-06-07 8:27 ` [PATCH net-next v2 5/8] net: usb: asix: ax88772: add generic selftest support Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 6/8] net: usb: asix: add error handling for asix_mdio_* functions Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 7/8] net: phy: do not print dump stack if device was removed Oleksij Rempel
2021-06-07 8:27 ` [PATCH net-next v2 8/8] usbnet: run unbind() before unregister_netdev() Oleksij Rempel
2021-06-07 20:40 ` 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=162309840768.17620.18116264543013097296.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=andrew@lunn.ch \
--cc=davem@davemloft.net \
--cc=hkallweit1@gmail.com \
--cc=kernel@pengutronix.de \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=linux@armlinux.org.uk \
--cc=netdev@vger.kernel.org \
--cc=o.rempel@pengutronix.de \
/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