From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752284AbcBLSK0 (ORCPT ); Fri, 12 Feb 2016 13:10:26 -0500 Received: from us-mx2.synaptics.com ([192.147.44.131]:14869 "EHLO us-mx1.synaptics.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750886AbcBLSKY (ORCPT ); Fri, 12 Feb 2016 13:10:24 -0500 Subject: Re: [PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver To: Linus Walleij , Dmitry Torokhov References: <1455142982-10008-1-git-send-email-aduggan@synaptics.com> CC: Linux Input , "linux-kernel@vger.kernel.org" , Jiri Kosina , Benjamin Tissoires , Christopher Heiny , Stephen Chandler Paul , Vincent Huang , Chris Healy , Andrey Gusakov , Rob Herring From: Andrew Duggan Message-ID: <56BE200F.5040602@synaptics.com> Date: Fri, 12 Feb 2016 10:10:23 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [10.4.10.145] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? Thanks, Andrew > Yours, > Linus Walleij