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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 78699ECAAA1 for ; Mon, 24 Oct 2022 15:49:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-ID:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=ckrev7tEuwb3flAD82L0ttvYY5TcLQ5IUn+LLhutnds=; b=xERkn+NEGkD54e jagV9/BS++6Llcqq4r3H+7gNnFGGdLCX910p+9JYY9AT8SHG3VVJSDil1FlkpVy3LfLSX/C9TE7Kj J137TJTwgd70VT2dqpISNtz1K/gUM4eQ6jt7p5Qaal5ViWhd9oKdnu4JbkMmEwf4FeetkeTGBFh2H Y26A0JOS9qmHTI1IsZJBey1SkfLRpVHTRgvuKL8A8TMAo/O6MtJitwrbgGoMgFVdXbyunWtQjipzD afDdcftKm+oljEan73nzF26Not3DJZ9a5E9k3glG535t64F7gj9du7+gIln2VYy0XJ+kbuixRaekE 0SZ0bed2TnBDlx7N3UWw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1omzgg-002B5s-82; Mon, 24 Oct 2022 15:48:27 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1omzeR-002A9V-7D for linux-arm-kernel@lists.infradead.org; Mon, 24 Oct 2022 15:46:10 +0000 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221024_084607_292007_BCB5944D X-CRM114-Status: GOOD ( 18.86 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org 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 > >> = > >> 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@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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel