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 9294BC4BA06 for ; Wed, 26 Feb 2020 00:32:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E8BF20732 for ; Wed, 26 Feb 2020 00:32:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582677133; bh=7f2476RhuRsDJvRZ8jXw6wVKT4+JOhoVyU6JTHvyTFA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:List-ID:From; b=W5jEx01bDIFA9j5b9ogk5h57n/Xa87hV6xr2QrjIakW/O44MBDPwhRGvEFc/hPZ/x L6AzESltiNtKhXaafq05JObuMWz8gx2SmkmZo7cwZYw4tfKf/0HwWsJIsSfOzE0rEu dtdsvnDmCQW+IY6ljfi4JaLISp7kbI488Ex2sPaQ= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729395AbgBZAcK (ORCPT ); Tue, 25 Feb 2020 19:32:10 -0500 Received: from mail.kernel.org ([198.145.29.99]:49336 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728756AbgBZAcK (ORCPT ); Tue, 25 Feb 2020 19:32:10 -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 5521220732; Wed, 26 Feb 2020 00:32:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582677129; bh=7f2476RhuRsDJvRZ8jXw6wVKT4+JOhoVyU6JTHvyTFA=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=O96tQFM4G5bVJF1Tr+1g4/tap4SsS6/pxqs93aci2qiohA/3cTj4j+H+9fVCK1ox7 2AmAUjC3M6VxiBEIXcbS+m6WJl/Ae3wabBAcxnto+FAVhXcluawkSAmpg7wLjotdTQ R8BiUqhzyuGXJBdlJbzb5CMfPIxredJ7Ld2mLYLM= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <1582540703-6328-5-git-send-email-tdas@codeaurora.org> References: <1582540703-6328-1-git-send-email-tdas@codeaurora.org> <1582540703-6328-5-git-send-email-tdas@codeaurora.org> Subject: Re: [PATCH v5 4/5] dt-bindings: clock: Introduce QCOM Modem clock bindings From: Stephen Boyd Cc: David Brown , Rajendra Nayak , linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Gross , devicetree@vger.kernel.org, robh@kernel.org, robh+dt@kernel.org, Taniya Das To: Michael Turquette , Taniya Das Date: Tue, 25 Feb 2020 16:32:08 -0800 Message-ID: <158267712854.177367.18198679874308742176@swboyd.mtv.corp.google.com> User-Agent: alot/0.9 Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Taniya Das (2020-02-24 02:38:22) > Add device tree bindings for modem clock controller for > Qualcomm Technology Inc's SC7180 SoCs. >=20 > Signed-off-by: Taniya Das > --- > include/dt-bindings/clock/qcom,mss-sc7180.h | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 include/dt-bindings/clock/qcom,mss-sc7180.h I think this is typically squashed with the binding patch.