mbox series

[v2,0/2] hts221: add vdd power regulator

Message ID cover.1606045688.git.lorenzo@kernel.org
Headers show
Series hts221: add vdd power regulator | expand

Message

Lorenzo Bianconi Nov. 22, 2020, 11:56 a.m. UTC
Introduce support to control VDD power line available on hts221 devices

Changes since v1:
- update vdd-supply binding
- rely on dev_err_probe() in hts221_init_regulators() to avoid
  printing error message is the deferred case

Lorenzo Bianconi (2):
  iio: humidity: hts221: add vdd voltage regulator
  dt-bindings: iio: humidity: hts221: introduce vdd regulator bindings

 .../bindings/iio/humidity/st,hts221.yaml      |  2 +
 drivers/iio/humidity/hts221.h                 |  2 +
 drivers/iio/humidity/hts221_core.c            | 37 +++++++++++++++++++
 3 files changed, 41 insertions(+)

Comments

Jonathan Cameron Nov. 28, 2020, 1:24 p.m. UTC | #1
On Sun, 22 Nov 2020 12:56:47 +0100
Lorenzo Bianconi <lorenzo@kernel.org> wrote:

> Introduce support to control VDD power line available on hts221 devices

> 

> Changes since v1:

> - update vdd-supply binding

> - rely on dev_err_probe() in hts221_init_regulators() to avoid

>   printing error message is the deferred case

> 

> Lorenzo Bianconi (2):

>   iio: humidity: hts221: add vdd voltage regulator

>   dt-bindings: iio: humidity: hts221: introduce vdd regulator bindings

> 

>  .../bindings/iio/humidity/st,hts221.yaml      |  2 +

>  drivers/iio/humidity/hts221.h                 |  2 +

>  drivers/iio/humidity/hts221_core.c            | 37 +++++++++++++++++++

>  3 files changed, 41 insertions(+)

> 

Applied to the togreg branch of iio.git and pushed out as testing.

thanks,

Jonathan