Re: [PATCH 3/3] i2c-i801: SMBus patch for Intel Avoton DeviceIDs

2013-01-27 Thread Wolfram Sang
> @@ -166,6 +167,7 @@ > #define PCI_DEVICE_ID_INTEL_5_3400_SERIES_SMBUS 0x3b30 > #define PCI_DEVICE_ID_INTEL_LYNXPOINT_SMBUS 0x8c22 > #define PCI_DEVICE_ID_INTEL_LYNXPOINT_LP_SMBUS 0x9c22 > +#define PCI_DEVICE_ID_INTEL_AVOTON_SMBUS 0x1f3c This seems to be sorted, please stick t

Re: [PATCH 3/3] i2c-i801: SMBus patch for Intel Avoton DeviceIDs

2013-01-25 Thread Jean Delvare
On Fri, 25 Jan 2013 12:11:01 -0800, Seth Heasley wrote: > This patch adds the PCU SMBus DeviceID for the Intel Avoton SOC. > > Signed-off-by: Seth Heasley Reviewed-by: Jean Delvare > --- > Documentation/i2c/busses/i2c-i801 |1 + > drivers/i2c/busses/Kconfig|1 + > drivers/i2c/

[PATCH 3/3] i2c-i801: SMBus patch for Intel Avoton DeviceIDs

2013-01-25 Thread Seth Heasley
This patch adds the PCU SMBus DeviceID for the Intel Avoton SOC. Signed-off-by: Seth Heasley --- Documentation/i2c/busses/i2c-i801 |1 + drivers/i2c/busses/Kconfig|1 + drivers/i2c/busses/i2c-i801.c |3 +++ 3 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Do