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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A5311C61DA4 for ; Mon, 13 Mar 2023 23:01:54 +0000 (UTC) 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:Date:To:Cc:From:Subject:References: In-Reply-To:MIME-Version:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=2Ty5LhP+ZfqQ4yp79RXEHTtgLPSZNU8dlACcyBZyh5o=; b=im5lGx+889/03b /jAisjTEyx2QlfEo/x3eyZvDUmFJRsetNW/uE6mqQ65thI4rjdH9qtXXmTpzQ6FVYYOFW7yn+EfS9 mnVl1EmJrTXNSRhGG7awac4RMzI2KFdmUaBbnsqvyDWxacGgwsfbgOLiEGUUvvstnOSJCFiwzRkq+ cUQ6AwiiI+twIVaesC5QbKRu2q/vPeowHM4SUMdZV2AgGVvDHxXfnnTs3cWwUXFQfgbot0WTUAoaW hWSL/BPqcBDdDwNJ6oJ0Mcf0F3AIbiKV3FWXB6BQEIZGzIvJplLws/z6bCAKTTWOT/6T2PjQQHwuW BVPTZ39tuzbPBkj5+oug==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbr9m-008EZ1-80; Mon, 13 Mar 2023 23:00:42 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pbr6j-008DCL-7s for linux-arm-kernel@lists.infradead.org; Mon, 13 Mar 2023 22:57:34 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id C9F136152C; Mon, 13 Mar 2023 22:57:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26B70C433D2; Mon, 13 Mar 2023 22:57:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678748250; bh=vByp+cleYjNRsooeWKVsK7Pf6qW+dTVxWVIfmwEMi/k=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=LAMexyxtT93hnMxPAeSJOm3HE6EXQjwmlwxCGOXssdRS7y0uE9RV33QYRlCWl2zCF oT2WoR4xFQGd2eahk/s/g1Tq+mXi8SE8BHmXfwyDltOv4PJqTl4SL2QEBhBONTKvq/ wNTh5B1YVB8wowIGd9k6hTpKPEPQKYUf7zyYVLnia+oJ9d4Gb+TTfyDBaQER8lBh7C BbB4IMv61ivPl9wGiWQdHwZqeNetxZ7FCjxwQLHjCpGugSTXIIQuG0yJt0SwuVVJ1X w+cWiz35fhNVaRCOYiNT7GqK55c4HyXYTNY18/tAxvKCDCZCQVuMKuHMt+/H6QdoJu wPdA15ba4fiQg== Message-ID: MIME-Version: 1.0 In-Reply-To: <20230313165620.128463-6-ahalaney@redhat.com> References: <20230313165620.128463-1-ahalaney@redhat.com> <20230313165620.128463-6-ahalaney@redhat.com> Subject: Re: [PATCH net-next 05/11] clk: qcom: gcc-sc8280xp: Add EMAC GDSCs From: Stephen Boyd Cc: agross@kernel.org, andersson@kernel.org, konrad.dybcio@linaro.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, vkoul@kernel.org, bhupesh.sharma@linaro.org, mturquette@baylibre.com, peppe.cavallaro@st.com, alexandre.torgue@foss.st.com, joabreu@synopsys.com, mcoquelin.stm32@gmail.com, richardcochran@gmail.com, linux@armlinux.org.uk, veekhee@apple.com, tee.min.tan@linux.intel.com, mohammad.athari.ismail@intel.com, jonathanh@nvidia.com, ruppala@nvidia.com, bmasney@redhat.com, andrey.konovalov@linaro.org, linux-arm-msm@vger.kernel.org, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-arm-kernel@lists.infradead.org, ncai@quicinc.com, jsuraj@qti.qualcomm.com, hisunil@quicinc.com, Andrew Halaney To: Andrew Halaney , linux-kernel@vger.kernel.org Date: Mon, 13 Mar 2023 15:57:27 -0700 User-Agent: alot/0.10 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230313_155733_402984_B8768CC6 X-CRM114-Status: UNSURE ( 8.55 ) X-CRM114-Notice: Please train this message. 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="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 Andrew Halaney (2023-03-13 09:56:14) > Add the EMAC GDSCs to allow the EMAC hardware to be enabled. > > Signed-off-by: Andrew Halaney > --- Acked-by: Stephen Boyd I'm not sure if Bjorn Andersson is planning on modifying this file too, so please confirm it can go through netdev tree. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel