[PATCH] dt-bindings: (hwmon/pm6764tr) Add PM6764TR hwmon driver bindings

2020-12-28 Thread Charles Hsu
Document device tree bindings for STMicroelectronics PM6764tr Voltage Regulator. Signed-off-by: Charles Hsu --- .../bindings/hwmon/pmbus/st,pm6764tr.yaml | 47 +++ .../devicetree/bindings/trivial-devices.yaml | 2 + 2 files changed, 49 insertions(+) create mode 100644

[PATCH v6] hwmon: Add driver for STMicroelectronics PM6764 Voltage Regulator.

2020-12-11 Thread Charles Hsu
The output voltage use the MFR_READ_VOUT 0xD4 Vout value returned is linear11. Signed-off-by: Charles Hsu --- v6: - Fix misspelling. v5: - Add MAINTAINERS. v4: - Add pm6764tr to Documentation/hwmon/index.rst. v3: - Add Documentation(Documentation/hwmon/pm6764tr.rst). - Fix include order. v2

Re: [PATCH] hwmon: (pmbus) Add driver for STMicroelectronics PM6764 Voltage Regulator

2020-11-05 Thread Charles Hsu
out value returned is linear11 > > > > Signed-off-by: Charles Hsu > > Please use standard Linux kernel code formatting rules. > Run checkpatch --strict on the patch and make sure it does not report > any problems. > > total: 1 errors, 39 warnings, 3 checks, 96 lines c

[PATCH] hwmon: (pmbus) Add driver for STMicroelectronics PM6764TR Voltage Regulator

2020-10-22 Thread Charles Hsu
Add the pmbus driver for the STMicroelectronics pm6764tr voltage regulator. Signed-off-by: Charles Hsu --- drivers/hwmon/pmbus/Kconfig| 8 drivers/hwmon/pmbus/Makefile | 1 + drivers/hwmon/pmbus/pm6764tr.c | 76 ++ 3 files changed, 85 insertions