From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07151C433E0 for ; Tue, 16 Jun 2020 08:20:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D993D2078E for ; Tue, 16 Jun 2020 08:20:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726626AbgFPIUm (ORCPT ); Tue, 16 Jun 2020 04:20:42 -0400 Received: from v6.sk ([167.172.42.174]:47516 "EHLO v6.sk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726261AbgFPIUm (ORCPT ); Tue, 16 Jun 2020 04:20:42 -0400 Received: from localhost (v6.sk [IPv6:::1]) by v6.sk (Postfix) with ESMTP id 0150061626; Tue, 16 Jun 2020 08:20:09 +0000 (UTC) Date: Tue, 16 Jun 2020 10:20:05 +0200 From: Lubomir Rintel To: Mauro Carvalho Chehab Cc: Linux Doc Mailing List , linux-kernel@vger.kernel.org, Jonathan Corbet , Rob Herring , devicetree@vger.kernel.org Subject: Re: [PATCH 15/29] dt: fix reference to olpc,xo1.75-ec.txt Message-ID: <20200616082005.GA931489@furthur.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Mon, Jun 15, 2020 at 08:46:54AM +0200, Mauro Carvalho Chehab wrote: > This file was converted and renamed. > > Fixes: 7882d822b3f9 ("dt-bindings: spi: Convert spi-pxa2xx to json-schema") > Signed-off-by: Mauro Carvalho Chehab Thank you, Reviewed-by: Lubomir Rintel I'm wondering -- which tree is this targetted for? I may end up converting the XO-1.75 EC docs to YAML for 5.9, and I suppose I'd need to base it on this and send it in the same direction. Lubo > --- > Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt > index 8c4d649cdd8f..2d7cdf19a0d0 100644 > --- a/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt > +++ b/Documentation/devicetree/bindings/misc/olpc,xo1.75-ec.txt > @@ -8,7 +8,7 @@ The embedded controller requires the SPI controller driver to signal readiness > to receive a transfer (that is, when TX FIFO contains the response data) by > strobing the ACK pin with the ready signal. See the "ready-gpios" property of the > SSP binding as documented in: > -. > +. > > Example: > &ssp3 { > -- > 2.26.2 >