1. 6924d99 mtd: nand: fix Samsung SLC detection regression by Brian Norris · 12 years ago
  2. af451af mtd: nand: fix Samsung SLC NAND identification regression by Brian Norris · 12 years ago
  3. e2d3a35 mtd: nand: detect Samsung K9GBG08U0A, K9GAG08U0F ID by Brian Norris · 12 years ago
  4. 73ca392 mtd: nand: decode Hynix MLC, 6-byte ID length by Brian Norris · 12 years ago
  5. e3b88bd mtd: nand: add generic READ ID length calculation functions by Brian Norris · 12 years ago
  6. f23a481 mtd: nand: split simple ID decode into its own function by Brian Norris · 12 years ago
  7. fc09bbc mtd: nand: split extended ID decoding into its own function by Brian Norris · 12 years ago
  8. 7e74c2d mtd: nand: split BB marker options decoding into its own function by Brian Norris · 12 years ago
  9. 4aef9b7 mtd: nand: remove redundant ID read by Brian Norris · 12 years ago
  10. 47450b3 mtd: nand: remove unnecessary variable by Brian Norris · 12 years ago
  11. 7db03ec mtd: add helpers to set/get features for ONFI nand by Huang Shijie · 12 years ago
  12. a5ff4f1 mtd: nand: Added a device flag for subpage read support by Jeff Westfahl · 12 years ago
  13. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 12 years ago
  14. bf7a01b mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Brian Norris · 12 years ago
  15. 11041ae mtd: use MTD_OPS_PLACE_OOB macro consistently by Huang Shijie · 12 years ago
  16. fdbad98d mtd: nand: teach write_page and write_page_raw return an error code by Josh Wu · 12 years ago
  17. 1696e6b mtd: nand: kill NAND_NO_READRDY by Brian Norris · 12 years ago
  18. ea3b2ea mtd: nand: initialize bitflip_threshold prior to BBT scanning by Shmulik Ladkani · 12 years ago
  19. 1951f2f mtd: nand: check the return code of 'read_oob/read_oob_raw' by Shmulik Ladkani · 12 years ago
  20. 5c2ffb1 mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' by Shmulik Ladkani · 12 years ago
  21. 279f08d mtd: nand: utilize oob_required parameter by Brian Norris · 12 years ago
  22. e47f3db mtd: nand: pass proper 'oob_required' parameter by Brian Norris · 12 years ago
  23. 1fbb938 mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces by Brian Norris · 12 years ago
  24. 1826dbc mtd: nand: kill NAND_NO_AUTOINCR option by Brian Norris · 12 years ago
  25. c00a099 mtd: nand: remove autoincrement 'sndcmd' code by Brian Norris · 12 years ago
  26. edbc4540 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Mike Dunn · 12 years ago
  27. e2788c9 mtd: nand: add sanity check of ecc strength to nand_scan_tail() by Mike Dunn · 12 years ago
  28. 3f91e94 mtd: nand: read_page() returns max_bitflips by Mike Dunn · 12 years ago
  29. 86c2072 mtd: ecc_strength is at ecc step granularity by Mike Dunn · 12 years ago
  30. 09cbe58 mtd: nand: Add a NAND_CMD_STATUS when using write verification by Bastian Hecht · 12 years ago
  31. 886bd33 mtd: print out the page size and oob size after parsing out the nand by Huang Shijie · 12 years ago
  32. 3b27dac mtd: unify initialization of erase_info->fail_addr by Shmulik Ladkani · 12 years ago
  33. 6379575 mtd: support ONFI multi lun NAND by Matthieu CASTET · 12 years ago
  34. 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 12 years ago
  35. d42b5de mtd: change the location of the ONFI detected log by Huang Shijie · 12 years ago
  36. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 12 years ago
  37. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 12 years ago
  38. e2414f4 mtd: nand: write BBM to OOB even with flash-based BBT by Brian Norris · 12 years ago
  39. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 12 years ago
  40. df69862 mtd: nand: move SCANLASTPAGE handling to the correct code block by Brian Norris · 12 years ago
  41. 8544331 mtd: nand: differentiate 1- vs. 2-byte writes when marking bad blocks by Brian Norris · 13 years ago
  42. cdbec05 mtd: nand: fix SCAN2NDPAGE check for BBM by Brian Norris · 13 years ago
  43. 0091842 mtd: nand: erase block before marking bad by Brian Norris · 13 years ago
  44. 12183a2 mtd: nand: fix typo in comment by Wolfram Sang · 13 years ago
  45. 8c34233 mtd: nand: scan 1st and 2nd page for Macronix SLC by Brian Norris · 13 years ago
  46. 23b1a99 mtd: nand: initialize ops.mode by Brian Norris · 13 years ago
  47. 6d77b9d mtd: nand: invalidate cache on unaligned reads by Brian Norris · 13 years ago
  48. 4a89ff8 mtd: nand: kill member `ops' of `struct nand_chip' by Brian Norris · 13 years ago
  49. 0612b9d mtd: rename MTD_OOB_* to MTD_OPS_* by Brian Norris · 13 years ago
  50. c46f648 mtd: support reading OOB without ECC by Brian Norris · 13 years ago
  51. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 13 years ago
  52. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  53. d037021 mtd: nand: style fixups in pr_* messages by Brian Norris · 13 years ago
  54. 9a4d4d6 mtd: nand: convert printk() to pr_*() by Brian Norris · 13 years ago
  55. 08c248f mtd: nand_flash_detect_onfi propagate busw info by Matthieu CASTET · 13 years ago
  56. 041e457 mtd: nand: handle ECC errors in OOB by Brian Norris · 13 years ago
  57. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  58. f722013 mtd: nand_base: always initialise oob_poi before writing OOB data by THOMSON, Adam (Adam) · 13 years ago
  59. 8b6e50c mtd: nand: multi-line comment style fixups by Brian Norris · 13 years ago
  60. 5507766 mtd: nand: remove unnecessary TODO by Brian Norris · 13 years ago
  61. d3f2ed5 mtd: nand: remove meaningless delay from nand_unlock by Jiri Pinkava · 13 years ago
  62. bb9ebd4 mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 13 years ago
  63. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 13 years ago
  64. 5fb1549 mtd: nand: separate chip options / bbt_options by Brian Norris · 13 years ago
  65. a0dc552 mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option by Brian Norris · 13 years ago
  66. 5ffcaf3 mtd: nand: convert to mtd_device_register() by Jamie Iles · 13 years ago
  67. 26d9be1 mtd: return badblockbits back by Artem Bityutskiy · 13 years ago
  68. c2aad6d mtd: nand: remove doubled chip deselection on (un)lock by Jiri Pinkava · 13 years ago
  69. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  70. 193bd40 mtd: nand: add software BCH ECC support by Ivan Djelic · 13 years ago
  71. 775adc3 mtd: nand: fix a typo in a commentary by Jason Liu · 13 years ago
  72. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 13 years ago
  73. cbcab65 mtd: nand: add mtd->writebufsize initialization by Anatolij Gustschin · 14 years ago
  74. b7b1a29 mtd: nand: rearrange ONFI revision checking, add ONFI 2.3 by Brian Norris · 14 years ago
  75. 0b524fb mtd: nand: choose correct chip name (ONFI bug) by Brian Norris · 14 years ago
  76. beda1d4 Revert "mtd: nand: add check for out of page read" by Artem Bityutskiy · 14 years ago
  77. 4ccb3b4 mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB by David Woodhouse · 14 years ago
  78. e14feaf mtd: nand: add check for out of page read by Jason Liu · 14 years ago
  79. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  80. cdcf12b mtd: nand: fix MTD_MODE_RAW writes by Jon Povey · 14 years ago
  81. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  82. c1194c7 mtd: nand_base: do not cache pages with uncorrectable ECC errors by Artem Bityutskiy · 14 years ago
  83. 7351d3a mtd: fix almost all checkpatch warnings in nand_base.c by Florian Fainelli · 14 years ago
  84. f8ac041 mtd: fix all checkpatch errors in nand_base.c by Florian Fainelli · 14 years ago
  85. 6fb277b mtd: nand: split ONFI detection logic to its own function by Florian Fainelli · 14 years ago
  86. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 14 years ago
  87. 34c5bf6 mtd: nand: Samsung MLC - new OOB sizes by Brian Norris · 14 years ago
  88. 13ed7ae mtd: nand: support new Toshiba SLC by Brian Norris · 14 years ago
  89. 2173bae mtd: nand: spansion S30MLxxxP support by Brian Norris · 14 years ago
  90. 12c8eb9 mtd: fix callback return value check by Baruch Siach · 14 years ago
  91. cfe3fda mtd: nand: Fix probe of Samsung NAND chips by Tilman Sauerbeck · 14 years ago
  92. 065a1ed mtd: nand: Fix regression in BBM detection by Brian Norris · 14 years ago
  93. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  94. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  95. 02ed70b mtd: nand: update nand_default_block_markbad() by Brian Norris · 14 years ago
  96. 58373ff mtd: nand: more BB Detection refactoring and dynamic scan options by Brian Norris · 14 years ago
  97. c7b28e2 mtd: nand: refactor BB marker detection by Brian Norris · 14 years ago
  98. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 14 years ago
  99. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 14 years ago
  100. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 14 years ago