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 7F79AFA3740 for ; Tue, 25 Oct 2022 00:52:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231184AbiJYAw5 convert rfc822-to-8bit (ORCPT ); Mon, 24 Oct 2022 20:52:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42878 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230422AbiJYAwk (ORCPT ); Mon, 24 Oct 2022 20:52:40 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8ACE115994D; Mon, 24 Oct 2022 16:34:13 -0700 (PDT) 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 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: 8BIT Content-Type: text/plain; charset="iso-8859-1" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Am Montag, 24. Oktober 2022, 16:27:31 CEST schrieb Arnd Bergmann: > On Sat, Oct 22, 2022, at 22:56, Heiko Stübner wrote: > > Am Freitag, 21. Oktober 2022, 22:27:34 CEST schrieb Arnd Bergmann: > >> From: Arnd Bergmann > >> > >> 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. > >> > >> 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 > > This was in a separate patch that removes the driver: > > https://lore.kernel.org/linux-arm-kernel/20221021203329.4143397-14-arnd@kernel.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