All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together
@ 2021-10-13  8:25 Yajun Deng
  2021-10-13 15:23 ` Jakub Kicinski
  0 siblings, 1 reply; 2+ messages in thread
From: Yajun Deng @ 2021-10-13  8:25 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, Yajun Deng

Patch1: move nvmem_get_mac_address() into of_get_mac_addr_nvmem()
Patch2: remove nvmem_get_mac_address()

Yajun Deng (2):
  of: net: move nvmem_get_mac_address() into of_get_mac_addr_nvmem()
  ethernet: remove nvmem_get_mac_address()

 include/linux/etherdevice.h |  1 -
 net/core/of_net.c           | 17 +++++++++--------
 net/ethernet/eth.c          | 36 ------------------------------------
 3 files changed, 9 insertions(+), 45 deletions(-)

-- 
2.32.0


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

* Re: [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together
  2021-10-13  8:25 [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together Yajun Deng
@ 2021-10-13 15:23 ` Jakub Kicinski
  0 siblings, 0 replies; 2+ messages in thread
From: Jakub Kicinski @ 2021-10-13 15:23 UTC (permalink / raw)
  To: Yajun Deng; +Cc: davem, netdev

On Wed, 13 Oct 2021 16:25:07 +0800 Yajun Deng wrote:
> Patch1: move nvmem_get_mac_address() into of_get_mac_addr_nvmem()
> Patch2: remove nvmem_get_mac_address()

Please leave the mac address operations alone for a few releases, 
as I have told you I have a lot of code pending here. Thanks.

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

end of thread, other threads:[~2021-10-13 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-13  8:25 [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together Yajun Deng
2021-10-13 15:23 ` Jakub Kicinski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.