Re: [RFC PATCH v1 3/3] regulator: qcom_smd: add linear range to pm8941 lnldo

From: Srinivas Kandagatla
Date: Thu Jun 02 2016 - 10:57:54 EST




On 02/06/16 15:49, Mark Brown wrote:
On Thu, Jun 02, 2016 at 11:23:16AM +0100, Srinivas Kandagatla wrote:
This patch converts a fixed voltage pm8941 lnldo to a single step
linear range regulator, so that we could use the same list_volatage
callback without BUG_ON from regulator core.

Why is this better than using a separate set of ops for the driver?
Am ok either way, it would be just few more lines for separate set of ops.

--srini