Searched +full:rtl9301 +full:- +full:snand (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/spi/ |
D | realtek,rtl9301-snand.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/spi/realtek,rtl9301-snand.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: SPI-NAND Flash Controller for Realtek RTL9300 SoCs 10 - Chris Packham <[email protected]> 13 The Realtek RTL9300 SoCs have a built in SPI-NAND controller. It supports 14 typical SPI-NAND page cache operations in single, dual or quad IO mode. 19 - items: 20 - enum: [all …]
|
/linux-6.14.4/arch/mips/boot/dts/realtek/ |
D | rtl930x.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later OR BSD-2-Clause 6 compatible = "realtek,rtl9302-soc"; 9 #address-cells = <1>; 10 #size-cells = <0>; 17 clock-names = "cpu"; 21 baseclk: clock-800mhz { 22 compatible = "fixed-clock"; 23 #clock-cells = <0>; 24 clock-frequency = <800000000>; 27 lx_clk: clock-175mhz { [all …]
|
/linux-6.14.4/drivers/spi/ |
D | spi-realtek-rtl-snand.c | 1 // SPDX-License-Identifier: GPL-2.0-only 4 #include <linux/dma-mapping.h> 10 #include <linux/spi/spi-mem.h> 29 #define CMR_LEN(len) ((len) - 1) 40 struct rtl_snand *snand = data; in rtl_snand_irq() local 43 regmap_read(snand->regmap, SNAFSR, &val); in rtl_snand_irq() 47 regmap_write(snand->regmap, SNAFDIR, SNAFDIR_DMA_IP); in rtl_snand_irq() 48 complete(&snand->comp); in rtl_snand_irq() 58 if (op->cmd.nbytes != 1 || op->cmd.buswidth != 1) in rtl_snand_supports_op() 63 static void rtl_snand_set_cs(struct rtl_snand *snand, int cs, bool active) in rtl_snand_set_cs() argument [all …]
|
/linux-6.14.4/ |
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-[email protected] 88 F: drivers/scsi/3w-* [all …]
|