From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 13 Nov 2014 11:12:20 +0100 Subject: [PATCH v7 00/12] NVIDIA Tegra memory controller and IOMMU support In-Reply-To: <1415871157-21968-1-git-send-email-thierry.reding@gmail.com> References: <1415871157-21968-1-git-send-email-thierry.reding@gmail.com> Message-ID: <1550140.Lb4KHPOqX1@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 13 November 2014 10:32:25 Thierry Reding wrote: > From: Thierry Reding > > This is the sixth installment in the Tegra IOMMU and memory controller > support series. This version addresses the final outstanding comments from > Olof about using proper Kconfig symbols to track the dependencies. It also > splits up the driver into one part that implements the memory controller > only and a second part that implements the SMMU. This plays nicely with > the new Kconfig options introduced. > > Patch 1 is a preparatory patch that exposes the memory controller clock. > > Patches 2 and 3 is a pair of precursory patches needed to make this all > work on 64-bit ARM in the future. > > The device tree binding for the Tegra memory controller is added in patch > 4 and patch 5 is the bulk of the series that move the existing memory > controller and IOMMU drivers into the new unified driver that supports > Tegra30, Tegra114 and Tegra124. I just noticed that patch 5 has never made it into my inbox in any of the submissions. Did it get filtered by the mailing list? Arnd