mbox series

[0/3] hwmon: (ntc_thermistor) typo fixes and incorrect table fix

Message ID 20250227-ntc_thermistor_fixes-v1-0-70fa73200b52@gocontroll.com (mailing list archive)
Headers show
Series hwmon: (ntc_thermistor) typo fixes and incorrect table fix | expand

Message

Maud Spierings via B4 Relay Feb. 27, 2025, 12:57 p.m. UTC
Fix some small mistakes in the Kconfig and bindings yaml, also fix the
incorrect sensor table for the ncpXXxh103 sensor.

Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>
---
Maud Spierings (3):
      hwmon: (ntc_thermistor) Fix module name in the Kconfig
      dt-bindings: hwmon: ntc-thermistor: fix typo regarding the deprecation of the ntc, compatibles
      hwmon: (ntc_thermistor) Fix the ncpXXxh103 sensor table

 .../devicetree/bindings/hwmon/ntc-thermistor.yaml  |  2 +-
 drivers/hwmon/Kconfig                              |  2 +-
 drivers/hwmon/ntc_thermistor.c                     | 66 +++++++++++-----------
 3 files changed, 35 insertions(+), 35 deletions(-)
---
base-commit: be5c7bbb3a64baf884481a1ba0c2f8fb2f93f7c3
change-id: 20250227-ntc_thermistor_fixes-6043c862956a

Best regards,

Comments

Linus Walleij Feb. 28, 2025, 8:28 a.m. UTC | #1
On Thu, Feb 27, 2025 at 1:57 PM Maud Spierings via B4 Relay
<devnull+maudspierings.gocontroll.com@kernel.org> wrote:

> Fix some small mistakes in the Kconfig and bindings yaml, also fix the
> incorrect sensor table for the ncpXXxh103 sensor.
>
> Signed-off-by: Maud Spierings <maudspierings@gocontroll.com>

The series:
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>

Yours,
Linus Walleij