Commit 27e20d6
committed
mmc: sdhci-tegra: Add support to program MC stream ID
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2144641
commit 03813c8
Author: Prathamesh Shete <pshete@nvidia.com>
Date: Tue, 6 Dec 2022 17:59:44 +0100
SMMU clients are supposed to program stream ID from their respective
address spaces instead of MC override. Define NVQUIRK_PROGRAM_STREAMID
and use it to program SMMU stream ID from the SDMMC client address
space.
Signed-off-by: Aniruddha TVS Rao <anrao@nvidia.com>
Signed-off-by: Prathamesh Shete <pshete@nvidia.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Acked-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Link: https://lore.kernel.org/r/20221206165945.3551774-6-thierry.reding@gmail.com
[Ulf: Fixed a checkpatch error]
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Mark Salter <msalter@redhat.com>1 parent 04d3a06 commit 27e20d6
1 file changed
+30
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| 14 | + | |
13 | 15 | | |
14 | 16 | | |
15 | 17 | | |
| |||
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| 100 | + | |
| 101 | + | |
98 | 102 | | |
99 | 103 | | |
100 | 104 | | |
| |||
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| 129 | + | |
125 | 130 | | |
126 | 131 | | |
127 | 132 | | |
| |||
178 | 183 | | |
179 | 184 | | |
180 | 185 | | |
| 186 | + | |
181 | 187 | | |
182 | 188 | | |
183 | 189 | | |
| |||
1565 | 1571 | | |
1566 | 1572 | | |
1567 | 1573 | | |
| 1574 | + | |
1568 | 1575 | | |
1569 | 1576 | | |
1570 | 1577 | | |
| |||
1631 | 1638 | | |
1632 | 1639 | | |
1633 | 1640 | | |
| 1641 | + | |
| 1642 | + | |
| 1643 | + | |
| 1644 | + | |
| 1645 | + | |
| 1646 | + | |
| 1647 | + | |
| 1648 | + | |
| 1649 | + | |
| 1650 | + | |
| 1651 | + | |
| 1652 | + | |
| 1653 | + | |
1634 | 1654 | | |
1635 | 1655 | | |
1636 | 1656 | | |
| |||
1691 | 1711 | | |
1692 | 1712 | | |
1693 | 1713 | | |
| 1714 | + | |
| 1715 | + | |
| 1716 | + | |
| 1717 | + | |
| 1718 | + | |
| 1719 | + | |
1694 | 1720 | | |
1695 | 1721 | | |
1696 | 1722 | | |
| |||
1776 | 1802 | | |
1777 | 1803 | | |
1778 | 1804 | | |
| 1805 | + | |
| 1806 | + | |
1779 | 1807 | | |
1780 | 1808 | | |
1781 | 1809 | | |
| |||
1872 | 1900 | | |
1873 | 1901 | | |
1874 | 1902 | | |
| 1903 | + | |
| 1904 | + | |
1875 | 1905 | | |
1876 | 1906 | | |
1877 | 1907 | | |
| |||
0 commit comments