Message ID | 20240103192755.217183-1-limings@nvidia.com |
---|---|
Headers | show |
Series | mmc: sdhci-of-dwcmshc: Replace sauce patches with upstream commits | expand |
Acked-by: Bartlomiej Zolnierkiewicz <bartlomiej.zolnierkiewicz@canonical.com> On Wed, Jan 3, 2024 at 8:30 PM Liming Sun <limings@nvidia.com> wrote: > > BugLink: https://bugs.launchpad.net/bugs/2046657 > > SRU Justification: > > [Impact] > The msdhci-of-dwcmshc driver in the Jammy repo > consists of some SAUCE patches. These need to be replaced. > > [Fix] > The fix is to revert the four SAUCE patches, replacing them with > upstream commits for the same functionality. > > [Test Case] > * Boot BF3 platform, verify no new errors > > [Regression Potential] > The upstream commits are not exactly the same as the SAUCE patches, > so technically there is a chance of regression, but its been > well-tested and the functionality is the same. > > [Other] > n/a > > Liming Sun (7): > [SRU][J:linux-bluefield][PATCH v5 1/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 > [SRU][J:linux-bluefield][PATCH v5 2/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: add the missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 3/7] Revert UBUNTU: SAUCE: > sdhci-of-dwcmshc: Enable host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 4/7] mmc: sdhci-of-dwcmshc: enable > host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 5/7] mmc: sdhci-of-dwcmshc: add the > missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 6/7] mmc: sdhci-of-dwcmshc: Add > error handling in dwcmshc_resume > [SRU][J:linux-bluefield][PATCH v5 7/7] mmc: sdhci-of-dwcmshc: Add > runtime PM operations > > drivers/mmc/host/sdhci-of-dwcmshc.c | 124 ++++++++++++---------------- > 1 file changed, 52 insertions(+), 72 deletions(-) >
Acked-by: Bartlomiej Zolnierkiewicz <bartlomiej.zolnierkiewicz@canonical.com> On Wed, Jan 3, 2024 at 8:30 PM Liming Sun <limings@nvidia.com> wrote: > > BugLink: https://bugs.launchpad.net/bugs/2046657 > > SRU Justification: > > [Impact] > The msdhci-of-dwcmshc driver in the Jammy repo > consists of some SAUCE patches. These need to be replaced. > > [Fix] > The fix is to revert the four SAUCE patches, replacing them with > upstream commits for the same functionality. > > [Test Case] > * Boot BF3 platform, verify no new errors > > [Regression Potential] > The upstream commits are not exactly the same as the SAUCE patches, > so technically there is a chance of regression, but its been > well-tested and the functionality is the same. > > [Other] > n/a > > Liming Sun (7): > [SRU][J:linux-bluefield][PATCH v5 1/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 > [SRU][J:linux-bluefield][PATCH v5 2/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: add the missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 3/7] Revert UBUNTU: SAUCE: > sdhci-of-dwcmshc: Enable host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 4/7] mmc: sdhci-of-dwcmshc: enable > host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 5/7] mmc: sdhci-of-dwcmshc: add the > missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 6/7] mmc: sdhci-of-dwcmshc: Add > error handling in dwcmshc_resume > [SRU][J:linux-bluefield][PATCH v5 7/7] mmc: sdhci-of-dwcmshc: Add > runtime PM operations > > drivers/mmc/host/sdhci-of-dwcmshc.c | 124 ++++++++++++---------------- > 1 file changed, 52 insertions(+), 72 deletions(-) >
On 1/3/24 12:27 PM, Liming Sun wrote: > BugLink: https://bugs.launchpad.net/bugs/2046657 > > SRU Justification: > > [Impact] > The msdhci-of-dwcmshc driver in the Jammy repo > consists of some SAUCE patches. These need to be replaced. > > [Fix] > The fix is to revert the four SAUCE patches, replacing them with > upstream commits for the same functionality. > > [Test Case] > * Boot BF3 platform, verify no new errors > > [Regression Potential] > The upstream commits are not exactly the same as the SAUCE patches, > so technically there is a chance of regression, but its been > well-tested and the functionality is the same. > > [Other] > n/a > > Liming Sun (7): > [SRU][J:linux-bluefield][PATCH v5 1/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 > [SRU][J:linux-bluefield][PATCH v5 2/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: add the missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 3/7] Revert UBUNTU: SAUCE: > sdhci-of-dwcmshc: Enable host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 4/7] mmc: sdhci-of-dwcmshc: enable > host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 5/7] mmc: sdhci-of-dwcmshc: add the > missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 6/7] mmc: sdhci-of-dwcmshc: Add > error handling in dwcmshc_resume > [SRU][J:linux-bluefield][PATCH v5 7/7] mmc: sdhci-of-dwcmshc: Add > runtime PM operations > > drivers/mmc/host/sdhci-of-dwcmshc.c | 124 ++++++++++++---------------- > 1 file changed, 52 insertions(+), 72 deletions(-) > Acked-by: Tim Gardner <tim.gardner@canonical.com>
Applied to jammy:linux-bluefield/master-next. Thanks. -- Best regards, Bartlomiej On Wed, Jan 3, 2024 at 8:30 PM Liming Sun <limings@nvidia.com> wrote: > > BugLink: https://bugs.launchpad.net/bugs/2046657 > > SRU Justification: > > [Impact] > The msdhci-of-dwcmshc driver in the Jammy repo > consists of some SAUCE patches. These need to be replaced. > > [Fix] > The fix is to revert the four SAUCE patches, replacing them with > upstream commits for the same functionality. > > [Test Case] > * Boot BF3 platform, verify no new errors > > [Regression Potential] > The upstream commits are not exactly the same as the SAUCE patches, > so technically there is a chance of regression, but its been > well-tested and the functionality is the same. > > [Other] > n/a > > Liming Sun (7): > [SRU][J:linux-bluefield][PATCH v5 1/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: Add runtime PM operations for BlueField-3 > [SRU][J:linux-bluefield][PATCH v5 2/7] Revert UBUNTU: SAUCE: mmc: > sdhci-of-dwcmshc: add the missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 3/7] Revert UBUNTU: SAUCE: > sdhci-of-dwcmshc: Enable host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 4/7] mmc: sdhci-of-dwcmshc: enable > host V4 support for BlueField-3 SoC > [SRU][J:linux-bluefield][PATCH v5 5/7] mmc: sdhci-of-dwcmshc: add the > missing device table IDs for acpi > [SRU][J:linux-bluefield][PATCH v5 6/7] mmc: sdhci-of-dwcmshc: Add > error handling in dwcmshc_resume > [SRU][J:linux-bluefield][PATCH v5 7/7] mmc: sdhci-of-dwcmshc: Add > runtime PM operations > > drivers/mmc/host/sdhci-of-dwcmshc.c | 124 ++++++++++++---------------- > 1 file changed, 52 insertions(+), 72 deletions(-) >