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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99AD3C77B7C for ; Thu, 11 May 2023 13:50:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237937AbjEKNuc (ORCPT ); Thu, 11 May 2023 09:50:32 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44290 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236577AbjEKNub (ORCPT ); Thu, 11 May 2023 09:50:31 -0400 Received: from mx.sberdevices.ru (mx.sberdevices.ru [45.89.227.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D4DEED9; Thu, 11 May 2023 06:50:29 -0700 (PDT) Received: from s-lin-edge02.sberdevices.ru (localhost [127.0.0.1]) by mx.sberdevices.ru (Postfix) with ESMTP id 3C47B5FD5F; Thu, 11 May 2023 16:50:28 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sberdevices.ru; s=mail; t=1683813028; bh=RMxJjEHJX0J6cuwdy2YgFZf1Gg52m0VezrZJvqOMaY8=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type; b=M6GU5ISY3Mv0QEnjh2NKb5xTVGYQYoSeIcRu0VuGPTsEejBDDGUhrGA4rfspJa+T0 7oAa8lBpV8UvH3cVvDuf8xotDuykXPT2tDeBgRoz39z+VfTw3Rmkm529NaJ4PZGoG0 DUrolTUhKLGN2K5PxUXEkRObkrlvz8zj5U8L7Wu0KQ4p8wTZnH8ES4C3ueCqwFHeZO H1akRIjfHBOaU/8hUfm6NYd12hz56Ate8iIcttopxSTuesYN0aJpW9hrL+TDx7QlTq svJrAC89qTH3UYczt3km/iLdj9cPL3/3TQAGnVlzsXIxrIQEZ18MUDjxmpfXR92dyt EMYvw7TteVwkg== Received: from S-MS-EXCH01.sberdevices.ru (S-MS-EXCH01.sberdevices.ru [172.16.1.4]) by mx.sberdevices.ru (Postfix) with ESMTP; Thu, 11 May 2023 16:50:28 +0300 (MSK) Date: Thu, 11 May 2023 16:50:22 +0300 From: Dmitry Rokosov To: Krzysztof Kozlowski CC: Christian Hewitt , Martin Blumenstingl , Neil Armstrong , Jerome Brunet , , , Rob Herring , Krzysztof Kozlowski , Kevin Hilman , , , , AML , , devicetree , LKML , , Rob Herring Subject: Re: [PATCH v14 5/6] dt-bindings: clock: meson: add A1 Peripherals clock controller bindings Message-ID: <20230511135022.jzkv4un4bbm375aw@CAB-WSD-L081021> References: <20230426095805.15338-1-ddrokosov@sberdevices.ru> <20230426095805.15338-6-ddrokosov@sberdevices.ru> <2F9DDB93-5EE7-4B5D-AFB5-052968081E0A@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: NeoMutt/20220415 X-Originating-IP: [172.16.1.6] X-ClientProxiedBy: S-MS-EXCH02.sberdevices.ru (172.16.1.5) To S-MS-EXCH01.sberdevices.ru (172.16.1.4) X-KSMG-Rule-ID: 4 X-KSMG-Message-Action: clean X-KSMG-AntiSpam-Status: not scanned, disabled by settings X-KSMG-AntiSpam-Interceptor-Info: not scanned X-KSMG-AntiPhishing: not scanned, disabled by settings X-KSMG-AntiVirus: Kaspersky Secure Mail Gateway, version 1.1.2.30, bases: 2023/05/11 10:21:00 #21259776 X-KSMG-AntiVirus-Status: Clean, skipped Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello Krzysztof, Thank you for the review! On Tue, May 02, 2023 at 09:39:12AM +0200, Krzysztof Kozlowski wrote: > On 02/05/2023 03:38, Christian Hewitt wrote: > >> On 1 May 2023, at 7:51 pm, Martin Blumenstingl wrote: > >> > >> Hi Dmitry, > >> > >> On Wed, Apr 26, 2023 at 11:58 AM Dmitry Rokosov > >> wrote: > >>> > >>> Add the documentation for Amlogic A1 Peripherals clock driver, > >>> and A1 Peripherals clock controller bindings. > >> Maybe a native English speaker can comment on whether it's > >> "peripheral" or "peripherals". > > > > I’m not a grammar specialist, but I would write: > > > > “Add documentation and bindings for the Amlogic A1 SoC peripherals > > clock driver” > > > > Peripherals is the correct plural but reads better when you add > > context on the type of peripherals. > > Drop the "driver" references - from the binding itself and from commit > msg. The bindings are for hardware, not for the driver, so: "for the > Amlogic A1 SoC peripherals clock controller.". Okay, thank you for the suggestion! I will remove it in the next version. -- Thank you, Dmitry