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

2020-12-15 Thread kernel test robot
Hi Charles, I love your patch! Yet something to improve: [auto build test ERROR on linux/master] [also build test ERROR on linus/master v5.10] [cannot apply to hwmon/hwmon-next next-20201215] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

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

2020-12-11 Thread Guenter Roeck
On Fri, Dec 11, 2020 at 05:46:05PM +0800, Charles Hsu wrote: > The output voltage use the MFR_READ_VOUT 0xD4 > Vout value returned is linear11. > > Signed-off-by: Charles Hsu I'll keep the patch I already applied, with all the _compile_ problems fixed. Please check out hwmon-next and submit

[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.

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

2020-12-03 Thread Charles
On 3/12/2020 下午11:48, Guenter Roeck wrote: On Thu, Dec 03, 2020 at 08:34:32PM +0800, Charles wrote: [ ... ] It's really weird. I sent a mail to myself, and it looks good. @@ -220,6 +220,15 @@ config SENSORS_MP2975 This driver can also be built as a module. If so, the module will

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

2020-12-03 Thread Guenter Roeck
On Thu, Dec 03, 2020 at 01:30:30PM +, hsu.yungt...@outlook.com wrote: > Add the pmbus driver for the STMicroelectronics pm6764 voltage regulator. > > the output voltage use the MFR_READ_VOUT 0xD4 > vout value returned is linear11 > checkpatch --strict reports: total: 3 errors, 7 warnings,

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

2020-12-03 Thread Guenter Roeck
On Thu, Dec 03, 2020 at 08:34:32PM +0800, Charles wrote: [ ... ] > > It's really weird. I sent a mail to myself, and it looks good. > @@ -220,6 +220,15 @@ config SENSORS_MP2975 > This driver can also be built as a module. If so, the module will > be called mp2975. > +config