Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp2234959ybl; Thu, 15 Aug 2019 08:35:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqyZW3HmmfEwUI4SLVj/Q/y6ZVdTCMe9dfMaS62ti7GUy/qzs1YU1EpXFKIXdg9M2GdcF2qk X-Received: by 2002:a63:1046:: with SMTP id 6mr4049782pgq.111.1565883314125; Thu, 15 Aug 2019 08:35:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565883314; cv=none; d=google.com; s=arc-20160816; b=YPQECyGWPRHbm1NOCUx41IzJt1BFohJa3hEUnAI1qWiMmQVm0t7nwIt/jdmoJGdZ0W BPTiywUKQmp9qt1l6tDRL1+cFgVYoFjhZSwLyo+m1WNZHofgOiZMBSehYRCepmEB9TbO J62lOpQF8Rr0puDrUEbnkW4MFxc9s5pPOEDsc9pn8L7DXP4c55cxnpxvOH+IQ4EGwWkR kM+oCBmwJXP0lUjvIITBrdoyMuf4cMMBjTaOhGkhGQtHkpyZanhafeD3TINvwMAaBE9K J1zxEOBnLqS7O1tQuFYJqRL6KNOcrPF0DRb3mKIG3of/+mpFXXVvG35VtNQgpIHorGPC 1Oeg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:in-reply-to :subject:cc:to:from:date; bh=qJmhS1SruAI3nCVeAGsU5+sbFC5va+MMjgtWMmNI11Q=; b=jcOY3fNVqDUvcj4EMWPBTesyjHATXa2kRPXh7PLzbaoXrA8ejGJ0I1TCFc0gbDiL+/ S8+V1iumjSj3F7x4mirdO9gTTQscCsR8AKbRoFyEBJq+ppKHhurmjCvl+QmRhSySd183 Oby7xXwVAcPm5MGozqhnXUrky/RBe6f4fwc4eHNdK1lgcNtSgVm7NHwm/rXtbyvJTFcL syiBAkJp9B2OX3Ni0rrwvBETNlqRO/xDyetpQisTjJlOY4xBBd5ZU1iqKm1+w3CbLNKq 1dmGCl1jnUYHOEX/LpwzqbYfO5Ps174wsl0h5zx8tyzq1ATs2w9rzacxC0FooWefuYbg ZTgQ== 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 cp10si2173273plb.301.2019.08.15.08.34.58; Thu, 15 Aug 2019 08:35:14 -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 S1733038AbfHOOkA (ORCPT + 99 others); Thu, 15 Aug 2019 10:40:00 -0400 Received: from iolanthe.rowland.org ([192.131.102.54]:58130 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1731530AbfHOOj7 (ORCPT ); Thu, 15 Aug 2019 10:39:59 -0400 Received: (qmail 2273 invoked by uid 2102); 15 Aug 2019 10:39:58 -0400 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 15 Aug 2019 10:39:58 -0400 Date: Thu, 15 Aug 2019 10:39:58 -0400 (EDT) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Christoph Hellwig cc: Greg Kroah-Hartman , Maxime Chevallier , Gavin Li , Laurentiu Tudor , Minas Harutyunyan , Geoff Levand , Michal Simek , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Olav Kongas , Tony Prisk , Mathias Nyman , Bin Liu , , , , , , Subject: Re: next take at setting up a dma mask by default for platform devices In-Reply-To: <20190815132531.GA12036@lst.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 15 Aug 2019, Christoph Hellwig wrote: > 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.. I didn't see any problems with your approach at first glance; it looked like a good idea. Alan Stern