1. 7db906b mtd: nand: rename the cellinfo to bits_per_cell by Huang Shijie · 11 years ago
  2. 1d0ed69 mtd: nand: add a helper to check the SLC/MLC nand chip by Huang Shijie · 11 years ago
  3. aaadd98 mtd: nand: remove obsolete 'ecclayout' field by Brian Norris · 12 years ago
  4. 2dc0bdd mtd: add ECC info for nand_flash_dev{} by Huang Shijie · 12 years ago
  5. 5b40db6 mtd: add a helper to get the supported features for ONFI nand by Huang Shijie · 12 years ago
  6. 5138a98 mtd: add data structures for Extended Parameter Page by Huang Shijie · 12 years ago
  7. 4cfeca2 mtd: add datasheet's ECC information to nand_chip{} by Huang Shijie · 12 years ago
  8. b32843b mtd: nand: hide in-memory BBT implementation details by Brian Norris · 12 years ago
  9. d914c93 mtd: nand_base: Only use GET/SET FEATURES command on chips that support them. by David Mosberger · 12 years ago
  10. 52778b2 mtd: increase max OOB size to 744 by Huang Shijie · 12 years ago
  11. ce15751 mtd: nand: reword nand_chip bad block interface comments by Brian Norris · 12 years ago
  12. 837a6ba mtd: nand: subpage write support for hardware based ECC schemes by Gupta, Pekon · 12 years ago
  13. 5bfa9b7 mtd: nand_ids: improve LEGACY_ID_NAND macro a bit by Artem Bityutskiy · 12 years ago
  14. f22d5f6 mtd: add new fields to nand_flash_dev{} by Huang Shijie · 12 years ago
  15. 53552d2 mtd: introduce a macro for max NAND ID sequence length by Artem Bityutskiy · 12 years ago
  16. ecb42fe mtd: nand: use more reasonable integer types by Artem Bityutskiy · 12 years ago
  17. 8e12b47 mtd: nand: provision full ID support by Artem Bityutskiy · 12 years ago
  18. 8dbfae1 mtd: nand_ids: introduce helper macros by Artem Bityutskiy · 12 years ago
  19. 68aa352de mtd: nand: rename the id field of 'struct nand_flash_dev' by Artem Bityutskiy · 12 years ago
  20. 3239a6c mtd: nand: use NAND_HAS_CACHEPROG by Artem Bityutskiy · 12 years ago
  21. 88ad4b1 mtd: nand: remove NAND_COPYBACK macro by Artem Bityutskiy · 12 years ago
  22. 96dca4c mtd: nand: remove NAND_NO_PADDING macro by Artem Bityutskiy · 12 years ago
  23. 0be718e mtd: nand: remove a bunch of unused commands by Artem Bityutskiy · 12 years ago
  24. 14c6578 mtd: nand: remove AG-AND support by Artem Bityutskiy · 12 years ago
  25. 5bc7c33 mtd: nand: reintroduce NAND_NO_READRDY as NAND_NEED_READRDY by Brian Norris · 12 years ago
  26. 64b37b2 mtd: nand: add NAND_BUSWIDTH_AUTO to autodetect bus width by Matthieu CASTET · 12 years ago
  27. 9ef525a mtd: Fix kernel-doc content to avoid warning. by Robert P. J. Day · 12 years ago
  28. b9e4853 mtd: nand: increase max OOB size to 640 by Brian Norris · 12 years ago
  29. 3e70192 mtd: add helpers to get the supportted ONFI timing mode by Huang Shijie · 13 years ago
  30. 7db03ec mtd: add helpers to set/get features for ONFI nand by Huang Shijie · 13 years ago
  31. 5ca7f41 mtd: nand: expand description of read_page method in comment header by Mike Dunn · 13 years ago
  32. a5ff4f1 mtd: nand: Added a device flag for subpage read support by Jeff Westfahl · 13 years ago
  33. 25806d3 mtd: fix kernel-doc warning in include/linux/mtd/nand.h by Randy Dunlap · 13 years ago
  34. 657f28f mtd: kill MTD_NAND_VERIFY_WRITE by Huang Shijie · 13 years ago
  35. bf7a01b mtd: nand: allow NAND_NO_SUBPAGE_WRITE to be set from driver by Brian Norris · 13 years ago
  36. fdbad98d mtd: nand: teach write_page and write_page_raw return an error code by Josh Wu · 13 years ago
  37. 1696e6b mtd: nand: kill NAND_NO_READRDY by Brian Norris · 13 years ago
  38. b1ccfab mtd: nand: add Eon Silicon Solutions manufacturer ID by Brian Norris · 13 years ago
  39. 5c2ffb1 mtd: nand: remove 'sndcmd' parameter of 'read_oob/read_oob_raw' by Shmulik Ladkani · 13 years ago
  40. 1fbb938 mtd: nand: add 'oob_required' argument to NAND {read,write}_page interfaces by Brian Norris · 13 years ago
  41. b4f7aa8 mtd: add read_byte support to plat_nand by John Crispin · 13 years ago
  42. 1826dbc mtd: nand: kill NAND_NO_AUTOINCR option by Brian Norris · 13 years ago
  43. edbc4540 mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN by Mike Dunn · 13 years ago
  44. 1d0b95b mtd: add ecc_strength fields to mtd structs by Mike Dunn · 13 years ago
  45. 661a083 mtd: nand: correct comment on nand_chip badblockbits by Brian Norris · 13 years ago
  46. c1257b4 mtd: nand: add Macronix manufacturer by Brian Norris · 13 years ago
  47. 4a89ff8 mtd: nand: kill member `ops' of `struct nand_chip' by Brian Norris · 14 years ago
  48. c46f648 mtd: support reading OOB without ECC by Brian Norris · 14 years ago
  49. e9195ed mtd: nand: document nand_chip.oob_poi by Brian Norris · 14 years ago
  50. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 14 years ago
  51. 32c8db8 mtd: nand: fix spelling error (date => data) by Brian Norris · 14 years ago
  52. b4ca747 mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip by Tobias Klauser · 14 years ago
  53. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 14 years ago
  54. 0dc8626 mtd: plat-nand: drop unused fields from platform_nand_data by Dmitry Eremin-Solenikov · 14 years ago
  55. b4dc53e mtd: nand: renumber the reorganized flags in nand.h / bbm.h by Brian Norris · 14 years ago
  56. b8f8068 mtd: nand: move NAND_CREATE_EMPTY_BBT flag by Brian Norris · 14 years ago
  57. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 14 years ago
  58. 5fb1549 mtd: nand: separate chip options / bbt_options by Brian Norris · 14 years ago
  59. a626743 mtd: nand: renumber conflicting BBT flags by Brian Norris · 14 years ago
  60. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  61. 193bd40 mtd: nand: add software BCH ECC support by Ivan Djelic · 14 years ago
  62. 1534b8b mtd: fix nand kernel-doc warnings by Randy Dunlap · 14 years ago
  63. b46daf7 mtd: remove junk tabs in nand.h by Sebastian Andrzej Siewior · 14 years ago
  64. a0491fc mtd: cleanup nand.h by Sebastian Andrzej Siewior · 14 years ago
  65. 453281a mtd: nand: introduce NAND_CREATE_EMPTY_BBT by Sebastian Andrzej Siewior · 14 years ago
  66. 7cba7b1 mtd: nand: add support for BBT without OOB by Sebastian Andrzej Siewior · 14 years ago
  67. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  68. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 15 years ago
  69. caa4b6f mtd: nand: add NAND_CMD_PARAM (0xec) definition by Florian Fainelli · 15 years ago
  70. 5c709ee mtd: nand: Increase NAND_MAX_OOBSIZE by Brian Norris · 15 years ago
  71. a1452a3 mtd: Update copyright notices by David Woodhouse · 15 years ago
  72. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 15 years ago
  73. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 15 years ago
  74. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 15 years ago
  75. 93edbad mtd: Workaround wrong write protect status on some xD cards by Maxim Levitsky · 15 years ago
  76. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  77. e0b58d0 mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte by Maxim Levitsky · 15 years ago
  78. 7d70f33 mtd: nand: add lock/unlock routines by Vimal Singh · 15 years ago
  79. b1c6e6d mtd: nand: add option to quieten off the no device found messgae by Ben Dooks · 15 years ago
  80. 30631cb mtd: unify status enum from three headers by Alessandro Rubini · 15 years ago
  81. c62d81b mtd: use bbm.h in nand.h by Alessandro Rubini · 15 years ago
  82. 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
  83. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  84. f36e20c mtd: plat_nand: allow platform to set partitions by H Hartley Sweeten · 16 years ago
  85. bf95efd mtd: plat_nand: add platform probe/remove callbacks by H Hartley Sweeten · 16 years ago
  86. d6fed9e mtd: extend plat_nand for (read|write)_buf by Alexander Clouter · 16 years ago
  87. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  88. d3af0f0 [MTD] [NAND] remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  89. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  90. 17c1d2b [MTD] [NAND] Fix missing kernel-doc by Alexey Korolev · 17 years ago
  91. 96d8b64 [MTD] [NAND] fix subpage read for small page NAND by Alexey Korolev · 17 years ago
  92. 3d45955 [MTD] [NAND] subpage read feature as a way to increase performance. by Alexey Korolev · 17 years ago
  93. a8931ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 17 years ago
  94. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 17 years ago
  95. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 17 years ago
  96. 30eb0db [MTD] [NAND] Add NAND manufacturer AMD. by Steven J. Hill · 18 years ago
  97. 972edcb [MTD] [NAND] platform NAND driver: update header by Vitaly Wool · 18 years ago
  98. 8c60e54 [MTD][NAND] Add Micron Manufacturer ID by sshahrom@micron.com · 18 years ago
  99. 552a827 [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip by Randy Dunlap · 18 years ago
  100. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago