Received: by 2002:a25:e74b:0:0:0:0:0 with SMTP id e72csp1813657ybh; Mon, 20 Jul 2020 07:54:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz47IAEU56z8UYZCv9E40UR8QuC8+cloKhacNpOlhFQypQVv+uTvIS0M1h2OrUfjKTwsk76 X-Received: by 2002:a17:906:1c5b:: with SMTP id l27mr20406927ejg.188.1595256859478; Mon, 20 Jul 2020 07:54:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1595256859; cv=none; d=google.com; s=arc-20160816; b=SiOMQWDO2W63W0eSX9xo1gTS3kDvG03ANXcBYn8wzHT5TeKXX3LJse1AeuH6GhlB/+ 91N94/EjFutuFfShuz+g6vDm7VZH7Ncy6vS35AOZqAPlxfRQrelzld9ReuWobpaOQvD6 96wE9YPcnkPAibv60bPWxPaDW0EWJQOFcDEMPNKARr0TX5QHljGVzcT8yr0F9lBTmAtD 0J++mHzB6DedkfnEL0uEsMsLLs2vR2xhWpWx0nbBMJ6ncjWVeUbyN46SlbFW54muAo63 Cb3rEqBWHyAlEzo03sDpzpMzthaUqkW/ejzJbRBm/6IrnRdiTy9yx9hm3ycHdzFWQZfM 4kew== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=h4OA3Bd4jTOZKIxre0Yo8h+Nk7PK15btys88x3prdXU=; b=a94eI80fps551cjvBzq+QKZpKV3Gk9fIV9BmBphYw0B/3Ng6/9OoGRVL7uhCEG5VLe HVyD0hJznCUD07bHPQ5CSS6GCw2B+0J3dBm5SYWUzoPHZOyQ2u0DLfORkoTeTMGLbUec 1yE6x9meB6dKSCrX0NxOmPDiWqwcXMUT8BeDyP+W11oB6QBXF1fyX5NLG16juKYQQuAf eMSflF5wbxkAMehAIALdN/hMoxR0qrBkE/6d2w2TGnl9TUFUGOaKiv3RCjBqYcOXUfrJ K2dB09Wz95eY4Dyiog8488jPXKbOlBWCcitK/4OxuyVVNrcpbVnUF8ymNbLdilCvXiP4 Pclg== 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 v6si11117847ejr.238.2020.07.20.07.53.56; Mon, 20 Jul 2020 07:54:19 -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 S1727062AbgGTOx2 (ORCPT + 99 others); Mon, 20 Jul 2020 10:53:28 -0400 Received: from brightrain.aerifal.cx ([216.12.86.13]:34338 "EHLO brightrain.aerifal.cx" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726506AbgGTOx2 (ORCPT ); Mon, 20 Jul 2020 10:53:28 -0400 Date: Mon, 20 Jul 2020 10:53:26 -0400 From: Rich Felker To: John Paul Adrian Glaubitz Cc: Christoph Hellwig , Yoshinori Sato , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: ioremap and dma cleanups and fixes for superh (2nd resend) Message-ID: <20200720145325.GK14669@brightrain.aerifal.cx> References: <20200714121856.955680-1-hch@lst.de> <20200714155914.GA24404@brightrain.aerifal.cx> <8cbf2963-d0e4-0ca8-4ffe-c2057694447f@physik.fu-berlin.de> <011f29e6-ad71-366e-dbff-bc8471f3da60@physik.fu-berlin.de> <20200720133800.GA3084@lst.de> <661f7d56-bffc-f688-54e3-291cd5e7e18d@physik.fu-berlin.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <661f7d56-bffc-f688-54e3-291cd5e7e18d@physik.fu-berlin.de> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 20, 2020 at 03:42:38PM +0200, John Paul Adrian Glaubitz wrote: > Hi Christoph! > > On 7/20/20 3:38 PM, Christoph Hellwig wrote: > > On Wed, Jul 15, 2020 at 01:12:33AM +0200, John Paul Adrian Glaubitz wrote: > >> Hello! > >> > >> I have applied Christoph's full series on top of Linus' tree and I can confirm that > >> the kernel boots fine on my SH-7785LCR board. > >> > >> Thus, for the whole series of patches: > >> > >> Tested-by: John Paul Adrian Glaubitz > > > > Any chance we get the patches queue up while you're all sorting out > > totally independent issues? > > I would love to buy only Rich can do that. I'm fine with your patches > and would much appreciate if Rich could queue them up. > > I'm also still waiting for my patch to be queued as well. I saw it looked like this is solved and I'm going to look at it later today. Thanks! Rich