1. 1d0b95b mtd: add ecc_strength fields to mtd structs by Mike Dunn · 13 years ago
  2. 661a083 mtd: nand: correct comment on nand_chip badblockbits by Brian Norris · 13 years ago
  3. c1257b4 mtd: nand: add Macronix manufacturer by Brian Norris · 13 years ago
  4. 4a89ff8 mtd: nand: kill member `ops' of `struct nand_chip' by Brian Norris · 13 years ago
  5. c46f648 mtd: support reading OOB without ECC by Brian Norris · 13 years ago
  6. e9195ed mtd: nand: document nand_chip.oob_poi by Brian Norris · 13 years ago
  7. 9ce244b mtd: support writing OOB without ECC by Brian Norris · 13 years ago
  8. 32c8db8 mtd: nand: fix spelling error (date => data) by Brian Norris · 13 years ago
  9. b4ca747 mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip by Tobias Klauser · 13 years ago
  10. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  11. 0dc8626 mtd: plat-nand: drop unused fields from platform_nand_data by Dmitry Eremin-Solenikov · 14 years ago
  12. b4dc53e mtd: nand: renumber the reorganized flags in nand.h / bbm.h by Brian Norris · 14 years ago
  13. b8f8068 mtd: nand: move NAND_CREATE_EMPTY_BBT flag by Brian Norris · 14 years ago
  14. a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 14 years ago
  15. 5fb1549 mtd: nand: separate chip options / bbt_options by Brian Norris · 14 years ago
  16. a626743 mtd: nand: renumber conflicting BBT flags by Brian Norris · 14 years ago
  17. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  18. 193bd40 mtd: nand: add software BCH ECC support by Ivan Djelic · 14 years ago
  19. 1534b8b mtd: fix nand kernel-doc warnings by Randy Dunlap · 14 years ago
  20. b46daf7 mtd: remove junk tabs in nand.h by Sebastian Andrzej Siewior · 14 years ago
  21. a0491fc mtd: cleanup nand.h by Sebastian Andrzej Siewior · 14 years ago
  22. 453281a mtd: nand: introduce NAND_CREATE_EMPTY_BBT by Sebastian Andrzej Siewior · 14 years ago
  23. 7cba7b1 mtd: nand: add support for BBT without OOB by Sebastian Andrzej Siewior · 14 years ago
  24. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  25. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 14 years ago
  26. caa4b6f mtd: nand: add NAND_CMD_PARAM (0xec) definition by Florian Fainelli · 14 years ago
  27. 5c709ee mtd: nand: Increase NAND_MAX_OOBSIZE by Brian Norris · 14 years ago
  28. a1452a3 mtd: Update copyright notices by David Woodhouse · 14 years ago
  29. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 14 years ago
  30. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 15 years ago
  31. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 15 years ago
  32. 93edbad mtd: Workaround wrong write protect status on some xD cards by Maxim Levitsky · 15 years ago
  33. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
  34. e0b58d0 mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte by Maxim Levitsky · 15 years ago
  35. 7d70f33 mtd: nand: add lock/unlock routines by Vimal Singh · 15 years ago
  36. b1c6e6d mtd: nand: add option to quieten off the no device found messgae by Ben Dooks · 15 years ago
  37. 30631cb mtd: unify status enum from three headers by Alessandro Rubini · 15 years ago
  38. c62d81b mtd: use bbm.h in nand.h by Alessandro Rubini · 15 years ago
  39. 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
  40. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  41. f36e20c mtd: plat_nand: allow platform to set partitions by H Hartley Sweeten · 16 years ago
  42. bf95efd mtd: plat_nand: add platform probe/remove callbacks by H Hartley Sweeten · 16 years ago
  43. d6fed9e mtd: extend plat_nand for (read|write)_buf by Alexander Clouter · 16 years ago
  44. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  45. d3af0f0 [MTD] [NAND] remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  46. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  47. 17c1d2b [MTD] [NAND] Fix missing kernel-doc by Alexey Korolev · 16 years ago
  48. 96d8b64 [MTD] [NAND] fix subpage read for small page NAND by Alexey Korolev · 16 years ago
  49. 3d45955 [MTD] [NAND] subpage read feature as a way to increase performance. by Alexey Korolev · 17 years ago
  50. a8931ef Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  51. 44d1b98 Fix various old email addresses for dwmw2 by David Woodhouse · 17 years ago
  52. 59018b6 MTD/JFFS2: remove CVS keywords by Adrian Bunk · 17 years ago
  53. 30eb0db [MTD] [NAND] Add NAND manufacturer AMD. by Steven J. Hill · 17 years ago
  54. 972edcb [MTD] [NAND] platform NAND driver: update header by Vitaly Wool · 18 years ago
  55. 8c60e54 [MTD][NAND] Add Micron Manufacturer ID by sshahrom@micron.com · 18 years ago
  56. 552a827 [MTD] [NAND] Add kernel-doc for cellinfo field of struct nand_chip by Randy Dunlap · 18 years ago
  57. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  58. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  59. 351edd2 [PATCH] MTD: fix last kernel-doc warning by Randy Dunlap · 18 years ago
  60. 7dcdcbe [MTD] NAND: Combined oob buffer so it's contiguous with data by David Woodhouse · 18 years ago
  61. b77d95c [MTD NAND] Provide prototype for newly-exported nand_wait_ready() by David Woodhouse · 18 years ago
  62. 956e944 [MTD NAND] Allow override of page read and write functions. by David Woodhouse · 18 years ago
  63. 4bf63fc [MTD NAND] Allocate chip->buffers separately to allow it to be overridden by David Woodhouse · 18 years ago
  64. 3b85c32 [MTD NAND] Split nand_scan() into two parts; allow board driver to intervene by David Woodhouse · 18 years ago
  65. ea9b6dc MTD: kernel-doc fixes + additions by Randy Dunlap · 18 years ago
  66. 844d3b4 MTD: fix all kernel-doc warnings by Randy Dunlap · 18 years ago
  67. cee4cca Merge git://git.infradead.org/hdrcleanup-2.6 by Linus Torvalds · 19 years ago
  68. 7bc3312 [MTD] NAND: Fix breakage all over the place by Thomas Gleixner · 19 years ago
  69. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 19 years ago
  70. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 19 years ago
  71. 8be834f [MTD] NAND Fix platform structure and NDFC driver by Thomas Gleixner · 19 years ago
  72. f75e509 [MTD] NAND modularize write function by Thomas Gleixner · 19 years ago
  73. f5bbdac [MTD] NAND Modularize read function by Thomas Gleixner · 19 years ago
  74. 9577f44 [MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl by Thomas Gleixner · 19 years ago
  75. 7a30601 [MTD] NAND Introduce NAND_NO_READRDY option by Thomas Gleixner · 19 years ago
  76. cad74f2 [MTD] NAND remove write_byte/word function from nand_chip by Thomas Gleixner · 19 years ago
  77. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 19 years ago
  78. 9223a45 [MTD] Remove read/write _ecc variants by Thomas Gleixner · 19 years ago
  79. 9a57d47 [MTD] NAND ECC hwctl function has no return value by Thomas Gleixner · 19 years ago
  80. 6dfc6d2 [MTD] NAND modularize ECC by Thomas Gleixner · 19 years ago
  81. 58dd8f2 [MTD] NAND consolidate data types by Thomas Gleixner · 19 years ago
  82. 2c0a2be [MTD] NAND whitespace and formatting cleanup by Thomas Gleixner · 19 years ago
  83. 41796c2 [MTD] Add platform support for NAND by Thomas Gleixner · 19 years ago
  84. a36ed29 [MTD] Simplify NAND locking by Thomas Gleixner · 19 years ago
  85. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 19 years ago
  86. 61ecfa8 [MTD] includes: Clean up trailing white spaces by Thomas Gleixner · 19 years ago
  87. 962034f [MTD] NAND: Add suspend/resume functionality by Vitaly Wool · 19 years ago
  88. 0dfc624 [MTD] NAND: Reorganize chip locking by Thomas Gleixner · 20 years ago
  89. f1f67a9 [MTD] NAND: Add Hynix to manufacturer list by Nicolas S. Dade · 20 years ago
  90. 0040bf3 [MTD] NAND: Skip bad block table scan on request by Thomas Gleixner · 20 years ago
  91. 068e3c0 [MTD] NAND Add optional ECC status check callback by David A. Marlin · 20 years ago
  92. 28a48de [MTD] NAND extended commands, badb block table autorefresh by David A. Marlin · 20 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago