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 smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C8A15FA373F for ; Mon, 24 Oct 2022 15:46:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) id 985D1C433C1; Mon, 24 Oct 2022 15:46:24 +0000 (UTC) Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.kernel.org (Postfix) with ESMTPS id 8AEBFC433D6; Mon, 24 Oct 2022 15:46:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 smtp.kernel.org 8AEBFC433D6 Authentication-Results: smtp.kernel.org; dmarc=pass (p=none dis=none) header.from=sntech.de Authentication-Results: smtp.kernel.org; spf=pass smtp.mailfrom=sntech.de Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1omzeK-00031R-RG; Mon, 24 Oct 2022 17:46:00 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-arm-kernel@lists.infradead.org, Krzysztof Kozlowski , Arnd Bergmann , Arnd Bergmann List-Id: Cc: linux-kernel@vger.kernel.org, Ben Dooks , Simtec Linux Team , Arnaud Patard , Christer Weinigel , Guillaume GOURAT , openmoko-kernel@lists.openmoko.org, Jonathan Corbet , Alim Akhtar , Olof Johansson , soc@kernel.org, Rob Herring , Sylwester Nawrocki , Tomasz Figa , Chanwoo Choi , Michael Turquette , Stephen Boyd , linux-doc@vger.kernel.org, linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-stm32@st-md-mailman.stormreply.com, linux-clk@vger.kernel.org Subject: Re: [PATCH 01/21] ARM: s3c: remove all s3c24xx support Date: Mon, 24 Oct 2022 17:45:59 +0200 Message-ID: <2120112.irdbgypaU6@diego> In-Reply-To: <8d6ddb0d-98be-4c4d-9523-f024c339c8d0@app.fastmail.com> References: <20221021202254.4142411-1-arnd@kernel.org> <2204103.iZASKD2KPV@diego> <8d6ddb0d-98be-4c4d-9523-f024c339c8d0@app.fastmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Am Montag, 24. Oktober 2022, 16:27:31 CEST schrieb Arnd Bergmann: > On Sat, Oct 22, 2022, at 22:56, Heiko St=FCbner wrote: > > Am Freitag, 21. Oktober 2022, 22:27:34 CEST schrieb Arnd Bergmann: > >> From: Arnd Bergmann > >>=20 > >> The platform was deprecated in commit 6a5e69c7ddea ("ARM: s3c: mark > >> as deprecated and schedule removal") and can be removed. This includes > >> all files that are exclusively for s3c24xx and not shared with s3c64xx, > >> as well as the glue logic in Kconfig and the maintainer file entries. > >>=20 > >> Cc: Arnaud Patard > >> Cc: Ben Dooks > >> Cc: Christer Weinigel > >> Cc: Guillaume GOURAT > >> Cc: Heiko Stuebner > >> Cc: Simtec Linux Team > >> Cc: openmoko-kernel@lists.openmoko.org > >> Signed-off-by: Arnd Bergmann > > > > So many memories of me starting out in the kernel on s3c24xx. > > But it's no use trying to keep stuff around that nobody will likely > > ever use again. So with a sad face > > > > Acked-by: Heiko Stuebner > > > > > > though you might want to also include > > drivers/dma/s3c24xx-dma.c >=20 > This was in a separate patch that removes the driver: >=20 > https://lore.kernel.org/linux-arm-kernel/20221021203329.4143397-14-arnd@k= ernel.org/ ah ok, I guess git-send-email didn't want to send me that patch. So all is good in that part then :-) Heiko