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 3F07CFA373E for ; Tue, 25 Oct 2022 08:08:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231207AbiJYIIJ (ORCPT ); Tue, 25 Oct 2022 04:08:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229491AbiJYIIH (ORCPT ); Tue, 25 Oct 2022 04:08:07 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 0BD22733D2; Tue, 25 Oct 2022 01:08:05 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id A1DA180B0; Tue, 25 Oct 2022 07:58:48 +0000 (UTC) Date: Tue, 25 Oct 2022 11:08:03 +0300 From: Tony Lindgren To: Arnd Bergmann Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH 00/10] ARM: omap2: assorted cleanups Message-ID: References: <20221024153814.254652-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221024153814.254652-1-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, * Arnd Bergmann [221024 15:29]: > From: Arnd Bergmann > > While going through the removal of board files on some other > platforms, I noticed a bit of outdated code on omap2+ that > was left behind after the platform became DT only. > > I can put this into the same cleanup tree as the omap1 patches, > or you can merge these into your omap2 tree if there are likely > conflicts with other patches. Nice, looks good to me. A lot off stuff has moved to drivers over the years. As long as you have some immutable branch I can base patches on as needed please just go head and apply them to your branch: Acked-by: Tony Lindgren