From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH v3 05/12] Input: wm97xx: split out touchscreen registering Date: Mon, 3 Jul 2017 09:58:17 +0100 Message-ID: <20170703085817.fajdhhgamngxfnwp@localhost.localdomain> References: <20170630194408.24978-1-robert.jarzmik@free.fr> <20170630194408.24978-6-robert.jarzmik@free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20170630194408.24978-6-robert.jarzmik@free.fr> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Robert Jarzmik Cc: alsa-devel@alsa-project.org, Lars-Peter Clausen , Liam Girdwood , linux-kernel@vger.kernel.org, Dmitry Torokhov , Takashi Iwai , Haojian Zhuang , patches@opensource.wolfsonmicro.com, Mark Brown , linux-arm-kernel@lists.infradead.org, linux-input@vger.kernel.org, Charles Keepax , Lee Jones , Daniel Mack List-Id: linux-input@vger.kernel.org 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 > Acked-by: Dmitry Torokhov > --- Acked-by: Charles Keepax Thanks, Charles