OSDN Git Service

Merge branch 'marvell-nvmem-mac-addresses-support'
authorPaolo Abeni <pabeni@redhat.com>
Tue, 29 Nov 2022 09:46:41 +0000 (10:46 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 29 Nov 2022 09:46:42 +0000 (10:46 +0100)
commit4f5ed7fb6cd65eda3b64503aaecf61d7fb03fcbf
tree6ee34dba450f4bbfbb37ee524a394ee2f2b04747
parentd6dc62fca6b6a1e75430618bf6d84cf135f1b3d8
parent7a74c1265ab4340b0fd5223084151003ef4c394a
Merge branch 'marvell-nvmem-mac-addresses-support'

Miquel Raynal says:

====================
Marvell nvmem mac addresses support

Now that we are aligned on how to make information available from static
storage media to drivers like Ethernet controller drivers or switch
drivers by using nvmem cells and going through the whole nvmem
infrastructure, here are two driver updates to reflect these changes.

Prior to the driver updates, I propose:
* Reverting binding changes which should have never been accepted like
  that.
* A conversion of the (old) Prestera and DFX server bindings (optional,
  can be dropped if not considered necessary).
* A better description of the more recent Prestera PCI switch.

Please mind that this series cannot break anything since retrieving the
MAC address Prestera driver has never worked upstream, because the (ONIE
tlv) driver supposed to export the MAC address has not been accepted in
its original form and has been updated to the nvmem-layout
infrastructure (bindings have been merged, the code remains to be
applied).
====================

Link: https://lore.kernel.org/r/20221124111556.264647-1-miquel.raynal@bootlin.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>