[v2,0/2] Add power supply for INA2XX

Message ID 20230407160508.20479-1-clamor95@gmail.com
Headers
Series Add power supply for INA2XX |

Message

Svyatoslav Ryhel April 7, 2023, 4:05 p.m. UTC
  TI ina2xx hwmon has vs power supply, add one for correct work.

Svyatoslav Ryhel (2):
  dt-bindings: hwmon: ina2xx: add supply property
  hwmon: ina2xx: add optional regulator support

 Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 5 +++++
 drivers/hwmon/ina2xx.c                                 | 4 ++++
 2 files changed, 9 insertions(+)
  

Comments

Guenter Roeck April 7, 2023, 4:22 p.m. UTC | #1
On Fri, Apr 07, 2023 at 07:05:06PM +0300, Svyatoslav Ryhel wrote:
> TI ina2xx hwmon has vs power supply, add one for correct work.
> 
> Svyatoslav Ryhel (2):
>   dt-bindings: hwmon: ina2xx: add supply property
>   hwmon: ina2xx: add optional regulator support
> 

Change log missing.

Guenter

>  Documentation/devicetree/bindings/hwmon/ti,ina2xx.yaml | 5 +++++
>  drivers/hwmon/ina2xx.c                                 | 4 ++++
>  2 files changed, 9 insertions(+)
> 
> -- 
> 2.37.2
>