On Wed, Jul 11, 2018 at 11:31:35AM +0900, Kunihiko Hayashi wrote:
On Tue, 10 Jul 2018 18:44:51 +0100 [off-list ref] wrote:
quoted
On Tue, Jul 10, 2018 at 10:27:17AM +0900, Kunihiko Hayashi wrote:
quoted
This isn't *quite* regulator_is_enabled_regmap() as it explicitly checks
if the disable value is set and errors otherwise which would be a good
fix for that. Could you do a patch for that?
Although I'm worried that the register have a value that is neither
enable_val or disable_val, the "is_enabled" function returns whether
the regulator is enabled or not, so I can apply regulator_is_enabled_regmap().
Yes, I think it's a good thing to add that check - it's possible that
there'll be some other value in there and it's better to be careful.