]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Aug 2019 13:37:42 +0000 (06:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 1 Aug 2019 13:37:42 +0000 (06:37 -0700)
commitfa09f97bad0f25fc4844e26e4fa2585b0821f996
tree7290d2627158f7e2262e0b92bf69888335c5fea3
parent20a8cb721a1d8e1cdc812646abfd7af2dfffee0b
parent5b0bc719a5243421b78f2fc5d593ed0b18b944f9
Merge tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC fixes from Ulf Hansson:

 - sdhci-sprd: Add a missing pm_runtime_put_noidle() to fix deferred
   probe

 - dw_mmc: Fix occasional hang after tuning on eMMC

 - meson-mx-sdio: Fix misuse of GENMASK macro

 - mmc_spi: Fix CRC problems for writes by using BDI_CAP_STABLE_WRITES

* tag 'mmc-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
  mmc: mmc_spi: Enable stable writes
  mmc: meson-mx-sdio: Fix misuse of GENMASK macro
  mmc: dw_mmc: Fix occasional hang after tuning on eMMC
  mmc: host: sdhci-sprd: Fix the missing pm_runtime_put_noidle()