From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753487AbcBOWs2 (ORCPT ); Mon, 15 Feb 2016 17:48:28 -0500 Received: from mail-ob0-f177.google.com ([209.85.214.177]:33831 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753207AbcBOWs0 (ORCPT ); Mon, 15 Feb 2016 17:48:26 -0500 MIME-Version: 1.0 In-Reply-To: <1455142982-10008-1-git-send-email-aduggan@synaptics.com> References: <1455142982-10008-1-git-send-email-aduggan@synaptics.com> Date: Mon, 15 Feb 2016 14:48:25 -0800 Message-ID: Subject: Re: [PATCH v5 00/10] Input: synaptics-rmi4: Synaptics RMI4 Driver From: Bjorn Andersson To: Andrew Duggan Cc: linux-input@vger.kernel.org, lkml , Dmitry Torokhov , Linus Walleij , Jiri Kosina , Benjamin Tissoires , 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 Wed, Feb 10, 2016 at 2: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. > > Thanks, > Andrew > > Andrew Duggan (10): > Input: synaptics-rmi4: Add support for Synaptics RMI4 devices > Input: synaptics-rmi4: Add I2C transport driver > Input: synaptics-rmi4: Add device tree support for RMI4 I2C devices > Input: synaptics-rmi4: Add support for 2D sensors and F11 > Input: synaptics-rmi4: Add device tree support for 2d sensors and F11 > Input: synaptics-rmi4: Add support for F12 > Input: synaptics-rmi4: Add support for F30 > Input: synaptics-rmi4: Add SPI transport driver > Input: synaptics-rmi4: Add device tree support to the SPI transport > driver > HID: rmi: Make hid-rmi a transport driver for synaptics-rmi4 > My rmi4 device is powered by two regulators that are left disabled by the boot, so I have a patch to acquire those and toggle them appropriately. I plan to send that out once your patches lands. Tested-by: Bjorn Andersson Regards, Bjorn