1. 4651c1d drivers: mtd: Remove duplicate newlines by Marek Vasut · 4 months ago
  2. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  3. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  4. 0e2e894 mtd: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  5. a967558 mtd: nand: Show reserved block in chip.erase by Michael Trimarchi · 1 year, 9 months ago
  6. 80877fa cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 3 months ago
  7. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  8. 3bde7e2 nand.h: Cleanup linux/mtd/rawnand.h usage by Tom Rini · 3 years, 2 months ago
  9. 9d328a6 WS cleanup: remove trailing white space by Wolfgang Denk · 3 years, 2 months ago
  10. accb63b WS cleanup: remove excessive empty lines by Wolfgang Denk · 3 years, 2 months ago
  11. 63a95ab mtd: nand: Fix nand write error with bad block addresses above 32-bit by T Karthik Reddy · 4 years, 3 months ago
  12. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  13. 274e0b0 common: Drop net.h from common header by Simon Glass · 4 years, 7 months ago
  14. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  15. 1f1ae15 mtd: move NAND files into a raw/ subdirectory by Miquel Raynal · 6 years ago[Renamed (99%) from drivers/mtd/nand/nand_util.c]
  16. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  17. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  18. f3178d7 nand: nand torture: follow sync with linux v4.6 by Max Krummenacher · 8 years ago
  19. a21c448 nand: fix nand torture to use changed mtd api by Max Krummenacher · 8 years ago
  20. 17fed14 mtd: nand: Add+use mtd_to/from_nand and nand_get/set_controller_data by Scott Wood · 8 years ago
  21. 08364d9 mtd: nand: Remove nand_info_t typedef by Scott Wood · 8 years ago
  22. a87fc0a Move malloc_cache_aligned() to its own header by Simon Glass · 9 years ago
  23. abc574b mtd/nand/ubi: assortment of alignment fixes by Marcel Ziswiler · 9 years ago
  24. 12db818 nand: fix buffer alignment in new verification feature by Stephen Warren · 10 years ago
  25. ae6ad78 nand: yaffs: Remove the "nand write.yaffs" command by Peter Tyser · 10 years ago
  26. c9d92cf nand: Add verification functions by Peter Tyser · 10 years ago
  27. 8d10054 mtd: nand: do not scan BBT after scrub by Masahiro Yamada · 10 years ago
  28. f5895d1 mtd, ubi, ubifs: resync with Linux-3.14 by Heiko Schocher · 10 years ago
  29. 8e40bf6 nand_util.c: Use '%zd' for length in nand_unlock debug print by Tom Rini · 11 years ago
  30. b7bef6a nand_util.c: Correct licensing by Tom Rini · 11 years ago
  31. ec7fbf5 Coding Style cleanup: replace leading SPACEs by TABs by Wolfgang Denk · 11 years ago
  32. 7580d58 nand_util: delete a useless variable by Masahiro Yamada · 11 years ago
  33. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  34. 0ae98b4 dfu, nand: before write a buffer to nand, erase the nand sectors by Heiko Schocher · 11 years ago
  35. 3a38a55 mtd: resync with Linux-3.7.1 by Sergey Lapin · 12 years ago
  36. 610e855 mtd: nand: use ssize_t instead of size_t to prevent infinite loop by htbegin · 12 years ago
  37. 32d9618 nand: Extend nand_(read|write)_skip_bad with *actual and limit parameters by Tom Rini · 12 years ago
  38. 8b177d4 mtd: nand: Check if NAND is locked tight before lock cmds by Joe Hershberger · 12 years ago
  39. 5661f70 nand: Add torture feature by Benoît Thébaudeau · 12 years ago
  40. ad5d6ee nand: Fix nand_erase_opts() offset check by Benoît Thébaudeau · 12 years ago
  41. e26708e nand: Clean up nand_util by Benoît Thébaudeau · 12 years ago
  42. 5376856 nand: Make NAND lock status compatible with Micron by Joe Hershberger · 12 years ago
  43. acae445 nand: consolidate duplicated constants by Joe Hershberger · 12 years ago
  44. dfa8ba4 nand: Change ulong to loff_t and size_t by Joe Hershberger · 12 years ago
  45. cccf595 nand: Add support for unlock.invert by Joe Hershberger · 12 years ago
  46. de95b32 nand_util: correct YAFFS image write function by Liu, Wentao · 13 years ago
  47. 971d9a1 NAND: Really ignore bad blocks when scrubbing by Marek Vasut · 13 years ago
  48. 34dd567 nand_util: drop trailing all-0xff pages if requested by Ben Gardiner · 13 years ago
  49. 871dea4 nand_util: treat WITH_YAFFS_OOB as a mode by Ben Gardiner · 13 years ago
  50. 1caafbb nand_util: convert nand_write_skip_bad() to flags by Ben Gardiner · 14 years ago
  51. ea95b64 NAND: add more watchdog resets by Scott Wood · 14 years ago
  52. 4b5deaa NAND: add the ability to directly write yaffs image by Lei Wen · 14 years ago
  53. da0f439 nand: remove dead code and suspend/resume by Scott Wood · 14 years ago
  54. 1b5cd51 nand erase: .spread, .part, .chip subcommands by Scott Wood · 14 years ago
  55. fe3b5e1 nand util: read/write: accept unaligned length by Scott Wood · 14 years ago
  56. 128a9a6 Merge branch 'next' of ../next by Wolfgang Denk · 15 years ago
  57. e534672 nand: Fix access to last block in NAND devices by Stefan Roese · 15 years ago
  58. 0f602e1 common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOUL by Heiko Schocher · 15 years ago
  59. 319cf24 Fix computation in nand_util.c:get_len_incl_bad by Daniel Hobi · 15 years ago
  60. 749bd66 add WATCHDOG_RESET() on nand write and read by Giulio Benetti · 15 years ago
  61. f2aead8 nand: fixed failed reads on corrected ECC errors in nand_util.c by Valeriy Glushkov · 15 years ago
  62. 2511ba0 mtd: nand: use loff_t for offset by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. 586b3a6 mtd: Update MTD infrastructure to support 64bit device size by Stefan Roese · 16 years ago
  64. d38f4a6 nand: fixup printf modifiers to match types used by Mike Frysinger · 16 years ago
  65. b20f840 NAND: Enable nand lock, unlock feature by Nishanth Menon · 16 years ago
  66. 90e0a6b NAND: Fix misplaced return statement in nand_{read,write}_skip_bad(). by Scott Wood · 16 years ago
  67. d50ad35 NAND: Properly create JFFS2 cleanmarkers. by Scott Wood · 16 years ago
  68. 74e0dde Coding Style cleanup, update CHANGELOG by Wolfgang Denk · 16 years ago
  69. 719bb5f drivers/mtd/nand: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  70. cc5f339 NAND read/write fix by Scott Wood · 16 years ago
  71. b76ec38 Remove white space at end. by William Juul · 17 years ago
  72. 52c0796 Update MTD to that of Linux 2.6.22.1 by William Juul · 17 years ago
  73. 3167d07 MTD/NAND: Fix printf format warning in nand code by Stefan Roese · 16 years ago
  74. 6f94ed0 nand: Correct NAND erase percentage output by Dirk Behme · 17 years ago
  75. aea6856 fix comments with new drivers organization by Marcel Ziswiler · 17 years ago
  76. 82ca974 drivers/mtd : move mtd drivers to drivers/mtd by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/nand/nand_util.c]
  77. 82714b9 Fix do_div() usage in nand process output by Matthias Fuchs · 17 years ago
  78. 3688293 Minor coding style cleanup. Update CHANGELOG. by Wolfgang Denk · 17 years ago
  79. 32d1f76 Make use of generic 64bit division in nand_util.c by Dirk Behme · 17 years ago
  80. 82ecaad drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDS by Jon Loeliger · 17 years ago
  81. d8c8630 drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*). by Jon Loeliger · 17 years ago
  82. 198b23e [PATCH] NAND: Partition name support added to NAND subsystem by Stefan Roese · 18 years ago
  83. d5cf1a4 Fix spelling; minor code cleanup. by Wolfgang Denk · 18 years ago
  84. d351b2b * Several improvements to the new NAND subsystem: by Stefan Roese · 18 years ago