Searched +full:pl353 +full:- +full:nand +full:- +full:r2p1 (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/mtd/ |
H A D | arm,pl353-nand-r2p1.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/arm,pl353-nand-r2p1.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: PL353 NAND Controller 10 - $ref: nand-controller.yaml 13 - Miquel Raynal <miquel.raynal@bootlin.com> 18 - const: arm,pl353-nand-r2p1 22 - items: 23 - description: CS with regard to the parent ranges property [all …]
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | arm,pl35x-smc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/arm,pl35x-smc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Miquel Raynal <miquel.raynal@bootlin.com> 14 of memory interfaces, which are NAND and memory mapped interfaces (such as 18 https://documentation-service.arm.com/static/5e8e2524fd977155116a58aa 26 - arm,pl353-smc-r2p1 27 - arm,pl354 29 - compatible [all …]
|
/linux/drivers/memory/ |
H A D | pl353-smc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ARM PL353 SMC driver 5 * Copyright (C) 2012 - 2018 Xilinx, Inc 19 * struct pl353_smc_data - Private smc driver structure 32 clk_disable(pl353_smc->memclk); in pl353_smc_suspend() 33 clk_disable(pl353_smc->aclk); in pl353_smc_suspend() 43 ret = clk_enable(pl353_smc->aclk); in pl353_smc_resume() 49 ret = clk_enable(pl353_smc->memclk); in pl353_smc_resume() 52 clk_disable(pl353_smc->aclk); in pl353_smc_resume() 64 .compatible = "cfi-flash" [all …]
|
/linux/arch/arm/boot/dts/xilinx/ |
H A D | zynq-7000.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 3 * Copyright (C) 2011 - 2014 Xilinx 7 #address-cells = <1>; 8 #size-cells = <1>; 9 compatible = "xlnx,zynq-7000"; 12 #address-cells = <1>; 13 #size-cells = <0>; 16 compatible = "arm,cortex-a9"; 20 clock-latency = <1000>; 21 cpu0-supply = <®ulator_vccpint>; [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | pl35x-nand-controller.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ARM PL35X NAND flash controller driver 31 #define PL35X_NANDC_DRIVER_NAME "pl35x-nand-controller" 86 /* NAND AXI interface */ 126 * struct pl35x_nandc - NAND flash controller driver structure 129 * @io_regs: NAND data registers for data phase 130 * @controller: Core NAND controller structure 131 * @chips: List of connected NAND chips 132 * @selected_chip: NAND chip currently selected by the controller 162 if (section >= chip->ecc.steps) in pl35x_ecc_ooblayout16_ecc() [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 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 …]
|