[PATCH 03/26] Input: synaptics-rmi4 - explicitly request polling when needed

2015-11-05 Thread Andrew Duggan
From: Benjamin Tissoires Host Notify does not work with neither IRQ nor polling. Allow a RMI4 driver to request or not polling depending on the attn_gpio. When neither the internal IRQ or polling systems are used, the transport driver can call rmi_process_interrupt_requests() to trigger a proces

[PATCH 03/26] Input: synaptics-rmi4 - explicitly request polling when needed

2015-11-05 Thread Andrew Duggan
From: Benjamin Tissoires Host Notify does not work with neither IRQ nor polling. Allow a RMI4 driver to request or not polling depending on the attn_gpio. When neither the internal IRQ or polling systems are used, the transport driver can call rmi_process_interrupt_requests() to trigger a proces

Re: [PATCH 03/26] Input: synaptics-rmi4 - explicitly request polling when needed

2015-11-09 Thread Linus Walleij
On Fri, Nov 6, 2015 at 12:37 AM, Andrew Duggan wrote: > From: Benjamin Tissoires > > Host Notify does not work with neither IRQ nor polling. Allow a RMI4 driver > to request or not polling depending on the attn_gpio. > > When neither the internal IRQ or polling systems are used, the > transport

Re: [PATCH 03/26] Input: synaptics-rmi4 - explicitly request polling when needed

2015-11-09 Thread Dmitry Torokhov
On Thu, Nov 05, 2015 at 03:37:12PM -0800, Andrew Duggan wrote: > From: Benjamin Tissoires > > Host Notify does not work with neither IRQ nor polling. Allow a RMI4 driver > to request or not polling depending on the attn_gpio. > > When neither the internal IRQ or polling systems are used, the > t