1. 89cf38d mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chips by Dmitry Eremin-Solenikov · 10 years ago
  2. 5b49ab3 Merge l2-mtd/next into l2-mtd/master by Brian Norris · 10 years ago
  3. 36c6a7ac mtd: cfi_cmdset_0002: allow retry/timeout loop to exit by Brian Norris · 10 years ago
  4. 5d20bad mtd: cfi_cmdset_0002: check return code for get_chip() by Brian Norris · 10 years ago
  5. d0d5864 Merge tag 'v3.16-rc6' into MTD development branch by Brian Norris · 10 years ago
  6. 6534e68 mtd: cfi_cmdset_0002: fix do_write_buffer() timeout error by Bean Huo · 10 years ago
  7. 812c5fa mtd: cfi_cmdset_0001.c: add support for Sharp LH28F640BF NOR by Andrea Adami · 10 years ago
  8. 4f5cb24 mtd: cfi_cmdset_0002: Add support for locking OTP memory by Christian Riesch · 10 years ago
  9. af74475 mtd: cfi_cmdset_0002: Add support for writing OTP memory by Christian Riesch · 10 years ago
  10. feb8677 mtd: cfi_cmdset_0002: Invalidate cache after entering/exiting OTP memory by Christian Riesch · 11 years ago
  11. dc7e9ec mtd: cfi_cmdset_0002: Add support for reading OTP by Christian Riesch · 10 years ago
  12. 5a4c4c5 mtd: Kconfig: give the CFI command set version in prompt and help by Philippe De Muyter · 10 years ago
  13. 555b8d1 mtd: cfi: indent some if statements by Dan Carpenter · 10 years ago
  14. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 10 years ago
  15. c039bef mtd: gen_probe: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  16. 5c8b1fb mtd: cfi: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  17. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  18. fe2f4c8 mtd: jedec_probe: fix LH28F640BF definition by Andrea Adami · 11 years ago
  19. f9827dd mtd: refactor call to request_module by Kees Cook · 11 years ago
  20. 25983b1 mtd: cfi_cmdset_0002: print @adr when write timeout occurs by Huang Shijie · 11 years ago
  21. a637b0d Merge tag 'for-linus-20130509' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  22. 660685d mtd: merge mtdchar module with mtdcore by Artem Bityutskiy · 11 years ago
  23. b92021b CONFIG_SYMBOL_PREFIX: cleanup. by Rusty Russell · 11 years ago
  24. 48476df Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
  25. 1648eaa mtd: cfi_cmdset_0002: Support Persistent Protection Bits (PPB) locking by Stefan Roese · 11 years ago
  26. 7b4dd55 drivers/mtd/chips: remove depends on CONFIG_EXPERIMENTAL by Kees Cook · 12 years ago
  27. 070c322 mtd: fix recovery after failed write-buffer operation in cfi_cmdset_0002.c by Harald Nordgard-Hansen · 12 years ago
  28. 7be1f6b mtd: cfi_cmdset_0001: Fix problem with unlocking timeout by Stefan Roese · 12 years ago
  29. 4209628 mtd: cfi_cmdset_0002: Micron M29EW bugfixes as per TN-13-07 by Gerlando Falauto · 12 years ago
  30. 2e61c3a mtd: chips: reorganize Kconfig help on swapping by Paul Bolle · 12 years ago
  31. 5df41de mtd: cfi_cmdset_0002: Slight cleanup of fixup messages by David Woodhouse · 12 years ago
  32. 43dc03c mtd: add fixup for S29NS512P NOR flash. by Javier Martin · 12 years ago
  33. 623ff77 Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6 by Linus Torvalds · 12 years ago
  34. e7d9377 mtd: chips: cfi_cmdset_0002: Match ENABLE_VPP()/DISABLE_VPP() calls by Paul Parsons · 12 years ago
  35. 85e5b2f mtd: chips: cfi_cmdset_0001: Match ENABLE_VPP()/DISABLE_VPP() calls by Paul Parsons · 12 years ago
  36. 342d3a9 mtd: fix 'Flash device refused suspend due to active operation' message by Russell King · 12 years ago
  37. 3410a71 mtd: simplify return logic in do_map_probe() by Uwe Kleine-König · 12 years ago
  38. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 12 years ago
  39. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 12 years ago
  40. 664addc mtd: remove R/O checking duplication by Artem Bityutskiy · 12 years ago
  41. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 12 years ago
  42. 5e4e6e3 mtd: return error code from mtd_unpoint by Artem Bityutskiy · 12 years ago
  43. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 12 years ago
  44. 30ec5a2 mtd: cfi: AMD/Fujitsu compatibles: add panic write support by Ira W. Snyder · 13 years ago
  45. c527b41 mtd: use for_each_clear_bit() by Akinobu Mita · 12 years ago
  46. 0a413d7 mtd: simplify return logic in do_map_probe() by Uwe Kleine-König · 12 years ago
  47. eda95cb mtd: introduce mtd_write interface by Artem Bityutskiy · 13 years ago
  48. 8e98746 mtd: cfi: Allow per-mapping CFI device endianness by Aaron Sierra · 13 years ago
  49. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  50. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  51. 7854d3f mtd: spelling, capitalization, uniformity by Brian Norris · 13 years ago
  52. 5c8d260 mtd: remove duplicate assignment of chip->state by Tadashi Abe · 13 years ago
  53. 100f234 mtd: fix hang-up in cfi erase and read contention by Tadashi Abe · 13 years ago
  54. c9ddab2 mtd: cmdset_0002: add CFI 1.5 support for S29GL-S by Gernot Hoyler · 13 years ago
  55. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  56. 1065cda mtd: cfi: add support for AMIC flashes (e.g. A29L160AT) by Steffen Sledz · 13 years ago
  57. 13ce77f mtd: cfi: fix writebufsize initialization by Anatolij Gustschin · 13 years ago
  58. ecf3fde mtd: fix race in cfi_cmdset_0001 driver by Joakim Tjernlund · 13 years ago
  59. ceabebb mtd: jedec_probe: initialise make sector erase command variable by Antony Pavlov · 13 years ago
  60. efba2e3 mtd: jedec_probe: Change variable name from cfi_p to cfi by Antony Pavlov · 13 years ago
  61. d261c72 mtd: cfi: add writebufsize initialization by Anatolij Gustschin · 14 years ago
  62. e8953b7 mtd: cfi_cmdset_0002: add support for Samsung K8D3x16UxC NOR chips by Guillaume LECERF · 14 years ago
  63. e637276 mtd: cfi_cmdset_0002: add support for Samsung K8D6x16UxM NOR chips by Guillaume LECERF · 14 years ago
  64. cc31822 mtd: cfi_fixup: remove unused 'param' parameter by Guillaume LECERF · 14 years ago
  65. 6757792 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git by David Woodhouse · 14 years ago
  66. 6411bf6 Revert "mtd: cleanup Kconfig dependencies" by David Woodhouse · 14 years ago
  67. 0896804 mtd: cfi_cmdset_0002: make sector erase command variable by Guillaume LECERF · 14 years ago
  68. 9fc05fc mtd: cfi_cmdset_0002: add CFI detection for SST 38VF640x chips by Guillaume LECERF · 14 years ago
  69. fc61015 mtd: cfi_util: add support for switching SST 39VF640xB chips into QRY mode by Guillaume LECERF · 14 years ago
  70. b5d194c mtd: cfi_cmdset_0001: use defined value of P_ID_INTEL_PERFORMANCE instead of hardcoded one by Guillaume LECERF · 14 years ago
  71. d031c22 mtd: cfi_cmdset_0002: code cleanups by Wolfram Sang · 14 years ago
  72. 432dc82 mtd: cleanup Kconfig dependencies by H Hartley Sweeten · 14 years ago
  73. 631dd1a Update broken web addresses in the kernel. by Justin P. Mattock · 14 years ago
  74. 6ae0185 mtd: Remove obsolete <mtd/compatmac.h> include by David Woodhouse · 14 years ago
  75. 5da1953 mtd: cfi_cmdset_0002: consider version 1.4 as a valid primary extension version by Guillaume LECERF · 14 years ago
  76. 8ae6641 mtd: change struct flchip_shared spinlock locking into mutex by Stefani Seibold · 14 years ago
  77. e17f47a mtd: cfi_cmdset_0002: fix the check for valid primary extension versions by Guillaume LECERF · 14 years ago
  78. 771a115 mtd: cfi_probe: print manufacturer and id of probed chip by Guillaume LECERF · 14 years ago
  79. 9938424 mtd: add an ioctl to query the lock status of a flash sector by Richard Cochran · 14 years ago
  80. 8046112 mtd: cfi_cmdset_0002: use AMD standard command-set with Winbond flash chips by Guillaume LECERF · 14 years ago
  81. 1e804ce mtd: cfi_cmdset_0002: Fix MODULE_ALIAS and linkage for new 0701 commandset ID by David Woodhouse · 14 years ago
  82. abab7eb mtd: cfi_cmdset_0002: Fix argument order in bootloc warning by David Woodhouse · 14 years ago
  83. 087acaf mtd: chips: add SST39WF160x NOR-flashes by Wolfram Sang · 14 years ago
  84. 7d84b62 mtd: jedec_probe: remove spaces before tabs by Artem Bityutskiy · 14 years ago
  85. ae73182 mtd: chips: use common manufacturer codes in jedec_probe() by Wolfram Sang · 14 years ago
  86. 087444d mtd: cfi_util: do not printk if no extended query table by Guillaume LECERF · 14 years ago
  87. 5a0563f mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{32, 64}xxB chips by Guillaume LECERF · 14 years ago
  88. 83dcd3b mtd: cfi_cmdset_0002: add CFI detection for SST 39VF{16, 32}xx chips by Guillaume LECERF · 14 years ago
  89. 412da2f mtd: cfi_cmdset_0002: Tone down warning messages about TopBottom CFI field by David Woodhouse · 14 years ago
  90. 564b849 mtd: cfi_cmdset_0002: do not fail on no extended query table as they are both optional by Guillaume LECERF · 14 years ago
  91. 5859886 mtd: cfi_probe: use P_ID_* definitions instead of hardcoded values by Guillaume LECERF · 14 years ago
  92. 54b93a4 mtd: cfi_probe: add support for SST 0x0701 vendorname by Guillaume LECERF · 14 years ago
  93. ad7026f mtd: cfi_probe: make the addresses used to enter Auto Select Mode variable by Guillaume LECERF · 14 years ago
  94. 8473044 mtd: cfi_probe: enter Auto Select Mode after filling cfi->cfiq members by Guillaume LECERF · 14 years ago
  95. eafe131 mtd: cfi_cmdset_0002: Add reboot notifier for AMD flashes by Kevin Cernekee · 14 years ago
  96. c4e7737 mtd: fix a huge latency problem in the MTD CFI and LPDDR flash drivers. by Stefani Seibold · 14 years ago
  97. 329f905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 14 years ago
  98. f3e69c6 mtd: move more manufacturers to the common cfi.h header file by Guillaume LECERF · 15 years ago
  99. 17fabf1 mtd: cfi: remove unneeded NULL checks by Jiri Slaby · 14 years ago
  100. 3ad2f3f tree-wide: Assorted spelling fixes by Daniel Mack · 14 years ago