Re: [PATCH 2/4] i2c-i801: Add Device IDs for Intel Sunrise Point PCH

2014-10-16 Thread Jean Delvare
Hi James, On Mon, 13 Oct 2014 15:20:24 -0700, James Ralston wrote: > This patch adds the I2C/SMBus Device IDs for the Intel Sunrise Point PCH. > > Signed-off-by: James Ralston > --- > Documentation/i2c/busses/i2c-i801 | 1 + > drivers/i2c/busses/Kconfig| 1 + > drivers/i2c/busses/i2c-i8

Re: [PATCH 2/4] i2c-i801: Add Device IDs for Intel Sunrise Point PCH

2014-10-16 Thread Wolfram Sang
On Mon, Oct 13, 2014 at 03:20:24PM -0700, James Ralston wrote: > This patch adds the I2C/SMBus Device IDs for the Intel Sunrise Point PCH. > > Signed-off-by: James Ralston Applied to for-next, thanks! signature.asc Description: Digital signature

[PATCH 2/4] i2c-i801: Add Device IDs for Intel Sunrise Point PCH

2014-10-13 Thread James Ralston
This patch adds the I2C/SMBus Device IDs for the Intel Sunrise Point PCH. Signed-off-by: James Ralston --- Documentation/i2c/busses/i2c-i801 | 1 + drivers/i2c/busses/Kconfig| 1 + drivers/i2c/busses/i2c-i801.c | 3 +++ 3 files changed, 5 insertions(+) diff --git a/Documentation/i2c