Re: [PATCH] hwmon: (nct6775) Fix register address and added missed tolerance for nct6106

2019-07-15 Thread Guenter Roeck
On Mon, Jul 15, 2019 at 10:46:22AM -0700, Guenter Roeck wrote: > On Mon, Jul 15, 2019 at 06:33:55PM +0200, Björn Gerhart wrote: > > Hi Guenter, > > > > the patch was created against kernel 5.1.15. Is the corresponding > > „baseline“ 5.1 then? > > > The patch doesn't apply against v5.1.15 either.

Re: [PATCH] hwmon: (nct6775) Fix register address and added missed tolerance for nct6106

2019-07-15 Thread Guenter Roeck
On Mon, Jul 15, 2019 at 06:33:55PM +0200, Björn Gerhart wrote: > Hi Guenter, > > the patch was created against kernel 5.1.15. Is the corresponding „baseline“ > 5.1 then? > The patch doesn't apply against v5.1.15 either. Do you have other local changes to the same file in your branch ? Thanks, G

[PATCH] hwmon: (nct6775) Fix register address and added missed tolerance for nct6106

2019-07-15 Thread Björn Gerhart
Hi Guenter, the patch was created against kernel 5.1.15. Is the corresponding „baseline“ 5.1 then? - Fixed address of third NCT6106_REG_WEIGHT_DUTY_STEP - added missed NCT6106_REG_TOLERANCE_H Signed-off-by: Bjoern Gerhart — Index: nct6775.c =