forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmc
Pull MMC updates from Ulf Hansson: "Me and Chris Ball decided to try out using my MMC tree as the primary one, to simplify handling of patches. This pull does thus contains all the MMC patches for 3.17 rc1, no pull from Chris this time. Details: MMC core: - forward compatibility for eMMC - fix some blacklisted cards with broken secure discard MMC host: - mmci: Add support for Qualcomm variant - mmci: Fix regression for arm_variant - sdhci: Various fixes and cleanups - sdhci: Improve external VDD regulator support - sdhci: Support for DDR50 1.8V mode for BayTrail - sdhci-st: Add driver for ST SDHCI controller - sh-mmcif: DMA fixes - omap_hsmmc: Add support for SDIO interrupts - sdhci-pci: Add support for Intel Quark X1000 - dw_mmc: Update the reset sequence - s3cmci: port DMA code to dmaengine API" * tag 'mmc-v3.17-1' of git://git.linaro.org/people/ulf.hansson/mmc: (67 commits) mmc: dw_mmc: modify the dt-binding for removing slot-node and supports-highspeed mmc: dw_mmc: Slot quirk "disable-wp" is deprecated. mmc: mmci: Reverse IRQ handling for the arm_variant mmc: mmci: Move all CMD irq handling to mmci_cmd_irq() mmc: mmci: Remove redundant check of status for DATA irq mmc: dw_mmc: change to use recommended reset procedure mmc: sdhci-pxav3: Use devm_* managed helpers mmc: tmio: Configure DMA slave bus width mmc: sh_mmcif: Configure DMA slave bus width mmc: sh_mmcif: Fix DMA slave address configuration mmc: sh_mmcif: Document DT bindings mmc: sdhci-pci: remove PCI PM functions in suspend/resume callback mmc: Do not advertise secure discard if it is blacklisted mmc: sdhci-msm: Get COMPILE_TEST support mmc: sdhci-msm: Remove unnecessary header file inclusion mmc: sdhci-msm: Fix the binding example mmc: sdhci: add DDR50 1.8V mode support for BayTrail eMMC Controller mmc: sdhci: Preset value not supported in Baytrail eMMC mmc: MMC_USDHI6ROL0 should depend on HAS_DMA mmc: MMC_SH_MMCIF should depend on HAS_DMA ...
- Loading branch information
Showing
40 changed files
with
1,050 additions
and
471 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
* Renesas Multi Media Card Interface (MMCIF) Controller | ||
|
||
This file documents differences between the core properties in mmc.txt | ||
and the properties used by the MMCIF device. | ||
|
||
|
||
Required properties: | ||
|
||
- compatible: must contain one of the following | ||
- "renesas,mmcif-r8a7740" for the MMCIF found in r8a7740 SoCs | ||
- "renesas,mmcif-r8a7790" for the MMCIF found in r8a7790 SoCs | ||
- "renesas,mmcif-r8a7791" for the MMCIF found in r8a7791 SoCs | ||
- "renesas,sh-mmcif" for the generic MMCIF | ||
|
||
- clocks: reference to the functional clock | ||
|
||
- dmas: reference to the DMA channels, one per channel name listed in the | ||
dma-names property. | ||
- dma-names: must contain "tx" for the transmit DMA channel and "rx" for the | ||
receive DMA channel. | ||
|
||
|
||
Example: R8A7790 (R-Car H2) MMCIF0 | ||
|
||
mmcif0: mmc@ee200000 { | ||
compatible = "renesas,mmcif-r8a7790", "renesas,sh-mmcif"; | ||
reg = <0 0xee200000 0 0x80>; | ||
interrupts = <0 169 IRQ_TYPE_LEVEL_HIGH>; | ||
clocks = <&mstp3_clks R8A7790_CLK_MMCIF0>; | ||
dmas = <&dmac0 0xd1>, <&dmac0 0xd2>; | ||
dma-names = "tx", "rx"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
* STMicroelectronics sdhci-st MMC/SD controller | ||
|
||
This file documents the differences between the core properties in | ||
Documentation/devicetree/bindings/mmc/mmc.txt and the properties | ||
used by the sdhci-st driver. | ||
|
||
Required properties: | ||
- compatible : Must be "st,sdhci" | ||
- clock-names : Should be "mmc" | ||
See: Documentation/devicetree/bindings/resource-names.txt | ||
- clocks : Phandle of the clock used by the sdhci controler | ||
See: Documentation/devicetree/bindings/clock/clock-bindings.txt | ||
|
||
Optional properties: | ||
- non-removable: non-removable slot | ||
See: Documentation/devicetree/bindings/mmc/mmc.txt | ||
- bus-width: Number of data lines | ||
See: Documentation/devicetree/bindings/mmc/mmc.txt | ||
|
||
Example: | ||
|
||
mmc0: sdhci@fe81e000 { | ||
compatible = "st,sdhci"; | ||
status = "disabled"; | ||
reg = <0xfe81e000 0x1000>; | ||
interrupts = <GIC_SPI 127 IRQ_TYPE_NONE>; | ||
interrupt-names = "mmcirq"; | ||
pinctrl-names = "default"; | ||
pinctrl-0 = <&pinctrl_mmc0>; | ||
clock-names = "mmc"; | ||
clocks = <&clk_s_a1_ls 1>; | ||
bus-width = <8> | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.