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=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no 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 B12CDC2D0C0 for ; Thu, 19 Dec 2019 05:57:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 785842146E for ; Thu, 19 Dec 2019 05:57:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576735066; bh=TsPn3SWn+5KxnK+OcNkwxCJt3+wfxkJ5RCc0r1xjmrg=; h=In-Reply-To:References:Cc:Subject:From:To:Date:List-ID:From; b=b7n/BRgcMY8Gm9N5+1n6F1ZnhopNgAWWY/kNcEbCoKFnqt4P3aUBpDC1w3LsHiN1u SR/w2AXHnpIlDf+6qY7HmdBikZAfwUj2PhO+/lU8lwio7xFY/VH9aW4uzAEzIEBHMI FUXwZa1gPnxi9hIL8Gv540TByM30j0C5jqEt+2Mc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726730AbfLSF5g (ORCPT ); Thu, 19 Dec 2019 00:57:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:51820 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726704AbfLSF5g (ORCPT ); Thu, 19 Dec 2019 00:57:36 -0500 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B6A1F2146E; Thu, 19 Dec 2019 05:57:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576735054; bh=TsPn3SWn+5KxnK+OcNkwxCJt3+wfxkJ5RCc0r1xjmrg=; h=In-Reply-To:References:Cc:Subject:From:To:Date:From; b=lFr8SJwLAcpR26HIzAwCSBjz9TVTjr7Mc5jRNa3m+guz84SurLVi5sMEGm1h1w08t ShKWwefD35c+13Ee8LNfRuoLMOFSKUvG4HERMtynt7I85q+GQCHkWWeXdC8q9d33eE I6LwKX1xvbOPRIvqiH7e7SyIIacBqWY+IMa1s+Fo= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1576596018-10140-1-git-send-email-jhugo@codeaurora.org> References: <1576595954-9991-1-git-send-email-jhugo@codeaurora.org> <1576596018-10140-1-git-send-email-jhugo@codeaurora.org> Cc: agross@kernel.org, bjorn.andersson@linaro.org, marc.w.gonzalez@free.fr, mturquette@baylibre.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-arm-msm@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Jeffrey Hugo Subject: Re: [PATCH v11 3/4] dt-bindings: clock: Add support for the MSM8998 mmcc From: Stephen Boyd To: Jeffrey Hugo User-Agent: alot/0.8.1 Date: Wed, 18 Dec 2019 21:57:33 -0800 Message-Id: <20191219055734.B6A1F2146E@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Jeffrey Hugo (2019-12-17 07:20:18) > Document the multimedia clock controller found on MSM8998. >=20 > Signed-off-by: Jeffrey Hugo > Reviewed-by: Rob Herring > --- Applied to clk-next