[PATCH v2 01/16] nvmem: remove unused APIs
From: Srinivas Kandagatla <hidden>
Date: 2018-09-10 09:55:28
Also in:
linux-doc, lkml
From: Srinivas Kandagatla <hidden>
Date: 2018-09-10 09:55:28
Also in:
linux-doc, lkml
On 10/09/18 09:43, Bartosz Golaszewski wrote:
quoted
quoted
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!Why exactly? Aren't clean patches resulting from this removal easier to read then if they'd also have to take into account the burden of existing code that will be changes anyway later? I really don't see why you insist on removing this.
Here are few reasons: 1> TBH, This cleanup patch removes more than one feature from nvmem subsystem. Ex: it remove ability to add static cell from nvmem config, secondly it removed ability to read/write cells directly using nvmem_cell_info. 2> If you do changes as part of each patch, it will be much traceable on what is changed exactly and will allow much better review, and understand the reasoning. Having a clean start and writing code on top of it is alway nice, but we will definitely miss things in review in this particular instance. thanks, srini
Best regards, Bart