Re: [PATCH v2 3/3] hwmon: (lm75) Add regulator support

2020-09-29 Thread Bedel, Alban
On Mon, 2020-09-28 at 09:39 -0700, Guenter Roeck wrote: > On Mon, Sep 28, 2020 at 05:39:23PM +0200, Alban Bedel wrote: > > Add regulator support for boards where the sensor first need to be > > powered up before it can be used. > > > > Signed-off-by: Alban Bedel > > --- > > v2: Rely on dummy regu

Re: [PATCH v2 3/3] hwmon: (lm75) Add regulator support

2020-09-28 Thread Guenter Roeck
On Mon, Sep 28, 2020 at 05:39:23PM +0200, Alban Bedel wrote: > Add regulator support for boards where the sensor first need to be > powered up before it can be used. > > Signed-off-by: Alban Bedel > --- > v2: Rely on dummy regulators instead of explicitly handling missing > regulator > --- >

[PATCH v2 3/3] hwmon: (lm75) Add regulator support

2020-09-28 Thread Alban Bedel
Add regulator support for boards where the sensor first need to be powered up before it can be used. Signed-off-by: Alban Bedel --- v2: Rely on dummy regulators instead of explicitly handling missing regulator --- drivers/hwmon/lm75.c | 23 +-- 1 file changed, 21 insertio