Home
last modified time | relevance | path

Searched +full:dove +full:- +full:sdhci (Results 1 – 9 of 9) sorted by relevance

/linux-6.12.1/drivers/mmc/host/
Dsdhci-dove.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * sdhci-dove.c Support for SDHCI on Marvell's Dove SoC
7 * Based on sdhci-cns3xxx.c
17 #include "sdhci-pltfm.h"
29 ret = readw(host->ioaddr + reg); in sdhci_dove_readw()
38 ret = readl(host->ioaddr + reg); in sdhci_dove_readl()
78 pltfm_host->clk = devm_clk_get_enabled(&pdev->dev, NULL); in sdhci_dove_probe()
80 ret = mmc_of_parse(host->mmc); in sdhci_dove_probe()
96 { .compatible = "marvell,dove-sdhci", },
103 .name = "sdhci-dove",
[all …]
DMakefile1 # SPDX-License-Identifier: GPL-2.0
6 obj-$(CONFIG_MMC_ARMMMCI) += armmmci.o
7 armmmci-y := mmci.o
8 armmmci-$(CONFIG_MMC_QCOM_DML) += mmci_qcom_dml.o
9 armmmci-$(CONFIG_MMC_STM32_SDMMC) += mmci_stm32_sdmmc.o
10 obj-$(CONFIG_MMC_PXA) += pxamci.o
11 obj-$(CONFIG_MMC_MXC) += mxcmmc.o
12 obj-$(CONFIG_MMC_MXS) += mxs-mmc.o
13 obj-$(CONFIG_MMC_SDHCI) += sdhci.o
14 obj-$(CONFIG_MMC_SDHCI_PCI) += sdhci-pci.o
[all …]
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
85 need to overwrite SDHCI IO memory accessors.
93 and performing I/O to a SDHCI controller through a bus that
94 implements a hardware byte swapper using a 32-bit datum.
99 This is the case for the Nintendo Wii SDHCI.
102 tristate "SDHCI support on PCI bus"
121 proprietary controller is unnecessary because the SDHCI driver
123 disabled, it will steal the MMC cards away - rendering them
130 tristate "SDHCI support for ACPI enumerated SDHCI controllers"
134 This selects support for ACPI enumerated SDHCI controllers,
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/mmc/
Dmarvell,dove-sdhci.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mmc/marvell,dove-sdhci.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Marvell sdhci-dove controller
10 - Adrian Hunter <adrian.hunter@intel.com>
11 - Ulf Hansson <ulf.hansson@linaro.org>
14 - $ref: mmc-controller.yaml#
18 const: marvell,dove-sdhci
31 - compatible
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Dmvebu-gated-clock.txt3 Marvell Armada 370/375/380/385/39x/XP, Dove and Kirkwood allow some
12 -----------------------------------
21 17 sdio SDHCI Host
29 -----------------------------------
40 17 sdio SDHCI Host
56 -----------------------------------
83 -----------------------------------
97 -----------------------------------
111 17 sdio SDHCI Host
124 -----------------------------------
[all …]
/linux-6.12.1/arch/arm/mach-dove/
Dcommon.c1 // SPDX-License-Identifier: GPL-2.0-only
3 * arch/arm/mach-dove/common.c
5 * Core functions for Marvell Dove 88AP510 System On Chip
8 #include <linux/clk-provider.h>
9 #include <linux/dma-mapping.h>
12 #include <linux/platform_data/dma-mv_xor.h>
13 #include <linux/platform_data/usb-ehci-orion.h>
15 #include <linux/soc/dove/pmu.h>
16 #include <asm/hardware/cache-tauros2.h>
23 #include "bridge-regs.h"
[all …]
/linux-6.12.1/arch/arm/boot/dts/marvell/
Ddove.dtsi1 // SPDX-License-Identifier: GPL-2.0
2 #include <dt-bindings/gpio/gpio.h>
3 #include <dt-bindings/interrupt-controller/irq.h>
8 #address-cells = <1>;
9 #size-cells = <1>;
10 compatible = "marvell,dove";
12 interrupt-parent = <&intc>;
21 #address-cells = <1>;
22 #size-cells = <0>;
25 compatible = "marvell,pj4a", "marvell,sheeva-v7";
[all …]
/linux-6.12.1/Documentation/arch/arm/
Dmarvell.rst13 ------------
16 - 88F5082
17 - 88F5181 a.k.a Orion-1
18 - 88F5181L a.k.a Orion-VoIP
19 - 88F5182 a.k.a Orion-NAS
21- Datasheet: https://web.archive.org/web/20210124231420/http://csclub.uwaterloo.ca/~board/ts7800/M…
22- Programmer's User Guide: https://web.archive.org/web/20210124231536/http://csclub.uwaterloo.ca/~…
23- User Manual: https://web.archive.org/web/20210124231631/http://csclub.uwaterloo.ca/~board/ts7800…
24- Functional Errata: https://web.archive.org/web/20210704165540/https://www.digriz.org.uk/ts78xx/8…
25 - 88F5281 a.k.a Orion-2
[all …]
/linux-6.12.1/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-scsi@vger.kernel.org
88 F: drivers/scsi/3w-*
[all …]