From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v5 01/10] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings Date: Fri, 11 Jan 2019 08:36:35 -0600 Message-ID: <20190111143635.GA21484@bogus> References: <20190110175845.1203986-1-lkundrak@v3.sk> <20190110175845.1203986-2-lkundrak@v3.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190110175845.1203986-2-lkundrak@v3.sk> Sender: linux-kernel-owner@vger.kernel.org Cc: Andy Shevchenko , Darren Hart , Russell King , Mark Rutland , platform-driver-x86@vger.kernel.org, linux-pm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Lubomir Rintel , Pavel Machek List-Id: devicetree@vger.kernel.org On Thu, 10 Jan 2019 18:58:36 +0100, Lubomir Rintel wrote: > The OLPC XO-1.75 Embedded Controller is a SPI master that uses extra > signals for handshaking. It needs to know when is the slave (Linux) > side's TX FIFO ready for transfer (the ready-gpio signal on the SPI > controller node) and when does it wish to respond with a command (the > cmd-gpio property). > > Signed-off-by: Lubomir Rintel > Acked-by: Pavel Machek > > --- > Changes since v1: > - s/cmd-gpio/cmd-gpios/ > - s/ready-gpio/ready-gpios/ in the documentation paragraph > - Remove status = "okay" from the example > > .../bindings/misc/olpc,xo1.75-ec.txt | 23 +++++++++++++++++++ > 1 file changed, 23 insertions(+) > create mode 100644 Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt > Please add Acked-by/Reviewed-by tags when posting new versions. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for acks received on the version they apply. If a tag was not added on purpose, please state why and what changed.