Searched +full:pl353 +full:- +full:nand +full:- +full:r2p1 (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/Documentation/devicetree/bindings/mtd/ |
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 device tree bindings 10 - $ref: "nand-controller.yaml" 13 - Miquel Raynal <miquel.raynal@bootlin.com> 14 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> 19 - const: arm,pl353-nand-r2p1 23 - items: [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl353-smc.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/memory-controllers/arm,pl353-smc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: ARM PL353 Static Memory Controller (SMC) device-tree bindings 10 - Miquel Raynal <miquel.raynal@bootlin.com> 11 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com> 14 The PL353 Static Memory Controller is a bus where you can connect two kinds 15 of memory interfaces, which are NAND and memory mapped interfaces (such as 23 const: arm,pl353-smc-r2p1 [all …]
|
/Linux-v5.15/drivers/memory/ |
D | pl353-smc.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ARM PL353 SMC driver 5 * Copyright (C) 2012 - 2018 Xilinx, Inc 18 * struct pl353_smc_data - Private smc driver structure 31 clk_disable(pl353_smc->memclk); in pl353_smc_suspend() 32 clk_disable(pl353_smc->aclk); in pl353_smc_suspend() 42 ret = clk_enable(pl353_smc->aclk); in pl353_smc_resume() 48 ret = clk_enable(pl353_smc->memclk); in pl353_smc_resume() 51 clk_disable(pl353_smc->aclk); in pl353_smc_resume() 63 .compatible = "cfi-flash" [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
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-v5.15/drivers/mtd/nand/raw/ |
D | pl35x-nand-controller.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * ARM PL35X NAND flash controller driver 33 #define PL35X_NANDC_DRIVER_NAME "pl35x-nand-controller" 88 /* NAND AXI interface */ 128 * struct pl35x_nandc - NAND flash controller driver structure 131 * @io_regs: NAND data registers for data phase 132 * @controller: Core NAND controller structure 133 * @chip: NAND chip information structure 134 * @selected_chip: NAND chip currently selected by the controller 164 if (section >= chip->ecc.steps) in pl35x_ecc_ooblayout16_ecc() [all …]
|
/Linux-v5.15/ |
D | MAINTAINERS | 9 ------------------------- 30 ``diff -u`` to make the patch easy to merge. Be prepared to get your 40 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 this 59 Documentation/process/submitting-patches.rst. 70 that the bug would present a short-term risk to other users if it 76 Documentation/admin-guide/security-bugs.rst for details. 81 --------------------------------------------------- 97 W: *Web-page* with status/info [all …]
|