mbox series

[GIT,PULL] MMC fixes for v5.16-rc5

Message ID 20211210095431.63667-1-ulf.hansson@linaro.org
State New
Headers show
Series [GIT,PULL] MMC fixes for v5.16-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.16-rc3

Message

Ulf Hansson Dec. 10, 2021, 9:54 a.m. UTC
Hi Linus,

Here's a PR with a couple of MMC fixes intended for v5.16-rc5. Details about the
highlights are as usual found in the signed tag.

Please pull this in!

Kind regards
Ulf Hansson


The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:

  Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc.git tags/mmc-v5.16-rc3

for you to fetch changes up to d594b35d3b31bc04b6ef36589f38135d3acb8df5:

  mmc: mediatek: free the ext_csd when mmc_get_ext_csd success (2021-12-09 10:30:11 +0100)

----------------------------------------------------------------
MMC host:
 - mtk-sd: Fix memory leak during tuning
 - renesas_sdhi: Initialize variable properly when tuning

----------------------------------------------------------------
Wenbin Mei (1):
      mmc: mediatek: free the ext_csd when mmc_get_ext_csd success

Wolfram Sang (1):
      mmc: renesas_sdhi: initialize variable properly when tuning

 drivers/mmc/host/mtk-sd.c            | 4 +++-
 drivers/mmc/host/renesas_sdhi_core.c | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)