Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-24 Thread Benjamin Tissoires
On Nov 24 2016 or thereabouts, Wolfram Sang wrote: > On Tue, Nov 22, 2016 at 12:49:22PM +0100, Wolfram Sang wrote: > > On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > > > Hi Wolfram, > > > > > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > > > On Thu, Oct 13, 2016

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-24 Thread Benjamin Tissoires
On Nov 24 2016 or thereabouts, Wolfram Sang wrote: > On Tue, Nov 22, 2016 at 12:49:22PM +0100, Wolfram Sang wrote: > > On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > > > Hi Wolfram, > > > > > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > > > On Thu, Oct 13, 2016

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-24 Thread Wolfram Sang
On Tue, Nov 22, 2016 at 12:49:22PM +0100, Wolfram Sang wrote: > On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > > Hi Wolfram, > > > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > > > The

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-24 Thread Wolfram Sang
On Tue, Nov 22, 2016 at 12:49:22PM +0100, Wolfram Sang wrote: > On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > > Hi Wolfram, > > > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > > > The

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-22 Thread Wolfram Sang
On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > Hi Wolfram, > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > > The current SMBus Host Notify implementation relies on .alert() to > > > relay its

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-22 Thread Wolfram Sang
On Mon, Nov 21, 2016 at 11:52:48AM +0100, Benjamin Tissoires wrote: > Hi Wolfram, > > On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > > The current SMBus Host Notify implementation relies on .alert() to > > > relay its

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-21 Thread Benjamin Tissoires
Hi Wolfram, On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > The current SMBus Host Notify implementation relies on .alert() to > > relay its notifications. However, the use cases where SMBus Host > > Notify is needed

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-21 Thread Benjamin Tissoires
Hi Wolfram, On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > The current SMBus Host Notify implementation relies on .alert() to > > relay its notifications. However, the use cases where SMBus Host > > Notify is needed

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-07 Thread Benjamin Tissoires
On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > The current SMBus Host Notify implementation relies on .alert() to > > relay its notifications. However, the use cases where SMBus Host > > Notify is needed currently is to

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-07 Thread Benjamin Tissoires
On Nov 07 2016 or thereabouts, Wolfram Sang wrote: > On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > > The current SMBus Host Notify implementation relies on .alert() to > > relay its notifications. However, the use cases where SMBus Host > > Notify is needed currently is to

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-06 Thread Wolfram Sang
On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > The current SMBus Host Notify implementation relies on .alert() to > relay its notifications. However, the use cases where SMBus Host > Notify is needed currently is to signal data ready on touchpads. > > This is closer to an

Re: [PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-11-06 Thread Wolfram Sang
On Thu, Oct 13, 2016 at 02:10:40PM +0200, Benjamin Tissoires wrote: > The current SMBus Host Notify implementation relies on .alert() to > relay its notifications. However, the use cases where SMBus Host > Notify is needed currently is to signal data ready on touchpads. > > This is closer to an

[PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-10-13 Thread Benjamin Tissoires
The current SMBus Host Notify implementation relies on .alert() to relay its notifications. However, the use cases where SMBus Host Notify is needed currently is to signal data ready on touchpads. This is closer to an IRQ than a custom API through .alert(). Given that the 2 touchpad manufacturers

[PATCH v5 6/6] i2c: use an IRQ to report Host Notify events, not alert

2016-10-13 Thread Benjamin Tissoires
The current SMBus Host Notify implementation relies on .alert() to relay its notifications. However, the use cases where SMBus Host Notify is needed currently is to signal data ready on touchpads. This is closer to an IRQ than a custom API through .alert(). Given that the 2 touchpad manufacturers