All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v12 0/6] mmc: sdhci: Add Tegra234 support
@ 2022-12-02 15:26 Thierry Reding
  2022-12-02 15:26 ` [PATCH v12 1/6] iommu: Add note about struct iommu_fwspec usage Thierry Reding
                   ` (5 more replies)
  0 siblings, 6 replies; 10+ messages in thread
From: Thierry Reding @ 2022-12-02 15:26 UTC (permalink / raw)
  To: Joerg Roedel, Ulf Hansson, Robin Murphy
  Cc: Adrian Hunter, Jonathan Hunter, Prathamesh Shete, Will Deacon,
	iommu, linux-mmc, linux-tegra

From: Thierry Reding <treding@nvidia.com>

Hi,

This is an updated version of v11 that I sent out a few weeks ago:

    https://lore.kernel.org/all/20221117182720.2290761-1-thierry.reding@gmail.com/

All remaining comments should now be addressed. I've left in the include
reordering and dropped the bitfield.h include that Adrian had noticed. I
also left the new helper as it was and will leave it up to Joerg and
Robin to decide if they want me to split off an extra !IOMMU_API stub.

It'd be great to see this go in for v6.2 and we're getting quite close
to the merge window now. As far as I can tell, the only remaining thing
is an Acked-by on the new Tegra-specific helper from Joerg and/or Robin
so that Ulf can pick this up.

Thanks,
Thierry

Prathamesh Shete (3):
  mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data
  mmc: sdhci-tegra: Add support to program MC stream ID
  mmc: sdhci-tegra: Issue CMD and DAT resets together

Thierry Reding (3):
  iommu: Add note about struct iommu_fwspec usage
  iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper
  mmc: sdhci-tegra: Sort includes alphabetically

 drivers/mmc/host/sdhci-tegra.c | 69 ++++++++++++++++++++++++++++------
 drivers/mmc/host/sdhci.c       |  5 +++
 drivers/mmc/host/sdhci.h       |  2 +
 include/linux/iommu.h          | 25 ++++++++++++
 4 files changed, 89 insertions(+), 12 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-12-06 16:50 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-02 15:26 [PATCH v12 0/6] mmc: sdhci: Add Tegra234 support Thierry Reding
2022-12-02 15:26 ` [PATCH v12 1/6] iommu: Add note about struct iommu_fwspec usage Thierry Reding
2022-12-02 15:26 ` [PATCH v12 2/6] iommu/tegra: Add tegra_dev_iommu_get_stream_id() helper Thierry Reding
2022-12-05 19:03   ` Robin Murphy
2022-12-06 16:49     ` Thierry Reding
2022-12-02 15:26 ` [PATCH v12 3/6] mmc: sdhci-tegra: Sort includes alphabetically Thierry Reding
2022-12-02 15:26 ` [PATCH v12 4/6] mmc: sdhci-tegra: Separate Tegra194 and Tegra234 SoC data Thierry Reding
2022-12-02 15:26 ` [PATCH v12 5/6] mmc: sdhci-tegra: Add support to program MC stream ID Thierry Reding
2022-12-03 13:28   ` kernel test robot
2022-12-02 15:26 ` [PATCH v12 6/6] mmc: sdhci-tegra: Issue CMD and DAT resets together Thierry Reding

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.