Searched +full:uniphier +full:- +full:sd +full:- +full:v2 (Results 1 – 23 of 23) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---4 $id: http://devicetree.org/schemas/mmc/socionext,uniphier-sd.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: UniPhier SD/SDIO/eMMC controller10 - Masahiro Yamada <yamada.masahiro@socionext.com>16 - socionext,uniphier-sd-v2.9117 - socionext,uniphier-sd-v3.118 - socionext,uniphier-sd-v3.1.129 reset-names:[all …]
2 * Device Tree Source for UniPhier LD20 SoC4 * Copyright (C) 2015-2016 Socionext Inc.7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-ld20";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {[all …]
2 * Device Tree Source for UniPhier PXs2 SoC4 * Copyright (C) 2015-2016 Socionext Inc.7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)11 compatible = "socionext,uniphier-pxs2";12 #address-cells = <1>;13 #size-cells = <1>;16 #address-cells = <1>;17 #size-cells = <0>;21 compatible = "arm,cortex-a9";24 enable-method = "psci";[all …]
2 * Device Tree Source for UniPhier PXs3 SoC7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-pxs3";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {41 compatible = "arm,cortex-a53", "arm,armv8";[all …]
2 * Device Tree Source for UniPhier Pro5 SoC4 * Copyright (C) 2015-2016 Socionext Inc.7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)11 compatible = "socionext,uniphier-pro5";12 #address-cells = <1>;13 #size-cells = <1>;16 #address-cells = <1>;17 #size-cells = <0>;21 compatible = "arm,cortex-a9";24 enable-method = "psci";[all …]
2 * Device Tree Source for UniPhier LD11 SoC7 * SPDX-License-Identifier: (GPL-2.0+ OR MIT)13 compatible = "socionext,uniphier-ld11";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;20 #size-cells = <0>;22 cpu-map {35 compatible = "arm,cortex-a53", "arm,armv8";[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier PXs2 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/uniphier-gpio.h>9 #include <dt-bindings/thermal/thermal.h>12 compatible = "socionext,uniphier-pxs2";13 #address-cells = <1>;14 #size-cells = <1>;17 #address-cells = <1>;18 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier Pro4 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/uniphier-gpio.h>11 compatible = "socionext,uniphier-pro4";12 #address-cells = <1>;13 #size-cells = <1>;16 #address-cells = <1>;17 #size-cells = <0>;21 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier sLD8 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/uniphier-gpio.h>11 compatible = "socionext,uniphier-sld8";12 #address-cells = <1>;13 #size-cells = <1>;16 #address-cells = <1>;17 #size-cells = <0>;21 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD4 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/uniphier-gpio.h>11 compatible = "socionext,uniphier-ld4";12 #address-cells = <1>;13 #size-cells = <1>;16 #address-cells = <1>;17 #size-cells = <0>;21 compatible = "arm,cortex-a9";[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier Pro5 SoC5 // Copyright (C) 2015-2016 Socionext Inc.9 compatible = "socionext,uniphier-pro5";10 #address-cells = <1>;11 #size-cells = <1>;14 #address-cells = <1>;15 #size-cells = <0>;19 compatible = "arm,cortex-a9";22 enable-method = "psci";[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier PXs3 SoC8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>10 #include <dt-bindings/thermal/thermal.h>13 compatible = "socionext,uniphier-pxs3";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;19 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD20 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>10 #include <dt-bindings/thermal/thermal.h>13 compatible = "socionext,uniphier-ld20";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD11 SoC8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>12 compatible = "socionext,uniphier-ld11";13 #address-cells = <2>;14 #size-cells = <2>;15 interrupt-parent = <&gic>;18 #address-cells = <2>;19 #size-cells = <0>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 // Copyright (C) 2017-2018 Socionext Inc.10 #include <linux/dma-mapping.h>52 * IP is extended to support various features: built-in DMA engine,56 /* RX channel of the built-in DMA controller is broken (Pro5) */75 return container_of(host->pdata, struct uniphier_sd_priv, tmio_data); in uniphier_sd_priv()90 dma_async_issue_pending(priv->chan); in uniphier_sd_external_dma_issue()100 dma_unmap_sg(mmc_dev(host->mmc), host->sg_ptr, host->sg_len, in uniphier_sd_external_dma_callback()101 priv->dma_dir); in uniphier_sd_external_dma_callback()103 spin_lock_irqsave(&host->lock, flags); in uniphier_sd_external_dma_callback()[all …]
4 bool "MMC/SD/SDIO card support"10 If you want MMC/SD/SDIO support, you should say Y here and14 bool "support for MMC/SD write operations"18 Enable write access to MMC and SD Cards25 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)26 and non-removable (e.g. eMMC chip) devices are supported. These27 appear as block devices in U-Boot and can support filesystems such36 Secure Digital I/O (SDIO) cards. Both removable (SD, micro-SD, etc.)37 and non-removable (e.g. eMMC chip) devices are supported. These38 appear as block devices in U-Boot and can support filesystems such[all …]
1 # SPDX-License-Identifier: GPL-2.0-only13 dynamic device discovery; some are even write-only or read-only.17 chips, analog to digital (and d-to-a) converters, and more.18 MMC and SD cards can be accessed using SPI protocol; and for44 If your system has an master-capable SPI controller (which56 by providing a high-level interface to send memory-like commands.111 supports spi-mem interface.181 this code to manage the per-word or per-transfer accesses to the211 Flash over 1/2/4-bit wide bus. Enable this option if you have a219 This enables dedicated general purpose SPI/Microwire1-compatible[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
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 …]