From: patchwork-bot+netdevbpf@kernel•org
To: Jakub Kicinski <kuba@kernel•org>
Cc: davem@davemloft•net, netdev@vger•kernel.org, rafael@kernel•org,
saravanak@google•com, mw@semihalf•com, andrew@lunn•ch,
jeremy.linton@arm•com, hkallweit1@gmail•com,
linux@armlinux•org.uk, robh+dt@kernel•org,
frowand.list@gmail•com, heikki.krogerus@linux•intel.com,
devicetree@vger•kernel.org, snelson@pensando•io
Subject: Re: [PATCH net-next v3 0/9] net: add a helpers for loading netdev->dev_addr from FW
Date: Thu, 07 Oct 2021 13:00:13 +0000 [thread overview]
Message-ID: <163361161386.30815.7886368181851048182.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20211007010702.3438216-1-kuba@kernel.org>
Hello:
This series was applied to netdev/net-next.git (refs/heads/master)
by David S. Miller <davem@davemloft•net>:
On Wed, 6 Oct 2021 18:06:53 -0700 you wrote:
> We're trying to make all writes to netdev->dev_addr go via helpers.
> A lot of places pass netdev->dev_addr to of_get_ethdev_address() and
> device_get_ethdev_addr() so this set adds new functions which wrap
> the functionality.
>
> v2 performs suggested code moves, adds a couple additional clean ups
> on the device property side, and an extra patch converting drivers
> which can benefit from device_get_ethdev_address().
>
> [...]
Here is the summary with links:
- [net-next,v3,1/9] of: net: move of_net under net/
https://git.kernel.org/netdev/net-next/c/e330fb14590c
- [net-next,v3,2/9] of: net: add a helper for loading netdev->dev_addr
https://git.kernel.org/netdev/net-next/c/d466effe282d
- [net-next,v3,3/9] ethernet: use of_get_ethdev_address()
https://git.kernel.org/netdev/net-next/c/9ca01b25dfff
- [net-next,v3,4/9] device property: move mac addr helpers to eth.c
https://git.kernel.org/netdev/net-next/c/433baf0719d6
- [net-next,v3,5/9] eth: fwnode: change the return type of mac address helpers
https://git.kernel.org/netdev/net-next/c/8017c4d8173c
- [net-next,v3,6/9] eth: fwnode: remove the addr len from mac helpers
https://git.kernel.org/netdev/net-next/c/0a14501ed818
- [net-next,v3,7/9] eth: fwnode: add a helper for loading netdev->dev_addr
https://git.kernel.org/netdev/net-next/c/d9eb44904e87
- [net-next,v3,8/9] ethernet: use device_get_ethdev_address()
https://git.kernel.org/netdev/net-next/c/b8eeac565b16
- [net-next,v3,9/9] ethernet: make more use of device_get_ethdev_address()
https://git.kernel.org/netdev/net-next/c/894b0fb09215
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-10-07 13:00 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-07 1:06 [PATCH net-next v3 0/9] net: add a helpers for loading netdev->dev_addr from FW Jakub Kicinski
2021-10-07 1:06 ` [PATCH net-next v3 1/9] of: net: move of_net under net/ Jakub Kicinski
2021-10-07 12:12 ` Rob Herring
2021-10-07 1:06 ` [PATCH net-next v3 2/9] of: net: add a helper for loading netdev->dev_addr Jakub Kicinski
2021-10-07 1:06 ` [PATCH net-next v3 3/9] ethernet: use of_get_ethdev_address() Jakub Kicinski
2021-10-07 1:06 ` [PATCH net-next v3 4/9] device property: move mac addr helpers to eth.c Jakub Kicinski
2021-10-07 10:20 ` Heikki Krogerus
2021-10-07 1:06 ` [PATCH net-next v3 5/9] eth: fwnode: change the return type of mac address helpers Jakub Kicinski
2021-10-07 1:06 ` [PATCH net-next v3 6/9] eth: fwnode: remove the addr len from mac helpers Jakub Kicinski
2021-10-07 1:07 ` [PATCH net-next v3 7/9] eth: fwnode: add a helper for loading netdev->dev_addr Jakub Kicinski
2021-10-07 1:07 ` [PATCH net-next v3 8/9] ethernet: use device_get_ethdev_address() Jakub Kicinski
2021-10-07 1:07 ` [PATCH net-next v3 9/9] ethernet: make more use of device_get_ethdev_address() Jakub Kicinski
2021-10-07 13:00 ` 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=163361161386.30815.7886368181851048182.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel$(echo .)org \
--cc=andrew@lunn$(echo .)ch \
--cc=davem@davemloft$(echo .)net \
--cc=devicetree@vger$(echo .)kernel.org \
--cc=frowand.list@gmail$(echo .)com \
--cc=heikki.krogerus@linux$(echo .)intel.com \
--cc=hkallweit1@gmail$(echo .)com \
--cc=jeremy.linton@arm$(echo .)com \
--cc=kuba@kernel$(echo .)org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=mw@semihalf$(echo .)com \
--cc=netdev@vger$(echo .)kernel.org \
--cc=rafael@kernel$(echo .)org \
--cc=robh+dt@kernel$(echo .)org \
--cc=saravanak@google$(echo .)com \
--cc=snelson@pensando$(echo .)io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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