Re: [PATCH v8 0/9] Goodix touchscreen enhancements
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-10-08 14:32:17
Also in:
linux-devicetree, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2015-10-08 14:32:17
Also in:
linux-devicetree, lkml
On Thursday 08 October 2015 17:23:42 Irina Tirdea wrote:
Add several enhancements to the Goodix touchscreen driver. The new functionality is only available for devices that declare named gpio pins for interrupt and reset in their ACPI/DT configuration. Thanks, Irina Changes in v8: - only allow new functionality for devices that declare named gpios (using _DSD properties in ACPI or named DT properties)
Looks much cleaner this way, thanks! One remaining question: how would you handle the case where the hardware doesn't support configuring the int-gpios line as output but you still want to use the named gpios? I assume you have that case covered, but I don't see it immediately. Arnd