mbox series

[v1,0/1,SRU,J:linux-bluefield] sdhci_of_dwcmshc: sync up

Message ID cover.1714478067.git.limings@nvidia.com
Headers show
Series sdhci_of_dwcmshc: sync up | expand

Message

Liming Sun April 30, 2024, 12:04 p.m. UTC
BugLink: https://bugs.launchpad.net/bugs/2064184

SRU Justification:

[Impact]
It shouldn't affect normal functionalities. With this fix, it'll remove a
warning when unloading and re-loading the sdhci_of_dwcmshc kernel driver.

[Fix]
The fix unload the runtime PM when unloading the sdhci_of_dwcmshc driver.

[Test Case]
Normal regression;
Unload and load sdhci_of_dwcmshc.ko again.

[Regression Potential]
Same behavior from user perspective.

Liming Sun (1):
  sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()

 drivers/mmc/host/sdhci-of-dwcmshc.c | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)

Comments

Bartlomiej Zolnierkiewicz May 6, 2024, 4:10 p.m. UTC | #1
Hi Liming,

Please add your additional Signed-off-by after cherry-pick link and
resend as v2.

Thank you.

--
Best regards,
Bartlomiej

On Tue, Apr 30, 2024 at 2:05 PM Liming Sun <limings@nvidia.com> wrote:
>
> BugLink: https://bugs.launchpad.net/bugs/2064184
>
> SRU Justification:
>
> [Impact]
> It shouldn't affect normal functionalities. With this fix, it'll remove a
> warning when unloading and re-loading the sdhci_of_dwcmshc kernel driver.
>
> [Fix]
> The fix unload the runtime PM when unloading the sdhci_of_dwcmshc driver.
>
> [Test Case]
> Normal regression;
> Unload and load sdhci_of_dwcmshc.ko again.
>
> [Regression Potential]
> Same behavior from user perspective.
>
> Liming Sun (1):
>   sdhci-of-dwcmshc: disable PM runtime in dwcmshc_remove()
>
>  drivers/mmc/host/sdhci-of-dwcmshc.c | 28 +++++++++++++++++-----------
>  1 file changed, 17 insertions(+), 11 deletions(-)
>