Re: [RFC PATCH 00/11] Removing Calxeda platform support

2020-02-19 Thread Olof Johansson
Hi, On Tue, Feb 18, 2020 at 10:14 AM Andre Przywara wrote: > > On Tue, 18 Feb 2020 11:13:10 -0600 > Rob Herring wrote: > > Hi, > > > Calxeda has been defunct for 6 years now. Use of Calxeda servers carried > > on for some time afterwards primarily as distro builders for 32-bit ARM. > > AFAIK,

Re: [PATCH v2 0/5] Add Tegra194 Dual ARM SMMU driver

2018-11-26 Thread Olof Johansson
Hi Krishna, On Wed, Oct 31, 2018 at 04:43:45PM -0700, Krishna Reddy wrote: > NVIDIA's Xavier (Tegra194) SOC has three ARM SMMU(MMU-500) instances. > Two of the SMMU instances are used to interleave IOVA accesses across them. > The IOVA accesses from HW devices are interleaved across these two

Re: [PATCH v2 0/4] iommu/rockchip: Runtime PM fixes

2018-08-24 Thread Olof Johansson
On Fri, Aug 24, 2018 at 04:06:33PM +0100, Marc Zyngier wrote: > This small series addresses a couple of runtime PM issues I've spotted > while running 4.18 on a Chromebook Plus (kevin, rk3399) platform, and > specifically doing kexec. > > In order to avoid making a complete mess of the IOMMU

[PATCH] iommu: Add config option to set passthrough as default

2018-07-20 Thread Olof Johansson
be disabled at boot time with "iommu.passthrough=off" or "iommu=nopt". Also corrected iommu=pt documentation for IA-64, since it has no code that parses iommu= at all. Signed-off-by: Olof Johansson --- Chances since v1: - Added analogous behavior for Intel/AMD - A

Re: [PATCH 1/2] iommu: Add config option to set passthrough as default

2018-07-20 Thread Olof Johansson
On Fri, Jul 20, 2018 at 5:16 AM, Joerg Roedel wrote: > Hi Olof, > > On Wed, Jul 11, 2018 at 01:59:35PM -0700, Olof Johansson wrote: >> +config IOMMU_DEFAULT_PASSTHROUGH >> + bool "IOMMU passthrough by default" >> + depends on IOMMU_API >>

[PATCH 2/2] iommu: add sysfs attribyte for domain type

2018-07-11 Thread Olof Johansson
While we could print it at setup time, this is an easier way to match each device to their default IOMMU allocation type. Signed-off-by: Olof Johansson --- drivers/iommu/iommu.c | 32 1 file changed, 32 insertions(+) diff --git a/drivers/iommu/iommu.c b/drivers

[PATCH 1/2] iommu: Add config option to set passthrough as default

2018-07-11 Thread Olof Johansson
This allows the default behavior to be controlled by a kernel config option instead of changing the commandline for the kernel to include "iommu.passthrough=on" on machines where this is desired. Signed-off-by: Olof Johansson --- drivers/iommu/Kconfig | 10 ++ drivers/iommu/io

Re: [PATCH URGENT] arm: dma-mapping: Set DMA IOMMU ops in arm_iommu_attach_device()

2015-01-29 Thread Olof Johansson
On Wed, Jan 28, 2015 at 01:25:35AM +0100, Heiko Stübner wrote: Hi Arnd, Olof, Am Freitag, 23. Januar 2015, 16:21:49 schrieb Laurent Pinchart: Commit 4bb25789ed28228a (arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_ops) moved the setting of the DMA operations from

Re: [PATCH v6 0/8] Introduce automatic DMA configuration for IOMMU masters

2014-12-04 Thread Olof Johansson
On Mon, Dec 1, 2014 at 8:57 AM, Will Deacon will.dea...@arm.com wrote: Hello again, This is version 6 of the patches previously posted here: RFCv1: http://lists.infradead.org/pipermail/linux-arm-kernel/2014-August/283023.html RFCv2:

Re: [PATCH v4 05/12] memory: Add NVIDIA Tegra memory controller support

2014-10-15 Thread Olof Johansson
Hi, On Mon, Oct 13, 2014 at 3:33 AM, Thierry Reding thierry.red...@gmail.com wrote: [...] diff --git a/drivers/memory/tegra/tegra-mc.c b/drivers/memory/tegra/tegra-mc.c new file mode 100644 index ..0f0c8be096d0 --- /dev/null +++ b/drivers/memory/tegra/tegra-mc.c @@ -0,0 +1,1061

Re: [PATCH v4 05/12] memory: Add NVIDIA Tegra memory controller support

2014-10-15 Thread Olof Johansson
Hi, Oh, a few more comments: On Mon, Oct 13, 2014 at 3:33 AM, Thierry Reding thierry.red...@gmail.com wrote: diff --git a/drivers/memory/Makefile b/drivers/memory/Makefile index c32d31981be3..1c932e7e7b8d 100644 --- a/drivers/memory/Makefile +++ b/drivers/memory/Makefile @@ -12,4 +12,5 @@

Re: [PATCH v5] devicetree: Add generic IOMMU device tree bindings

2014-07-31 Thread Olof Johansson
On Thu, Jul 31, 2014 at 5:04 AM, Joerg Roedel j...@8bytes.org wrote: On Thu, Jul 31, 2014 at 12:43:03PM +0200, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com This commit introduces a generic device tree binding for IOMMU devices. Only a very minimal subset is described here,

Re: [PATCH v5] devicetree: Add generic IOMMU device tree bindings

2014-07-31 Thread Olof Johansson
On Thu, Jul 31, 2014 at 9:36 AM, Joerg Roedel j...@8bytes.org wrote: On Thu, Jul 31, 2014 at 08:38:47AM -0700, Olof Johansson wrote: Applied, thanks everyone. Really? Gee, thanks for giving people a chance to reply with acks. It's considered polite to do so when there has been

Re: [PATCH v4] devicetree: Add generic IOMMU device tree bindings

2014-07-30 Thread Olof Johansson
Hi, On Wed, Jul 30, 2014 at 8:26 AM, Mark Rutland mark.rutl...@arm.com wrote: Hi Thierry, This looks sane to me. I just have a few questions below which are hopefully simple/stupid. On Fri, Jul 04, 2014 at 04:29:17PM +0100, Thierry Reding wrote: From: Thierry Reding tred...@nvidia.com

Re: [PATCH v4] devicetree: Add generic IOMMU device tree bindings

2014-07-30 Thread Olof Johansson
On Wed, Jul 30, 2014 at 6:33 AM, Joerg Roedel j...@8bytes.org wrote: On Wed, Jul 30, 2014 at 03:23:50PM +0200, Thierry Reding wrote: I think there weren't any comments left for me to address and I've mostly been waiting for Joerg to pick it up. Joerg, can you take this through the iommu tree

Re: [PATCH] iommu/exynos: Remove driver

2014-02-13 Thread Olof Johansson
On Mon, Feb 10, 2014 at 10:21 PM, Kukjin Kim kgene@gmail.com wrote: Just adding KyongHo Cho. If he can fixup for this time, it would be best solution because he knows well than others, I think. It's not so much a matter of fixup for this time, it's a about having ownership of the driver,

[PATCH] iommu/exynos: Remove driver

2014-02-06 Thread Olof Johansson
-by: Olof Johansson o...@lixom.net --- drivers/iommu/Kconfig| 21 - drivers/iommu/Makefile |1 - drivers/iommu/exynos-iommu.c | 1035 -- 3 files changed, 1057 deletions(-) delete mode 100644 drivers/iommu/exynos-iommu.c diff --git

Re: [PATCH v6 07/12] ARM: EXYNOS: remove system mmu initialization from exynos tree

2013-09-29 Thread Olof Johansson
Hi, 2013/9/29 Cho KyongHo pullip@samsung.com: Ah, I remember that this is merged. I agreed to merge this patch because iommu driver need to be completely changed. Whenever I change exynos-iommu driver, synchronizing samsung-next and iommu-next branches is a big challenge. Thus I

Re: [PATCH] iommu/tegra: Print phys_addr_t using %pa

2013-09-23 Thread Olof Johansson
specifically for variables of type phys_addr_t. Signed-off-by: Thierry Reding tred...@nvidia.com Acked-by: Olof Johansson o...@lixom.net Olof has been sending patches to fix up similar issues, but I couldn't find one that fixes these warnings. If Olof sent a patch for this and I missed