]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Dec 2017 13:14:22 +0000 (08:14 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Dec 2017 13:14:22 +0000 (08:14 -0500)
commit3c1c4ddffb58b9e10b3365764fe59546130b3f32
tree7c2446dec7842a6ed003d0c023fe3345d0828c58
parent5dc9cbc4f10d7bc5aaa17ec0accf4c6e24d9ecd6
parentc892b0d81705c566f575e489efc3c50762db1bde
Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC fixes from Ulf Hansson:
 "MMC core:
   - Ensure that debugfs files are removed properly
   - Fix missing blk_put_request()
   - Deal with errors from blk_get_request()
   - Rewind mmc bus suspend operations at failures
   - Prepend '0x' to ocr and pre_eol_info in sysfs to identify as hex

  MMC host:
   - sdhci-msm: Make it optional to wait for signal level changes
   - sdhci: Avoid swiotlb buffer being full"

* tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
  mmc: core: prepend 0x to OCR entry in sysfs
  mmc: core: prepend 0x to pre_eol_info entry in sysfs
  mmc: sdhci: Avoid swiotlb buffer being full
  mmc: sdhci-msm: Optionally wait for signal level changes
  mmc: block: Ensure that debugfs files are removed
  mmc: core: Do not leave the block driver in a suspended state
  mmc: block: Check return value of blk_get_request()
  mmc: block: Fix missing blk_put_request()