Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756783Ab3FSIW6 (ORCPT ); Wed, 19 Jun 2013 04:22:58 -0400 Received: from mail-out.m-online.net ([212.18.0.9]:36789 "EHLO mail-out.m-online.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756551Ab3FSIWz (ORCPT ); Wed, 19 Jun 2013 04:22:55 -0400 X-Auth-Info: ofoLB7DmV8pzUe9I8lxpGdqOOjP+w9LRC7CzEP1H5hQ= From: Marek Vasut To: Chao Xie Subject: Re: [PATCH V3 5/5] input: pxa27x-keypad: add device tree support Date: Wed, 19 Jun 2013 10:22:51 +0200 User-Agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; ) Cc: dmitry.torokhov@gmail.com, arnd@arndb.de, eric.y.miao@gmail.com, haojian.zhuang@gmail.com, drwyrm@gmail.com, stefan@openezx.org, laforge@openezx.org, robert.jarzmik@free.fr, sleep_walker@suse.cz, slapin@ossfans.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, xiechao.mail@gmail.com References: <1371527778-5236-1-git-send-email-chao.xie@marvell.com> <1371527778-5236-6-git-send-email-chao.xie@marvell.com> In-Reply-To: <1371527778-5236-6-git-send-email-chao.xie@marvell.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <201306191022.51630.marex@denx.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 34 Dear Chao Xie, > Signed-off-by: Chao Xie > --- > .../devicetree/bindings/input/pxa27x-keypad.txt | 60 +++++ > drivers/input/keyboard/pxa27x_keypad.c | 232 > +++++++++++++++++++- 2 files changed, 288 insertions(+), 4 deletions(-) > create mode 100644 > Documentation/devicetree/bindings/input/pxa27x-keypad.txt > > diff --git a/Documentation/devicetree/bindings/input/pxa27x-keypad.txt > b/Documentation/devicetree/bindings/input/pxa27x-keypad.txt new file mode > 100644 > index 0000000..f8674f7 > --- /dev/null > +++ b/Documentation/devicetree/bindings/input/pxa27x-keypad.txt > @@ -0,0 +1,60 @@ > +* Marvell PXA Keypad controller > + > +Required Properties > +- compatible : should be "marvell,pxa27x-keypad" > +- reg : Address and length of the register set for the device > +- interrupts : The interrupt for the keypad controller > +- marvell,debounce-interval : How long time the key will be Is there no generic prop name for this debounce interval? Best regards, Marek Vasut -- 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/