|
@@ -1259,6 +1259,11 @@ int nand_read_oob_std(struct mtd_info *mtd, struct nand_chip *chip, int page);
|
|
int nand_read_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip,
|
|
int nand_read_oob_syndrome(struct mtd_info *mtd, struct nand_chip *chip,
|
|
int page);
|
|
int page);
|
|
|
|
|
|
|
|
+/* Stub used by drivers that do not support GET/SET FEATURES operations */
|
|
|
|
+int nand_onfi_get_set_features_notsupp(struct mtd_info *mtd,
|
|
|
|
+ struct nand_chip *chip, int addr,
|
|
|
|
+ u8 *subfeature_param);
|
|
|
|
+
|
|
/* Default read_page_raw implementation */
|
|
/* Default read_page_raw implementation */
|
|
int nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip,
|
|
int nand_read_page_raw(struct mtd_info *mtd, struct nand_chip *chip,
|
|
uint8_t *buf, int oob_required, int page);
|
|
uint8_t *buf, int oob_required, int page);
|