Merge branch '2022-06-09-add-support-for-nvmem-api' into next
authorTom Rini <trini@konsulko.com>
Thu, 9 Jun 2022 19:20:11 +0000 (15:20 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 9 Jun 2022 19:20:11 +0000 (15:20 -0400)
To quote the author:
This adds support for the nvmem-cells properties cropping up in manyb
device trees. This is an easy way to load configuration, version
information, or calibration data from a non-volatile memory source. For
more information, refer to patch 6 ("misc: Add support for nvmem
cells").

For the moment I have only added some integration tests using the
ethernet addresses. This hits the main code paths (looking up nvmem
cells) but doesn't test writing. I can add a few stand-alone tests if
desired.


Trivial merge