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,URIBL_BLOCKED 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 A8E42C0650F for ; Thu, 8 Aug 2019 04:29:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 74BAF21881 for ; Thu, 8 Aug 2019 04:29:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238567; bh=jw29/PCGEXGB98PdYvc84pVMp7Xt/WJj5r1doUZhJ6Y=; h=In-Reply-To:References:From:Cc:To:Subject:Date:List-ID:From; b=VB43Y5lmWjdTMGno4mkIoWybN+BW/T5G18nawP0BMX+K4rQW3MP0QzfcXmYm3IRby uLhD47b92MPQ6v99wlcoUnZpRv7zb/X+6t0OwnY+p9dj4VSUuXTi50damXRmvTB+VM s8QnHKCwQi3ZqHJtxKjfAk/9t0VMiJO3upvQQSeo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725806AbfHHE30 (ORCPT ); Thu, 8 Aug 2019 00:29:26 -0400 Received: from mail.kernel.org ([198.145.29.99]:42286 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725446AbfHHE30 (ORCPT ); Thu, 8 Aug 2019 00:29:26 -0400 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 90F3721743; Thu, 8 Aug 2019 04:29:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565238565; bh=jw29/PCGEXGB98PdYvc84pVMp7Xt/WJj5r1doUZhJ6Y=; h=In-Reply-To:References:From:Cc:To:Subject:Date:From; b=bFegZvpP8qxz8dBoDzgNPmOw9uOSpTeSqIKRuKePg0koKG4ypWc58gAEy7xYDkNrZ vDRaTfBGrnGyuNpeGSvD7uFyE6ceoJXHbI6TVOcMalauATOnXSjwq7nL5YbREVYdVV URYYZFb9oqBPdwcC167VYeJR6HKfW4o+Y2L6U5/w= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: <5d1ff6a7-7b3b-9bbf-f737-5347555a2076@free.fr> From: Stephen Boyd Cc: Amit Kucheria , Bjorn Andersson , Andy Gross , Georgi Djakov , linux-clk , MSM To: Marc Gonzalez Subject: Re: [PATCH] clk: qcom: msm8916: Add 2 clk options in defconfig User-Agent: alot/0.8.1 Date: Wed, 07 Aug 2019 21:29:24 -0700 Message-Id: <20190808042925.90F3721743@mail.kernel.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Marc Gonzalez (2019-07-03 07:00:31) > On 24/06/2019 15:57, Amit Kucheria wrote: >=20 > > On Mon, Jun 24, 2019 at 6:56 PM Marc Gonzalez = wrote: > >> > >> QCOM_A53PLL and QCOM_CLK_APCS_MSM8916 used to be enabled by default > >> in drivers/clk/qcom/Kconfig. A recent patch changed that by dropping > >> the 'default ARCH_QCOM' directive. > >> > >> Add the two options explicitly in the arm64 defconfig, to avoid > >> functional regressions. > >> > >> Signed-off-by: Marc Gonzalez > >=20 > > Acked-by: Amit Kucheria >=20 > Stephen, >=20 > Can you take the following two patches through the clk tree? >=20 > [PATCH v2] clk: qcom: msm8916: Don't build by default > [PATCH] clk: qcom: msm8916: Add 2 clk options in defconfig >=20 Did Andy pick up this defconfig change? The subject is misleading. defconfig changes should be something like arm64: defconfig: Add qcom clk options I don't think I need to pick up the defconfig change. It can go through Andy and arm-soc. So I'll just grab the first one and guess it won't break much on the way in.