Re: [PATCH v2 01/16] nvmem: remove unused APIs

From: Srinivas Kandagatla
Date: Mon Sep 10 2018 - 04:09:27 EST




On 10/09/18 08:58, Bartosz Golaszewski wrote:
2018-09-10 9:32 GMT+02:00 Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>:


On 07/09/18 11:07, Bartosz Golaszewski wrote:

From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>

Remove all APIs dealing with nvmem_cell_info. There are no users and
this part of the subsystem will be reworked.

This patch temprarily disables support for non-DT users.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
---
drivers/nvmem/core.c | 212 ++-------------------------------
include/linux/nvmem-consumer.h | 26 ----
include/linux/nvmem-provider.h | 13 --
3 files changed, 12 insertions(+), 239 deletions(-)


This looks totally un-necessary, Other patches in this series adds them
back.. Consider updating these in those respective patches.!


While this may not be entirely necessary, it's very useful. There's
Yes, thats exactly what am saying if it not necessary please do not do it.

almost nothing common between this API and the new one added later in
There is more than 60%-70% of the code reused in new patches, which is unnecessary churn to me!

this series. Later patches are MUCH cleaner thanks to this removal and
I believe it makes them easier for review.
Am not sure about that, it definitely did not help me!

--srini

Best regards,
Bart