Re: [PATCH 28/46] input: touchscreen: mainstone: sync with zylonite driver
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-10-18 18:41:16
Also in:
linux-arm-kernel, lkml
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: 2019-10-18 18:41:16
Also in:
linux-arm-kernel, lkml
On Fri, Oct 18, 2019 at 05:41:43PM +0200, Arnd Bergmann wrote:
The two drivers are almost identical and can work on a variety of hardware in principle. The mainstone driver supports additional hardware, and the zylonite driver has a few cleanup patches. Sync the two by adding the zylonite changes into the mainstone one, and checking for the zylonite board to order to keep the default behavior (interrupt enabled) there. Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com> Cc: linux-input@vger.kernel.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> -- Dmitry