mbox series

[v12,0/6] mmc: sdhci: Add Tegra234 support

Message ID 20221202152644.29450-1-thierry.reding@gmail.com
Headers show
Series mmc: sdhci: Add Tegra234 support | expand

Message

Thierry Reding Dec. 2, 2022, 3:26 p.m. UTC
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(-)