Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2092387ybl; Thu, 15 Aug 2019 06:27:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqyiyIl2bWtdCQsTH8D/Re4K6jVkFPHyATlNJ7bpbIebbW28AI++6XAreyUB4c7p6E7+YsA6 X-Received: by 2002:a62:6083:: with SMTP id u125mr5348857pfb.208.1565875678296; Thu, 15 Aug 2019 06:27:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565875678; cv=none; d=google.com; s=arc-20160816; b=FUUGPAzCciM8CUaCyaShXlW8PjLYLPc7NQ5ojVIBdF7gtFJuZkkMQBsfI6BqVDh/W6 LR19SseSYXdzdGStWsESiir4JhtYVU8uFPY/k5TRavFHvzQJqavviILpdjw7ZKMIFY0a h6P/O+sreWh5X0uLk/atAdMQio5OqsS8dVfPrx/gOo5HGAeoTpnzOogy6DyTh0NWP+Uk zaKkFE+kFjXp6rxBrwA260ID0VC6kBLqLH0meOZIMxYxeq9uULSdsJ/IEOtdCWP9Jx6q JW1ZirciSq5SqUXoBjeJksYLIkPRu5Voz9xPQ0+xUgUZ09ZLKwdibfw5AiVZAGSycLAR n0jQ== 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=fGhs2VhQ2opySwRUf5cFI5mlCfpGACBkawgnHV0nM9Y=; b=cViuumXL2XLUI8ofRI239PX9DBrKePgqgI1dljLVxvdbL63IOyCCeAaoajOqul5owv RCIBTz2lS2t/iBYP//3KbMzS2Q/GHRlS7xTfZppArt3ZIIV3g5jda6Cx47+rNo27aJsc ZjcDPombM3nOEf2uwxPcWBgwURrr0E/FTIxDgOb2psun+t1ugZfPDhuYWn5HtScFuU2P CkruD1qDfz0Q0KXvDkVIfkosqJCcWaVjVOyEyXxmhStGhYc7N4sjjLuHRM34GEYpYVH9 4SlXirvO5yE/dgEI4t+CXZsl5wAcFguV5MGNI6a6y6f3C/gwi2lWDKjw8NUTW69Qh1pH 456Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u9si1856130pgf.198.2019.08.15.06.27.43; Thu, 15 Aug 2019 06:27:58 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732262AbfHONZh (ORCPT + 99 others); Thu, 15 Aug 2019 09:25:37 -0400 Received: from verein.lst.de ([213.95.11.211]:46679 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730497AbfHONZh (ORCPT ); Thu, 15 Aug 2019 09:25:37 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 5010F68AFE; Thu, 15 Aug 2019 15:25:31 +0200 (CEST) Date: Thu, 15 Aug 2019 15:25:31 +0200 From: Christoph Hellwig To: Greg Kroah-Hartman Cc: Christoph Hellwig , Maxime Chevallier , Gavin Li , Laurentiu Tudor , Minas Harutyunyan , Alan Stern , Geoff Levand , Michal Simek , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Olav Kongas , Tony Prisk , Mathias Nyman , Bin Liu , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, iommu@lists.linux-foundation.org, linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: next take at setting up a dma mask by default for platform devices Message-ID: <20190815132531.GA12036@lst.de> References: <20190811080520.21712-1-hch@lst.de> <20190815132318.GA27208@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190815132318.GA27208@kroah.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 15, 2019 at 03:23:18PM +0200, Greg Kroah-Hartman wrote: > I've taken the first 2 patches for 5.3-final. Given that patch 3 needs > to be fixed, I'll wait for a respin of these before considering them. I have a respun version ready, but I'd really like to hear some comments from usb developers about the approach before spamming everyone again..