https://github.com/torvalds/linux
Revision 203fc3177dd7427a1f87ec33de201c6d67b5c5cb authored by Linus Torvalds on 24 May 2023, 18:31:37 UTC, committed by Linus Torvalds on 24 May 2023, 18:31:37 UTC
Pull MMC fixes from Ulf Hansson:
 "MMC core:

   - Fix error propagation for the non-block-device I/O paths

  MMC host:

   - sdhci-cadence: Fix an error path during probe

   - sdhci-esdhc-imx: Fix support for the 'no-mmc-hs400' DT property"

* tag 'mmc-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
  mmc: sdhci-esdhc-imx: make "no-mmc-hs400" works
  mmc: sdhci-cadence: Fix an error handling path in sdhci_cdns_probe()
  mmc: block: ensure error propagation for non-blk
2 parent s 9d64600 + 81dce14
History
Tip revision: 203fc3177dd7427a1f87ec33de201c6d67b5c5cb authored by Linus Torvalds on 24 May 2023, 18:31:37 UTC
Merge tag 'mmc-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Tip revision: 203fc31
File Mode Size
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 360 bytes
compress.h -rw-r--r-- 2.9 KB
data.c -rw-r--r-- 11.4 KB
decompressor.c -rw-r--r-- 10.2 KB
decompressor_lzma.c -rw-r--r-- 7.6 KB
dir.c -rw-r--r-- 2.8 KB
erofs_fs.h -rw-r--r-- 14.2 KB
fscache.c -rw-r--r-- 15.2 KB
inode.c -rw-r--r-- 10.2 KB
internal.h -rw-r--r-- 16.9 KB
namei.c -rw-r--r-- 5.3 KB
pcpubuf.c -rw-r--r-- 3.1 KB
super.c -rw-r--r-- 27.6 KB
sysfs.c -rw-r--r-- 6.3 KB
utils.c -rw-r--r-- 6.8 KB
xattr.c -rw-r--r-- 18.6 KB
xattr.h -rw-r--r-- 2.1 KB
zdata.c -rw-r--r-- 50.7 KB
zmap.c -rw-r--r-- 21.6 KB

back to top