1. 6e29518 Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  2. 4519668 mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  3. 5e856fa nand: fix buffer alignment in new verification feature by Stephen Warren · 9 years ago
  4. 004a1fd nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
  5. 59b5a2a nand: Add verification functions by Peter Tyser · 10 years ago
  6. ab37b76 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · 10 years ago
  7. ff94bc4 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  8. 3ef1ead nand_util.c: Use '%zd' for length in nand_unlock debug print by Tom Rini · 11 years ago
  9. 9d33fb4 nand_util.c: Correct licensing by Tom Rini · 11 years ago
  10. 93e1459 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  11. 47b6dad nand_util: delete a useless variable by Masahiro Yamada · 11 years ago
  12. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  13. a67cc37 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
  14. dfe64e2 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  15. 453db36 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · 12 years ago
  16. c39d6a0 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  17. fcecb4a mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  18. 3287f6d nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  19. 8156f732 nand: Fix nand_erase_opts() offset check by Benoît Thébaudeau · 12 years ago
  20. bd74280 nand: Clean up nand_util by Benoît Thébaudeau · 12 years ago
  21. e70bfa2 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  22. 33b1d5c nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  23. e331ab2 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  24. eee623a nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  25. 6568302 nand_util: correct YAFFS image write function by Liu, Wentao · 13 years ago
  26. 6d41419 NAND: Really ignore bad blocks when scrubbing by Marek Vasut · 13 years ago
  27. 169d54d nand_util: drop trailing all-0xff pages if requested by Ben Gardiner · 13 years ago
  28. c135456 nand_util: treat WITH_YAFFS_OOB as a mode by Ben Gardiner · 13 years ago
  29. a6c9aa1 nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 13 years ago
  30. 6f2ffc3 NAND: add more watchdog resets by Scott Wood · 14 years ago
  31. 47fc18f NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  32. 5b8e6bb nand: remove dead code and suspend/resume by Scott Wood · 14 years ago
  33. 3048632 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
  34. f9a5254 nand util: read/write: accept unaligned length by Scott Wood · 14 years ago
  35. bb3bcfa Merge branch 'next' of ../next by Wolfgang Denk · 15 years ago
  36. f4cfe42 nand: Fix access to last block in NAND devices by Stefan Roese · 15 years ago
  37. 4b142fe common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  38. 0ec81db Fix computation in nand_util.c:get_len_incl_bad by Daniel Hobi · 15 years ago
  39. 1fc1d9a add WATCHDOG_RESET() on nand write and read by Giulio Benetti · 15 years ago
  40. 3ebf70d nand: fixed failed reads on corrected ECC errors in nand_util.c by Valeriy Glushkov · 15 years ago
  41. 378adfc mtd: nand: use loff_t for offset by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago
  42. 8d2effe mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · 15 years ago
  43. d4bade8 nand: fixup printf modifiers to match types used by Mike Frysinger · 16 years ago
  44. 50657c2 NAND: Enable nand lock, unlock feature by Nishanth Menon · 16 years ago
  45. 2077e34 NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). by Scott Wood · 16 years ago
  46. bd78bc6 NAND: Properly create JFFS2 cleanmarkers. by Scott Wood · 16 years ago
  47. 4b07080 Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  48. cc4a0ce drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. dfbf617 NAND read/write fix by Scott Wood · 16 years ago
  50. 4cbb651 Remove white space at end. by William Juul · 17 years ago
  51. cfa460a Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  52. e870690 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · 16 years ago
  53. 9723bbb nand: Correct NAND erase percentage output by Dirk Behme · 17 years ago
  54. 7817cb2 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  55. 59829cc drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/nand/nand_util.c]
  56. 5bd7fe9 Fix do_div() usage in nand process output by Matthias Fuchs · 17 years ago
  57. be5d72d Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  58. 3a6d56c Make use of generic 64bit division in nand_util.c by Dirk Behme · 17 years ago
  59. cb51c0b drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  60. d5be43d drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  61. 856f054 [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · 18 years ago
  62. 87621bc Fix spelling; minor code cleanup. by Wolfgang Denk · 18 years ago
  63. 2255b2d * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago