mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-24 05:16:06 +00:00
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)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAABAgAGBQJQcfc/AAoJEHNBYZ7TNxYMB3wQALPObZUjKBsR38N2llPUOz5M
nTMNYa99Pg3/Du5EgXKwYDkoYG1M9yjNTdxBmz3Sz9cIkLueZHoDmqvpgZJv9vRn
5l0TncExC+T2Tn7qjE5axgM7fus5r9SLKCOtbE+V8jATTWeG0d/X0DdzvKPpJLmb
uLPmqNG50LdQQUoCkcDU3hiDONqQnOx4tDq4C7rTlf+Cr8pJXRoBPEF0C1PTvs64
0AP8oXDtirz+RIR5xTELy08o4SVS4Wcn63PH1H56kmAIjdT5FeVnAOeyF9Aer/+R
Sz3qMrN/sNSEEkbgCGQLJVVYACNdgB1WXdxhqk2d996iwtEQgkVB8S2ziyhpZTZ2
SxgCMvfYf5ySOIuzvyEScGdKjw6DSV01HDr9eyFJqIYaDOBp+kUJkbM2O8ISf+Kb
rudrc58mdfPPhX5rqjEYBKGtyC6q+LvRGOwO8QJNvZ0wAFAg4nCzcD9btAl65QR1
7aM0qp+55pyc2xyUO9q5AvOwiaBU2sYYuBCUm1zzK3HQ8x5ZKpueQwa2KBmEa2f+
Qp6oflWNeG/X53WHCurl/ECZY5Y4w4esHPMWXVXJP8Ao+3D2Wofkp4CSGcQClZSd
/OBGSw9g70BIKwOTUvU9tD3ALQsG+A9UHmG7RQBhmcQFaKY709bfhzSG3/jHymSg
AKr0VSezE/DTj6URvxaq
=qyY5
-----END PGP SIGNATURE-----
Merge tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
Pull MMC updates from Chris Ball:
"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)"
* tag 'mmc-merge-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc: (67 commits)
mmc: core: Fixup broken suspend and eMMC4.5 power off notify
mmc: sdhci-spear: Add clk_{un}prepare() support
mmc: sdhci-spear: add device tree bindings
mmc: sdhci-s3c: Add clk_(enable/disable) in runtime suspend/resume
mmc: core: Replace MMC_CAP2_BROKEN_VOLTAGE with test for fixed regulator
mmc: sdhci-pxav3: Use sdhci_get_of_property for parsing DT quirks
mmc: dt: Support "broken-cd" property in sdhci-pltfm
mmc: sdhci-s3c: fix the wrong number of max bus clocks
mmc: sh-mmcif: avoid oops on spurious interrupts
mmc: sh-mmcif: properly handle MMC_WRITE_MULTIPLE_BLOCK completion IRQ
mmc: sdhci-s3c: Fix crash on module insertion for second time
mmc: sdhci-s3c: Enable only required bus clock
mmc: Revert "mmc: dw_mmc: Add check for IDMAC configuration"
mmc: mxcmmc: fix bug that may block a data transfer forever
mmc: omap_hsmmc: Pass on the suspend failure to the PM core
mmc: atmel-mci: AP700x PDC is not connected to MCI
mmc: atmel-mci: DMA can be used with other controllers
mmc: mmci: use clk_prepare_enable and clk_disable_unprepare
mmc: sdhci-s3c: Add device tree support
mmc: dw_mmc: add support for exynos specific implementation of dw-mshc
...
|
||
|---|---|---|
| .. | ||
| ad5755.h | ||
| ad7266.h | ||
| ad7791.h | ||
| asoc-imx-ssi.h | ||
| asoc-kirkwood.h | ||
| asoc-mx27vis.h | ||
| asoc-palm27x.h | ||
| asoc-s3c24xx_simtec.h | ||
| asoc-s3c.h | ||
| asoc-ti-mcbsp.h | ||
| at91_adc.h | ||
| ata-pxa.h | ||
| ata-samsung_cf.h | ||
| atmel-aes.h | ||
| atmel.h | ||
| camera-mx1.h | ||
| camera-mx2.h | ||
| camera-mx3.h | ||
| camera-pxa.h | ||
| clk-integrator.h | ||
| clk-nomadik.h | ||
| clk-realview.h | ||
| clk-u300.h | ||
| clk-ux500.h | ||
| cpsw.h | ||
| crypto-ux500.h | ||
| davinci_asp.h | ||
| dma-atmel.h | ||
| dma-ep93xx.h | ||
| dma-imx-sdma.h | ||
| dma-imx.h | ||
| dma-mmp_tdma.h | ||
| dma-mv_xor.h | ||
| dsp-omap.h | ||
| dwc3-exynos.h | ||
| dwc3-omap.h | ||
| efm32-uart.h | ||
| ehci-sh.h | ||
| emif_plat.h | ||
| eth-netx.h | ||
| exynos4_tmu.h | ||
| fsa9480.h | ||
| gpio-em.h | ||
| gpio-omap.h | ||
| hwmon-s3c.h | ||
| i2c-davinci.h | ||
| i2c-imx.h | ||
| i2c-nomadik.h | ||
| i2c-nuc900.h | ||
| i2c-s3c2410.h | ||
| ina2xx.h | ||
| irda-pxaficp.h | ||
| keyboard-pxa930_rotary.h | ||
| keyboard-spear.h | ||
| keypad-ep93xx.h | ||
| keypad-nomadik-ske.h | ||
| keypad-omap.h | ||
| keypad-pxa27x.h | ||
| keypad-w90p910.h | ||
| keyscan-davinci.h | ||
| lcd-mipid.h | ||
| leds-kirkwood-netxbig.h | ||
| leds-kirkwood-ns2.h | ||
| leds-lm3556.h | ||
| leds-renesas-tpu.h | ||
| leds-s3c24xx.h | ||
| lm3630_bl.h | ||
| lm3639_bl.h | ||
| lp855x.h | ||
| lp8727.h | ||
| macb.h | ||
| max197.h | ||
| max310x.h | ||
| mfd-mcp-sa11x0.h | ||
| mipi-csis.h | ||
| mmc-davinci.h | ||
| mmc-esdhc-imx.h | ||
| mmc-msm_sdcc.h | ||
| mmc-mvsdio.h | ||
| mmc-mxcmmc.h | ||
| mmc-pxamci.h | ||
| mmc-s3cmci.h | ||
| mmc-sdhci-tegra.h | ||
| mmp_audio.h | ||
| mouse-pxa930_trkball.h | ||
| msm_serial_hs.h | ||
| mtd-davinci-aemif.h | ||
| mtd-davinci.h | ||
| mtd-mxc_nand.h | ||
| mtd-nand-omap2.h | ||
| mtd-nand-pxa3xx.h | ||
| mtd-nand-s3c2410.h | ||
| mtd-nomadik-nand.h | ||
| mtd-onenand-omap2.h | ||
| mtd-orion_nand.h | ||
| mv_usb.h | ||
| ntc_thermistor.h | ||
| omap1_bl.h | ||
| omap4-keypad.h | ||
| omap_drm.h | ||
| omap-abe-twl6040.h | ||
| omap-twl4030.h | ||
| pcmcia-pxa2xx_viper.h | ||
| pinctrl-coh901.h | ||
| pxa_sdhci.h | ||
| remoteproc-omap.h | ||
| s3c-hsotg.h | ||
| s3c-hsudc.h | ||
| sc18is602.h | ||
| sccnxp.h | ||
| serial-imx.h | ||
| shmob_drm.h | ||
| sht15.h | ||
| spi-davinci.h | ||
| spi-ep93xx.h | ||
| spi-imx.h | ||
| spi-nuc900.h | ||
| spi-omap2-mcspi.h | ||
| spi-s3c64xx.h | ||
| tegra_emc.h | ||
| tegra_usb.h | ||
| touchscreen-s3c2410.h | ||
| uio_pruss.h | ||
| usb-davinci.h | ||
| usb-ehci-mxc.h | ||
| usb-ehci-orion.h | ||
| usb-ehci-s5p.h | ||
| usb-exynos.h | ||
| usb-imx_udc.h | ||
| usb-musb-ux500.h | ||
| usb-mx2.h | ||
| usb-ohci-pxa27x.h | ||
| usb-ohci-s3c2410.h | ||
| usb-pxa3xx-ulpi.h | ||
| usb-s3c2410_udc.h | ||
| video-ep93xx.h | ||
| video-imxfb.h | ||
| video-msm_fb.h | ||
| video-mx3fb.h | ||
| video-nuc900fb.h | ||
| video-pxafb.h | ||
| video-vt8500lcdfb.h | ||
| voltage-omap.h | ||
| wiznet.h | ||