Re: [PATCH v3 05/12] Input: wm97xx: split out touchscreen registering
From: Charles Keepax <ckeepax@opensource.cirrus.com>
Date: 2017-07-03 08:59:19
Also in:
alsa-devel, linux-arm-kernel, lkml
From: Charles Keepax <ckeepax@opensource.cirrus.com>
Date: 2017-07-03 08:59:19
Also in:
alsa-devel, linux-arm-kernel, lkml
On Fri, Jun 30, 2017 at 09:44:01PM +0200, Robert Jarzmik wrote:
wm97xx-core does several things in it initialization : - touchscreen input device setup - battery device creation As the wm97xx is actually a multi-function device handling an audio codec, a touchscreen, a gpio block and an ADC, reshape the probing to isolate what is truly input/touchscreen specific from the remaining part. This is only code shuffling, there is no functional change. Signed-off-by: Robert Jarzmik <robert.jarzmik@free.fr> Acked-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> ---
Acked-by: Charles Keepax <redacted> Thanks, Charles