Re: [PATCH v3 2/2] nvmem: brcm_nvram: use bcm47xx buffered data

From: Rafał Miłecki
Date: Wed Feb 08 2023 - 05:25:46 EST


On 7.02.2023 09:42, Willem-Jan de Hoog wrote:
From: Willem-Jan de Hoog <wdehoog@xxxxxxxxxxxxxx>

The bcm47xx module has a copy of the NVRAM data in ram. When available, use
this one instead of reading from io memory since it causes mtd/ubi to fail.

This doesn't explain anything. Why do we need that? If anything we
should rather get rid of that NVRAM firmware driver. It was needed
before we had all NVMEM stuff in place. Finally how can reading
iomem break mtd/ubi?!

It seems like some hack instead of proper fix. Possibly because of lack
of understanding the issue / some subsystem.