2018-09-10 9:32 GMT+02:00 Srinivas Kandagatla <srinivas.kandagatla@xxxxxxxxxx>:Yes, thats exactly what am saying if it not necessary please do not do it.
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
almost nothing common between this API and the new one added later inThere 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 andAm not sure about that, it definitely did not help me!
I believe it makes them easier for review.
Best regards,
Bart