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 B62B2C77B73 for ; Wed, 19 Apr 2023 07:42:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232490AbjDSHm0 (ORCPT ); Wed, 19 Apr 2023 03:42:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60176 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232525AbjDSHlh (ORCPT ); Wed, 19 Apr 2023 03:41:37 -0400 Received: from mx07-00178001.pphosted.com (mx08-00178001.pphosted.com [91.207.212.93]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A59A61B4 for ; Wed, 19 Apr 2023 00:41:26 -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 33J3RQbB001533; Wed, 19 Apr 2023 08:23: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=Jb24vqkm7QNVgz8klwd5wuo/hDO+thEdH5s8jJRSG7w=; b=rjHAqIvPi+695bUJyJIl0SHVB5KdrPUSWiSmn6yTpAJNOFMiINS8KTlck7eK8yV/biFS 7cjZqEwn+ffxIPRCxucagVtvGQPZ4hj9Ea9Y7C2zK7CDwbD9GEjRieo3Qr3OlNtlW8sR ELwaXv1GjTUOuTf1RNz3N/DqbzPgUuIsjXncJ0r5AnYwRrNXKypnSwh2hkP8Y8/b4QeN sLhfV0nM26QRqle0hqYq770qtCt8nI1S4GEXCxCW+ZKtgw7jXvK+do3ZUmBdc1nZJ18q es7sSb4QNbHRLwJhDw3m2bn58dHPMzYyYmtYAisHRfoC4TbF97O8sQ1aMhgKie1F7dnG PA== 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 3q1rq2e3nd-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Apr 2023 08:23: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 C16CD10002A; Wed, 19 Apr 2023 08:23: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 AEF6B20FA2D; Wed, 19 Apr 2023 08:23: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.21; Wed, 19 Apr 2023 08:23:06 +0200 Message-ID: <4df7e577-044f-b6bb-cfc8-4d2c225ae7f7@foss.st.com> Date: Wed, 19 Apr 2023 08:23:05 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: [PATCH] ARM: sti: removal of stih415/stih416 related entries Content-Language: en-US To: Alain Volmat , Russell King CC: , References: <20230416185939.18497-1-avolmat@me.com> From: Patrice CHOTARD In-Reply-To: <20230416185939.18497-1-avolmat@me.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.205,Aquarius:18.0.942,Hydra:6.0.573,FMLib:17.11.170.22 definitions=2023-04-19_02,2023-04-18_01,2023-02-09_01 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Alain On 4/16/23 20:59, Alain Volmat wrote: > ST's STiH415 and STiH416 platforms have already been removed since > a while. Remove some remaining bits within the mach-sti. > > Signed-off-by: Alain Volmat > Reviewed-by: Patrice Chotard > --- > Patch sent previously as part of serie: https://lore.kernel.org/all/20230209091659.1409-3-avolmat@me.com/ > > arch/arm/mach-sti/Kconfig | 20 +------------------- > arch/arm/mach-sti/board-dt.c | 2 -- > 2 files changed, 1 insertion(+), 21 deletions(-) > > diff --git a/arch/arm/mach-sti/Kconfig b/arch/arm/mach-sti/Kconfig > index b2d45cf10a3c..609957dead98 100644 > --- a/arch/arm/mach-sti/Kconfig > +++ b/arch/arm/mach-sti/Kconfig > @@ -19,31 +19,13 @@ menuconfig ARCH_STI > select PL310_ERRATA_769419 if CACHE_L2X0 > select RESET_CONTROLLER > help > - Include support for STMicroelectronics' STiH415/416, STiH407/10 and > + Include support for STMicroelectronics' STiH407/10 and > STiH418 family SoCs using the Device Tree for discovery. More > information can be found in Documentation/arm/sti/ and > Documentation/devicetree. > > 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 > diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c > index ffecbf29646f..8c313f07bd02 100644 > --- a/arch/arm/mach-sti/board-dt.c > +++ b/arch/arm/mach-sti/board-dt.c > @@ -12,8 +12,6 @@ > #include "smp.h" > > static const char *const stih41x_dt_match[] __initconst = { > - "st,stih415", > - "st,stih416", > "st,stih407", > "st,stih410", > "st,stih418", Reviewed-by: Patrice Chotard Thanks Patrice