mbox series

[linux,dev-6.1,v2,0/2] hwmon: ina233: add ina233 support

Message ID 20230920055514.1668839-1-Delphine_CC_Chiu@wiwynn.com
Headers show
Series hwmon: ina233: add ina233 support | expand

Message

Delphine_CC_Chiu/WYHQ/Wiwynn Sept. 20, 2023, 5:55 a.m. UTC
Support ina233 driver with binding documents for Meta Yosemite V4 using

Changelog:
 v2 - Revise Makefile typo
 v1 - Add ina233 driver and binding document

Delphine CC Chiu (2):
  dt-bindings: hwmon: add INA233 binding documents
  hwmon: Add support for ina233

 .../devicetree/bindings/hwmon/ina233.txt      | 27 ++++++
 MAINTAINERS                                   |  6 ++
 drivers/hwmon/pmbus/Kconfig                   |  9 ++
 drivers/hwmon/pmbus/Makefile                  |  1 +
 drivers/hwmon/pmbus/ina233.c                  | 89 +++++++++++++++++++
 5 files changed, 132 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/hwmon/ina233.txt
 create mode 100644 drivers/hwmon/pmbus/ina233.c

Comments

Joel Stanley Sept. 27, 2023, 2:31 a.m. UTC | #1
On Wed, 20 Sept 2023 at 05:55, Delphine CC Chiu
<Delphine_CC_Chiu@wiwynn.com> wrote:
>
> Support ina233 driver with binding documents for Meta Yosemite V4 using

We've moved to the 6.5 tree now. I would prefer we stopped development
on the 6.1 tree.

You have some upstream review comments on these. If you could address
those, then I'll backport your new version to the 6.5 tree.

Does that sound reasonable?

>
> Changelog:
>  v2 - Revise Makefile typo
>  v1 - Add ina233 driver and binding document
>
> Delphine CC Chiu (2):
>   dt-bindings: hwmon: add INA233 binding documents
>   hwmon: Add support for ina233
>
>  .../devicetree/bindings/hwmon/ina233.txt      | 27 ++++++
>  MAINTAINERS                                   |  6 ++
>  drivers/hwmon/pmbus/Kconfig                   |  9 ++
>  drivers/hwmon/pmbus/Makefile                  |  1 +
>  drivers/hwmon/pmbus/ina233.c                  | 89 +++++++++++++++++++
>  5 files changed, 132 insertions(+)
>  create mode 100644 Documentation/devicetree/bindings/hwmon/ina233.txt
>  create mode 100644 drivers/hwmon/pmbus/ina233.c
>
> --
> 2.25.1
>