diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-08 21:42:44 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-12-08 21:42:44 -0500 |
| commit | f2fb38049c724558c590c31e57627f6ba8d48a5b (patch) | |
| tree | 51ff06495a51de92c24d1b9ec7759d61e8560928 /arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |
| parent | b2776bf7149bddd1f4161f14f79520f17fc1d71d (diff) | |
| parent | 33d73935e4abb2c75f263dd31a314db09ccf41be (diff) | |
Merge tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmc
Pull MMC updates from Ulf Hansson:
"MMC core:
- Consolidation and cleanups.
- Some improvements regarding error handling.
- Increase maximum amount of block devices.
- Use correct OCR mask for SDIO when restoring power.
- Fix prepared requests while doing BKOPS.
- Convert to modern PM ops.
- Add mmc_send_tuning() API and convert some hosts to use it.
MMC host:
- toshsd: New Toshiba PCI SD controller driver.
- sdhci: 64-bit ADMA support.
- sdhci: Some regulator fixes.
- sdhci: HS400 support.
- sdhci: Various fixes cleanups.
- atmel-mci: Modernization and cleanups.
- atmel-mci: Runtime PM support.
- omap_hsmmc: Modernization and cleanups.
- omap_hsmmc: Fix UHS card with DDR50 support.
- dw_mmc: Support for ARM64 and Exynos 7 variant.
- dw_mmc: Add support for IMG Pistachio variant.
- dw_mmc: Various fixes and cleanups.
- mvsdio: DMA fixes.
- mxs-mmc: Modernization and cleanups.
- mxcmmc: Various fixes"
* tag 'mmc-v3.19-1' of git://git.linaro.org/people/ulf.hansson/mmc: (126 commits)
mmc: sdhci-msm: Convert to mmc_send_tuning()
mmc: sdhci-esdhc-imx: Convert to mmc_send_tuning()
mmc: core: Let mmc_send_tuning() to take struct mmc_host* as parameter
mmc: queue: Improve error handling during allocation of bounce buffers
mmc: sdhci-acpi: Add two host capabilities for Intel
mmc: sdhci-pci: Add two host capabilities for BYT
mmc: sdhci-acpi: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC
mmc: sdhci-pci: Add SDHCI_QUIRK_NO_ENDATTR_IN_NOPDESC to BYT
mmc: atmel-mci: use probe deferring if dma controller is not ready yet
mmc: atmel-mci: stop using specific initcall
mmc: atmel-mci: remove __init/__exit attributes
mmc: atmel-mci: remove useless DMA stuff for non-dt devices
mmc: omap_hsmmc: Fix UHS card with DDR50 support
mmc: core: add core-level function for sending tuning commands
mmc: core: hold SD Clock before CMD11 during Signal
mmc: mxs-mmc: Check for clk_prepare_enable() error
mmc: mxs-mmc: Propagate the real error
mmc: mxs-mmc: No need to do NULL check on 'iores'
mmc: dw_mmc: Add support for IMG Pistachio
mmc: mxs-mmc: Simplify PM hooks
...
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod_44xx_data.c')
| -rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_44xx_data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c index 44e5634bba34..d8a3cf1c1787 100644 --- a/arch/arm/mach-omap2/omap_hwmod_44xx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_44xx_data.c | |||
| @@ -22,6 +22,7 @@ | |||
| 22 | 22 | ||
| 23 | #include <linux/io.h> | 23 | #include <linux/io.h> |
| 24 | #include <linux/platform_data/gpio-omap.h> | 24 | #include <linux/platform_data/gpio-omap.h> |
| 25 | #include <linux/platform_data/hsmmc-omap.h> | ||
| 25 | #include <linux/power/smartreflex.h> | 26 | #include <linux/power/smartreflex.h> |
| 26 | #include <linux/i2c-omap.h> | 27 | #include <linux/i2c-omap.h> |
| 27 | 28 | ||
| @@ -39,7 +40,6 @@ | |||
| 39 | #include "prm44xx.h" | 40 | #include "prm44xx.h" |
| 40 | #include "prm-regbits-44xx.h" | 41 | #include "prm-regbits-44xx.h" |
| 41 | #include "i2c.h" | 42 | #include "i2c.h" |
| 42 | #include "mmc.h" | ||
| 43 | #include "wd_timer.h" | 43 | #include "wd_timer.h" |
| 44 | 44 | ||
| 45 | /* Base offset for all OMAP4 interrupts external to MPUSS */ | 45 | /* Base offset for all OMAP4 interrupts external to MPUSS */ |
| @@ -1952,7 +1952,7 @@ static struct omap_hwmod_dma_info omap44xx_mmc1_sdma_reqs[] = { | |||
| 1952 | }; | 1952 | }; |
| 1953 | 1953 | ||
| 1954 | /* mmc1 dev_attr */ | 1954 | /* mmc1 dev_attr */ |
| 1955 | static struct omap_mmc_dev_attr mmc1_dev_attr = { | 1955 | static struct omap_hsmmc_dev_attr mmc1_dev_attr = { |
| 1956 | .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, | 1956 | .flags = OMAP_HSMMC_SUPPORTS_DUAL_VOLT, |
| 1957 | }; | 1957 | }; |
| 1958 | 1958 | ||
