Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp392039ybl; Fri, 9 Aug 2019 07:34:06 -0700 (PDT) X-Google-Smtp-Source: APXvYqx2dEwntCZqvEPeghF9lfMVDiKpSJY4hRpGLvWP7olA6RRjxWx3VdxBjce2OznLPeQtTlX3 X-Received: by 2002:a63:5765:: with SMTP id h37mr17368910pgm.183.1565361246644; Fri, 09 Aug 2019 07:34:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565361246; cv=none; d=google.com; s=arc-20160816; b=mxgyH5pmySqcCMe5YIcsHRM0/P8yGFK+sBQVYFT4YaiWSy+2PrWprQda4M7NQ5ckqY F2tftmDLn9fdt5hxeppPF6zY5x84LURN0p8yUc4qxuPVIWu4Wmt2JOy4UIGYNGVl/CaP YJfe3+pPvuw2mPn/tBT6GDv/ZsaLwgmNo5inMwQSzPA1yxb8kzbo6tJLfzoLbmEgcKFs CVF8wiZjwmGY9Qu+IOOtTCCUl3GfBwpzg3wrzhbrhpt8cd74jSaAuoO8E/PtiXvp2GQN k8DZ708vOyY4/TfyoUtessLEvxYW5BP7cAwQiwIyBXW7eyFT//p9VuGV9V+KTn7gCYiY BLmQ== 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=pgpAx+kW7TVmBnTQ7eu8RMzLS+ZXqAy2hnBMjan4ang=; b=UDRLE+PNO6kMzYVf7zh+RGXx1fbjwkIUgxlFHx3krMQO+kyzInEQnzl1YrXTQH+XjZ gIBc+11j5PkSV6/tPSNZOjR570NiXnSmtHHwMbTdczn7g0MzvprpiLy+2aEqGQIPBQE5 z2GWcT7T9/2Yp5ckvxUe7uGDUWs+7PtSSjwF9KWkb4LJ6LFg/CQw74tU/I3pO5Kc7JOf 6iK/gQzNXREN+9INuWMYGMBxXQ0+g8G5HcXJP8rb1fUeSzBkJbzKHYAn97KkSA3CK5Hy 275QF7KoaL9DfnG/AJyHnaTR4mH44vtQFd0V5PVMxRft9elumUcV9IKabE8cDHj5QlIl Clow== 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 x22si51459700pln.150.2019.08.09.07.33.48; Fri, 09 Aug 2019 07:34:06 -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 S2406700AbfHIOb2 (ORCPT + 99 others); Fri, 9 Aug 2019 10:31:28 -0400 Received: from verein.lst.de ([213.95.11.211]:55714 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726358AbfHIOb2 (ORCPT ); Fri, 9 Aug 2019 10:31:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 6E1E568C4E; Fri, 9 Aug 2019 16:31:24 +0200 (CEST) Date: Fri, 9 Aug 2019 16:31:24 +0200 From: Christoph Hellwig To: Tomi Valkeinen Cc: Christoph Hellwig , airlied@linux.ie, daniel@ffwll.ch, dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "H. Nikolaus Schaller" , Tony Lindgren , Peter Ujfalusi Subject: Re: [PATCH for-5.3] drm/omap: ensure we have a valid dma_mask Message-ID: <20190809143124.GA10121@lst.de> References: <20190808101042.18809-1-hch@lst.de> <7fff8fd3-16ae-1f42-fcd6-9aa360fe36b5@ti.com> <20190809080750.GA21874@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Fri, Aug 09, 2019 at 01:00:38PM +0300, Tomi Valkeinen wrote: > Alright, thanks for the clarification! > > Here's my version. Looks god to me: Reviewed-by: Christoph Hellwig