Re: [PATCH v2 3/8] regulator: core: Expose some of core functions

From: Dmitry Osipenko
Date: Tue Jun 18 2019 - 12:34:54 EST


17.06.2019 18:32, Mark Brown ÐÐÑÐÑ:
> On Tue, Jun 04, 2019 at 02:58:59AM +0300, Dmitry Osipenko wrote:
>> Expose some of internal functions that are required for implementation of
>> customized regulator couplers.
>
>> include/linux/regulator/driver.h | 11 ++++++
>
> I'm a bit dubious about exposing any of this but there's no way we
> should be exposing it directly to random drivers, this needs a new
> header so it's more obvious that normal code shouldn't be using these
> interfaces.
>

That's a good call! Will address it in the v3.