Re: [PATCH v2 2/3] drivers: hwmon: Add W83773G driver

2017-11-09 Thread Lei YU
On Thu, Nov 9, 2017 at 1:59 AM, Guenter Roeck wrote: > On Wed, Nov 08, 2017 at 02:03:34PM +0800, Lei YU wrote: >> On Tue, Nov 7, 2017 at 10:33 PM, Guenter Roeck wrote: >> > On 11/07/2017 12:27 AM, Lei YU wrote: >> >> >> >> Nuvoton W83773G is a hardware monitor IC providing one local >> >> tempera

Re: [PATCH v2 2/3] drivers: hwmon: Add W83773G driver

2017-11-08 Thread Guenter Roeck
On Wed, Nov 08, 2017 at 02:03:34PM +0800, Lei YU wrote: > On Tue, Nov 7, 2017 at 10:33 PM, Guenter Roeck wrote: > > On 11/07/2017 12:27 AM, Lei YU wrote: > >> > >> Nuvoton W83773G is a hardware monitor IC providing one local > >> temperature and two remote temperature sensors. > >> > >> Signed-off

Re: [PATCH v2 2/3] drivers: hwmon: Add W83773G driver

2017-11-07 Thread Lei YU
On Tue, Nov 7, 2017 at 10:33 PM, Guenter Roeck wrote: > On 11/07/2017 12:27 AM, Lei YU wrote: >> >> Nuvoton W83773G is a hardware monitor IC providing one local >> temperature and two remote temperature sensors. >> >> Signed-off-by: Lei YU >> --- >> v2: >> - Rewrite the driver using regmap >>

Re: [PATCH v2 2/3] drivers: hwmon: Add W83773G driver

2017-11-07 Thread Guenter Roeck
On 11/07/2017 12:27 AM, Lei YU wrote: Nuvoton W83773G is a hardware monitor IC providing one local temperature and two remote temperature sensors. Signed-off-by: Lei YU --- v2: - Rewrite the driver using regmap - Add offset and update_interval --- drivers/hwmon/Kconfig | 10 ++ driver