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=-9.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=ham 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 D8068C433E9 for ; Sun, 14 Feb 2021 20:33:19 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 9051F64E56 for ; Sun, 14 Feb 2021 20:33:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9051F64E56 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:Date:To:From:Subject:References: In-Reply-To:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=QryXlHfPm23vcM55647g6r7INO0rpJ6Oax4w56+PWpQ=; b=wlji9yR3L7hxWNn63lnVHUmMb UChZOgCrB4YPpExDwjcd6eKxwR/Syjq+9frIdsHLujuyU7yzJgJPu0eCohFy9iDWqBzHMJTV2jXBJ Mz9w7vtB1OmJmA93ygGDIK8sZg4ksqmLDBBbzo68RBDJkKqvraTtNNjZcLgFzAdOJbgdNNc6X4EtJ R1QIUNqaJXaieNzeBzV7AaB/A2ZSu821dXa9RGrjDO2WRr/K8qmOtL9LfPnLbzyJ5B31jjj3kvp8h Tya9WbLNs/kbYhaBRJIHRT/3gIuZOPIidRZ3Y0q/zYmO+NvIRy8yojlYZw7AykN1CDD+Tne6fZ0K7 MgKADBraQ==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lBO3l-0007pm-P9; Sun, 14 Feb 2021 20:32:01 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lBO3k-0007pQ-8p for linux-arm-kernel@lists.infradead.org; Sun, 14 Feb 2021 20:32:00 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 92D0F64E10; Sun, 14 Feb 2021 20:31:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1613334719; bh=H9R+ROHxYjq8viD0A7JhSpt+PKnH2ZZlZyjfS9tvzaE=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=MphepIgReWOOD91sruv3QysITn0bNsmx8UjNa12TDO/QitX9DQMmXQNLXbaba0kx3 N7QkzxQMYLKryX0CwLOqxl2nzODg/2pvJEkssdI2E0rEh0HRAQHUq/4m621V3B4BWJ KPVgVB76hUou1B60SLTGHd8RWRRxx//pswxQN4LO7yejKtqX0UikSp1UXlV8HZIx40 87eoT484A0lQ51ErmUzYcJ5kpvEZYSsV9FC556DotmuFK1t0BeQB8Nm/SRyUeFDPxP AoRgmt0TIoOpMuoO/ckJ5gHnI5cnRrKNrwgftZ72Co99XrxDXf3LKl8sDUrmGlbbEC 1bf3bH26JXc1A== MIME-Version: 1.0 In-Reply-To: <20210211052206.2955988-3-daniel@0x0f.com> References: <20210211052206.2955988-1-daniel@0x0f.com> <20210211052206.2955988-3-daniel@0x0f.com> Subject: Re: [PATCH v2 2/7] dt-bindings: clk: mstar msc313 mpll binding description From: Stephen Boyd To: Daniel Palmer , devicetree@vger.kernel.org, linux-clk@vger.kernel.org Date: Sun, 14 Feb 2021 12:31:58 -0800 Message-ID: <161333471841.1254594.13083213077100654814@swboyd.mtv.corp.google.com> User-Agent: alot/0.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210214_153200_389637_7B68B333 X-CRM114-Status: UNSURE ( 5.79 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Daniel Palmer , w@1wt.eu, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Quoting Daniel Palmer (2021-02-10 21:22:01) > Add a binding description for the MStar/SigmaStar MPLL clock block. > > Signed-off-by: Daniel Palmer > --- Applied to clk-next _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel