Re: randconfig build error with next-20150812, in drivers/i2c/busses/i2c-i801.c

2015-09-25 Thread Matt Fleming
caused by > CONFIG_ITCO_WDT=y, which selects CONFIG_I2C_I801=y without selecting > its dependencies (CONFIG_I2C.) > > Thanks for reporting, I'll post a fix shortly. Sorry that you got caught up in this build error Jean. Guenter (Cc'd) posted a fix here, https://lkml.kernel.or

[PATCH v4 2/3] i2c: i801: Create iTCO device on newer Intel PCHs

2015-08-06 Thread Matt Fleming
mika.westerb...@linux.intel.com Signed-off-by: Matt Fleming matt.flem...@intel.com --- v4: - No changes v3: - Added Guenter's Review tag v2: - Don't use bitops but same scheme used already - Delete superfluous NULL-checks for platform_device_unregister() drivers/i2c/busses/i2c-i801.c | 120

[PATCH v3 2/3] i2c: i801: Create iTCO device on newer Intel PCHs

2015-07-30 Thread Matt Fleming
mika.westerb...@linux.intel.com Signed-off-by: Matt Fleming matt.flem...@intel.com --- v3: - Added Guenter's Review tag v2: - Don't use bitops but same scheme used already - Delete superfluous NULL-checks for platform_device_unregister() drivers/i2c/busses/i2c-i801.c | 120

[PATCH v2 2/3] i2c: i801: Create iTCO device on newer Intel PCHs

2015-07-29 Thread Matt Fleming
...@linux.intel.com Signed-off-by: Matt Fleming matt.flem...@intel.com --- v2: - Don't use bitops but same scheme used already - Delete superfluous NULL-checks for platform_device_unregister() drivers/i2c/busses/i2c-i801.c | 120 +- 1 file changed, 119

Re: [PATCH 2/5] i2c: i801: Create iTCO device on newer Intel PCHs

2015-07-28 Thread Matt Fleming
simpler too. +platform_device_unregister(priv-tco_pdev); +priv-tco_pdev = NULL; Unnecessary; priv is going to be freed right afterwards. I'll drop this. -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe

Regression in v4.2-rc1 caused by hierarchical irqdomain changes

2015-07-27 Thread Matt Fleming
to try and diagnose why the irqdomain changes broke this i2c controller driver? -- Matt Fleming, Intel Open Source Technology Center -- To unsubscribe from this list: send the line unsubscribe linux-i2c in the body of a message to majord...@vger.kernel.org More majordomo info at http