Revision 098179413d07392ad8c52c7c7605d3d3886ef569 authored by Linus Torvalds on 13 October 2022, 19:19:18 UTC, committed by Linus Torvalds on 13 October 2022, 19:19:18 UTC
Pull MMC fixes from Ulf Hansson:
 "MMC core:
   - Add SD card quirk for broken discard

  MMC host:
   - renesas_sdhi: Fix clock rounding errors
   - sdhci-sprd: Fix minimum clock limit to detect cards
   - sdhci-tegra: Use actual clock rate for SW tuning correction"

* tag 'mmc-v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc:
  mmc: sdhci-sprd: Fix minimum clock limit
  mmc: sdhci-tegra: Use actual clock rate for SW tuning correction
  mmc: renesas_sdhi: Fix rounding errors
  mmc: core: Add SD card quirk for broken discard
2 parent s f2b220e + 6e14177
Raw File
spdxexclude
# SPDX-License-Identifier: GPL-2.0
#
# Patterns for excluding files and directories

# Ignore the license directory and the licensing documentation which would
# create lots of noise for no value
LICENSES/
license-rules.rst

# Ignore config files and snippets. The majority is generated
# by the Kconfig tools
kernel/configs/
arch/*/configs/

# Other files without copyrightable content
/CREDITS
/MAINTAINERS
/README
back to top