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 1E822C678D8 for ; Mon, 16 Jan 2023 07:15:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231862AbjAPHPJ (ORCPT ); Mon, 16 Jan 2023 02:15:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39662 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232037AbjAPHOt (ORCPT ); Mon, 16 Jan 2023 02:14:49 -0500 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 614CBC678; Sun, 15 Jan 2023 23:14:40 -0800 (PST) Received: by verein.lst.de (Postfix, from userid 2407) id 32DA668AFE; Mon, 16 Jan 2023 08:14:37 +0100 (CET) Date: Mon, 16 Jan 2023 08:14:36 +0100 From: Christoph Hellwig To: Geert Uytterhoeven Cc: John Paul Adrian Glaubitz , Christoph Hellwig , Yoshinori Sato , Rich Felker , Arnd Bergmann , Greg Kroah-Hartman , Laurent Pinchart , Kieran Bingham , Geert Uytterhoeven , linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arch@vger.kernel.org, dmaengine@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-renesas-soc@vger.kernel.org, linux-i2c@vger.kernel.org, linux-input@vger.kernel.org, linux-media@vger.kernel.org, linux-mmc@vger.kernel.org, linux-mtd@lists.infradead.org, netdev@vger.kernel.org, linux-gpio@vger.kernel.org, linux-rtc@vger.kernel.org, linux-spi@vger.kernel.org, linux-serial@vger.kernel.org, linux-usb@vger.kernel.org, linux-fbdev@vger.kernel.org, alsa-devel@alsa-project.org, linux-sh@vger.kernel.org Subject: Re: remove arch/sh Message-ID: <20230116071436.GB15848@lst.de> References: <20230113062339.1909087-1-hch@lst.de> <11e2e0a8-eabe-2d8c-d612-9cdd4bcc3648@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org On Fri, Jan 13, 2023 at 09:26:23AM +0100, Geert Uytterhoeven wrote: > Indeed. The main issue is not the lack of people sending patches and > fixes, but those patches never being applied by the maintainers. > Perhaps someone is willing to stand up to take over maintainership? The other problem is that it hasn't a DT conversion, and there are lot of crufty platforms, and crufty hooks in various drivers and core code. It's been mentioned a few times that it might be time to go to a minimal DT only port and then regrow what people are actually using, but for that we need indiciations of what people are actually using. And yes, it does need a proper maintainer, and some actual maintainer option like cutting down unused machine support.