Searched +full:ma35d1 +full:- +full:nand +full:- +full:controller (Results 1 – 4 of 4) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/mtd/nuvoton,ma35d1-nand.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Nuvoton MA35D1 NAND Flash Interface (NFI) Controller10 - Hui-Ping Chen <[email protected]>13 - $ref: nand-controller.yaml#18 - nuvoton,ma35d1-nand-controller30 "^nand@[a-f0-9]$":32 $ref: raw-nand-chip.yaml[all …]
1 # SPDX-License-Identifier: GPL-2.03 obj-$(CONFIG_MTD_RAW_NAND) += nand.o4 obj-$(CONFIG_MTD_SM_COMMON) += sm_common.o6 obj-$(CONFIG_MTD_NAND_CAFE) += cafe_nand.o7 obj-$(CONFIG_MTD_NAND_AMS_DELTA) += ams-delta.o8 obj-$(CONFIG_MTD_NAND_DENALI) += denali.o9 obj-$(CONFIG_MTD_NAND_DENALI_PCI) += denali_pci.o10 obj-$(CONFIG_MTD_NAND_DENALI_DT) += denali_dt.o11 obj-$(CONFIG_MTD_NAND_AU1550) += au1550nd.o12 obj-$(CONFIG_MTD_NAND_S3C2410) += s3c2410.o[all …]
1 // SPDX-License-Identifier: GPL-2.06 #include <linux/dma-mapping.h>96 struct nand_controller controller; member119 return -ERANGE; in ma35_ooblayout_ecc()121 oob_region->length = chip->ecc.total; in ma35_ooblayout_ecc()122 oob_region->offset = mtd->oobsize - oob_region->length; in ma35_ooblayout_ecc()133 return -ERANGE; in ma35_ooblayout_free()135 oob_region->length = mtd->oobsize - chip->ecc.total - 2; in ma35_ooblayout_free()136 oob_region->offset = 2; in ma35_ooblayout_free()148 struct ma35_nand_info *nand = nand_get_controller_data(chip); in ma35_clear_spare() local[all …]
5 ---------------------------------------------------21 W: *Web-page* with status/info23 B: URI for where to file *bugs*. A web-page with detailed bug28 patches to the given subsystem. This is either an in-tree file,29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst46 N: [^a-z]tegra all files whose path contains tegra64 ----------------83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)85 L: linux-[email protected]88 F: drivers/scsi/3w-*[all …]