From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752114AbcCKSg7 (ORCPT ); Fri, 11 Mar 2016 13:36:59 -0500 Received: from mail-yw0-f195.google.com ([209.85.161.195]:36606 "EHLO mail-yw0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750976AbcCKSgy (ORCPT ); Fri, 11 Mar 2016 13:36:54 -0500 MIME-Version: 1.0 In-Reply-To: <20160311180521.GA13175@dtor-ws> References: <1455142982-10008-1-git-send-email-aduggan@synaptics.com> <56BE200F.5040602@synaptics.com> <20160303171138.GH22340@mail.corp.redhat.com> <20160311180521.GA13175@dtor-ws> Date: Fri, 11 Mar 2016 10:36:53 -0800 Message-ID: Subject: Re: [PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver From: Andrew Duggan To: Dmitry Torokhov Cc: Benjamin Tissoires , Andrew Duggan , Linus Walleij , Linux Input , "linux-kernel@vger.kernel.org" , Jiri Kosina , Christopher Heiny , Stephen Chandler Paul , Vincent Huang , Chris Healy , Andrey Gusakov , Rob Herring Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 11, 2016 at 10:05 AM, Dmitry Torokhov wrote: > On Thu, Mar 03, 2016 at 06:11:38PM +0100, Benjamin Tissoires wrote: >> On Feb 12 2016 or thereabouts, Andrew Duggan wrote: >> > On 02/12/2016 04:54 AM, Linus Walleij wrote: >> > >On Wed, Feb 10, 2016 at 11:23 PM, Andrew Duggan wrote: >> > > >> > >>This is the v5 patch series which fixes the issues identified by kbuild >> > >>and coccinelle in the previous patch series. These include: >> > >> >> > >>- Using ARRAY_SIZE instead of a custom macro to calculate the size of the >> > >> function handler array. >> > >>- Remove setting the .owner field for the driver in rmi_i2c and rmi_spi >> > >> since the i2c-core and spi set that field. >> > >>- Fix if statment in rmi_f30 which was testing has_led twice instead of >> > >> testing has_gpio. >> > >Works like a charm. >> > >Tested-by: Linus Walleij >> > >> > Thanks for testing. At this point except for the touchscreen binding rename >> > fix needed in patch 5, all of the outstanding issues have been addressed. If >> > the rest of the patch series is acceptable, then I can do a final v6 respin >> > which fixes the binding and also removes the HID patch. But, if more work >> > needs to be done on the patch series I can wait to do the respin. Dmitry, >> > what do you think of the patch series at this point? >> >> Dmitry, ping on this one... >> >> I'd like to see the series in 4.6, and we are getting closer of the >> merge window. Could we get some of your time on this? > > I adjusted the binding on patch 5 (to read -x-mm and y-mm) and applied > the first 9 leaving the HID out for now. > Great! Thanks everyone for testing and reviewing. Andrew > Thanks. > > -- > Dmitry > -- > To unsubscribe from this list: send the line "unsubscribe linux-input" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html