Re: [PATCH v2 01/16] nvmem: remove unused APIs
From: Srinivas Kandagatla <hidden>
Date: 2018-09-10 07:32:15
Also in:
linux-arm-kernel, lkml
From: Srinivas Kandagatla <hidden>
Date: 2018-09-10 07:32:15
Also in:
linux-arm-kernel, lkml
On 07/09/18 11:07, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <redacted> 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 <redacted> --- 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.! -srini