All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joerg Roedel <joro@8bytes.org>
To: "Jernej Škrabec" <jernej.skrabec@gmail.com>
Cc: Robin Murphy <robin.murphy@arm.com>,
	will@kernel.org, iommu@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, m.szyprowski@samsung.com,
	heiko@sntech.de, thierry.reding@gmail.com, vdumpa@nvidia.com
Subject: Re: [PATCH 0/8] iommu: Clean up map/unmap ops
Date: Tue, 26 Sep 2023 11:23:47 +0200	[thread overview]
Message-ID: <ZRKjI12cdRikwlTu@8bytes.org> (raw)
In-Reply-To: <2360630.NG923GbCHz@jernej-laptop>

On Mon, Sep 25, 2023 at 05:33:58PM +0200, Jernej Škrabec wrote:
> sun50i is meant to be placeholder (as mentioned in cover letter). It's
> replaced by:
> https://lore.kernel.org/linux-sunxi/20230912181941.2971036-1-jernej.skrabec@gmail.com/

Is the placeholder patch actually breaking the driver or just not
optimal yet?

Regards,

	Joerg

WARNING: multiple messages have this Message-ID (diff)
From: Joerg Roedel <joro@8bytes.org>
To: "Jernej Škrabec" <jernej.skrabec@gmail.com>
Cc: Robin Murphy <robin.murphy@arm.com>,
	will@kernel.org, iommu@lists.linux.dev,
	linux-arm-kernel@lists.infradead.org, m.szyprowski@samsung.com,
	heiko@sntech.de, thierry.reding@gmail.com, vdumpa@nvidia.com
Subject: Re: [PATCH 0/8] iommu: Clean up map/unmap ops
Date: Tue, 26 Sep 2023 11:23:47 +0200	[thread overview]
Message-ID: <ZRKjI12cdRikwlTu@8bytes.org> (raw)
In-Reply-To: <2360630.NG923GbCHz@jernej-laptop>

On Mon, Sep 25, 2023 at 05:33:58PM +0200, Jernej Škrabec wrote:
> sun50i is meant to be placeholder (as mentioned in cover letter). It's
> replaced by:
> https://lore.kernel.org/linux-sunxi/20230912181941.2971036-1-jernej.skrabec@gmail.com/

Is the placeholder patch actually breaking the driver or just not
optimal yet?

Regards,

	Joerg

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2023-09-26  9:23 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 16:18 [PATCH 0/8] iommu: Clean up map/unmap ops Robin Murphy
2023-09-12 16:18 ` Robin Murphy
2023-09-12 16:18 ` [PATCH 1/8] iommu/exynos: Update to {map,unmap}_pages Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 2/8] iommu/omap: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 3/8] iommu/rockchip: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 4/8] iommu/sun50i: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 5/8] iommu/tegra-gart: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 6/8] iommu/tegra-smmu: " Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-12 16:18 ` [PATCH 7/8] iommu: Retire map/unmap ops Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-13 14:40   ` Jason Gunthorpe
2023-09-13 14:40     ` Jason Gunthorpe
2023-09-12 16:18 ` [PATCH 8/8] iommu: Improve map/unmap sanity checks Robin Murphy
2023-09-12 16:18   ` Robin Murphy
2023-09-13 14:39   ` Jason Gunthorpe
2023-09-13 14:39     ` Jason Gunthorpe
2023-09-13 18:46     ` Robin Murphy
2023-09-13 18:46       ` Robin Murphy
2023-09-14 12:48       ` Jason Gunthorpe
2023-09-14 12:48         ` Jason Gunthorpe
2023-09-14 14:23         ` Robin Murphy
2023-09-14 14:23           ` Robin Murphy
2023-09-14 16:48           ` Jason Gunthorpe
2023-09-14 16:48             ` Jason Gunthorpe
2023-09-19 12:18             ` Robin Murphy
2023-09-19 12:18               ` Robin Murphy
2023-09-22 17:28               ` Jason Gunthorpe
2023-09-22 17:28                 ` Jason Gunthorpe
2023-09-25 10:05 ` [PATCH 0/8] iommu: Clean up map/unmap ops Joerg Roedel
2023-09-25 10:05   ` Joerg Roedel
2023-09-25 15:33   ` Jernej Škrabec
2023-09-25 15:33     ` Jernej Škrabec
2023-09-26  9:23     ` Joerg Roedel [this message]
2023-09-26  9:23       ` Joerg Roedel
2023-09-26 12:01       ` Robin Murphy
2023-09-26 12:01         ` Robin Murphy
2023-09-26 14:57         ` Joerg Roedel
2023-09-26 14:57           ` Joerg Roedel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ZRKjI12cdRikwlTu@8bytes.org \
    --to=joro@8bytes.org \
    --cc=heiko@sntech.de \
    --cc=iommu@lists.linux.dev \
    --cc=jernej.skrabec@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=m.szyprowski@samsung.com \
    --cc=robin.murphy@arm.com \
    --cc=thierry.reding@gmail.com \
    --cc=vdumpa@nvidia.com \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.