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=-15.5 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 D6ABDC433EF for ; Tue, 21 Sep 2021 07:29:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BC9F961100 for ; Tue, 21 Sep 2021 07:29:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230369AbhIUHbS (ORCPT ); Tue, 21 Sep 2021 03:31:18 -0400 Received: from mail-wr1-f52.google.com ([209.85.221.52]:36454 "EHLO mail-wr1-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230105AbhIUHbQ (ORCPT ); Tue, 21 Sep 2021 03:31:16 -0400 Received: by mail-wr1-f52.google.com with SMTP id g16so36341398wrb.3; Tue, 21 Sep 2021 00:29:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PwxU4ElXAEYTnpc02yX8wa7uynBe7bYZVZ/4RTAlYcw=; b=xhmYcH0z8X8WObbCoIxNnh/XDHJ7YdPuJ7UQWZmD9+WT8AjTUFL0DCwgfjj8mT0sAr pwdb7816RUgBlam2kUJCzcpV1lqVpUJXSR713+8CaVI70CB+HHXLC04e8bSVGotey1NP pw3PASyzSyYypefMc0ddu50HQVKl5hk9iicZBCR3sOUIe0xU9ZBBVXm3/pVA3MDxReQa ulkyx2GAyQgl92Kd9lFk5LOLgyypUUMcl5tg+5AlnSNkr7it5pWaWwn95VgHlp5chVfG ggf9tzfLJmOigxlvg9GoqfWv3VJZrAu0AGilNiAx/G4rExzasjPeoUdVI/1sji+AWYdg SGJw== X-Gm-Message-State: AOAM532fOQfLTKU69ujQ6NY1JHgZ0bwdqpR62MygTjTChV4VNmPhweRF Ui/7tTBxhFLx82Y7o3xr4Pb+IiSc8+g= X-Google-Smtp-Source: ABdhPJwz9XYBycQ0YgR09UlgwcWhnYfJ/0+mYSDJ2VfWjRl52IaG0QGibCPKkDWzRNi+YytFdXjlgg== X-Received: by 2002:a1c:58:: with SMTP id 85mr2931892wma.87.1632209386943; Tue, 21 Sep 2021 00:29:46 -0700 (PDT) Received: from [192.168.0.134] (lk.84.20.244.219.dc.cable.static.lj-kabel.net. [84.20.244.219]) by smtp.googlemail.com with ESMTPSA id z17sm1781474wml.24.2021.09.21.00.29.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 21 Sep 2021 00:29:46 -0700 (PDT) Subject: Re: [PATCH v1 1/4] clk: samsung: change COMMON_CLK_SAMSUNG default config logic To: Will McVicker , Catalin Marinas , Will Deacon , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd Cc: Lee Jones , kernel-team@android.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org References: <20210920190350.3860821-1-willmcvicker@google.com> <20210920190350.3860821-2-willmcvicker@google.com> From: Krzysztof Kozlowski Message-ID: Date: Tue, 21 Sep 2021 09:29:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210920190350.3860821-2-willmcvicker@google.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 20/09/2021 21:03, Will McVicker wrote: > COMMON_CLK_SAMSUNG is selected by ARCH_EXYNOS which forces this config > to be built-in when ARCH_EXYNOS is enabled. Switch the logic to use a > "default y if ARCH_EXYNOS" to provide flexibilty for vendors to disable > or modularize this driver. The clock drivers are essential, you cannot disable them for a generic kernel supporting ARCH_EXYNOS. Such kernel won't work properly on platforms. > > I verified the .config is identical with and without this change. > > Signed-off-by: Will McVicker > --- > arch/arm64/Kconfig.platforms | 1 - > drivers/clk/samsung/Kconfig | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > NAK, please use get_maintainers.pl to Cc necessary folks. Best regards, Krzysztof 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=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 F2372C433EF for ; Tue, 21 Sep 2021 07:31:51 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id C084B60F23 for ; Tue, 21 Sep 2021 07:31:51 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org C084B60F23 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=dfUg4CgQol4XFLAK1bWGwC7D9UflLPIiDgwZR12bl1I=; b=Yunk/T6AlwL6VgRjQ1mRzBpeGA 2BwJF7rBUJwudbIF/rUYRNGme1cgx/IFA3JaRZbwkfkKK9ZBTRhh56welj+swwhrcHruTH6XDMl9s +BMGRChTM+SFdG60O/ojNW4lnlrqB6HapeAwc4HWRfSl6IOb8o9ZTwGF28+pho2OLGeMCsn1bYiPq kEuJTjZ4D2ofes6osVKVje6GbVR8frAfXTqR8Qkj9WFmt4BLyZkuoD8O09WgajkUpn85yYq2Jb4MD PyefrifxqWDCJfpGr/41JYUyMe7+SUW478ETHYs2lFwT5lbIezarRUr5IbzIKaLFvnX5mbuMeEqSN VHRes2mA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSaE0-003oz5-Av; Tue, 21 Sep 2021 07:29:56 +0000 Received: from mail-wr1-f43.google.com ([209.85.221.43]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mSaDt-003owS-6d for linux-arm-kernel@lists.infradead.org; Tue, 21 Sep 2021 07:29:50 +0000 Received: by mail-wr1-f43.google.com with SMTP id w29so36318952wra.8 for ; Tue, 21 Sep 2021 00:29:48 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=PwxU4ElXAEYTnpc02yX8wa7uynBe7bYZVZ/4RTAlYcw=; b=PmvkYGxVH8pf5K03u9o2A4kXTq6d+Ddy4+OwDMn+H7j48PRMFVVY1uHPMjgfGv0X8I +o6CBan4v9dyGENPqjVf7/42mvaOa2wlm1ybNvPF/42iaNFvb4m0N6D+6dF88pd4bQx6 /OdE5wOFHwXMsqvIuBQSbFdaZ5bh7d8xyXivEkNUgDgo6XIZxhjePWkt1wxCLwhDLS// qvON/tnjIBe8jv3Y2jU7K9bbtKADYp3q7GbODf/lPhN/H6JtVws43fIGNm73cSd7Q5Wb cSitFAZCPJ1HvLV4/IKNt1lxO48E6MoaYVxbO0Fhfqy0IoMnTU1QYXaWeGGFHzWFWcC4 AqZA== X-Gm-Message-State: AOAM530yqfcFBEqmVH8aIOV02vq8UEgBJcqjkDCn+bmfsP1DZIsEyUeL V99k6DY9HlyZBEKTKPN4d8Y= X-Google-Smtp-Source: ABdhPJwz9XYBycQ0YgR09UlgwcWhnYfJ/0+mYSDJ2VfWjRl52IaG0QGibCPKkDWzRNi+YytFdXjlgg== X-Received: by 2002:a1c:58:: with SMTP id 85mr2931892wma.87.1632209386943; Tue, 21 Sep 2021 00:29:46 -0700 (PDT) Received: from [192.168.0.134] (lk.84.20.244.219.dc.cable.static.lj-kabel.net. [84.20.244.219]) by smtp.googlemail.com with ESMTPSA id z17sm1781474wml.24.2021.09.21.00.29.45 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 21 Sep 2021 00:29:46 -0700 (PDT) Subject: Re: [PATCH v1 1/4] clk: samsung: change COMMON_CLK_SAMSUNG default config logic To: Will McVicker , Catalin Marinas , Will Deacon , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd Cc: Lee Jones , kernel-team@android.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-clk@vger.kernel.org References: <20210920190350.3860821-1-willmcvicker@google.com> <20210920190350.3860821-2-willmcvicker@google.com> From: Krzysztof Kozlowski Message-ID: Date: Tue, 21 Sep 2021 09:29:44 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0 MIME-Version: 1.0 In-Reply-To: <20210920190350.3860821-2-willmcvicker@google.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210921_002949_341578_2BFD17E6 X-CRM114-Status: GOOD ( 17.06 ) 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 On 20/09/2021 21:03, Will McVicker wrote: > COMMON_CLK_SAMSUNG is selected by ARCH_EXYNOS which forces this config > to be built-in when ARCH_EXYNOS is enabled. Switch the logic to use a > "default y if ARCH_EXYNOS" to provide flexibilty for vendors to disable > or modularize this driver. The clock drivers are essential, you cannot disable them for a generic kernel supporting ARCH_EXYNOS. Such kernel won't work properly on platforms. > > I verified the .config is identical with and without this change. > > Signed-off-by: Will McVicker > --- > arch/arm64/Kconfig.platforms | 1 - > drivers/clk/samsung/Kconfig | 1 + > 2 files changed, 1 insertion(+), 1 deletion(-) > NAK, please use get_maintainers.pl to Cc necessary folks. Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel