Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757997AbdHYSD1 (ORCPT ); Fri, 25 Aug 2017 14:03:27 -0400 Received: from mail-oi0-f65.google.com ([209.85.218.65]:34197 "EHLO mail-oi0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757365AbdHYSDZ (ORCPT ); Fri, 25 Aug 2017 14:03:25 -0400 Date: Fri, 25 Aug 2017 13:03:23 -0500 From: Rob Herring To: Danilo Krummrich Cc: linux-kernel@vger.kernel.org, linux-input@vger.kernel.org, dmitry.torokhov@gmail.com, linus.walleij@linaro.org, rdunlap@infradead.org, devicetree@vger.kernel.org Subject: Re: [PATCH v9 2/2] dt-bindings: new binding for ps/2 gpio devices Message-ID: <20170825180323.g6pbqox5omeyuf4a@rob-hp-laptop> References: <20170821193142.29688-1-danilokrummrich@dk-develop.de> <20170821193142.29688-3-danilokrummrich@dk-develop.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170821193142.29688-3-danilokrummrich@dk-develop.de> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 682 Lines: 16 On Mon, Aug 21, 2017 at 09:31:42PM +0200, Danilo Krummrich wrote: > The PS/2 gpio device binding defines the gpio pins (data and clock) > as well as the interrupt which should be used to drive the ps/2 bus. > It is expected to get an interrupt on the falling edge of the clock > line. > > Also it can be configured whether the host should support writing to > the device. > > Signed-off-by: Danilo Krummrich > --- > .../devicetree/bindings/serio/ps2-gpio.txt | 23 ++++++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/serio/ps2-gpio.txt Acked-by: Rob Herring