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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6A44EC433EF for ; Wed, 6 Oct 2021 21:08:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 518CA61152 for ; Wed, 6 Oct 2021 21:08:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239590AbhJFVJz (ORCPT ); Wed, 6 Oct 2021 17:09:55 -0400 Received: from mail-ot1-f49.google.com ([209.85.210.49]:39755 "EHLO mail-ot1-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239454AbhJFVJw (ORCPT ); Wed, 6 Oct 2021 17:09:52 -0400 Received: by mail-ot1-f49.google.com with SMTP id j11-20020a9d190b000000b00546fac94456so4817850ota.6; Wed, 06 Oct 2021 14:07:59 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=gKyYCRzor8NqVeWyaMvpWRZAZvL0zYpO2MrhtBbCXXI=; b=H0LBcMLuXxfOuSj8cP4xoZncnxLR93um2txNtAxeOaR+h2DbSFSoryrhUbhzrKFNsj O+BNYCkh1qXVtnGQtBTgG7tCX8Z/tA2LAn0SHfj3Tr3+4utkw61eH0aG7wvKXer+c5eb inY1IrB3Q07d0a8kQLCbqx0YVqHA6yK4nidxCqhmkcbsw6n2IPnW6H7smn6ixd3HXpoZ a80XTXBAep6aa5G/NEhZaePO50XZBQHO2k55paPcjh8SZtGv5zGKenDr8N/GlAnvSwXw OMOo52YqAIqpUUN8XWrIyH57RYI6U6JNawbFEfaA6dLr9/C6xI1FAh4Hu6DZ2C3k4vJp IsWA== X-Gm-Message-State: AOAM532xRkK+k6Qg4AyrHJ/1ZfVRa/uNzXrPQ1iNCgTUNecytDvnT4Iv J+ckQ12+buQgBv4OXZ4SCQ== X-Google-Smtp-Source: ABdhPJyaP6AYmkHmSM+Ba+z1SgPqZVHEgktY6WljJpCCCS50gZ6TDQa/i+zfiXOL96FNtQ2m/4UaGw== X-Received: by 2002:a05:6830:23a3:: with SMTP id m3mr397205ots.111.1633554479432; Wed, 06 Oct 2021 14:07:59 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id s189sm3647339oif.14.2021.10.06.14.07.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 14:07:58 -0700 (PDT) Received: (nullmailer pid 2876990 invoked by uid 1000); Wed, 06 Oct 2021 21:07:57 -0000 Date: Wed, 6 Oct 2021 16:07:57 -0500 From: Rob Herring To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Andrew Lunn , linux-clk@vger.kernel.org, Michael Turquette , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Vid , Rob Herring , Stephen Boyd , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth , Gregory Clement , Marek =?iso-8859-1?Q?Beh=FAn?= , devicetree@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock Message-ID: References: <20210930095838.28145-1-pali@kernel.org> <20210930095838.28145-4-pali@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20210930095838.28145-4-pali@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 30 Sep 2021 11:58:35 +0200, Pali Rohár wrote: > This change adds DT bindings documentation for device nodes with compatible > string "marvell,armada-3700-uart-clock". > > Signed-off-by: Pali Rohár > > --- > Changes in v7 > * Fix errors > > Changes in v6 > * Fix license > * Rename node to clock-controller@12010 > * Remove maxItems > --- > .../clock/marvell,armada-3700-uart-clock.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/marvell,armada-3700-uart-clock.yaml > Reviewed-by: Rob Herring 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id EE1F9C433FE for ; Wed, 6 Oct 2021 21:09:49 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C3C9561163 for ; Wed, 6 Oct 2021 21:09:49 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C3C9561163 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Fkw+rz2DTlQAufmTG/MCOg9IbTlos9/zV+Qjj5KdLWM=; b=nw4MaVea+VTZ+l cdS5KaBmUnIGx84RpUi7wlTb4yCt69Ln72AUMNz48o4HBiP17lk6uDtjJOJOD6ZYU7j9+FMEwSwKd QoFtTBxlM8ega8UGF7IPqkrz/ovfWoiWj+QIve8Dgxe1aKwpmvF9nbe5eMss4q6kiotHjB8Sv9wTc FN8g0uOMjEwFE8tTyHwf1XT6rVPs1qPqENn6lPchQQA6G+F+ASg+EHPUWfwy0gbYyj5Uz3tHljzEY n8sAWOD+aJ/YNk6gQqrF00Dq0nEAzw0FPg7jmHb4L3q+E2OTvKeszSicScut6/Iw+hp6UyuzGg8TJ jLzmBMVBLYkoPK6yBoYQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYE8y-00FYj5-Uu; Wed, 06 Oct 2021 21:08:05 +0000 Received: from mail-ot1-f47.google.com ([209.85.210.47]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mYE8v-00FYi0-KD for linux-arm-kernel@lists.infradead.org; Wed, 06 Oct 2021 21:08:02 +0000 Received: by mail-ot1-f47.google.com with SMTP id o27-20020a9d411b000000b005453f95356cso3906559ote.11 for ; Wed, 06 Oct 2021 14:08:00 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to; bh=gKyYCRzor8NqVeWyaMvpWRZAZvL0zYpO2MrhtBbCXXI=; b=mL3nsqED+vRz2HzKcBU8gkVM5HQs6f9aTsYQLPXgE1wirmvJSnv1P0dEtsdPCHqEl5 SDmZ5F/7ZBhPjv2KaeYXu8XZnhAzP207GGnv1RMEOiy02udJnsG4QxaMpoql3U/zZuaL 93/F3Iz8Rj7612MeJsQmTZsY3P73i9tbt5SWzKY4auKaSfUj4h+v5ORxXH5iGXOi1243 IXO7cs8u2mm6Ss+3u4i0TxxbJl7074Hx1YOWtdycdh0nZ0XpnmisKGabvV30TpLYE8zV SmwEdUU8mUYgCPbNUVSGiIinUxXLznvWL8H8G0yvh4Her4heLQcZsINIue+v5b0Z/WeW Q+CA== X-Gm-Message-State: AOAM532DhcZObQqc+7JHshTXxPXpVUncd1FtSkRQliLjSvVhMg1DZTWK HSJCzm+bNzKkKlv5JItvFA== X-Google-Smtp-Source: ABdhPJyaP6AYmkHmSM+Ba+z1SgPqZVHEgktY6WljJpCCCS50gZ6TDQa/i+zfiXOL96FNtQ2m/4UaGw== X-Received: by 2002:a05:6830:23a3:: with SMTP id m3mr397205ots.111.1633554479432; Wed, 06 Oct 2021 14:07:59 -0700 (PDT) Received: from robh.at.kernel.org (66-90-148-213.dyn.grandenetworks.net. [66.90.148.213]) by smtp.gmail.com with ESMTPSA id s189sm3647339oif.14.2021.10.06.14.07.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Oct 2021 14:07:58 -0700 (PDT) Received: (nullmailer pid 2876990 invoked by uid 1000); Wed, 06 Oct 2021 21:07:57 -0000 Date: Wed, 6 Oct 2021 16:07:57 -0500 From: Rob Herring To: Pali =?iso-8859-1?Q?Roh=E1r?= Cc: Andrew Lunn , linux-clk@vger.kernel.org, Michael Turquette , linux-serial@vger.kernel.org, linux-kernel@vger.kernel.org, Vladimir Vid , Rob Herring , Stephen Boyd , linux-arm-kernel@lists.infradead.org, Sebastian Hesselbarth , Gregory Clement , Marek =?iso-8859-1?Q?Beh=FAn?= , devicetree@vger.kernel.org, Greg Kroah-Hartman Subject: Re: [PATCH v7 3/6] dt-bindings: mvebu-uart: document DT bindings for marvell,armada-3700-uart-clock Message-ID: References: <20210930095838.28145-1-pali@kernel.org> <20210930095838.28145-4-pali@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210930095838.28145-4-pali@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211006_140801_688380_E5F5A054 X-CRM114-Status: GOOD ( 11.65 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 30 Sep 2021 11:58:35 +0200, Pali Roh=E1r wrote: > This change adds DT bindings documentation for device nodes with compatib= le > string "marvell,armada-3700-uart-clock". > = > Signed-off-by: Pali Roh=E1r > = > --- > Changes in v7 > * Fix errors > = > Changes in v6 > * Fix license > * Rename node to clock-controller@12010 > * Remove maxItems > --- > .../clock/marvell,armada-3700-uart-clock.yaml | 59 +++++++++++++++++++ > 1 file changed, 59 insertions(+) > create mode 100644 Documentation/devicetree/bindings/clock/marvell,armad= a-3700-uart-clock.yaml > = Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel