On Fri, Nov 6, 2015 at 12:37 AM, Andrew Duggan <adug...@synaptics.com> wrote:
> From: Benjamin Tissoires <benjamin.tissoi...@redhat.com> > > 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 process of the alert. > > Signed-off-by: Benjamin Tissoires <benjamin.tissoi...@redhat.com> > Tested-by: Andrew Duggan <adug...@synaptics.com> (...) > + } else if (pdata->attn_gpio == RMI_POLLING) { (...) > +#define RMI_POLLING -1 Aeuck ... this thing should be rewritten to use GPIO descriptors instead of this old number-based stuff. I'll go in and see if I can take a stab at it. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html