Re: [PATCH] pmbus: added possibility to change timeout for device update
From: Romain Porte
Date: Thu Nov 02 2017 - 12:17:35 EST
On 02/11/2017 14:58, Guenter Roeck wrote:
NACK, I'd rather drop the caching entirely, and possibly convert the
driver to
regmap for caching non-volatile registers.
I need to familiarize myself with regmap then, it looks like a nice
abstraction to have.
Do you think I can propose an intermediate patch for removing the cache
support? (both time-based and data->valid based, so that every read
actually performs a read, everytime)
Romain.