Received: by 2002:a25:824b:0:0:0:0:0 with SMTP id d11csp6704952ybn; Mon, 30 Sep 2019 02:22:43 -0700 (PDT) X-Google-Smtp-Source: APXvYqzxH18+YTY+XXa3hu5YKM7GkYGfuqcBz75yXvv0mq2TM1d8qYD4TINWHo+xdz7g3qSkE2f8 X-Received: by 2002:a50:9208:: with SMTP id i8mr18231742eda.3.1569835363625; Mon, 30 Sep 2019 02:22:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569835363; cv=none; d=google.com; s=arc-20160816; b=XQFv7GfCuy+B7QhO/PLlgrqTQNQfXFNcKHndEMGkXA+UqKLzhG5fo3cNOqVG1TkJXf I/+8mao8SBspRshdkgj8UGszh0IeYqYxVI6UzdzVWc2V/RZ2aPzHtsdrZwauaVkOc4Pv AgPf+qGml1xAVgzmzmKw1mN6oJURV+NGfJXBqa+S+AHHGKAxkZ3YWSsm3Pi3ABPstDtx uumqUiCvuQhu5i20RhmFdU3o7L3H2yrRQS3GbBb92JYNnFkHzPtKMfBnH4RzBGvRHO4Y OSSbHu+zl/2umHJDFZpX+RGHss1s5YihM22s/FKK/8jy1BtDXJ1lUmrrAe6JXn2mx+p+ wK6g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=jCrL+h3vegiwns9crLgvitRfNJ4CKZM4F/6lNDnbcUA=; b=mZUpms4KpRYfcokR6OUoANu7v2T4LPyKNIUWhsp+OF/Az8Z6XKhiow9B+d017Pi4Qm vxL4yZs6IW2m4ZW3N9nx5aut2TZvsHVBrjiFgzoComhzmIYlEZ+04earB8k1rFe3KPye W78eNVhklpfPUJVpytJ7AnkGutsG0omKh4uNadbJyV8+T66QI4Fx//MpOZsDFreg9AyA Ne4oEFC0cAjXfJ5IWBwNM2dnyLYVIqXEol0uNIC26j6q6AphZYvVTjJpGGxXuSz2jqZC 2zoC1+Q/mjJo5lqRE2bJme0fYhNZU20xQ01tRGUo6ZKtQ57M7NSqfr1PTBV4J9rlz6hr gsYQ== 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 u6si6040657eds.173.2019.09.30.02.22.19; Mon, 30 Sep 2019 02:22:43 -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 S1730384AbfI3JVA (ORCPT + 99 others); Mon, 30 Sep 2019 05:21:00 -0400 Received: from mx2.suse.de ([195.135.220.15]:40298 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727935AbfI3JVA (ORCPT ); Mon, 30 Sep 2019 05:21:00 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id AF5F1B087; Mon, 30 Sep 2019 09:20:57 +0000 (UTC) Message-ID: <202216c6e456bfd1a30f7cdb000aa714e3855e10.camel@suse.de> Subject: Re: [PATCH 00/11] of: dma-ranges fixes and improvements From: Nicolas Saenz Julienne To: Rob Herring , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Robin Murphy , Florian Fainelli , Stefan Wahren , Frank Rowand , Arnd Bergmann , Marek Vasut , Geert Uytterhoeven , Simon Horman , Lorenzo Pieralisi , Oza Pawandeep Date: Mon, 30 Sep 2019 11:20:55 +0200 In-Reply-To: <20190927002455.13169-1-robh@kernel.org> References: <20190927002455.13169-1-robh@kernel.org> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-/7Fyj1jMsFE0z7R36gtv" User-Agent: Evolution 3.32.4 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-/7Fyj1jMsFE0z7R36gtv Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Thu, 2019-09-26 at 19:24 -0500, Rob Herring wrote: > This series fixes several issues related to 'dma-ranges'. Primarily, > 'dma-ranges' in a PCI bridge node does correctly set dma masks for PCI > devices not described in the DT. A common case needing dma-ranges is a > 32-bit PCIe bridge on a 64-bit system. This affects several platforms > including Broadcom, NXP, Renesas, and Arm Juno. There's been several > attempts to fix these issues, most recently earlier this week[1]. >=20 > In the process, I found several bugs in the address translation. It > appears that things have happened to work as various DTs happen to use > 1:1 addresses. >=20 > First 3 patches are just some clean-up. The 4th patch adds a unittest > exhibiting the issues. Patches 5-9 rework how of_dma_configure() works > making it work on either a struct device child node or a struct > device_node parent node so that it works on bus leaf nodes like PCI > bridges. Patches 10 and 11 fix 2 issues with address translation for > dma-ranges. >=20 > My testing on this has been with QEMU virt machine hacked up to set PCI > dma-ranges and the unittest. Nicolas reports this series resolves the > issues on Rpi4 and NXP Layerscape platforms. >=20 > Rob >=20 > [1]=20 >=20 https://lore.kernel.org/linux-arm-kernel/20190924181244.7159-1-nsaenzjulien= ne@suse.de/ >=20 > Rob Herring (5): > of: Remove unused of_find_matching_node_by_address() > of: Make of_dma_get_range() private > of/unittest: Add dma-ranges address translation tests > of/address: Translate 'dma-ranges' for parent nodes missing > 'dma-ranges' > of/address: Fix of_pci_range_parser_one translation of DMA addresses >=20 > Robin Murphy (6): > of: address: Report of_dma_get_range() errors meaningfully > of: Ratify of_dma_configure() interface > of/address: Introduce of_get_next_dma_parent() helper > of: address: Follow DMA parent for "dma-coherent" > of: Factor out #{addr,size}-cells parsing > of: Make of_dma_get_range() work on bus nodes Re-tested the whole series. Verified both the unittests run fine and PCIe's behaviour is fixed. Tested-by: Nicolas Saenz Julienne Also for the whole series: Reviewed-by: Nicolas Saenz Julienne Regards, Nicolas --=-/7Fyj1jMsFE0z7R36gtv Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl2RyPcACgkQlfZmHno8 x/5aaggAjeyCHdUtuhmPYMOr0eHC3qN6bd3dUsbXdN2lP82cn6S6n08OsHIfHaS/ mKzeb3RK8lHn7v8Pv/nfe7UU93Lxx4Dyq4D4vXXTWyTFNg67C/KxtJswHvKhdQBX u/r/OIhCnewJLTEZV9g44OFAko61Zuf8mp8KIwSjj+vfUXORyUc/KLfFYNt6b8Fb YQRdgTyuF4Xhy/XYdxn8uCcDKkz0MtQ1Z9yJiao0h1c5p1Hia8Xhilq7uglx6+/3 w6Izh+0OAiDP30yMBVW+5APyhFPUdfzlP3hdifrkv8LiwCyMsukutfWawrm0r9E6 Ubrk8jYhhRg1qlpwQQ9V6QeapBjgsA== =14/S -----END PGP SIGNATURE----- --=-/7Fyj1jMsFE0z7R36gtv--