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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id AC584C76196 for ; Fri, 31 Mar 2023 07:22:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230426AbjCaHWu (ORCPT ); Fri, 31 Mar 2023 03:22:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49956 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231158AbjCaHWg (ORCPT ); Fri, 31 Mar 2023 03:22:36 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA0281A950; Fri, 31 Mar 2023 00:22:20 -0700 (PDT) Received: from pps.filterd (m0046660.ppops.net [127.0.0.1]) by mx07-00178001.pphosted.com (8.17.1.19/8.17.1.19) with ESMTP id 32V57oh1027724; Fri, 31 Mar 2023 09:22:07 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=foss.st.com; h=message-id : date : mime-version : subject : to : cc : references : from : in-reply-to : content-type : content-transfer-encoding; s=selector1; bh=+wyAJvtTWFE7AYjRIjp41mVE5cxKCWTjzNSgGis2MLI=; b=P68Vr5rbII17Cvje5YgOIJSVoimJvI0wySrmf+1ChyNdCoD3EnwF1u+g6AnVUygZpbKg Ry7PvNBAGAPcvJxb0oepKG2FfIiu4g8bQEQB9pFacFGkR93176CoVjhQAOCLn14nqIlU 02QkeWiJD6CGh5aXB+fQX0saTnURFaUArb4knKSWl75l224znH7aIPZc1uDnT9d2UrU1 wMTWCsdiBq5EMgqsTHCLnL3qWpcpCYN6+Zp2ByxOE509+4qRW2EkrYDF6c6bToroMnPs L5P1LkJ0Po89QVzV8psVmPvbSsq+g9RL11XZRaCrtjEzYbg22SIx/Syk/drg7cKMegr7 GQ== Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by mx07-00178001.pphosted.com (PPS) with ESMTPS id 3pns3egr0v-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 31 Mar 2023 09:22:07 +0200 Received: from euls16034.sgp.st.com (euls16034.sgp.st.com [10.75.44.20]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 0480610002A; Fri, 31 Mar 2023 09:22:06 +0200 (CEST) Received: from Webmail-eu.st.com (shfdag1node1.st.com [10.75.129.69]) by euls16034.sgp.st.com (STMicroelectronics) with ESMTP id E78A82115F8; Fri, 31 Mar 2023 09:22:06 +0200 (CEST) Received: from [10.201.21.26] (10.201.21.26) by SHFDAG1NODE1.st.com (10.75.129.69) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2507.17; Fri, 31 Mar 2023 09:22:06 +0200 Message-ID: <0b9e2bed-644c-a1f6-0d39-6b2e234717ae@foss.st.com> Date: Fri, 31 Mar 2023 09:22:06 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0 Subject: Re: [PATCH 1/2] ARM: sti: remove configs SOC_STIH415 and SOC_STIH416 Content-Language: en-US To: Lukas Bulwahn , Philipp Zabel , Russell King , CC: , References: <20230330112347.31137-1-lukas.bulwahn@gmail.com> From: Patrice CHOTARD In-Reply-To: <20230330112347.31137-1-lukas.bulwahn@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.201.21.26] X-ClientProxiedBy: EQNCAS1NODE4.st.com (10.75.129.82) To SHFDAG1NODE1.st.com (10.75.129.69) X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.254,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-03-31_03,2023-03-30_04,2023-02-09_01 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 3/30/23 13:23, Lukas Bulwahn wrote: > Commit b4bba92dfbe2 ("drm/sti: remove stih415-416 platform support") > removes the reference to configs SOC_STIH415 and SOC_STIH416 in the > config DRM_STI. Commit 64933513e461 ("reset: sti: Remove STiH415/6 reset > support") removes the two configs STIH41{5,6}_RESET. > > With those changes, the two configs SOC_STIH415 and SOC_STIH416 has no > remaining effect. Remove them. > > Signed-off-by: Lukas Bulwahn > --- > arch/arm/mach-sti/Kconfig | 18 ------------------ > 1 file changed, 18 deletions(-) > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index b2d45cf10a3c..8c21dccb61b7 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -26,24 +26,6 @@ menuconfig ARCH_STI > > if ARCH_STI > > -config SOC_STIH415 > - bool "STiH415 STMicroelectronics Consumer Electronics family" > - default y > - help > - This enables support for STMicroelectronics Digital Consumer > - Electronics family StiH415 parts, primarily targeted at set-top-box > - and other digital audio/video applications using Flattned Device > - Trees. > - > -config SOC_STIH416 > - bool "STiH416 STMicroelectronics Consumer Electronics family" > - default y > - help > - This enables support for STMicroelectronics Digital Consumer > - Electronics family StiH416 parts, primarily targeted at set-top-box > - and other digital audio/video applications using Flattened Device > - Trees. > - > config SOC_STIH407 > bool "STiH407 STMicroelectronics Consumer Electronics family" > default y Reviewed-by: Patrice Chotard Thanks Patrice