linux/Documentation/devicetree/bindings/mmc
Linus Torvalds bbd60bffaf MMC core:
- Add some fine-grained hooks to further support HS400 tuning
  - Improve error path for bus width setting for HS400es
  - Use a common method when checking R1 status
 
 MMC host:
  - renesas_sdhi: Add r8a77990 support
  - renesas_sdhi: Add eMMC HS400 mode support
  - tmio/renesas_sdhi: Improve tuning/clock management
  - tmio: Add eMMC HS400 mode support
  - sunxi: Add support for 3.3V eMMC DDR mode
  - mmci: Initial support to manage variant specific callbacks
  - sdhci: Don't try 3.3V I/O voltage if not supported
  - sdhci-pci-dwc-mshc: Add driver to support Synopsys dwc mshc SDHCI PCI
  - sdhci-of-dwcmshc: Add driver to support Synopsys DWC MSHC SDHCI
  - sdhci-msm: Add support for new version sdcc V5
  - sdhci-pci-o2micro: Add support for O2 eMMC HS200 mode
  - sdhci-pci-o2micro: Add support for O2 hardware tuning
  - sdhci-pci-o2micro: Add MSI interrupt support for O2 SD host
  - sdhci-pci: Add support for Intel ICP
  - sdhci-tegra: Prevent ACMD23 and HS200 mode on Tegra 3
  - sdhci-tegra: Fix eMMC DDR52 mode
  - sdhci-tegra: Improve clock management
  - dw_mmc-rockchip: Document compatible string for px30
  - sdhci-esdhc-imx: Add support for 3.3V eMMC DDR mode
  - sdhci-of-esdhc: Set proper DMA mask for ls104x chips
  - sdhci-of-esdhc: Improve clock management
  - sdhci-of-arasan: Add a quirk to manage unstable clocks
  - dw_mmc-exynos: Address potential external abort during system resume
  - pxamci: Add support for common MMC DT bindings
  - pxamci: Several cleanups and improvements
  - pxamci: Merge immutable branch for pxa to switch to DMA slave maps
 -----BEGIN PGP SIGNATURE-----
 
 iQJLBAABCgA1FiEEugLDXPmKSktSkQsV/iaEJXNYjCkFAlt2n1YXHHVsZi5oYW5z
 c29uQGxpbmFyby5vcmcACgkQ/iaEJXNYjCmEEQ//eBA9mdUWF4Jdq/taazJfDeRQ
 /a9EJNRivr6xeOh4wq48v50/FtKD48r8112DXmyKfXhbhc4mgo5z03b6YwOGE+JE
 A3gQgNx4cZE0IMis9TGikHU52nSljsdPeCyiQ84tS8Lh9zgj/lRsHnkd8GKTh6FR
 eBeZmtS9RyionI98NhNQecjPlIrvm+dw0X+OTRLQewKefstNL8Ut1zyC6BPBXaHh
 MDEfo2nQ0yirATl1SSUlLRb4vmSGYbgqsiwoqC3zMLwqt7awIRqqEupRzqDGjW1d
 RniN6GzJEzfQqJ4AfY/IpE8EUzqM8BKBYKoEYgv67XTJAceA7Z3mQSec1pC8IHQ9
 8PLOEm17MeuQSNXVjbRXkMqA2z9+bewexVxpkRmZHorlzLNw0violJs7tvi09gYk
 g6zlAXVocLlbXep3LQFCo333M7Qhzp1dHzpIdcS151kPkAJnyyNSN5m2/Dvsi426
 OgFa/D8fCr6XJLFVYhU+RXIbCSoQx7l5i5iUsrbgKbtbjXr28YoVFn/IbJojqBeu
 vZY8+LDvAJNrVuRYPAmvEsDhjeheOaAYKLYBBjxnSOpYwgcCLQ1wJ3jVpKooYhgm
 bH1q+8qDz30dr3mZjR1QqpxWrmdfMer8N5DxpDwCQU5JhctdEMoiJM15G5hwO5VZ
 WknaOY46inLBZrEmurs=
 =5jpq
 -----END PGP SIGNATURE-----

Merge tag 'mmc-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc

Pull MMC updates from Ulf Hansson:
 "Updates for MMC for v4.19.

  MMC core:
   - Add some fine-grained hooks to further support HS400 tuning
   - Improve error path for bus width setting for HS400es
   - Use a common method when checking R1 status

  MMC host:
   - renesas_sdhi: Add r8a77990 support
   - renesas_sdhi: Add eMMC HS400 mode support
   - tmio/renesas_sdhi: Improve tuning/clock management
   - tmio: Add eMMC HS400 mode support
   - sunxi: Add support for 3.3V eMMC DDR mode
   - mmci: Initial support to manage variant specific callbacks
   - sdhci: Don't try 3.3V I/O voltage if not supported
   - sdhci-pci-dwc-mshc: Add driver to support Synopsys dwc mshc SDHCI PCI
   - sdhci-of-dwcmshc: Add driver to support Synopsys DWC MSHC SDHCI
   - sdhci-msm: Add support for new version sdcc V5
   - sdhci-pci-o2micro: Add support for O2 eMMC HS200 mode
   - sdhci-pci-o2micro: Add support for O2 hardware tuning
   - sdhci-pci-o2micro: Add MSI interrupt support for O2 SD host
   - sdhci-pci: Add support for Intel ICP
   - sdhci-tegra: Prevent ACMD23 and HS200 mode on Tegra 3
   - sdhci-tegra: Fix eMMC DDR52 mode
   - sdhci-tegra: Improve clock management
   - dw_mmc-rockchip: Document compatible string for px30
   - sdhci-esdhc-imx: Add support for 3.3V eMMC DDR mode
   - sdhci-of-esdhc: Set proper DMA mask for ls104x chips
   - sdhci-of-esdhc: Improve clock management
   - sdhci-of-arasan: Add a quirk to manage unstable clocks
   - dw_mmc-exynos: Address potential external abort during system resume
   - pxamci: Add support for common MMC DT bindings
   - pxamci: Several cleanups and improvements
   - pxamci: Merge immutable branch for pxa to switch to DMA slave maps"

* tag 'mmc-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc: (56 commits)
  mmc: core: improve reasonableness of bus width setting for HS400es
  mmc: tmio: remove unneeded variable in tmio_mmc_start_command()
  mmc: renesas_sdhi: Fix sampling clock position selecting
  mmc: tmio: Fix tuning flow
  mmc: sunxi: remove output of virtual base address
  dt-bindings: mmc: rockchip-dw-mshc: add description for px30
  mmc: renesas_sdhi: Add r8a77990 support
  mmc: sunxi: allow 3.3V DDR when DDR is available
  mmc: mmci: Add and implement a ->dma_setup() callback for qcom dml
  mmc: mmci: Initial support to manage variant specific callbacks
  mmc: tegra: Force correct divider calculation on DDR50/52
  mmc: sdhci: Add MSI interrupt support for O2 SD host
  mmc: sdhci: Add support for O2 hardware tuning
  mmc: sdhci: Export sdhci tuning function symbol
  mmc: sdhci: Change O2 Host HS200 mode clock frequency to 200MHz
  mmc: sdhci: Add support for O2 eMMC HS200 mode
  mmc: tegra: Add and use tegra_sdhci_get_max_clock()
  mmc: sdhci-esdhc-imx: fix indent
  mmc: sdhci-esdhc-imx: disable clocks before changing frequency
  mmc: tegra: prevent ACMD23 on Tegra 3
  ...
2018-08-18 15:54:05 -07:00
..
amlogic,meson-gx.txt dt-bindings: mmc: meson-gx: add reset 2018-05-21 10:50:45 +02:00
amlogic,meson-mx-sdio.txt dt-bindings: mmc: Document the Amlogic Meson8 and Meson8b SDIO bindings 2017-10-30 11:46:02 +01:00
arasan,sdhci.txt MMC core: 2018-08-18 15:54:05 -07:00
atmel-hsmci.txt
bluefield-dw-mshc.txt dt-bindings: mmc: Add binding for BlueField SoC 2018-05-21 10:44:40 +02:00
brcm,bcm2835-sdhost.txt dt-bindings: Add binding for brcm,bcm2835-sdhost. 2017-04-24 21:41:24 +02:00
brcm,kona-sdhci.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
brcm,sdhci-brcmstb.txt mmc: DT: sdhci-brcmstb: Bindings document for common sdhci-brcmstb 2016-09-26 21:31:27 +02:00
brcm,sdhci-iproc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
cavium-mmc.txt dt-bindings: mmc: Add Cavium SOCs MMC bindings 2017-04-24 21:42:08 +02:00
davinci_mmc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
exynos-dw-mshc.txt docs: Fix more broken references 2018-06-15 18:11:26 -03:00
fsl-esdhc.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
fsl-imx-esdhc.txt doc: dt: fsl-imx-esdhc: add set tuning start point binding 2016-07-25 10:34:55 +02:00
fsl-imx-mmc.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
hi3798cv200-dw-mshc.txt dt-bindings: mmc: add bindings for hi3798cv200-dw-mshc 2018-03-15 14:43:21 +01:00
img-dw-mshc.txt Documentation: dw-mshc: deprecate num-slots 2017-07-27 16:11:39 +02:00
jz4740.txt mmc: dt-bindings: add MMC support to JZ4740 SoC 2018-05-02 15:08:32 +02:00
k3-dw-mshc.txt Documentation: dw-mshc: deprecate num-slots 2017-07-27 16:11:39 +02:00
marvell,xenon-sdhci.txt mmc: sdhci-xenon: Fix clock resource by adding an optional bus clock 2017-10-04 10:50:36 +02:00
microchip,sdhci-pic32.txt devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
mmc-card.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
mmc-pwrseq-emmc.txt Documentation: dt: mmc: fix spelling mistake 2016-04-25 08:41:19 -05:00
mmc-pwrseq-sd8787.txt devicetree: document new marvell-8xxx and pwrseq-sd8787 options 2017-02-13 13:20:33 +01:00
mmc-pwrseq-simple.txt mmc: dt: pwrseq-simple: Invent power-off-delay-us 2017-05-23 14:17:10 +02:00
mmc-spi-slot.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
mmc.txt Documentation: mmc: addtional description for post-power-on-delay-ms 2018-05-21 10:38:36 +02:00
mmci.txt
moxa,moxart-mmc.txt
mtk-sd.txt mmc: dt-bindings: add support for MT7622 SoC 2018-03-05 13:04:33 +01:00
mxs-mmc.txt
nvidia,tegra20-sdhci.txt dt-bindings: mmc: tegra: Document Tegra186 compatible string 2017-04-24 21:41:22 +02:00
orion-sdio.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
pxa-mmc.txt mmc: pxamci: remove pxa-mmc, gpio-power from devicetree bindings 2018-07-16 11:21:45 +02:00
renesas,mmcif.txt dt-bindings: mmc: sh_mmcif: Document r8a7745 DT bindings 2017-08-30 15:03:37 +02:00
rockchip-dw-mshc.txt dt-bindings: mmc: rockchip-dw-mshc: add description for px30 2018-08-01 12:02:03 +02:00
samsung-sdhci.txt
samsung,s3cmci.txt dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller 2017-04-24 21:41:59 +02:00
sdhci-atmel.txt mmc: sdhci-of-at91: introduce driver for the Atmel SDMMC 2015-08-24 11:25:53 +02:00
sdhci-cadence.txt dt-bindings: mmc: add description of PHY delays for sdhci-cadence 2017-04-24 21:41:54 +02:00
sdhci-dove.txt
sdhci-fujitsu.txt dt-bindings: sdhci-fujitsu: document cmd-dat-delay property 2017-11-07 13:43:23 +01:00
sdhci-msm.txt Documentation: sdhci-msm: Add new compatible string for SDCC v5 2018-07-16 11:21:45 +02:00
sdhci-of-dwcmshc.txt dt: bindings: Add bindings for SDHCI Synopsys DWC MSHC 2018-07-16 11:21:45 +02:00
sdhci-omap.txt dt-bindings: sdhci-omap: Add pinctrl bindings 2018-05-03 09:37:12 +02:00
sdhci-pxa.txt
sdhci-sirf.txt
sdhci-spear.txt
sdhci-st.txt devicetree: fix name of pinctrl-bindings.txt 2018-06-15 18:10:01 -03:00
sdhci.txt mmc: dt-bindings: Fix typo in mmc 2017-02-13 13:20:16 +01:00
socfpga-dw-mshc.txt
sunxi-mmc.txt dt-bindings: Remove leading zeros from bindings notation 2017-11-09 17:05:05 -06:00
synopsys-dw-mshc.txt mmc: dw_mmc: remove the deprecated "num-slots" 2018-03-15 09:27:11 +01:00
ti-omap-hsmmc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
ti-omap.txt
tmio_mmc.txt mmc: renesas_sdhi: Add r8a77990 support 2018-08-01 12:02:03 +02:00
usdhi6rol0.txt mmc: dt: usdhi6rol0: add optional pinctrl binding 2016-05-02 10:36:04 +02:00
vt8500-sdmmc.txt
zx-dw-mshc.txt DeviceTree updates for 4.14: 2017-09-07 14:43:33 -07:00