Skip to content

Tags: svenkatr/linux

Tags

v3.7-rc3

Toggle v3.7-rc3's commit message
Linux 3.7-rc3

v3.7-rc2

Toggle v3.7-rc2's commit message
Linux 3.7-rc2

v3.7-rc1

Toggle v3.7-rc1's commit message
Linux 3.7-rc1

mmc-merge-for-3.7-rc1-part2

Toggle mmc-merge-for-3.7-rc1-part2's commit message
 - Disintegrate UAPI, fix a mismerge that caused a build error.

mmc-merge-for-3.7-rc1

Toggle mmc-merge-for-3.7-rc1's commit message
MMC highlights for 3.7:

Core:
 - Add DT properties for card detection (broken-cd, cd-gpios, non-removable)
 - Don't poll non-removable devices
 - Fixup/rework eMMC sleep mode/"power off notify" feature
 - Support eMMC background operations (BKOPS).  To set the one-time
   programmable fuse that enables bkops on an eMMC that doesn't already
   have it set, you can use the "mmc bkops enable" command in:
     git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git

Drivers:
 - atmel-mci, dw_mmc, pxa-mci, dove, s3c, spear: Add device tree support
 - bfin_sdh: Add support for the controller in bf60x
 - dw_mmc: Support Samsung Exynos SoCs
 - eSDHC: Add ADMA support
 - sdhci: Support testing a cd-gpio (from slot-gpio) instead of presence bit
 - sdhci-pltfm: Support broken-cd DT property
 - tegra: Convert to only supporting DT (mach-tegra has gone DT-only)

v3.6

Toggle v3.6's commit message
Linux 3.6

v3.6-rc7

Toggle v3.6-rc7's commit message
Linux 3.6-rc7

v3.6-rc6

Toggle v3.6-rc6's commit message
Linux 3.6-rc6

v3.6-rc5

Toggle v3.6-rc5's commit message
Linux 3.6-rc5

mmc-fixes-for-3.6-rc5

Toggle mmc-fixes-for-3.6-rc5's commit message
MMC fixes for 3.6-rc5:

 - a firmware bug on several Samsung MoviNAND eMMC models causes
   permanent corruption on the device when secure erase and secure trim
   requests are made, so we disable those requests on these eMMC devices.
 - atmel-mci: fix a hang with some SD cards by waiting for not-busy flag.
 - dw_mmc: low-power mode breaks SDIO interrupts; fix PIO error handling;
   fix handling of error interrupts.
 - mxs-mmc: fix deadlocks; fix compile error due to dma.h arch change.
 - omap: fix broken PIO mode causing memory corruption.
 - sdhci-esdhc: fix card detection.