Received: by 2002:ac0:a679:0:0:0:0:0 with SMTP id p54csp494777imp; Thu, 21 Feb 2019 05:42:31 -0800 (PST) X-Google-Smtp-Source: AHgI3IagKO7lH8MpHUcaR+JW4zF6yvDtwb/xZencTe0B9r6M6RfrYCSOGRDVBvjSsAL0L5ESn/LR X-Received: by 2002:a17:902:c05:: with SMTP id 5mr42983709pls.155.1550756551648; Thu, 21 Feb 2019 05:42:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1550756551; cv=none; d=google.com; s=arc-20160816; b=zXCsCEKBORBJeTDhWvJ4hyog2mWPxqs+TSP0VUxb9eMLvmT7QGL8uvVn7PSVZqVGMi U7Cc/BXiExSg9yjzfZNi9RRu7AoalwqrREgAP9dDFP/WNTGTlkbLB99pYDdC7N/uLKQj 5EZ70yMM6pxZSeXXjTM55oYut4m6fTBC8lXKW2/lGPqHrsl00qXPTe/ctnVT2RWBVeVk +IZGwFVNqXoWkv6z8iUeT6OEy4USkcPwo0VnlX7DAecabN2PcWNPIoqsfku5wZjbpa/t ZuSRtZWOpMNaMMwwOp2zXaMCpoYWCdy1V9XSJPIYPPIkzwDc9G0A++w7fWJaaUEEmaqK NpsQ== 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=2mEXjmabGf5CpgezDQy3ybF2smV8CsKyPST5B/K3how=; b=RmAd3xbdgnpx/eYKjBxHXSIboC8CwfCaFZPL3moeeUXwO9g/oxv4+JSt9P7htpxPSO TtiHhS04ahpME5vMErXGTP1r/sMp0eiLyL4sg1vBXxLaLctiklLCqhOFEc7tBTr47Mar /Z6hxCiVt8Q80XjCapLKqtVk/6Ep9Q7x0Qn3W/hswYydjHnLL3Qj4lSnMrvivhhpKE80 CYAClqKuVzmt6DPP12m+WSX80eZkj5s34Q4nI3wqhXmT3wFF6BgZnc9yynaXBtHcJ1HC YdWNOKnZDOCmC3aFI37B1k0mEk+PTQrnnXIpyUEqbGmHYytRsEyclExybq7XNiMXxXyh c7tw== 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 126si21526720pff.77.2019.02.21.05.42.16; Thu, 21 Feb 2019 05:42:31 -0800 (PST) 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 S1727942AbfBUNk0 (ORCPT + 99 others); Thu, 21 Feb 2019 08:40:26 -0500 Received: from verein.lst.de ([213.95.11.211]:36423 "EHLO newverein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727594AbfBUNkZ (ORCPT ); Thu, 21 Feb 2019 08:40:25 -0500 Received: by newverein.lst.de (Postfix, from userid 2407) id CBCF268CEB; Thu, 21 Feb 2019 14:40:24 +0100 (CET) Date: Thu, 21 Feb 2019 14:40:24 +0100 From: Christoph Hellwig To: Jonas Gorski Cc: linux-mips@linux-mips.org, linux-kernel@vger.kernel.org, Ralf Baechle , Paul Burton , James Hogan , Florian Fainelli , Christoph Hellwig Subject: Re: [PATCH] MIPS: BCM63XX: provide DMA masks for ethernet devices Message-ID: <20190221134024.GA20320@lst.de> References: <20190221095642.26962-1-jonas.gorski@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190221095642.26962-1-jonas.gorski@gmail.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, Feb 21, 2019 at 10:56:42AM +0100, Jonas Gorski wrote: > The switch to the generic dma ops made dma masks mandatory, breaking > devices having them not set. In case of bcm63xx, it broke ethernet with > the following warning when trying to up the device: Looks good: Reviewed-by: Christoph Hellwig