1. a127430 [PATCH] mtd/nand/cafe.c missing include of dma-mapping.h by Al Viro · 18 years ago
  2. dd11b8c [MTD] NAND: Support for 16-bit bus-width on AT91. by Andrew Victor · 18 years ago
  3. 4a0c50c [MTD] nandsim: bugfix in page addressing by Artem Bityutskiy · 18 years ago
  4. 418b2e5 [MTD] NAND: use SmartMedia ECC byte order for ndfc by Timo Lindhorst · 18 years ago
  5. 7dcb483 [MTD] [NAND] Compile fix in rfc_from4.c by Mariusz Kozlowski · 18 years ago
  6. bd3c97a7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  7. c9ac597 [MTD] Remove trailing whitespace by David Woodhouse · 18 years ago
  8. 29072b9 [MTD] NAND: add subpage write support by Thomas Gleixner · 18 years ago
  9. ce10604 [MTD] Tidy bitrev usage in rtc_from4.c by Andrew Morton · 18 years ago
  10. fc02919 [MTD] [NAND] fix ifdef option in nand_ecc.c by Timo Lindhorst · 18 years ago
  11. 28bdd4a [MTD] [NAND] Update CAFÉ driver interrupt handler prototype by David Woodhouse · 18 years ago
  12. 95b93a0 [MTD] replace kmalloc+memset with kzalloc by Burman Yan · 18 years ago
  13. 1aaaeab Merge git://git.infradead.org/~dwmw2/cafe-2.6 by David Woodhouse · 18 years ago
  14. 7014568 [MTD] [NAND] remove len/ooblen confusion. by Vitaly Wool · 18 years ago
  15. 4010db5 [MTD] [NAND] Fix endianess bug in ndfc.c by Stefan Roese · 18 years ago
  16. 1605cd3 [MTD] [NAND] rtc_from4.c: use lib/bitrev.c by Adrian Bunk · 18 years ago
  17. cad4065 [MTD] NAND: Fix ECC settings in CAFÉ controller driver. by David Woodhouse · 18 years ago
  18. be8444b [MTD] NAND: Add register debugging spew option to CAFÉ driver by David Woodhouse · 18 years ago
  19. 195a253 [MTD] NAND: Use register #defines throughout CAFÉ driver, not numbers by David Woodhouse · 18 years ago
  20. a020727 [MTD] NAND: Fix timing calculation in CAFÉ debugging message by David Woodhouse · 18 years ago
  21. efbfe96c [PATCH] silence 'make xmldocs' warning by adding missing description of 'raw' in nand_base.c:1485 by Jesper Juhl · 18 years ago
  22. 63a1423 [MTD] NAND: Remove empty block ECC workaround by David Woodhouse · 18 years ago
  23. 7608194 [MTD] NAND: Add ECC debugging for CAFÉ by David Woodhouse · 18 years ago
  24. b478c77 [MTD] CAFÉ NAND: Add 'slowtiming' parameter, default usedma and checkecc on by David Woodhouse · 18 years ago
  25. dcc41bc [MTD] NAND: Reset Café controller before initialising. by David Woodhouse · 18 years ago
  26. 2c8cfdc [MTD] NAND: Café ECC -- remove spurious BUG_ON() in err_pos() by David Woodhouse · 18 years ago
  27. ff0dab6 [MTD] NAND: Fix nand_default_mark_blockbad() when flash-based BBT disabled by Ricard Wanderlöf · 18 years ago
  28. 470b0a9 [MTD] NAND: Disable ECC checking on CAFÉ since it's broken for now by David Woodhouse · 18 years ago
  29. fbad569 [MTD] NAND: CAFÉ NAND driver cleanup, fix ECC on reading empty flash by David Woodhouse · 18 years ago
  30. 04459d7 [MTD] NAND: Add hardware ECC correction support to CAFÉ NAND driver by David Woodhouse · 18 years ago
  31. c45aa05 Merge git://git.infradead.org/~dwmw2/cafe-2.6 by David Woodhouse · 18 years ago
  32. 784f4d5 [MTD] NAND: Correct setting of chip->oob_poi OOB buffer by David Woodhouse · 18 years ago
  33. 7dcdcbef [MTD] NAND: Combined oob buffer so it's contiguous with data by David Woodhouse · 18 years ago
  34. 513b046 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  35. 82810b7b6 [MTD] NAND: nandsim: support subpage write by Artem Bityutskiy · 18 years ago
  36. d29ebdb [MTD] core: trivial comments fix by Artem Bityutskiy · 18 years ago
  37. a560214 [MTD] NAND: nandsim coding style fix by Vijay Kumar · 18 years ago
  38. d086d43 [MTD] NAND: nandsim page-wise allocation (2/2) by Vijay Kumar · 18 years ago
  39. 47e3774 [MTD] NAND: nandsim page-wise allocation (1/2) by Vijay Kumar · 18 years ago
  40. 42cb140 [MTD] NAND: AT91 NAND driver by Andrew Victor · 18 years ago
  41. 8dd851d [MTD NAND] OLPC CAFÉ driver update by David Woodhouse · 18 years ago
  42. afc12d3 [PATCH] mtd: remove several bogus casts to void * in iounmap() argument by Al Viro · 18 years ago
  43. 5467fb0 [MTD NAND] Initial import of CAFÉ NAND driver. by David Woodhouse · 18 years ago
  44. 0950960 Fix several typos in drivers/ by Matt LaPlante · 18 years ago
  45. 76a5027 [MTD] Cleanup of 'ioremap balanced with iounmap for drivers/mtd subsystem' by Amol Lad · 18 years ago
  46. 956e944 [MTD NAND] Allow override of page read and write functions. by David Woodhouse · 18 years ago
  47. 4bf63fc [MTD NAND] Allocate chip->buffers separately to allow it to be overridden by David Woodhouse · 18 years ago
  48. 3b85c32 [MTD NAND] Split nand_scan() into two parts; allow board driver to intervene by David Woodhouse · 18 years ago
  49. 4b648b0 [MTD NAND] Export nand_wait_ready() for use by board drivers by David Woodhouse · 18 years ago
  50. 6a545a0 [MTD NAND] Fix in typo ndfc.c causing wrong ECC layout by Frank Haverkamp · 18 years ago
  51. 25f0c65 ioremap balanced with iounmap for drivers/mtd subsystem by Amol Lad · 18 years ago
  52. cbc88ba [MTD NAND] Remove old code in au1550nd.c by Michal Piotrowski · 18 years ago
  53. 0a7d5f8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  54. fb8d81e [PATCH] MTD NAND: Fix ams-delta after core conversion by Jonathan McDowell · 18 years ago
  55. 7fd5aec [PATCH] mtd corruption fix by Richard Purdie · 18 years ago
  56. 9a90986 [MTD NAND] Fix lookup error in nand_get_flash_type() by David Woodhouse · 18 years ago
  57. 6a5a297c MTD: [NAND] Fix the sharpsl driver after breakage from a core conversion by Richard Purdie · 18 years ago
  58. 8b0036e [MTD] NAND: OOB buffer offset fixups by Vitaly Wool · 18 years ago
  59. 220b0f5 [PATCH] [MTD] NAND: fix dead URL in Kconfig by Artem B. Bityutskiy · 18 years ago
  60. 0d17821 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 18 years ago
  61. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  62. 27a2886 [MTD] NAND: Fix broken sharpsl driver by Thomas Gleixner · 18 years ago
  63. 844d3b4 MTD: fix all kernel-doc warnings by Randy Dunlap · 18 years ago
  64. 6a93096 [MTD] NAND: Select chip before checking write protect status by Thomas Gleixner · 18 years ago
  65. 0e4ced5 [MTD] NAND: Fix typo in mtd/nand/ts7250.c by Petr Stetiar · 18 years ago
  66. 2c06a08 [MTD NAND] s3c2412 support in s3c2410.c by Ben Dooks · 18 years ago
  67. 1794c13 [MTD] NAND: ndfc fix address offset thinko by Thomas Gleixner · 18 years ago
  68. 99974c6 [MTD] NAND: S3C2410 convert prinks to dev_*()s by Ben Dooks · 18 years ago
  69. 0d420f9 [MTD] NAND: Missing fixups by Savin Zlobec · 18 years ago
  70. 7bc3312 [MTD] NAND: Fix breakage all over the place by Thomas Gleixner · 18 years ago
  71. 7e4178f [PATCH] NAND: fix remaining OOB length calculation by Vitaly Wool · 18 years ago
  72. b6d5ee0 [MTD] NAND Fixup NDFC merge brokeness by Thomas Gleixner · 18 years ago
  73. ad3b5fb [MTD NAND] S3C2410 driver cleanup by Ben Dooks · 18 years ago
  74. d1fef3c [MTD NAND] s3c24x0 board: Fix clock handling, ensure proper initialisation. by Ben Dooks · 18 years ago
  75. f906887 [MTD NAND] Fix s3c2410 NAND driver so it at least _looks_ like it compiles by David Woodhouse · 18 years ago
  76. 7e9a0bb [MTD] Fix build warnings (and debug build error) in nand_base.c by Andrew Morton · 18 years ago
  77. f1a28c0 [MTD] NAND Expose the new raw mode function and status info to userspace by Thomas Gleixner · 18 years ago
  78. 9a1fcdf [MTD] NAND Signal that a bitflip was corrected by ECC by Thomas Gleixner · 18 years ago
  79. 8593fbc [MTD] Rework the out of band handling completely by Thomas Gleixner · 18 years ago
  80. 5bd34c0 [MTD] NAND Replace oobinfo by ecclayout by Thomas Gleixner · 18 years ago
  81. ff268fb [MTD] NAND Consolidate oobinfo handling by Thomas Gleixner · 18 years ago
  82. 8be834f [MTD] NAND Fix platform structure and NDFC driver by Thomas Gleixner · 18 years ago
  83. 33280ea [MTD] AMD Geode NAND support can depend on X86_32; we won't see it on x86_64 by David Woodhouse · 18 years ago
  84. ba0251f [MTD] NAND Consolidate references and add back default name setting by Thomas Gleixner · 18 years ago
  85. cca3b83 [MTD] NAND simplify nand_chip_select by Thomas Gleixner · 18 years ago
  86. 29da9ce [MTD] Fix thinko in nand_write_page_hwecc() by David Woodhouse · 18 years ago
  87. f75e509 [MTD] NAND modularize write function by Thomas Gleixner · 18 years ago
  88. e4d222f [MTD] Remove PCI dependency for Geode CS553[56] NAND controller. by David Woodhouse · 18 years ago
  89. c5b553c [MTD] Fix NAND_VERIFY_WRITE case to build with tglx's recent changes by David Woodhouse · 18 years ago
  90. f5bbdac [MTD] NAND Modularize read function by Thomas Gleixner · 18 years ago
  91. 7314e9e [MTD] NAND Cleanup oob functions by Thomas Gleixner · 18 years ago
  92. 7a30601 [MTD] NAND Introduce NAND_NO_READRDY option by Thomas Gleixner · 18 years ago
  93. 04bbd0e [MTD] NAND Initialize controller lock and wq only once by Thomas Gleixner · 18 years ago
  94. 12efdde [MTD] NAND fix cmd_ctrl breakage by Thomas Gleixner · 18 years ago
  95. ace4dfe [MTD] NAND coding style and namespace cleanup by Thomas Gleixner · 18 years ago
  96. d470a97 [MTD] NAND LED support cleanup by Thomas Gleixner · 18 years ago
  97. cad74f2 [MTD] NAND remove write_byte/word function from nand_chip by Thomas Gleixner · 18 years ago
  98. 7abd3ef [MTD] Refactor NAND hwcontrol to cmd_ctrl by Thomas Gleixner · 18 years ago
  99. 3821720 [MTD] Export nand_write_raw by Thomas Gleixner · 18 years ago
  100. 85b85fe [MTD] Mark NAND drivers TOTO and PPChameleon broken by Thomas Gleixner · 18 years ago