From mboxrd@z Thu Jan 1 00:00:00 1970 From: srinivas.kandagatla@linaro.org (Srinivas Kandagatla) Date: Mon, 10 Sep 2018 14:23:34 +0100 Subject: [PATCH v2 01/16] nvmem: remove unused APIs In-Reply-To: References: <20180907100750.14564-1-brgl@bgdev.pl> <20180907100750.14564-2-brgl@bgdev.pl> <7e138142-8161-3646-4daf-619995baf395@linaro.org> <3dbd65e5-c948-a784-0362-930fc41b840e@linaro.org> <20180910141820.6c715895@bbrezillon> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/09/18 13:22, Bartosz Golaszewski wrote: > While one can argue that nvmem_device_cell_read/write() may be needed > in some strange corner case now, once we add the cell lookup API, we > can safely remove it and force users to do the right thing. I agree! I don't have very strong reason to stop removing nvmem_device_cell_read/write(). Lets see how it turns out! I would still want nvmem config to have ability to setup static cell list. --srini