Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp4625027pxb; Mon, 27 Sep 2021 23:33:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyD4SCH2lbTB3/fAyHdp8j/ERKv4r3+QQu4kIkswuPd6o/Q3cdySw/8c9fQBO+5wAZGlosB X-Received: by 2002:a17:907:e91:: with SMTP id ho17mr1349591ejc.287.1632810801155; Mon, 27 Sep 2021 23:33:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632810801; cv=none; d=google.com; s=arc-20160816; b=tU+dnNnoKypWvWOCUGEmnKecZThSS6bua75kpsOtQIZCo68jj62pE5h2W4MAww7bSP KyvSuS3/kT3vGMjakv5vtsguLTel/2VAhlOvIUthnS2G7XGKDm2Ea1HkTaUtfNsc5Lqy 46KuaDTdufHD8k51vyonz14UJpZM1YeeZ/pq4lrlnDCWcgX5pKPNU3c2aMwUrlGFaDn5 icE/XNZKJzqPlRCHWxrPOXlMTgcdR007kxKGKJl53cGil3gVvBLFgq3vLmEa67mxG0Bx vzZ7qXq94Qf2IATeHUYn0SXiXI7UGaBHU1IvDhSAUCDPoyS4QG11gEKIvQf/hFRBWQDC /ktQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=rwNS3Px2ML8Cbfw8GsWb8EmQIRr7iXGnhrbjhD9sPoM=; b=WuRABh5StkRMOsqTNNacKM5dYUl7Vx33ZPQbEEpqvllbdE1zcafP1G0NgdO5624xJj oR1o/d9D6SQp6iYml9ryca0f7uxsLGTccR9ZWizH//KQAchqn1aj88kSq9HN5lXbKH3j 8sqZcNdhG50H4QqbMgZz6FiD0tgE+5KxrAPRHu9H4GZVCUUv1mtadIFA16ZNfkvublKG 4gFX1FIw5l5H4GRMXZTnVbXPEUz8XOKQ1QsXa56aCNBjreM19jk+a+iBtdm5Qd2IN7Rf Poh7zB9VuroRSNISH1kck8LqCK6OtFf7qaV7WYoRJFUtcJMXXjpO0uQLj752QHUbliwm t0Ig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id z7si16384540edb.457.2021.09.27.23.32.56; Mon, 27 Sep 2021 23:33:21 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238990AbhI1GdI (ORCPT + 99 others); Tue, 28 Sep 2021 02:33:08 -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 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-kernel@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