|
@@ -139,8 +139,6 @@ enum spi_nor_ops {
|
|
* @write_xfer: [OPTIONAL] the writefundamental primitive
|
|
* @write_xfer: [OPTIONAL] the writefundamental primitive
|
|
* @read_reg: [DRIVER-SPECIFIC] read out the register
|
|
* @read_reg: [DRIVER-SPECIFIC] read out the register
|
|
* @write_reg: [DRIVER-SPECIFIC] write data to the register
|
|
* @write_reg: [DRIVER-SPECIFIC] write data to the register
|
|
- * @read_id: [REPLACEABLE] read out the ID data, and find
|
|
|
|
- * the proper spi_device_id
|
|
|
|
* @wait_till_ready: [REPLACEABLE] wait till the NOR becomes ready
|
|
* @wait_till_ready: [REPLACEABLE] wait till the NOR becomes ready
|
|
* @read: [DRIVER-SPECIFIC] read data from the SPI NOR
|
|
* @read: [DRIVER-SPECIFIC] read data from the SPI NOR
|
|
* @write: [DRIVER-SPECIFIC] write data to the SPI NOR
|
|
* @write: [DRIVER-SPECIFIC] write data to the SPI NOR
|
|
@@ -172,7 +170,6 @@ struct spi_nor {
|
|
int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len);
|
|
int (*read_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len);
|
|
int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len,
|
|
int (*write_reg)(struct spi_nor *nor, u8 opcode, u8 *buf, int len,
|
|
int write_enable);
|
|
int write_enable);
|
|
- const struct spi_device_id *(*read_id)(struct spi_nor *nor);
|
|
|
|
int (*wait_till_ready)(struct spi_nor *nor);
|
|
int (*wait_till_ready)(struct spi_nor *nor);
|
|
|
|
|
|
int (*read)(struct spi_nor *nor, loff_t from,
|
|
int (*read)(struct spi_nor *nor, loff_t from,
|