]> git.dujemihanovic.xyz Git - u-boot.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)
commite5028bb227c578ca89273f0b1e0d289ec1987d2f
treea9b8552bc82bd10d9b0638113c2ed65b87a892d7
parentc0e63bf46848d573b3ef86d5796f8f993c316ed6
parent3f51ba926bc138f54dab8d0fa0c363a3b1e71794
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.