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=-3.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,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 E1846C64E7B for ; Tue, 1 Dec 2020 07:31:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8BE022085B for ; Tue, 1 Dec 2020 07:31:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727810AbgLAHbX (ORCPT ); Tue, 1 Dec 2020 02:31:23 -0500 Received: from muru.com ([72.249.23.125]:49602 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727429AbgLAHbX (ORCPT ); Tue, 1 Dec 2020 02:31:23 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 5E7D780A9; Tue, 1 Dec 2020 07:30:49 +0000 (UTC) Date: Tue, 1 Dec 2020 09:30:38 +0200 From: Tony Lindgren To: Andrey Zhizhikin Cc: krzk@kernel.org, linux@armlinux.org.uk, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Nishanth Menon , Ulf Hansson Subject: Re: [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option Message-ID: <20201201073038.GT26857@atomide.com> References: <20201130124233.32569-1-andrey.zhizhikin@leica-geosystems.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201130124233.32569-1-andrey.zhizhikin@leica-geosystems.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Andrey Zhizhikin [201130 14:43]: > Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the > corresponding Kconfig") moved AVS code to SOC-specific folders, and > removed corresponding Kconfig from drivers/power, leaving original > POWER_AVS config option enabled in omap2plus_defconfig file. > > Remove the option, which has no references in the tree anymore. > > Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig") Applying into omap-for-v5.11/defconfig-take2 thanks. Regards, Tony