]> 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)
commit9ca97c9da83ecf596c9dcce1ce7c3ea10941e577
tree7290d2627158f7e2262e0b92bf69888335c5fea3
parent2d57ef074591f704297c21239734325fba86ab35
parent527025db9fe5d9d7f7d75049138902722948d83c
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()