]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit5ed8991f81d2e8eeeafe6b7759bf99f17709707b
treea9b8552bc82bd10d9b0638113c2ed65b87a892d7
parenta26b0bab2e0c26b0afac99638eba0099c22b04be
parent7fe0918a063a9be22230b9b642e0ecbc893f1184
Merge branch '2022-06-09-add-support-for-nvmem-api' into next

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.