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 008FFC4724C for ; Thu, 7 May 2020 12:05:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DAD58207DD for ; Thu, 7 May 2020 12:05:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726558AbgEGMFU (ORCPT ); Thu, 7 May 2020 08:05:20 -0400 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:58121 "EHLO relay9-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725848AbgEGMFU (ORCPT ); Thu, 7 May 2020 08:05:20 -0400 X-Originating-IP: 86.202.105.35 Received: from localhost (lfbn-lyo-1-9-35.w86-202.abo.wanadoo.fr [86.202.105.35]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 015A2FF814; Thu, 7 May 2020 12:03:01 +0000 (UTC) Date: Thu, 7 May 2020 14:03:01 +0200 From: Alexandre Belloni To: Serge Semin Cc: Thomas Bogendoerfer , Alessandro Zummo , Rob Herring , Daniel Lezcano , Thomas Gleixner , Serge Semin , Alexey Malahov , Paul Burton , Ralf Baechle , Arnd Bergmann , linux-mips@vger.kernel.org, Rob Herring , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/7] dt-bindings: timer: Move snps,dw-apb-timer DT schema from rtc Message-ID: <20200507120301.GF34497@piout.net> References: <20200324174325.14213-1-Sergey.Semin@baikalelectronics.ru> <20200506214107.25956-1-Sergey.Semin@baikalelectronics.ru> <20200506214107.25956-3-Sergey.Semin@baikalelectronics.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200506214107.25956-3-Sergey.Semin@baikalelectronics.ru> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/05/2020 00:41:02+0300, Serge Semin wrote: > This binding file doesn't belong to the rtc seeing it's a pure timer > with no rtc facilities like days/months/years counting and alarms. > So move the YAML-file to the Documentation/devicetree/bindings/timer/ > directory. > > Signed-off-by: Serge Semin > Cc: Alexey Malahov > Cc: Thomas Bogendoerfer > Cc: Paul Burton > Cc: Ralf Baechle > Cc: Arnd Bergmann > Cc: linux-mips@vger.kernel.org Acked-by: Alexandre Belloni > --- > .../devicetree/bindings/{rtc => timer}/snps,dw-apb-timer.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > rename Documentation/devicetree/bindings/{rtc => timer}/snps,dw-apb-timer.yaml (96%) > > diff --git a/Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml b/Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml > similarity index 96% > rename from Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml > rename to Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml > index 002fe1ee709b..5d300efdf0ca 100644 > --- a/Documentation/devicetree/bindings/rtc/snps,dw-apb-timer.yaml > +++ b/Documentation/devicetree/bindings/timer/snps,dw-apb-timer.yaml > @@ -1,7 +1,7 @@ > # SPDX-License-Identifier: GPL-2.0-only > %YAML 1.2 > --- > -$id: http://devicetree.org/schemas/rtc/snps,dw-apb-timer.yaml# > +$id: http://devicetree.org/schemas/timer/snps,dw-apb-timer.yaml# > $schema: http://devicetree.org/meta-schemas/core.yaml# > > title: Synopsys DesignWare APB Timer > -- > 2.25.1 > -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com