1. 5ffcaf3 mtd: nand: convert to mtd_device_register() by Jamie Iles · 13 years ago
  2. 26d9be1 mtd: return badblockbits back by Artem Bityutskiy · 13 years ago
  3. c2aad6d mtd: nand: remove doubled chip deselection on (un)lock by Jiri Pinkava · 13 years ago
  4. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  5. 193bd40 mtd: nand: add software BCH ECC support by Ivan Djelic · 13 years ago
  6. 775adc3 mtd: nand: fix a typo in a commentary by Jason Liu · 13 years ago
  7. ab2020f Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
  8. cbcab65 mtd: nand: add mtd->writebufsize initialization by Anatolij Gustschin · 14 years ago
  9. b7b1a29 mtd: nand: rearrange ONFI revision checking, add ONFI 2.3 by Brian Norris · 14 years ago
  10. 0b524fb mtd: nand: choose correct chip name (ONFI bug) by Brian Norris · 14 years ago
  11. beda1d4 Revert "mtd: nand: add check for out of page read" by Artem Bityutskiy · 14 years ago
  12. 4ccb3b4 mtd: nand: Fix integer overflow in ONFI detection of chips >= 4GiB by David Woodhouse · 14 years ago
  13. e14feaf mtd: nand: add check for out of page read by Jason Liu · 14 years ago
  14. b595076 tree-wide: fix comment/printk typos by Uwe Kleine-König · 14 years ago
  15. cdcf12b mtd: nand: fix MTD_MODE_RAW writes by Jon Povey · 14 years ago
  16. 12a40a5 mtd: add init_size hook for NAND driver by Huang Shijie · 14 years ago
  17. c1194c7 mtd: nand_base: do not cache pages with uncorrectable ECC errors by Artem Bityutskiy · 14 years ago
  18. 7351d3a mtd: fix almost all checkpatch warnings in nand_base.c by Florian Fainelli · 14 years ago
  19. f8ac041 mtd: fix all checkpatch errors in nand_base.c by Florian Fainelli · 14 years ago
  20. 6fb277b mtd: nand: split ONFI detection logic to its own function by Florian Fainelli · 14 years ago
  21. d1e1f4e mtd: nand: add support for reading ONFI parameters from NAND device by Florian Fainelli · 14 years ago
  22. 34c5bf6 mtd: nand: Samsung MLC - new OOB sizes by Brian Norris · 14 years ago
  23. 13ed7ae mtd: nand: support new Toshiba SLC by Brian Norris · 14 years ago
  24. 2173bae mtd: nand: spansion S30MLxxxP support by Brian Norris · 14 years ago
  25. 12c8eb9 mtd: fix callback return value check by Baruch Siach · 14 years ago
  26. cfe3fda mtd: nand: Fix probe of Samsung NAND chips by Tilman Sauerbeck · 14 years ago
  27. 065a1ed mtd: nand: Fix regression in BBM detection by Brian Norris · 14 years ago
  28. b6d676d mtd/nand_base: fix kernel-doc warnings & typos by Randy Dunlap · 14 years ago
  29. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  30. 02ed70b mtd: nand: update nand_default_block_markbad() by Brian Norris · 14 years ago
  31. 58373ff mtd: nand: more BB Detection refactoring and dynamic scan options by Brian Norris · 14 years ago
  32. c7b28e2 mtd: nand: refactor BB marker detection by Brian Norris · 14 years ago
  33. 30fe811 mtd: nand: edit macro flag for BBT scan of last page in block by Brian Norris · 14 years ago
  34. b60b08b mtd: nand: support alternate BB marker locations on MLC by Kevin Cernekee · 14 years ago
  35. 426c457 mtd: nand: extend NAND flash detection to new MLC chips by Kevin Cernekee · 14 years ago
  36. 93edbad mtd: Workaround wrong write protect status on some xD cards by Maxim Levitsky · 15 years ago
  37. 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 14 years ago
  38. e0b58d0 mtd: nand: add ->badblockbits for minimum number of set bits in bad block byte by Maxim Levitsky · 15 years ago
  39. b64d39d mtd: nand: make reads using MTD_OOB_RAW affect only ECC validation by Maxim Levitsky · 15 years ago
  40. 782ce79 mtd: nand: cleanup the nand_do_write_ops by Maxim Levitsky · 15 years ago
  41. 9aca334 mtd: nand: make MTD_OOB_PLACE work correctly. by Maxim Levitsky · 15 years ago
  42. 49ef3c6 mtd: nand: make suspend work if device is accessed by kernel threads. by Maxim Levitsky · 15 years ago
  43. 7d70f33 mtd: nand: add lock/unlock routines by Vimal Singh · 15 years ago
  44. 6fe5a6a mtd: nand: create a helper verification function by Vimal Singh · 15 years ago
  45. 6b0d9a8 mtd: nand: fix multi-chip suspend problem by Li Yang · 15 years ago
  46. b1c6e6d mtd: nand: add option to quieten off the no device found messgae by Ben Dooks · 15 years ago
  47. 2af7c65 mtd: Add panic_write for NAND flashes by Simon Kagstrom · 15 years ago
  48. 58475fb mtd: nand: fix htmldocs warnings by Jaswinder Singh Rajput · 15 years ago
  49. 6e0cb13 mtd: nand: add new ECC mode - ECC_HW_OOB_FIRST by Sneha Narnakaje · 15 years ago
  50. 46a8cf2 mtd: nand: add "page" parameter to all read_page/read_page_raw APIs by Sneha Narnakaje · 15 years ago
  51. 9a73290 mtd: nand_base: allow drivers to choose ECC block size by Singh, Vimal · 16 years ago
  52. 20d8e24 mtd: nand_base: use __func__ instead of typing names by vimal singh · 15 years ago
  53. b8b3ee9 mtd: nand: remove repeated comment, fix spelling by vimal singh · 15 years ago
  54. 81d19b0 mtd: nand: don't walk past end of oobfree[] by David Brownell · 15 years ago
  55. 22ae77b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  56. 81ec536 [MTD] [NAND] Add support for 4KiB pages. by Thomas Gleixner · 17 years ago
  57. a6e6abd module: remove module_text_address() by Rusty Russell · 15 years ago
  58. 374555a [MTD] [NAND] fix broken debug messages by David Brownell · 15 years ago
  59. 52ff49d [MTD] [NAND] fix "raw" reads with ECC syndrome layouts by David Brownell · 15 years ago
  60. d3af0f0 [MTD] [NAND] remove excess kernel-doc notation by Randy Dunlap · 16 years ago
  61. 69423d9 [MTD] update internal API to support 64-bit device size by Adrian Hunter · 16 years ago
  62. ef89a88 [MTD] [NAND] nand_base.c: reset chip first by Karl Beldan · 16 years ago
  63. 17c1d2b [MTD] [NAND] Fix missing kernel-doc by Alexey Korolev · 16 years ago
  64. bb0eb21 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff by Adrian Hunter · 16 years ago
  65. 3d45955 [MTD] [NAND] subpage read feature as a way to increase performance. by Alexey Korolev · 16 years ago
  66. ed8165c [MTD] [NAND] Verify probe by retrying to checking the results match by Ben Dooks · 16 years ago
  67. a8e98d6 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 17 years ago
  68. 8e87d78 drivers/mtd/: Spelling fixes by Joe Perches · 17 years ago
  69. 1c45f60 [MTD] [NAND] Fix misparenthesization introduced by commit 78b65179... by Scott Wood · 17 years ago
  70. 78b6517 [MTD] [NAND] Don't panic if a controller driver does ecc its own way. by Scott Wood · 17 years ago
  71. c32b8dc [MTD] [NAND] treat any negative return value from correct() as an error by Matt Reimer · 17 years ago
  72. 49defc0 [MTD] [NAND] Avoid deadlock in erase callback; release chip lock first. by David Woodhouse · 17 years ago
  73. 8b2b403 [MTD] [NAND] nand_base.c fix broken link by maximilian attems · 17 years ago
  74. c0b8ba7 [MTD] [NAND] fix race in nand_base.c by Artem Bityutskiy · 17 years ago
  75. 8b099a3 [MTD] [NAND] nand_base.c: fix type of eccpos pointer by Ben Dooks · 17 years ago
  76. 1a12f46 [MTD] [NAND] Tidy up handling of page number in nand_block_bad() by Thomas Knobloch · 17 years ago
  77. 78ab67d [MTD] [NAND] Wrong calculation of page number in nand_block_bad() by Knobloch, Thomas · 17 years ago
  78. 4226b51 [MTD] [NAND] Casting bug in nand_default_block_markbad by Andre Renaud · 17 years ago
  79. 90424de [MTD] [NAND] Use ecc.read/write_page_raw consequently by Thomas Gleixner · 17 years ago
  80. 1f92267 [MTD] [NAND] make oobavail public by Vitaly Wool · 17 years ago
  81. 64f6071 [MTD] remove unused ecctype,eccsize fields from struct mtd_info by Artem Bityutskiy · 18 years ago
  82. 0373615 [MTD] [NAND] Correctly validate out-of-band offset and length by Adrian Hunter · 18 years ago
  83. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  84. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  85. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  86. efbfe96c [PATCH] silence 'make xmldocs' warning by adding missing description of 'raw' in nand_base.c:1485 by Jesper Juhl · 18 years ago
  87. ff0dab6 [MTD] NAND: Fix nand_default_mark_blockbad() when flash-based BBT disabled by Ricard Wanderlöf · 18 years ago
  88. 784f4d5 [MTD] NAND: Correct setting of chip->oob_poi OOB buffer by David Woodhouse · 18 years ago
  89. 7dcdcbef [MTD] NAND: Combined oob buffer so it's contiguous with data by David Woodhouse · 18 years ago
  90. d29ebdb [MTD] core: trivial comments fix by Artem Bityutskiy · 18 years ago
  91. 956e944 [MTD NAND] Allow override of page read and write functions. by David Woodhouse · 18 years ago
  92. 4bf63fc [MTD NAND] Allocate chip->buffers separately to allow it to be overridden by David Woodhouse · 18 years ago
  93. 3b85c32 [MTD NAND] Split nand_scan() into two parts; allow board driver to intervene by David Woodhouse · 18 years ago
  94. 4b648b0 [MTD NAND] Export nand_wait_ready() for use by board drivers by David Woodhouse · 18 years ago
  95. 0a7d5f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  96. 7fd5aec [PATCH] mtd corruption fix by Richard Purdie · 18 years ago
  97. 9a90986 [MTD NAND] Fix lookup error in nand_get_flash_type() by David Woodhouse · 18 years ago
  98. 8b0036e [MTD] NAND: OOB buffer offset fixups by Vitaly Wool · 18 years ago
  99. 844d3b4 MTD: fix all kernel-doc warnings by Randy Dunlap · 18 years ago
  100. 6a93096 [MTD] NAND: Select chip before checking write protect status by Thomas Gleixner · 18 years ago