rawnand.h 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org>
  4. * Steven J. Hill <sjhill@realitydiluted.com>
  5. * Thomas Gleixner <tglx@linutronix.de>
  6. *
  7. * Info:
  8. * Contains standard defines and IDs for NAND flash devices
  9. *
  10. * Changelog:
  11. * See git changelog.
  12. */
  13. #ifndef __LINUX_MTD_RAWNAND_H
  14. #define __LINUX_MTD_RAWNAND_H
  15. #include <config.h>
  16. #include <linux/compat.h>
  17. #include <linux/mtd/mtd.h>
  18. #include <linux/mtd/flashchip.h>
  19. #include <linux/mtd/bbm.h>
  20. #include <asm/cache.h>
  21. struct mtd_info;
  22. struct nand_chip;
  23. struct nand_flash_dev;
  24. struct device_node;
  25. /* Get the flash and manufacturer id and lookup if the type is supported. */
  26. struct nand_flash_dev *nand_get_flash_type(struct mtd_info *mtd,
  27. struct nand_chip *chip,
  28. int *maf_id, int *dev_id,
  29. struct nand_flash_dev *type);
  30. /* Scan and identify a NAND device */
  31. int nand_scan(struct mtd_info *mtd, int max_chips);
  32. /*
  33. * Separate phases of nand_scan(), allowing board driver to intervene
  34. * and override command or ECC setup according to flash type.
  35. */
  36. int nand_scan_ident(struct mtd_info *mtd, int max_chips,
  37. struct nand_flash_dev *table);
  38. int nand_scan_tail(struct mtd_info *mtd);
  39. /* Free resources held by the NAND device */
  40. void nand_release(struct mtd_info *mtd);
  41. /* Internal helper for board drivers which need to override command function */
  42. void nand_wait_ready(struct mtd_info *mtd);
  43. /*
  44. * This constant declares the max. oobsize / page, which
  45. * is supported now. If you add a chip with bigger oobsize/page
  46. * adjust this accordingly.
  47. */
  48. #define NAND_MAX_OOBSIZE 1664
  49. #define NAND_MAX_PAGESIZE 16384
  50. /*
  51. * Constants for hardware specific CLE/ALE/NCE function
  52. *
  53. * These are bits which can be or'ed to set/clear multiple
  54. * bits in one go.
  55. */
  56. /* Select the chip by setting nCE to low */
  57. #define NAND_NCE 0x01
  58. /* Select the command latch by setting CLE to high */
  59. #define NAND_CLE 0x02
  60. /* Select the address latch by setting ALE to high */
  61. #define NAND_ALE 0x04
  62. #define NAND_CTRL_CLE (NAND_NCE | NAND_CLE)
  63. #define NAND_CTRL_ALE (NAND_NCE | NAND_ALE)
  64. #define NAND_CTRL_CHANGE 0x80
  65. /*
  66. * Standard NAND flash commands
  67. */
  68. #define NAND_CMD_READ0 0
  69. #define NAND_CMD_READ1 1
  70. #define NAND_CMD_RNDOUT 5
  71. #define NAND_CMD_PAGEPROG 0x10
  72. #define NAND_CMD_READOOB 0x50
  73. #define NAND_CMD_ERASE1 0x60
  74. #define NAND_CMD_STATUS 0x70
  75. #define NAND_CMD_SEQIN 0x80
  76. #define NAND_CMD_RNDIN 0x85
  77. #define NAND_CMD_READID 0x90
  78. #define NAND_CMD_ERASE2 0xd0
  79. #define NAND_CMD_PARAM 0xec
  80. #define NAND_CMD_GET_FEATURES 0xee
  81. #define NAND_CMD_SET_FEATURES 0xef
  82. #define NAND_CMD_RESET 0xff
  83. #define NAND_CMD_LOCK 0x2a
  84. #define NAND_CMD_UNLOCK1 0x23
  85. #define NAND_CMD_UNLOCK2 0x24
  86. /* Extended commands for large page devices */
  87. #define NAND_CMD_READSTART 0x30
  88. #define NAND_CMD_RNDOUTSTART 0xE0
  89. #define NAND_CMD_CACHEDPROG 0x15
  90. /* Extended commands for AG-AND device */
  91. /*
  92. * Note: the command for NAND_CMD_DEPLETE1 is really 0x00 but
  93. * there is no way to distinguish that from NAND_CMD_READ0
  94. * until the remaining sequence of commands has been completed
  95. * so add a high order bit and mask it off in the command.
  96. */
  97. #define NAND_CMD_DEPLETE1 0x100
  98. #define NAND_CMD_DEPLETE2 0x38
  99. #define NAND_CMD_STATUS_MULTI 0x71
  100. #define NAND_CMD_STATUS_ERROR 0x72
  101. /* multi-bank error status (banks 0-3) */
  102. #define NAND_CMD_STATUS_ERROR0 0x73
  103. #define NAND_CMD_STATUS_ERROR1 0x74
  104. #define NAND_CMD_STATUS_ERROR2 0x75
  105. #define NAND_CMD_STATUS_ERROR3 0x76
  106. #define NAND_CMD_STATUS_RESET 0x7f
  107. #define NAND_CMD_STATUS_CLEAR 0xff
  108. #define NAND_CMD_NONE -1
  109. /* Status bits */
  110. #define NAND_STATUS_FAIL 0x01
  111. #define NAND_STATUS_FAIL_N1 0x02
  112. #define NAND_STATUS_TRUE_READY 0x20
  113. #define NAND_STATUS_READY 0x40
  114. #define NAND_STATUS_WP 0x80
  115. #define NAND_DATA_IFACE_CHECK_ONLY -1
  116. /*
  117. * Constants for ECC_MODES
  118. */
  119. typedef enum {
  120. NAND_ECC_NONE,
  121. NAND_ECC_SOFT,
  122. NAND_ECC_HW,
  123. NAND_ECC_HW_SYNDROME,
  124. NAND_ECC_HW_OOB_FIRST,
  125. NAND_ECC_SOFT_BCH,
  126. } nand_ecc_modes_t;
  127. enum nand_ecc_algo {
  128. NAND_ECC_UNKNOWN,
  129. NAND_ECC_HAMMING,
  130. NAND_ECC_BCH,
  131. };
  132. /*
  133. * Constants for Hardware ECC
  134. */
  135. /* Reset Hardware ECC for read */
  136. #define NAND_ECC_READ 0
  137. /* Reset Hardware ECC for write */
  138. #define NAND_ECC_WRITE 1
  139. /* Enable Hardware ECC before syndrome is read back from flash */
  140. #define NAND_ECC_READSYN 2
  141. /*
  142. * Enable generic NAND 'page erased' check. This check is only done when
  143. * ecc.correct() returns -EBADMSG.
  144. * Set this flag if your implementation does not fix bitflips in erased
  145. * pages and you want to rely on the default implementation.
  146. */
  147. #define NAND_ECC_GENERIC_ERASED_CHECK BIT(0)
  148. #define NAND_ECC_MAXIMIZE BIT(1)
  149. /*
  150. * If your controller already sends the required NAND commands when
  151. * reading or writing a page, then the framework is not supposed to
  152. * send READ0 and SEQIN/PAGEPROG respectively.
  153. */
  154. #define NAND_ECC_CUSTOM_PAGE_ACCESS BIT(2)
  155. /* Bit mask for flags passed to do_nand_read_ecc */
  156. #define NAND_GET_DEVICE 0x80
  157. /*
  158. * Option constants for bizarre disfunctionality and real
  159. * features.
  160. */
  161. /* Buswidth is 16 bit */
  162. #define NAND_BUSWIDTH_16 0x00000002
  163. /* Device supports partial programming without padding */
  164. #define NAND_NO_PADDING 0x00000004
  165. /* Chip has cache program function */
  166. #define NAND_CACHEPRG 0x00000008
  167. /* Chip has copy back function */
  168. #define NAND_COPYBACK 0x00000010
  169. /*
  170. * Chip requires ready check on read (for auto-incremented sequential read).
  171. * True only for small page devices; large page devices do not support
  172. * autoincrement.
  173. */
  174. #define NAND_NEED_READRDY 0x00000100
  175. /* Chip does not allow subpage writes */
  176. #define NAND_NO_SUBPAGE_WRITE 0x00000200
  177. /* Device is one of 'new' xD cards that expose fake nand command set */
  178. #define NAND_BROKEN_XD 0x00000400
  179. /* Device behaves just like nand, but is readonly */
  180. #define NAND_ROM 0x00000800
  181. /* Device supports subpage reads */
  182. #define NAND_SUBPAGE_READ 0x00001000
  183. /*
  184. * Some MLC NANDs need data scrambling to limit bitflips caused by repeated
  185. * patterns.
  186. */
  187. #define NAND_NEED_SCRAMBLING 0x00002000
  188. /* Device needs 3rd row address cycle */
  189. #define NAND_ROW_ADDR_3 0x00004000
  190. /* Options valid for Samsung large page devices */
  191. #define NAND_SAMSUNG_LP_OPTIONS NAND_CACHEPRG
  192. /* Macros to identify the above */
  193. #define NAND_HAS_CACHEPROG(chip) ((chip->options & NAND_CACHEPRG))
  194. #define NAND_HAS_SUBPAGE_READ(chip) ((chip->options & NAND_SUBPAGE_READ))
  195. #define NAND_HAS_SUBPAGE_WRITE(chip) !((chip)->options & NAND_NO_SUBPAGE_WRITE)
  196. /* Non chip related options */
  197. /* This option skips the bbt scan during initialization. */
  198. #define NAND_SKIP_BBTSCAN 0x00010000
  199. /*
  200. * This option is defined if the board driver allocates its own buffers
  201. * (e.g. because it needs them DMA-coherent).
  202. */
  203. #define NAND_OWN_BUFFERS 0x00020000
  204. /* Chip may not exist, so silence any errors in scan */
  205. #define NAND_SCAN_SILENT_NODEV 0x00040000
  206. /*
  207. * Autodetect nand buswidth with readid/onfi.
  208. * This suppose the driver will configure the hardware in 8 bits mode
  209. * when calling nand_scan_ident, and update its configuration
  210. * before calling nand_scan_tail.
  211. */
  212. #define NAND_BUSWIDTH_AUTO 0x00080000
  213. /*
  214. * This option could be defined by controller drivers to protect against
  215. * kmap'ed, vmalloc'ed highmem buffers being passed from upper layers
  216. */
  217. #define NAND_USE_BOUNCE_BUFFER 0x00100000
  218. /* Options set by nand scan */
  219. /* bbt has already been read */
  220. #define NAND_BBT_SCANNED 0x40000000
  221. /* Nand scan has allocated controller struct */
  222. #define NAND_CONTROLLER_ALLOC 0x80000000
  223. /* Cell info constants */
  224. #define NAND_CI_CHIPNR_MSK 0x03
  225. #define NAND_CI_CELLTYPE_MSK 0x0C
  226. #define NAND_CI_CELLTYPE_SHIFT 2
  227. /* ONFI features */
  228. #define ONFI_FEATURE_16_BIT_BUS (1 << 0)
  229. #define ONFI_FEATURE_EXT_PARAM_PAGE (1 << 7)
  230. /* ONFI timing mode, used in both asynchronous and synchronous mode */
  231. #define ONFI_TIMING_MODE_0 (1 << 0)
  232. #define ONFI_TIMING_MODE_1 (1 << 1)
  233. #define ONFI_TIMING_MODE_2 (1 << 2)
  234. #define ONFI_TIMING_MODE_3 (1 << 3)
  235. #define ONFI_TIMING_MODE_4 (1 << 4)
  236. #define ONFI_TIMING_MODE_5 (1 << 5)
  237. #define ONFI_TIMING_MODE_UNKNOWN (1 << 6)
  238. /* ONFI feature address */
  239. #define ONFI_FEATURE_ADDR_TIMING_MODE 0x1
  240. /* Vendor-specific feature address (Micron) */
  241. #define ONFI_FEATURE_ADDR_READ_RETRY 0x89
  242. /* ONFI subfeature parameters length */
  243. #define ONFI_SUBFEATURE_PARAM_LEN 4
  244. /* ONFI optional commands SET/GET FEATURES supported? */
  245. #define ONFI_OPT_CMD_SET_GET_FEATURES (1 << 2)
  246. struct nand_onfi_params {
  247. /* rev info and features block */
  248. /* 'O' 'N' 'F' 'I' */
  249. u8 sig[4];
  250. __le16 revision;
  251. __le16 features;
  252. __le16 opt_cmd;
  253. u8 reserved0[2];
  254. __le16 ext_param_page_length; /* since ONFI 2.1 */
  255. u8 num_of_param_pages; /* since ONFI 2.1 */
  256. u8 reserved1[17];
  257. /* manufacturer information block */
  258. char manufacturer[12];
  259. char model[20];
  260. u8 jedec_id;
  261. __le16 date_code;
  262. u8 reserved2[13];
  263. /* memory organization block */
  264. __le32 byte_per_page;
  265. __le16 spare_bytes_per_page;
  266. __le32 data_bytes_per_ppage;
  267. __le16 spare_bytes_per_ppage;
  268. __le32 pages_per_block;
  269. __le32 blocks_per_lun;
  270. u8 lun_count;
  271. u8 addr_cycles;
  272. u8 bits_per_cell;
  273. __le16 bb_per_lun;
  274. __le16 block_endurance;
  275. u8 guaranteed_good_blocks;
  276. __le16 guaranteed_block_endurance;
  277. u8 programs_per_page;
  278. u8 ppage_attr;
  279. u8 ecc_bits;
  280. u8 interleaved_bits;
  281. u8 interleaved_ops;
  282. u8 reserved3[13];
  283. /* electrical parameter block */
  284. u8 io_pin_capacitance_max;
  285. __le16 async_timing_mode;
  286. __le16 program_cache_timing_mode;
  287. __le16 t_prog;
  288. __le16 t_bers;
  289. __le16 t_r;
  290. __le16 t_ccs;
  291. __le16 src_sync_timing_mode;
  292. u8 src_ssync_features;
  293. __le16 clk_pin_capacitance_typ;
  294. __le16 io_pin_capacitance_typ;
  295. __le16 input_pin_capacitance_typ;
  296. u8 input_pin_capacitance_max;
  297. u8 driver_strength_support;
  298. __le16 t_int_r;
  299. __le16 t_adl;
  300. u8 reserved4[8];
  301. /* vendor */
  302. __le16 vendor_revision;
  303. u8 vendor[88];
  304. __le16 crc;
  305. } __packed;
  306. #define ONFI_CRC_BASE 0x4F4E
  307. /* Extended ECC information Block Definition (since ONFI 2.1) */
  308. struct onfi_ext_ecc_info {
  309. u8 ecc_bits;
  310. u8 codeword_size;
  311. __le16 bb_per_lun;
  312. __le16 block_endurance;
  313. u8 reserved[2];
  314. } __packed;
  315. #define ONFI_SECTION_TYPE_0 0 /* Unused section. */
  316. #define ONFI_SECTION_TYPE_1 1 /* for additional sections. */
  317. #define ONFI_SECTION_TYPE_2 2 /* for ECC information. */
  318. struct onfi_ext_section {
  319. u8 type;
  320. u8 length;
  321. } __packed;
  322. #define ONFI_EXT_SECTION_MAX 8
  323. /* Extended Parameter Page Definition (since ONFI 2.1) */
  324. struct onfi_ext_param_page {
  325. __le16 crc;
  326. u8 sig[4]; /* 'E' 'P' 'P' 'S' */
  327. u8 reserved0[10];
  328. struct onfi_ext_section sections[ONFI_EXT_SECTION_MAX];
  329. /*
  330. * The actual size of the Extended Parameter Page is in
  331. * @ext_param_page_length of nand_onfi_params{}.
  332. * The following are the variable length sections.
  333. * So we do not add any fields below. Please see the ONFI spec.
  334. */
  335. } __packed;
  336. struct nand_onfi_vendor_micron {
  337. u8 two_plane_read;
  338. u8 read_cache;
  339. u8 read_unique_id;
  340. u8 dq_imped;
  341. u8 dq_imped_num_settings;
  342. u8 dq_imped_feat_addr;
  343. u8 rb_pulldown_strength;
  344. u8 rb_pulldown_strength_feat_addr;
  345. u8 rb_pulldown_strength_num_settings;
  346. u8 otp_mode;
  347. u8 otp_page_start;
  348. u8 otp_data_prot_addr;
  349. u8 otp_num_pages;
  350. u8 otp_feat_addr;
  351. u8 read_retry_options;
  352. u8 reserved[72];
  353. u8 param_revision;
  354. } __packed;
  355. struct jedec_ecc_info {
  356. u8 ecc_bits;
  357. u8 codeword_size;
  358. __le16 bb_per_lun;
  359. __le16 block_endurance;
  360. u8 reserved[2];
  361. } __packed;
  362. /* JEDEC features */
  363. #define JEDEC_FEATURE_16_BIT_BUS (1 << 0)
  364. struct nand_jedec_params {
  365. /* rev info and features block */
  366. /* 'J' 'E' 'S' 'D' */
  367. u8 sig[4];
  368. __le16 revision;
  369. __le16 features;
  370. u8 opt_cmd[3];
  371. __le16 sec_cmd;
  372. u8 num_of_param_pages;
  373. u8 reserved0[18];
  374. /* manufacturer information block */
  375. char manufacturer[12];
  376. char model[20];
  377. u8 jedec_id[6];
  378. u8 reserved1[10];
  379. /* memory organization block */
  380. __le32 byte_per_page;
  381. __le16 spare_bytes_per_page;
  382. u8 reserved2[6];
  383. __le32 pages_per_block;
  384. __le32 blocks_per_lun;
  385. u8 lun_count;
  386. u8 addr_cycles;
  387. u8 bits_per_cell;
  388. u8 programs_per_page;
  389. u8 multi_plane_addr;
  390. u8 multi_plane_op_attr;
  391. u8 reserved3[38];
  392. /* electrical parameter block */
  393. __le16 async_sdr_speed_grade;
  394. __le16 toggle_ddr_speed_grade;
  395. __le16 sync_ddr_speed_grade;
  396. u8 async_sdr_features;
  397. u8 toggle_ddr_features;
  398. u8 sync_ddr_features;
  399. __le16 t_prog;
  400. __le16 t_bers;
  401. __le16 t_r;
  402. __le16 t_r_multi_plane;
  403. __le16 t_ccs;
  404. __le16 io_pin_capacitance_typ;
  405. __le16 input_pin_capacitance_typ;
  406. __le16 clk_pin_capacitance_typ;
  407. u8 driver_strength_support;
  408. __le16 t_adl;
  409. u8 reserved4[36];
  410. /* ECC and endurance block */
  411. u8 guaranteed_good_blocks;
  412. __le16 guaranteed_block_endurance;
  413. struct jedec_ecc_info ecc_info[4];
  414. u8 reserved5[29];
  415. /* reserved */
  416. u8 reserved6[148];
  417. /* vendor */
  418. __le16 vendor_rev_num;
  419. u8 reserved7[88];
  420. /* CRC for Parameter Page */
  421. __le16 crc;
  422. } __packed;
  423. /**
  424. * struct nand_hw_control - Control structure for hardware controller (e.g ECC generator) shared among independent devices
  425. * @lock: protection lock
  426. * @active: the mtd device which holds the controller currently
  427. * @wq: wait queue to sleep on if a NAND operation is in
  428. * progress used instead of the per chip wait queue
  429. * when a hw controller is available.
  430. */
  431. struct nand_hw_control {
  432. spinlock_t lock;
  433. struct nand_chip *active;
  434. };
  435. /**
  436. * struct nand_ecc_step_info - ECC step information of ECC engine
  437. * @stepsize: data bytes per ECC step
  438. * @strengths: array of supported strengths
  439. * @nstrengths: number of supported strengths
  440. */
  441. struct nand_ecc_step_info {
  442. int stepsize;
  443. const int *strengths;
  444. int nstrengths;
  445. };
  446. /**
  447. * struct nand_ecc_caps - capability of ECC engine
  448. * @stepinfos: array of ECC step information
  449. * @nstepinfos: number of ECC step information
  450. * @calc_ecc_bytes: driver's hook to calculate ECC bytes per step
  451. */
  452. struct nand_ecc_caps {
  453. const struct nand_ecc_step_info *stepinfos;
  454. int nstepinfos;
  455. int (*calc_ecc_bytes)(int step_size, int strength);
  456. };
  457. /* a shorthand to generate struct nand_ecc_caps with only one ECC stepsize */
  458. #define NAND_ECC_CAPS_SINGLE(__name, __calc, __step, ...) \
  459. static const int __name##_strengths[] = { __VA_ARGS__ }; \
  460. static const struct nand_ecc_step_info __name##_stepinfo = { \
  461. .stepsize = __step, \
  462. .strengths = __name##_strengths, \
  463. .nstrengths = ARRAY_SIZE(__name##_strengths), \
  464. }; \
  465. static const struct nand_ecc_caps __name = { \
  466. .stepinfos = &__name##_stepinfo, \
  467. .nstepinfos = 1, \
  468. .calc_ecc_bytes = __calc, \
  469. }
  470. /**
  471. * struct nand_ecc_ctrl - Control structure for ECC
  472. * @mode: ECC mode
  473. * @algo: ECC algorithm
  474. * @steps: number of ECC steps per page
  475. * @size: data bytes per ECC step
  476. * @bytes: ECC bytes per step
  477. * @strength: max number of correctible bits per ECC step
  478. * @total: total number of ECC bytes per page
  479. * @prepad: padding information for syndrome based ECC generators
  480. * @postpad: padding information for syndrome based ECC generators
  481. * @options: ECC specific options (see NAND_ECC_XXX flags defined above)
  482. * @layout: ECC layout control struct pointer
  483. * @priv: pointer to private ECC control data
  484. * @hwctl: function to control hardware ECC generator. Must only
  485. * be provided if an hardware ECC is available
  486. * @calculate: function for ECC calculation or readback from ECC hardware
  487. * @correct: function for ECC correction, matching to ECC generator (sw/hw).
  488. * Should return a positive number representing the number of
  489. * corrected bitflips, -EBADMSG if the number of bitflips exceed
  490. * ECC strength, or any other error code if the error is not
  491. * directly related to correction.
  492. * If -EBADMSG is returned the input buffers should be left
  493. * untouched.
  494. * @read_page_raw: function to read a raw page without ECC. This function
  495. * should hide the specific layout used by the ECC
  496. * controller and always return contiguous in-band and
  497. * out-of-band data even if they're not stored
  498. * contiguously on the NAND chip (e.g.
  499. * NAND_ECC_HW_SYNDROME interleaves in-band and
  500. * out-of-band data).
  501. * @write_page_raw: function to write a raw page without ECC. This function
  502. * should hide the specific layout used by the ECC
  503. * controller and consider the passed data as contiguous
  504. * in-band and out-of-band data. ECC controller is
  505. * responsible for doing the appropriate transformations
  506. * to adapt to its specific layout (e.g.
  507. * NAND_ECC_HW_SYNDROME interleaves in-band and
  508. * out-of-band data).
  509. * @read_page: function to read a page according to the ECC generator
  510. * requirements; returns maximum number of bitflips corrected in
  511. * any single ECC step, 0 if bitflips uncorrectable, -EIO hw error
  512. * @read_subpage: function to read parts of the page covered by ECC;
  513. * returns same as read_page()
  514. * @write_subpage: function to write parts of the page covered by ECC.
  515. * @write_page: function to write a page according to the ECC generator
  516. * requirements.
  517. * @write_oob_raw: function to write chip OOB data without ECC
  518. * @read_oob_raw: function to read chip OOB data without ECC
  519. * @read_oob: function to read chip OOB data
  520. * @write_oob: function to write chip OOB data
  521. */
  522. struct nand_ecc_ctrl {
  523. nand_ecc_modes_t mode;
  524. enum nand_ecc_algo algo;
  525. int steps;
  526. int size;
  527. int bytes;
  528. int total;
  529. int strength;
  530. int prepad;
  531. int postpad;
  532. unsigned int options;
  533. struct nand_ecclayout *layout;
  534. void *priv;
  535. void (*hwctl)(struct mtd_info *mtd, int mode);
  536. int (*calculate)(struct mtd_info *mtd, const uint8_t *dat,
  537. uint8_t *ecc_code);
  538. int (*correct)(struct mtd_info *mtd, uint8_t *dat, uint8_t *read_ecc,
  539. uint8_t *calc_ecc);
  540. int (*read_page_raw)(struct mtd_info *mtd, struct nand_chip *chip,
  541. uint8_t *buf, int oob_required, int page);
  542. int (*write_page_raw)(struct mtd_info *mtd, struct nand_chip *chip,
  543. const uint8_t *buf, int oob_required, int page);
  544. int (*read_page)(struct mtd_info *mtd, struct nand_chip *chip,
  545. uint8_t *buf, int oob_required, int page);
  546. int (*read_subpage)(struct mtd_info *mtd, struct nand_chip *chip,
  547. uint32_t offs, uint32_t len, uint8_t *buf, int page);
  548. int (*write_subpage)(struct mtd_info *mtd, struct nand_chip *chip,
  549. uint32_t offset, uint32_t data_len,
  550. const uint8_t *data_buf, int oob_required, int page);
  551. int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip,
  552. const uint8_t *buf, int oob_required, int page);
  553. int (*write_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip,
  554. int page);
  555. int (*read_oob_raw)(struct mtd_info *mtd, struct nand_chip *chip,
  556. int page);
  557. int (*read_oob)(struct mtd_info *mtd, struct nand_chip *chip, int page);
  558. int (*write_oob)(struct mtd_info *mtd, struct nand_chip *chip,
  559. int page);
  560. };
  561. static inline int nand_standard_page_accessors(struct nand_ecc_ctrl *ecc)
  562. {
  563. return !(ecc->options & NAND_ECC_CUSTOM_PAGE_ACCESS);
  564. }
  565. /**
  566. * struct nand_buffers - buffer structure for read/write
  567. * @ecccalc: buffer pointer for calculated ECC, size is oobsize.
  568. * @ecccode: buffer pointer for ECC read from flash, size is oobsize.
  569. * @databuf: buffer pointer for data, size is (page size + oobsize).
  570. *
  571. * Do not change the order of buffers. databuf and oobrbuf must be in
  572. * consecutive order.
  573. */
  574. struct nand_buffers {
  575. uint8_t ecccalc[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
  576. uint8_t ecccode[ALIGN(NAND_MAX_OOBSIZE, ARCH_DMA_MINALIGN)];
  577. uint8_t databuf[ALIGN(NAND_MAX_PAGESIZE + NAND_MAX_OOBSIZE,
  578. ARCH_DMA_MINALIGN)];
  579. };
  580. /**
  581. * struct nand_sdr_timings - SDR NAND chip timings
  582. *
  583. * This struct defines the timing requirements of a SDR NAND chip.
  584. * These information can be found in every NAND datasheets and the timings
  585. * meaning are described in the ONFI specifications:
  586. * www.onfi.org/~/media/ONFI/specs/onfi_3_1_spec.pdf (chapter 4.15 Timing
  587. * Parameters)
  588. *
  589. * All these timings are expressed in picoseconds.
  590. *
  591. * @tBERS_max: Block erase time
  592. * @tCCS_min: Change column setup time
  593. * @tPROG_max: Page program time
  594. * @tR_max: Page read time
  595. * @tALH_min: ALE hold time
  596. * @tADL_min: ALE to data loading time
  597. * @tALS_min: ALE setup time
  598. * @tAR_min: ALE to RE# delay
  599. * @tCEA_max: CE# access time
  600. * @tCEH_min: CE# high hold time
  601. * @tCH_min: CE# hold time
  602. * @tCHZ_max: CE# high to output hi-Z
  603. * @tCLH_min: CLE hold time
  604. * @tCLR_min: CLE to RE# delay
  605. * @tCLS_min: CLE setup time
  606. * @tCOH_min: CE# high to output hold
  607. * @tCS_min: CE# setup time
  608. * @tDH_min: Data hold time
  609. * @tDS_min: Data setup time
  610. * @tFEAT_max: Busy time for Set Features and Get Features
  611. * @tIR_min: Output hi-Z to RE# low
  612. * @tITC_max: Interface and Timing Mode Change time
  613. * @tRC_min: RE# cycle time
  614. * @tREA_max: RE# access time
  615. * @tREH_min: RE# high hold time
  616. * @tRHOH_min: RE# high to output hold
  617. * @tRHW_min: RE# high to WE# low
  618. * @tRHZ_max: RE# high to output hi-Z
  619. * @tRLOH_min: RE# low to output hold
  620. * @tRP_min: RE# pulse width
  621. * @tRR_min: Ready to RE# low (data only)
  622. * @tRST_max: Device reset time, measured from the falling edge of R/B# to the
  623. * rising edge of R/B#.
  624. * @tWB_max: WE# high to SR[6] low
  625. * @tWC_min: WE# cycle time
  626. * @tWH_min: WE# high hold time
  627. * @tWHR_min: WE# high to RE# low
  628. * @tWP_min: WE# pulse width
  629. * @tWW_min: WP# transition to WE# low
  630. */
  631. struct nand_sdr_timings {
  632. u64 tBERS_max;
  633. u32 tCCS_min;
  634. u64 tPROG_max;
  635. u64 tR_max;
  636. u32 tALH_min;
  637. u32 tADL_min;
  638. u32 tALS_min;
  639. u32 tAR_min;
  640. u32 tCEA_max;
  641. u32 tCEH_min;
  642. u32 tCH_min;
  643. u32 tCHZ_max;
  644. u32 tCLH_min;
  645. u32 tCLR_min;
  646. u32 tCLS_min;
  647. u32 tCOH_min;
  648. u32 tCS_min;
  649. u32 tDH_min;
  650. u32 tDS_min;
  651. u32 tFEAT_max;
  652. u32 tIR_min;
  653. u32 tITC_max;
  654. u32 tRC_min;
  655. u32 tREA_max;
  656. u32 tREH_min;
  657. u32 tRHOH_min;
  658. u32 tRHW_min;
  659. u32 tRHZ_max;
  660. u32 tRLOH_min;
  661. u32 tRP_min;
  662. u32 tRR_min;
  663. u64 tRST_max;
  664. u32 tWB_max;
  665. u32 tWC_min;
  666. u32 tWH_min;
  667. u32 tWHR_min;
  668. u32 tWP_min;
  669. u32 tWW_min;
  670. };
  671. /**
  672. * enum nand_data_interface_type - NAND interface timing type
  673. * @NAND_SDR_IFACE: Single Data Rate interface
  674. */
  675. enum nand_data_interface_type {
  676. NAND_SDR_IFACE,
  677. };
  678. /**
  679. * struct nand_data_interface - NAND interface timing
  680. * @type: type of the timing
  681. * @timings: The timing, type according to @type
  682. */
  683. struct nand_data_interface {
  684. enum nand_data_interface_type type;
  685. union {
  686. struct nand_sdr_timings sdr;
  687. } timings;
  688. };
  689. /**
  690. * nand_get_sdr_timings - get SDR timing from data interface
  691. * @conf: The data interface
  692. */
  693. static inline const struct nand_sdr_timings *
  694. nand_get_sdr_timings(const struct nand_data_interface *conf)
  695. {
  696. if (conf->type != NAND_SDR_IFACE)
  697. return ERR_PTR(-EINVAL);
  698. return &conf->timings.sdr;
  699. }
  700. /**
  701. * struct nand_chip - NAND Private Flash Chip Data
  702. * @mtd: MTD device registered to the MTD framework
  703. * @IO_ADDR_R: [BOARDSPECIFIC] address to read the 8 I/O lines of the
  704. * flash device
  705. * @IO_ADDR_W: [BOARDSPECIFIC] address to write the 8 I/O lines of the
  706. * flash device.
  707. * @flash_node: [BOARDSPECIFIC] device node describing this instance
  708. * @read_byte: [REPLACEABLE] read one byte from the chip
  709. * @read_word: [REPLACEABLE] read one word from the chip
  710. * @write_byte: [REPLACEABLE] write a single byte to the chip on the
  711. * low 8 I/O lines
  712. * @write_buf: [REPLACEABLE] write data from the buffer to the chip
  713. * @read_buf: [REPLACEABLE] read data from the chip into the buffer
  714. * @select_chip: [REPLACEABLE] select chip nr
  715. * @block_bad: [REPLACEABLE] check if a block is bad, using OOB markers
  716. * @block_markbad: [REPLACEABLE] mark a block bad
  717. * @cmd_ctrl: [BOARDSPECIFIC] hardwarespecific function for controlling
  718. * ALE/CLE/nCE. Also used to write command and address
  719. * @dev_ready: [BOARDSPECIFIC] hardwarespecific function for accessing
  720. * device ready/busy line. If set to NULL no access to
  721. * ready/busy is available and the ready/busy information
  722. * is read from the chip status register.
  723. * @cmdfunc: [REPLACEABLE] hardwarespecific function for writing
  724. * commands to the chip.
  725. * @waitfunc: [REPLACEABLE] hardwarespecific function for wait on
  726. * ready.
  727. * @setup_read_retry: [FLASHSPECIFIC] flash (vendor) specific function for
  728. * setting the read-retry mode. Mostly needed for MLC NAND.
  729. * @ecc: [BOARDSPECIFIC] ECC control structure
  730. * @buffers: buffer structure for read/write
  731. * @buf_align: minimum buffer alignment required by a platform
  732. * @hwcontrol: platform-specific hardware control structure
  733. * @erase: [REPLACEABLE] erase function
  734. * @scan_bbt: [REPLACEABLE] function to scan bad block table
  735. * @chip_delay: [BOARDSPECIFIC] chip dependent delay for transferring
  736. * data from array to read regs (tR).
  737. * @state: [INTERN] the current state of the NAND device
  738. * @oob_poi: "poison value buffer," used for laying out OOB data
  739. * before writing
  740. * @page_shift: [INTERN] number of address bits in a page (column
  741. * address bits).
  742. * @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock
  743. * @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
  744. * @chip_shift: [INTERN] number of address bits in one chip
  745. * @options: [BOARDSPECIFIC] various chip options. They can partly
  746. * be set to inform nand_scan about special functionality.
  747. * See the defines for further explanation.
  748. * @bbt_options: [INTERN] bad block specific options. All options used
  749. * here must come from bbm.h. By default, these options
  750. * will be copied to the appropriate nand_bbt_descr's.
  751. * @badblockpos: [INTERN] position of the bad block marker in the oob
  752. * area.
  753. * @badblockbits: [INTERN] minimum number of set bits in a good block's
  754. * bad block marker position; i.e., BBM == 11110111b is
  755. * not bad when badblockbits == 7
  756. * @bits_per_cell: [INTERN] number of bits per cell. i.e., 1 means SLC.
  757. * @ecc_strength_ds: [INTERN] ECC correctability from the datasheet.
  758. * Minimum amount of bit errors per @ecc_step_ds guaranteed
  759. * to be correctable. If unknown, set to zero.
  760. * @ecc_step_ds: [INTERN] ECC step required by the @ecc_strength_ds,
  761. * also from the datasheet. It is the recommended ECC step
  762. * size, if known; if unknown, set to zero.
  763. * @onfi_timing_mode_default: [INTERN] default ONFI timing mode. This field is
  764. * set to the actually used ONFI mode if the chip is
  765. * ONFI compliant or deduced from the datasheet if
  766. * the NAND chip is not ONFI compliant.
  767. * @numchips: [INTERN] number of physical chips
  768. * @chipsize: [INTERN] the size of one chip for multichip arrays
  769. * @pagemask: [INTERN] page number mask = number of (pages / chip) - 1
  770. * @pagebuf: [INTERN] holds the pagenumber which is currently in
  771. * data_buf.
  772. * @pagebuf_bitflips: [INTERN] holds the bitflip count for the page which is
  773. * currently in data_buf.
  774. * @subpagesize: [INTERN] holds the subpagesize
  775. * @onfi_version: [INTERN] holds the chip ONFI version (BCD encoded),
  776. * non 0 if ONFI supported.
  777. * @jedec_version: [INTERN] holds the chip JEDEC version (BCD encoded),
  778. * non 0 if JEDEC supported.
  779. * @onfi_params: [INTERN] holds the ONFI page parameter when ONFI is
  780. * supported, 0 otherwise.
  781. * @jedec_params: [INTERN] holds the JEDEC parameter page when JEDEC is
  782. * supported, 0 otherwise.
  783. * @read_retries: [INTERN] the number of read retry modes supported
  784. * @onfi_set_features: [REPLACEABLE] set the features for ONFI nand
  785. * @onfi_get_features: [REPLACEABLE] get the features for ONFI nand
  786. * @setup_data_interface: [OPTIONAL] setup the data interface and timing. If
  787. * chipnr is set to %NAND_DATA_IFACE_CHECK_ONLY this
  788. * means the configuration should not be applied but
  789. * only checked.
  790. * @bbt: [INTERN] bad block table pointer
  791. * @bbt_td: [REPLACEABLE] bad block table descriptor for flash
  792. * lookup.
  793. * @bbt_md: [REPLACEABLE] bad block table mirror descriptor
  794. * @badblock_pattern: [REPLACEABLE] bad block scan pattern used for initial
  795. * bad block scan.
  796. * @controller: [REPLACEABLE] a pointer to a hardware controller
  797. * structure which is shared among multiple independent
  798. * devices.
  799. * @priv: [OPTIONAL] pointer to private chip data
  800. * @write_page: [REPLACEABLE] High-level page write function
  801. */
  802. struct nand_chip {
  803. struct mtd_info mtd;
  804. void __iomem *IO_ADDR_R;
  805. void __iomem *IO_ADDR_W;
  806. int flash_node;
  807. uint8_t (*read_byte)(struct mtd_info *mtd);
  808. u16 (*read_word)(struct mtd_info *mtd);
  809. void (*write_byte)(struct mtd_info *mtd, uint8_t byte);
  810. void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
  811. void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len);
  812. void (*select_chip)(struct mtd_info *mtd, int chip);
  813. int (*block_bad)(struct mtd_info *mtd, loff_t ofs);
  814. int (*block_markbad)(struct mtd_info *mtd, loff_t ofs);
  815. void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl);
  816. int (*dev_ready)(struct mtd_info *mtd);
  817. void (*cmdfunc)(struct mtd_info *mtd, unsigned command, int column,
  818. int page_addr);
  819. int(*waitfunc)(struct mtd_info *mtd, struct nand_chip *this);
  820. int (*erase)(struct mtd_info *mtd, int page);
  821. int (*scan_bbt)(struct mtd_info *mtd);
  822. int (*write_page)(struct mtd_info *mtd, struct nand_chip *chip,
  823. uint32_t offset, int data_len, const uint8_t *buf,
  824. int oob_required, int page, int raw);
  825. int (*onfi_set_features)(struct mtd_info *mtd, struct nand_chip *chip,
  826. int feature_addr, uint8_t *subfeature_para);
  827. int (*onfi_get_features)(struct mtd_info *mtd, struct nand_chip *chip,
  828. int feature_addr, uint8_t *subfeature_para);
  829. int (*setup_read_retry)(struct mtd_info *mtd, int retry_mode);
  830. int (*setup_data_interface)(struct mtd_info *mtd, int chipnr,
  831. const struct nand_data_interface *conf);
  832. int chip_delay;
  833. unsigned int options;
  834. unsigned int bbt_options;
  835. int page_shift;
  836. int phys_erase_shift;
  837. int bbt_erase_shift;
  838. int chip_shift;
  839. int numchips;
  840. uint64_t chipsize;
  841. int pagemask;
  842. int pagebuf;
  843. unsigned int pagebuf_bitflips;
  844. int subpagesize;
  845. uint8_t bits_per_cell;
  846. uint16_t ecc_strength_ds;
  847. uint16_t ecc_step_ds;
  848. int onfi_timing_mode_default;
  849. int badblockpos;
  850. int badblockbits;
  851. int onfi_version;
  852. int jedec_version;
  853. struct nand_onfi_params onfi_params;
  854. struct nand_jedec_params jedec_params;
  855. struct nand_data_interface *data_interface;
  856. int read_retries;
  857. flstate_t state;
  858. uint8_t *oob_poi;
  859. struct nand_hw_control *controller;
  860. struct nand_ecclayout *ecclayout;
  861. struct nand_ecc_ctrl ecc;
  862. struct nand_buffers *buffers;
  863. unsigned long buf_align;
  864. struct nand_hw_control hwcontrol;
  865. uint8_t *bbt;
  866. struct nand_bbt_descr *bbt_td;
  867. struct nand_bbt_descr *bbt_md;
  868. struct nand_bbt_descr *badblock_pattern;
  869. void *priv;
  870. };
  871. static inline struct nand_chip *mtd_to_nand(struct mtd_info *mtd)
  872. {
  873. return container_of(mtd, struct nand_chip, mtd);
  874. }
  875. static inline struct mtd_info *nand_to_mtd(struct nand_chip *chip)
  876. {
  877. return &chip->mtd;
  878. }
  879. static inline void *nand_get_controller_data(struct nand_chip *chip)
  880. {
  881. return chip->priv;
  882. }
  883. static inline void nand_set_controller_data(struct nand_chip *chip, void *priv)
  884. {
  885. chip->priv = priv;
  886. }
  887. /*
  888. * NAND Flash Manufacturer ID Codes
  889. */
  890. #define NAND_MFR_TOSHIBA 0x98
  891. #define NAND_MFR_SAMSUNG 0xec
  892. #define NAND_MFR_FUJITSU 0x04
  893. #define NAND_MFR_NATIONAL 0x8f
  894. #define NAND_MFR_RENESAS 0x07
  895. #define NAND_MFR_STMICRO 0x20
  896. #define NAND_MFR_HYNIX 0xad
  897. #define NAND_MFR_MICRON 0x2c
  898. #define NAND_MFR_AMD 0x01
  899. #define NAND_MFR_MACRONIX 0xc2
  900. #define NAND_MFR_EON 0x92
  901. #define NAND_MFR_SANDISK 0x45
  902. #define NAND_MFR_INTEL 0x89
  903. #define NAND_MFR_ATO 0x9b
  904. /* The maximum expected count of bytes in the NAND ID sequence */
  905. #define NAND_MAX_ID_LEN 8
  906. /*
  907. * A helper for defining older NAND chips where the second ID byte fully
  908. * defined the chip, including the geometry (chip size, eraseblock size, page
  909. * size). All these chips have 512 bytes NAND page size.
  910. */
  911. #define LEGACY_ID_NAND(nm, devid, chipsz, erasesz, opts) \
  912. { .name = (nm), {{ .dev_id = (devid) }}, .pagesize = 512, \
  913. .chipsize = (chipsz), .erasesize = (erasesz), .options = (opts) }
  914. /*
  915. * A helper for defining newer chips which report their page size and
  916. * eraseblock size via the extended ID bytes.
  917. *
  918. * The real difference between LEGACY_ID_NAND and EXTENDED_ID_NAND is that with
  919. * EXTENDED_ID_NAND, manufacturers overloaded the same device ID so that the
  920. * device ID now only represented a particular total chip size (and voltage,
  921. * buswidth), and the page size, eraseblock size, and OOB size could vary while
  922. * using the same device ID.
  923. */
  924. #define EXTENDED_ID_NAND(nm, devid, chipsz, opts) \
  925. { .name = (nm), {{ .dev_id = (devid) }}, .chipsize = (chipsz), \
  926. .options = (opts) }
  927. #define NAND_ECC_INFO(_strength, _step) \
  928. { .strength_ds = (_strength), .step_ds = (_step) }
  929. #define NAND_ECC_STRENGTH(type) ((type)->ecc.strength_ds)
  930. #define NAND_ECC_STEP(type) ((type)->ecc.step_ds)
  931. /**
  932. * struct nand_flash_dev - NAND Flash Device ID Structure
  933. * @name: a human-readable name of the NAND chip
  934. * @dev_id: the device ID (the second byte of the full chip ID array)
  935. * @mfr_id: manufecturer ID part of the full chip ID array (refers the same
  936. * memory address as @id[0])
  937. * @dev_id: device ID part of the full chip ID array (refers the same memory
  938. * address as @id[1])
  939. * @id: full device ID array
  940. * @pagesize: size of the NAND page in bytes; if 0, then the real page size (as
  941. * well as the eraseblock size) is determined from the extended NAND
  942. * chip ID array)
  943. * @chipsize: total chip size in MiB
  944. * @erasesize: eraseblock size in bytes (determined from the extended ID if 0)
  945. * @options: stores various chip bit options
  946. * @id_len: The valid length of the @id.
  947. * @oobsize: OOB size
  948. * @ecc: ECC correctability and step information from the datasheet.
  949. * @ecc.strength_ds: The ECC correctability from the datasheet, same as the
  950. * @ecc_strength_ds in nand_chip{}.
  951. * @ecc.step_ds: The ECC step required by the @ecc.strength_ds, same as the
  952. * @ecc_step_ds in nand_chip{}, also from the datasheet.
  953. * For example, the "4bit ECC for each 512Byte" can be set with
  954. * NAND_ECC_INFO(4, 512).
  955. * @onfi_timing_mode_default: the default ONFI timing mode entered after a NAND
  956. * reset. Should be deduced from timings described
  957. * in the datasheet.
  958. *
  959. */
  960. struct nand_flash_dev {
  961. char *name;
  962. union {
  963. struct {
  964. uint8_t mfr_id;
  965. uint8_t dev_id;
  966. };
  967. uint8_t id[NAND_MAX_ID_LEN];
  968. };
  969. unsigned int pagesize;
  970. unsigned int chipsize;
  971. unsigned int erasesize;
  972. unsigned int options;
  973. uint16_t id_len;
  974. uint16_t oobsize;
  975. struct {
  976. uint16_t strength_ds;
  977. uint16_t step_ds;
  978. } ecc;
  979. int onfi_timing_mode_default;
  980. };
  981. /**
  982. * struct nand_manufacturers - NAND Flash Manufacturer ID Structure
  983. * @name: Manufacturer name
  984. * @id: manufacturer ID code of device.
  985. */
  986. struct nand_manufacturers {
  987. int id;
  988. char *name;
  989. };
  990. extern struct nand_flash_dev nand_flash_ids[];
  991. extern struct nand_manufacturers nand_manuf_ids[];
  992. int nand_default_bbt(struct mtd_info *mtd);
  993. int nand_markbad_bbt(struct mtd_info *mtd, loff_t offs);
  994. int nand_isreserved_bbt(struct mtd_info *mtd, loff_t offs);
  995. int nand_isbad_bbt(struct mtd_info *mtd, loff_t offs, int allowbbt);
  996. int nand_erase_nand(struct mtd_info *mtd, struct erase_info *instr,
  997. int allowbbt);
  998. int nand_do_read(struct mtd_info *mtd, loff_t from, size_t len,
  999. size_t *retlen, uint8_t *buf);
  1000. /*
  1001. * Constants for oob configuration
  1002. */
  1003. #define NAND_SMALL_BADBLOCK_POS 5
  1004. #define NAND_LARGE_BADBLOCK_POS 0
  1005. /**
  1006. * struct platform_nand_chip - chip level device structure
  1007. * @nr_chips: max. number of chips to scan for
  1008. * @chip_offset: chip number offset
  1009. * @nr_partitions: number of partitions pointed to by partitions (or zero)
  1010. * @partitions: mtd partition list
  1011. * @chip_delay: R/B delay value in us
  1012. * @options: Option flags, e.g. 16bit buswidth
  1013. * @bbt_options: BBT option flags, e.g. NAND_BBT_USE_FLASH
  1014. * @part_probe_types: NULL-terminated array of probe types
  1015. */
  1016. struct platform_nand_chip {
  1017. int nr_chips;
  1018. int chip_offset;
  1019. int nr_partitions;
  1020. struct mtd_partition *partitions;
  1021. int chip_delay;
  1022. unsigned int options;
  1023. unsigned int bbt_options;
  1024. const char **part_probe_types;
  1025. };
  1026. /* Keep gcc happy */
  1027. struct platform_device;
  1028. /**
  1029. * struct platform_nand_ctrl - controller level device structure
  1030. * @probe: platform specific function to probe/setup hardware
  1031. * @remove: platform specific function to remove/teardown hardware
  1032. * @hwcontrol: platform specific hardware control structure
  1033. * @dev_ready: platform specific function to read ready/busy pin
  1034. * @select_chip: platform specific chip select function
  1035. * @cmd_ctrl: platform specific function for controlling
  1036. * ALE/CLE/nCE. Also used to write command and address
  1037. * @write_buf: platform specific function for write buffer
  1038. * @read_buf: platform specific function for read buffer
  1039. * @read_byte: platform specific function to read one byte from chip
  1040. * @priv: private data to transport driver specific settings
  1041. *
  1042. * All fields are optional and depend on the hardware driver requirements
  1043. */
  1044. struct platform_nand_ctrl {
  1045. int (*probe)(struct platform_device *pdev);
  1046. void (*remove)(struct platform_device *pdev);
  1047. void (*hwcontrol)(struct mtd_info *mtd, int cmd);
  1048. int (*dev_ready)(struct mtd_info *mtd);
  1049. void (*select_chip)(struct mtd_info *mtd, int chip);
  1050. void (*cmd_ctrl)(struct mtd_info *mtd, int dat, unsigned int ctrl);
  1051. void (*write_buf)(struct mtd_info *mtd, const uint8_t *buf, int len);
  1052. void (*read_buf)(struct mtd_info *mtd, uint8_t *buf, int len);
  1053. unsigned char (*read_byte)(struct mtd_info *mtd);
  1054. void *priv;
  1055. };
  1056. /**
  1057. * struct platform_nand_data - container structure for platform-specific data
  1058. * @chip: chip level chip structure
  1059. * @ctrl: controller level device structure
  1060. */
  1061. struct platform_nand_data {
  1062. struct platform_nand_chip chip;
  1063. struct platform_nand_ctrl ctrl;
  1064. };
  1065. #ifdef CONFIG_SYS_NAND_ONFI_DETECTION
  1066. /* return the supported features. */
  1067. static inline int onfi_feature(struct nand_chip *chip)
  1068. {
  1069. return chip->onfi_version ? le16_to_cpu(chip->onfi_params.features) : 0;
  1070. }
  1071. /* return the supported asynchronous timing mode. */
  1072. static inline int onfi_get_async_timing_mode(struct nand_chip *chip)
  1073. {
  1074. if (!chip->onfi_version)
  1075. return ONFI_TIMING_MODE_UNKNOWN;
  1076. return le16_to_cpu(chip->onfi_params.async_timing_mode);
  1077. }
  1078. /* return the supported synchronous timing mode. */
  1079. static inline int onfi_get_sync_timing_mode(struct nand_chip *chip)
  1080. {
  1081. if (!chip->onfi_version)
  1082. return ONFI_TIMING_MODE_UNKNOWN;
  1083. return le16_to_cpu(chip->onfi_params.src_sync_timing_mode);
  1084. }
  1085. #else
  1086. static inline int onfi_feature(struct nand_chip *chip)
  1087. {
  1088. return 0;
  1089. }
  1090. static inline int onfi_get_async_timing_mode(struct nand_chip *chip)
  1091. {
  1092. return ONFI_TIMING_MODE_UNKNOWN;
  1093. }
  1094. static inline int onfi_get_sync_timing_mode(struct nand_chip *chip)
  1095. {
  1096. return ONFI_TIMING_MODE_UNKNOWN;
  1097. }
  1098. #endif
  1099. int onfi_init_data_interface(struct nand_chip *chip,
  1100. struct nand_data_interface *iface,
  1101. enum nand_data_interface_type type,
  1102. int timing_mode);
  1103. /*
  1104. * Check if it is a SLC nand.
  1105. * The !nand_is_slc() can be used to check the MLC/TLC nand chips.
  1106. * We do not distinguish the MLC and TLC now.
  1107. */
  1108. static inline bool nand_is_slc(struct nand_chip *chip)
  1109. {
  1110. return chip->bits_per_cell == 1;
  1111. }
  1112. /**
  1113. * Check if the opcode's address should be sent only on the lower 8 bits
  1114. * @command: opcode to check
  1115. */
  1116. static inline int nand_opcode_8bits(unsigned int command)
  1117. {
  1118. switch (command) {
  1119. case NAND_CMD_READID:
  1120. case NAND_CMD_PARAM:
  1121. case NAND_CMD_GET_FEATURES:
  1122. case NAND_CMD_SET_FEATURES:
  1123. return 1;
  1124. default:
  1125. break;
  1126. }
  1127. return 0;
  1128. }
  1129. /* return the supported JEDEC features. */
  1130. static inline int jedec_feature(struct nand_chip *chip)
  1131. {
  1132. return chip->jedec_version ? le16_to_cpu(chip->jedec_params.features)
  1133. : 0;
  1134. }
  1135. /* Standard NAND functions from nand_base.c */
  1136. void nand_write_buf(struct mtd_info *mtd, const uint8_t *buf, int len);
  1137. void nand_write_buf16(struct mtd_info *mtd, const uint8_t *buf, int len);
  1138. void nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len);
  1139. void nand_read_buf16(struct mtd_info *mtd, uint8_t *buf, int len);
  1140. uint8_t nand_read_byte(struct mtd_info *mtd);
  1141. /* get timing characteristics from ONFI timing mode. */
  1142. const struct nand_sdr_timings *onfi_async_timing_mode_to_sdr_timings(int mode);
  1143. /* get data interface from ONFI timing mode 0, used after reset. */
  1144. const struct nand_data_interface *nand_get_default_data_interface(void);
  1145. int nand_check_erased_ecc_chunk(void *data, int datalen,
  1146. void *ecc, int ecclen,
  1147. void *extraoob, int extraooblen,
  1148. int threshold);
  1149. int nand_check_ecc_caps(struct nand_chip *chip,
  1150. const struct nand_ecc_caps *caps, int oobavail);
  1151. int nand_match_ecc_req(struct nand_chip *chip,
  1152. const struct nand_ecc_caps *caps, int oobavail);
  1153. int nand_maximize_ecc(struct nand_chip *chip,
  1154. const struct nand_ecc_caps *caps, int oobavail);
  1155. /* Reset and initialize a NAND device */
  1156. int nand_reset(struct nand_chip *chip, int chipnr);
  1157. #endif /* __LINUX_MTD_RAWNAND_H */