1. 98a9e24 mtd: m25p80: modify info for Micron N25Q128 by Liming Wang · 12 years ago
  2. 810b7e0 mtd: remove use of __devexit by Bill Pemberton · 12 years ago
  3. 06f2551 mtd: remove use of __devinit by Bill Pemberton · 12 years ago
  4. 5153b88 mtd: remove use of __devexit_p by Bill Pemberton · 12 years ago
  5. 9b7ef60 mtd: m25p80: add support for the Winbond w25q80bl chip by Stephen Warren · 12 years ago
  6. 0aa87b7 mtd: m25p80: add support for the windbond w25q256 chip by Matthieu CASTET · 12 years ago
  7. 12ad2be mtd: m25p80: Make fast read configurable via DT by Marek Vasut · 12 years ago
  8. b277f77 mtd: m25p80: Disable 4KiB erase for s25sl032p, s25sl064p by Marek Vasut · 12 years ago
  9. 58d864e mtd: m25p80: add support for the EON EN25Q64 chip by Gabor Juhos · 12 years ago
  10. 3105875 mtd: m25p80: add support for Micron N25Q128 by Jan Luebbe · 12 years ago
  11. 8da2868 mtd: m25p80: add support for Micron N25Q256A by Vivien Didelot · 12 years ago
  12. 8bb8b85 mtd: m25p80: Fix the Spansion chip detection by Marek Vasut · 12 years ago
  13. f728598 mtd: m25p80: add support for Spansion s25sl064p chip by Marek Vasut · 12 years ago
  14. 4800399 mtd: m25p80: Add support for serial flash STM/Micron N25Q032 by Knut Wohlrab · 12 years ago
  15. a5b2d76 mtd: m25p80: Add support for Atmel at45db081d by Chunhe Lan · 12 years ago
  16. 95c1b0c mtd: m25p80: Add support for n25q064 by Alexandre Pereira da Silva · 12 years ago
  17. 943b35a mtd: m25p80: Add support for m25pe20 by Alexandre Pereira da Silva · 12 years ago
  18. 9d6367f mtd: add JEDEC ID for w25q32dw to chip table by ing. Federico Fuga · 12 years ago
  19. 4fba37a mtd: m25p80: Add support for Winbond W25Q80BW by Thomas Abraham · 12 years ago
  20. bb08bc1 mtd: add m25p80 id for mx25l2005a by John Crispin · 12 years ago
  21. 5ca11ca mtd: m25p80: add support for Everspin MR25H256 MRAM chip by Marek Vasut · 12 years ago
  22. bcb1d23 mtd: move zero length verification to MTD API functions by Artem Bityutskiy · 12 years ago
  23. 834247e mtd: remove retlen zeroing duplication by Artem Bityutskiy · 12 years ago
  24. 5def489 mtd: do not duplicate length and offset checks in drivers by Artem Bityutskiy · 12 years ago
  25. b54f47c mtd: m25p80: set writebufsize by Brian Norris · 12 years ago
  26. 3c3c10b mtd: add leading underscore to all mtd functions by Artem Bityutskiy · 12 years ago
  27. c9d1b75 mtd: convert drivers/mtd/* to use module_spi_driver() by Axel Lin · 12 years ago
  28. 5d3667e mtd: Remove redundant spi driver bus initialization by Lars-Peter Clausen · 13 years ago
  29. 5f94913 mtd: m25p80: don't probe device which has status of 'disabled' by Shaohui Xie · 13 years ago
  30. 86a9893 mtd: m25p80: add EON flash EN25Q32B into spi flash id table by Shaohui Xie · 13 years ago
  31. ada766e mtd: m25p80: add support for at25df321a spi data flash by Mikhail Kshevetskiy · 13 years ago
  32. 0a32a10 mtd: cleanup style on pr_debug messages by Brian Norris · 13 years ago
  33. 289c052 mtd: replace DEBUG() with pr_debug() by Brian Norris · 13 years ago
  34. 871770b mtd: m25p80.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 13 years ago
  35. ea6a472 mtd: m25p80: use ofpart through generic parsing by Dmitry Eremin-Solenikov · 13 years ago
  36. 4d1220f mtd: m25p80 don't specify default parsing options by Dmitry Eremin-Solenikov · 13 years ago
  37. ba52f3a mtd: m25p80: convert to mtd_device_register() by Jamie Iles · 13 years ago
  38. 3d2d2b6 mtd: m25p80: Add Spansion S25FL512S, S70FL01GS by Kevin Cernekee · 13 years ago
  39. baa9ae3 mtd: m25p80: Add Spansion S25FL256S by Kevin Cernekee · 13 years ago
  40. aa08465 mtd: m25p80: Clean up JEDEC manufacturer checks by Kevin Cernekee · 13 years ago
  41. 16004f3 mtd: m25p80: Add Numonyx m25px32 family by Kevin Cernekee · 13 years ago
  42. 9c76b4e mtd: m25p80: add support for the MX25L1606E chip by Gabor Juhos · 13 years ago
  43. d8f90b2 mtd: m25p80: add support for M25PX64 by Yoshihiro Shimoda · 13 years ago
  44. 37a23c20 mtd: m25p80: add support for the EON EN25F32 chip by Gabor Juhos · 13 years ago
  45. 8fffed8 mtd: m25p80: Fix JEDEC ID for AT26DF321 by Aleksandr Koltsoff · 13 years ago
  46. dcf1246 mtd: m25p80: add debugging trace in sst_write by Nicolas Ferre · 14 years ago
  47. ac622f5 mtd: m25p80: Add support for Macronix MX25L25655E by Kevin Cernekee · 14 years ago
  48. 4b7f742 mtd: m25p80: Add support for Macronix MX25L25635E by Kevin Cernekee · 14 years ago
  49. f0dff9b mtd: m25p80: Reinstate error print on unrecognized flash by Kevin Cernekee · 14 years ago
  50. 4084743 mtd: fix build error in m25p80.c by Andres Salomon · 14 years ago
  51. 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
  52. d86fbdb mtd: m25p80.c: Add support for S25FL032P spi-nor flash devices. by David Jander · 14 years ago
  53. d2ac467 mtd: m25p80: Add support for the Winbond W25Q64 by Thierry Reding · 14 years ago
  54. f2df1ae mtd: m25p80: Add support for two new Spansion SPI devices (S25FL-K) by Gernot Hoyler · 14 years ago
  55. 97ff46c mtd/m25p80: add support to parse the partitions by OF node by Mingkai Hu · 14 years ago
  56. f78ec6b mtd/m25p80: fix test for end of loop by Dan Carpenter · 14 years ago
  57. b06cd21 mtd/m25p80: retlen is never NULL by Dan Carpenter · 14 years ago
  58. 0af18d2 mtd: m25p80: add support for the Winbond W25Q32 SPI flash chip by Gabor Juhos · 14 years ago
  59. f80e521 mtd: m25p80: add support for the Intel/Numonyx {16,32,64}0S33B SPI flash chips by Gabor Juhos · 14 years ago
  60. 60845e7 mtd: m25p80: add support for the EON EN25P{32, 64} SPI flash chips by Gabor Juhos · 14 years ago
  61. 9d2c4f3 mtd: m25p80: Make jedec_probe() return proper errno values by Anton Vorontsov · 14 years ago
  62. f7b0009 mtd: m25p80: Fix false-positive probing by Anton Vorontsov · 14 years ago
  63. 6175f4a mtd: m25p80: Add support for Macronix 25L8005 by Martin Michlmayr · 14 years ago
  64. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  65. 60d9aa7 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  66. df0094d mtd: m25p80: add support for Macronix MX25L4005A by Simon Guinot · 15 years ago
  67. 837479d mtd: m25p80: Add support for CAT25xxx serial EEPROMs by Anton Vorontsov · 15 years ago
  68. 18c6182 mtd: m25p80: Rework probing/JEDEC code by Anton Vorontsov · 15 years ago
  69. b34bc03 mtd: m25p80: Convert to device table matching by Anton Vorontsov · 15 years ago
  70. 61c3506 mtd: m25p80: make command buffer DMA-safe by Johannes Stezenbach · 15 years ago
  71. d43c36d headers: remove sched.h from interrupt.h by Alexey Dobriyan · 15 years ago
  72. ea60658a mtd: m25p80: disable SST software protection bits by default by Graf Yang · 15 years ago
  73. a7c367b Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 15 years ago
  74. 627df23 trivial: mtd: add __init/__exit macros to init/exitfunctions by Peter Huewe · 15 years ago
  75. 304e6d5f m25p80: Add Spansion S25FL129P serial flashes by Kevin Cernekee · 15 years ago
  76. aa3651e mtd: m25p80: add SST WF SPI flash device information by Graf Yang · 15 years ago
  77. 49aac4a mtd: m25p80: add support for AAI programming with SST SPI flashes by Graf Yang · 15 years ago
  78. b0469ea7 mtd: m25p80: add support for 3 Macronix flash chips by Siddarth Gore · 15 years ago
  79. edcb3b1 mtd: m25p80: fix null pointer dereference bug by Anton Vorontsov · 15 years ago
  80. 89bb871 mtd: m25p80 timeout too short for worst-case m25p16 devices by Steven A. Falco · 15 years ago
  81. ab1ff21 mtd: m25p80: add support for Macronix MX25L12805D by Lennert Buytenhek · 15 years ago
  82. 1e42d14 mtd: m25p80 nand: add m45pe10 ids by Matthieu CASTET · 15 years ago
  83. cd1a6de mtd: fix timeout in M25P80 driver by Peter Horton · 15 years ago
  84. 3f33b0a mtd: Bug in m25p80.c during whole-chip erase by Steven A. Falco · 15 years ago
  85. 87f39f0 [MTD] support driver model updates by David Brownell · 15 years ago
  86. a4b6d51 [MTD] partitioning utility predicates by David Brownell · 15 years ago
  87. 160bbab [MTD] struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  88. d85316a [MTD] fix m25p80 64-bit divisions by Artem Bityutskiy · 16 years ago
  89. 7854643 [MTD] m25p80: chip erase != block erase != sector erase by Chen Gong · 16 years ago
  90. 9168ab8 [MTD] m25p80: fix detection of m25p16 flashes by Mike Frysinger · 16 years ago
  91. a3d3f73 [MTD] m25p80: fix detection of SPI parts by Mike Frysinger · 16 years ago
  92. 8a1a627 Revert "[MTD] m25p80.c code cleanup" by David Woodhouse · 16 years ago
  93. daa8473 [MTD] m25p80.c extended jedec support (v2) by Chen Gong · 16 years ago
  94. d0e8c47 [MTD] m25p80.c extended jedec support by Chen Gong · 16 years ago
  95. 75d0ee2 [MTD] m25p80.c code cleanup by Chen Gong · 16 years ago
  96. faff375 [MTD] m25p80.c erase enhance by Chen Gong · 16 years ago
  97. 7228982 [MTD] m25p80: fix bug - ATmel spi flash fails to be copied to by Michael Hennerich · 16 years ago
  98. bc01886 [MTD] m25p80.c mutex unlock fix by Chen Gong · 16 years ago
  99. 3887ed5 [MTD] m25p80: Add Support for ATMEL AT25DF641 64-Megabit SPI Flash by Michael Hennerich · 16 years ago
  100. 2230b76 [MTD] m25p80: add FAST_READ access support to M25Pxx by Bryan Wu · 16 years ago