Re: [PATCH v2] i2c: xlp9xx: Add support for SMBAlert

2018-03-19 Thread Jan Glauber
On Sat, Mar 17, 2018 at 10:03:00PM +0100, Wolfram Sang wrote: > On Tue, Mar 06, 2018 at 06:46:34AM -0800, George Cherian wrote: > > Add support for SMBus alert mechanism to i2c-xlp9xx driver. > > The second interrupt is parsed to use for SMBus alert. > > The first interrupt is the i2c controller ma

Re: [PATCH v2] i2c: xlp9xx: Add support for SMBAlert

2018-03-17 Thread Wolfram Sang
On Tue, Mar 06, 2018 at 06:46:34AM -0800, George Cherian wrote: > Add support for SMBus alert mechanism to i2c-xlp9xx driver. > The second interrupt is parsed to use for SMBus alert. > The first interrupt is the i2c controller main interrupt. > > Signed-off-by: Kamlakant Patel > Signed-off-by: Ge

[PATCH v2] i2c: xlp9xx: Add support for SMBAlert

2018-03-06 Thread George Cherian
Add support for SMBus alert mechanism to i2c-xlp9xx driver. The second interrupt is parsed to use for SMBus alert. The first interrupt is the i2c controller main interrupt. Signed-off-by: Kamlakant Patel Signed-off-by: George Cherian --- drivers/i2c/busses/i2c-xlp9xx.c | 24