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 CA53EC43334 for ; Thu, 30 Jun 2022 07:10:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231838AbiF3HKQ (ORCPT ); Thu, 30 Jun 2022 03:10:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231539AbiF3HKQ (ORCPT ); Thu, 30 Jun 2022 03:10:16 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id AB85A2E9D4 for ; Thu, 30 Jun 2022 00:10:15 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id E361680B0; Thu, 30 Jun 2022 07:04:58 +0000 (UTC) Date: Thu, 30 Jun 2022 10:10:13 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: Linux ARM , Russell King , Krzysztof Kozlowski , Linus Walleij , Alim Akhtar , Krzysztof Halasa , Daniel Mack , Haojian Zhuang , Robert Jarzmik , Marek Vasut , Lubomir Rintel , Alexander Sverdlin , Hartley Sweeten , linux-omap , Aaro Koskinen , Sekhar Nori , Bartosz Golaszewski , Andrew Lunn , Sebastian Hesselbarth , Gregory CLEMENT , Lennert Buytenhek , Marc Zyngier , Mauri Sandberg , Janusz Krzysztofik Subject: Re: Scheduling (unused) board file removal for linux-6.x Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org Hi, * Arnd Bergmann [220629 20:38]: > omap1 > > common-clk and multiplatform support just landed. There are three boards > that are likely to be in use (ams-delta, osk and nokia770) and two boards > supported by qemu (sx1 and palmte), so we may want to keep those and > try to eventually convert them to DT. The rest can probably get retired. Sounds good to me. It's best to put the effort where there is some activity. If somebody cares about other board files, please step up :) > davinci > > DT conversion has stalled, and there are 12 remaining board files, > mostly for evaluation machines. No idea if any are still in use. Since we already have arch/arm/boot/dts/da850* supported, removing the remaining board files sounds good to me. Again, if somebody cares to step up please respond :) Regards, Tony