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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 22C3DC433F5 for ; Tue, 28 Sep 2021 06:31:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 091CB61153 for ; Tue, 28 Sep 2021 06:31:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238902AbhI1GdH (ORCPT ); Tue, 28 Sep 2021 02:33:07 -0400 Received: from muru.com ([72.249.23.125]:38178 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234207AbhI1GdH (ORCPT ); Tue, 28 Sep 2021 02:33:07 -0400 Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 96F7C809F; Tue, 28 Sep 2021 06:31:56 +0000 (UTC) Date: Tue, 28 Sep 2021 09:31:26 +0300 From: Tony Lindgren To: Arnd Bergmann List-Id: Cc: soc@kernel.org, Aaro Koskinen , Alan Stern , Greg Kroah-Hartman , Arnd Bergmann , Felipe Balbi , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] ARM: omap1: move omap15xx local bus handling to usb.c Message-ID: References: <20210927144118.2464881-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210927144118.2464881-1-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Arnd Bergmann [210927 14:41]: > From: Arnd Bergmann > If there are no objections, I'd apply this to the soc tree for > 5.16, or let Tony pick it up into his tree. This was originally > part of a longer series to bring omap1 closer to an allmodconfig > build. If I manage to find some time, I'll also try to resurrect > the rest of that series. Looks good to me, it should not conflict with anything else so please feel free to apply: Acked-by: Tony Lindgren