Searched +full:sdhci +full:- +full:esdhc +full:- +full:imx (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mmc/fsl-imx-esdhc.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Freescale Enhanced Secure Digital Host Controller (eSDHC) for i.MX10 - Shawn Guo <shawnguo@kernel.org>13 - $ref: "mmc-controller.yaml"20 by mmc.txt and the properties used by the sdhci-esdhc-imx driver.25 - enum:26 - fsl,imx25-esdhc[all …]
1 # SPDX-License-Identifier: GPL-2.06 obj-$(CONFIG_MMC_ARMMMCI) += armmmci.o7 armmmci-y := mmci.o8 armmmci-$(CONFIG_MMC_QCOM_DML) += mmci_qcom_dml.o9 armmmci-$(CONFIG_MMC_STM32_SDMMC) += mmci_stm32_sdmmc.o10 obj-$(CONFIG_MMC_PXA) += pxamci.o11 obj-$(CONFIG_MMC_MXC) += mxcmmc.o12 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o13 obj-$(CONFIG_MMC_SDHCI) += sdhci.o14 obj-$(CONFIG_MMC_SDHCI_PCI) += sdhci-pci.o[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Freescale eSDHC i.MX controller driver for the platform bus.5 * derived from the OF-version.23 #include <linux/mmc/slot-gpio.h>27 #include <linux/platform_data/mmc-esdhc-imx.h>29 #include "sdhci-pltfm.h"30 #include "sdhci-esdhc.h"68 /* Bits 3 and 6 are not SDHCI standard definitions */82 #define ESDHC_TUNE_CTRL_MAX ((1 << 7) - 1)120 * There is an INT DMA ERR mismatch between eSDHC and STD SDHC SPEC:[all …]
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]