Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752663Ab3GXPj0 (ORCPT ); Wed, 24 Jul 2013 11:39:26 -0400 Received: from mail-lb0-f169.google.com ([209.85.217.169]:60100 "EHLO mail-lb0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751323Ab3GXPjZ (ORCPT ); Wed, 24 Jul 2013 11:39:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <1371109835-30796-1-git-send-email-benjamin.tissoires@redhat.com> Date: Wed, 24 Jul 2013 17:39:23 +0200 Message-ID: Subject: Re: [PATCH] HID: i2c-hid: add DT bindings From: Benjamin Tissoires To: Jiri Kosina Cc: Benjamin Tissoires , Grant Likely , Rob Herring , devicetree-discuss@lists.ozlabs.org, linux-input , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1767 Lines: 47 On Tue, Jun 18, 2013 at 11:51 AM, Jiri Kosina wrote: > On Thu, 13 Jun 2013, Benjamin Tissoires wrote: > >> Add device tree based support for HID over I2C devices. >> >> Tested on an Odroid-X board with a Synaptics touchpad. >> >> Signed-off-by: Benjamin Tissoires >> --- >> >> Hi guys, >> >> well, as the commit message says, this is the DT binding for HID over I2C. >> I honestly don't know if it will be used besides me, but it may help others >> with a DT based board. >> As the spec is for ACPI only, I had no specifications regarding the DT names. So >> these names can be changed if you think they are bad. >> >> I also created a new bindings directory in the devicetree doc to reflect the >> split we have between input and hid. However, if the DT experts prefer having >> it under input, I'm fine with that. >> >> Cheers, >> Benjamin >> >> .../devicetree/bindings/hid/hid-over-i2c.txt | 28 ++++++++++++++ >> drivers/hid/i2c-hid/i2c-hid.c | 44 +++++++++++++++++++++- >> include/linux/i2c/i2c-hid.h | 3 +- >> 3 files changed, 73 insertions(+), 2 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/hid/hid-over-i2c.txt >> >> diff --git a/Documentation/devicetree/bindings/hid/hid-over-i2c.txt b/Documentation/devicetree/bindings/hid/hid-over-i2c.txt > > DT folks, any objections to this, please? > > If not, I'd like to apply this for 3.11 into my tree. > DT folks, ping??? Cheers, Benjamin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/