|
@@ -1428,11 +1428,6 @@ static int mxc_nand_set_features(struct mtd_info *mtd, struct nand_chip *chip,
|
|
|
struct mxc_nand_host *host = nand_get_controller_data(nand_chip);
|
|
|
int i;
|
|
|
|
|
|
- if (!chip->onfi_version ||
|
|
|
- !(le16_to_cpu(chip->onfi_params.opt_cmd)
|
|
|
- & ONFI_OPT_CMD_SET_GET_FEATURES))
|
|
|
- return -EINVAL;
|
|
|
-
|
|
|
host->buf_start = 0;
|
|
|
|
|
|
for (i = 0; i < ONFI_SUBFEATURE_PARAM_LEN; ++i)
|
|
@@ -1453,11 +1448,6 @@ static int mxc_nand_get_features(struct mtd_info *mtd, struct nand_chip *chip,
|
|
|
struct mxc_nand_host *host = nand_get_controller_data(nand_chip);
|
|
|
int i;
|
|
|
|
|
|
- if (!chip->onfi_version ||
|
|
|
- !(le16_to_cpu(chip->onfi_params.opt_cmd)
|
|
|
- & ONFI_OPT_CMD_SET_GET_FEATURES))
|
|
|
- return -EINVAL;
|
|
|
-
|
|
|
host->devtype_data->send_cmd(host, NAND_CMD_GET_FEATURES, false);
|
|
|
mxc_do_addr_cycle(mtd, addr, -1);
|
|
|
host->devtype_data->send_page(mtd, NFC_OUTPUT);
|