All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yajun Deng <yajun.deng@linux.dev>
To: davem@davemloft.net, kuba@kernel.org
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	Yajun Deng <yajun.deng@linux.dev>
Subject: [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together
Date: Wed, 13 Oct 2021 16:25:07 +0800	[thread overview]
Message-ID: <20211013082507.537-1-yajun.deng@linux.dev> (raw)

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


             reply	other threads:[~2021-10-13  8:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13  8:25 Yajun Deng [this message]
2021-10-13 15:23 ` [PATCH net-next 0/2] Combine nvmem_get_mac_address() and of_get_mac_addr_nvmem() together Jakub Kicinski

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=20211013082507.537-1-yajun.deng@linux.dev \
    --to=yajun.deng@linux.dev \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /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 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.