Re: [PATCH v2 2/2] nvmem: mxs-ocotp: remove nvmem regmap dependency

From: Srinivas Kandagatla
Date: Mon May 02 2016 - 14:03:59 EST




On 02/05/16 17:15, Fabio Estevam wrote:
On Mon, May 2, 2016 at 12:22 PM, Srinivas Kandagatla
<srinivas.kandagatla@xxxxxxxxxx> wrote:
This patch moves to nvmem support in the driver to use callback
instead of regmap.

It would be nice if you could explain the reason for doing this.


Sure, Basically using regmap raw accessors in a generic way in nvmem core broken nvmem providers based on regmap mmio bus.

More details at https://groups.google.com/forum/#!topic/linux.kernel/LT3hM-GOf1k

thanks,
srini