mbox series

[v2,0/5] dt-bindings: hwmon: common schema

Message ID 20240224-dt-bindings-hwmon-common-v2-0-b446eecf5480@linaro.org
Headers show
Series dt-bindings: hwmon: common schema | expand

Message

Krzysztof Kozlowski Feb. 24, 2024, 10:14 a.m. UTC
Changes in v2:
- Add acks.
- Patch #1: add also shunt-resistor-micro-ohms.
- New patches #3, #4 and #5.
- Link to v1: https://lore.kernel.org/r/20240216-dt-bindings-hwmon-common-v1-0-3c2c24ff1260@linaro.org

All device bindings could soon get a label like:
https://lore.kernel.org/all/20240215-mbly-i2c-v1-3-19a336e91dca@bootlin.com/

Best regards,
Krzysztof

---
Krzysztof Kozlowski (5):
      dt-bindings: hwmon: add common properties
      dt-bindings: hwmon: ti,ina2xx: use common hwmon schema
      dt-bindings: hwmon: adi,adm1275: use common hwmon schema
      dt-bindings: hwmon: lltc,ltc4286: use common hwmon schema
      dt-bindings: hwmon: reference common hwmon schema

 .../devicetree/bindings/hwmon/adi,adm1177.yaml        |  5 ++++-
 .../devicetree/bindings/hwmon/adi,adm1275.yaml        |  7 ++-----
 .../devicetree/bindings/hwmon/adi,ltc2945.yaml        |  5 ++++-
 .../devicetree/bindings/hwmon/hwmon-common.yaml       | 19 +++++++++++++++++++
 .../devicetree/bindings/hwmon/lltc,ltc4151.yaml       |  5 ++++-
 .../devicetree/bindings/hwmon/lltc,ltc4286.yaml       |  9 ++++-----
 .../devicetree/bindings/hwmon/pmbus/ti,lm25066.yaml   |  5 ++++-
 .../devicetree/bindings/hwmon/ti,ina2xx.yaml          |  8 ++++----
 .../devicetree/bindings/hwmon/ti,tmp513.yaml          |  5 ++++-
 .../devicetree/bindings/hwmon/ti,tps23861.yaml        |  5 ++++-
 10 files changed, 53 insertions(+), 20 deletions(-)
---
base-commit: 1fbb328e461df47b19df1f72e96fb6d7d017c28e
change-id: 20240216-dt-bindings-hwmon-common-897970b393f2

Best regards,

Comments

Guenter Roeck Feb. 24, 2024, 5:28 p.m. UTC | #1
On Sat, Feb 24, 2024 at 11:14:49AM +0100, Krzysztof Kozlowski wrote:
> Changes in v2:
> - Add acks.
> - Patch #1: add also shunt-resistor-micro-ohms.
> - New patches #3, #4 and #5.
> - Link to v1: https://lore.kernel.org/r/20240216-dt-bindings-hwmon-common-v1-0-3c2c24ff1260@linaro.org
> 
> All device bindings could soon get a label like:
> https://lore.kernel.org/all/20240215-mbly-i2c-v1-3-19a336e91dca@bootlin.com/
> 

Series applied to hwmon-next.

Thanks,
Guenter