1. 32f1b7c mtd: move support for struct flash_platform_data into m25p80 by Rafał Miłecki · 10 years ago
  2. 6d178ef mtd: nand: Move ELM driver and rename as omap_elm by Ezequiel García · 10 years ago
  3. 6f3c0f1 mtd: Fixed checkpatch seq_printf warnings by Samarth Parikh · 10 years ago
  4. d0d5864 Merge tag 'v3.16-rc6' into MTD development branch by Brian Norris · 10 years ago
  5. c95777a4 mtd: phram: Fix whitespace issues by Rob Ward · 10 years ago
  6. 6938ad4 mtd: devices: elm: fix elm_context_save() and elm_context_restore() functions by Ted Juan · 10 years ago
  7. 89384f6 mtd: phram: replace kmalloc/strcpy by kstrdup by Fabian Frederick · 10 years ago
  8. 4251c2a6 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  9. e413a19a Merge tag 'for-linus-20140610' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  10. ed491d2 mtd: slram: fix unused variable warning by Brian Norris · 10 years ago
  11. 2be589e mtd: nand: omap: add support for BCH16_ECC - ELM driver updates by pekon gupta · 10 years ago
  12. aeea6eb mtd: st_spi_fsm: Make of_device_id array const by Jingoo Han · 10 years ago
  13. 993bcc6 drivers/mtd/devices/docg3.c: avoid world-writable sysfs files. by Rusty Russell · 10 years ago
  14. 8848e16 mtd: m25p80: Revive dual read support by Geert Uytterhoeven · 10 years ago
  15. 8d80895 mtd: elm: compile suspend/resume only with PM_SLEEP by Wolfram Sang · 10 years ago
  16. 9cc2368 Shiraz has moved by Viresh Kumar · 10 years ago
  17. dc002f9 mtd: st_spi_fsm: only build for ARM by Brian Norris · 10 years ago
  18. 38e2eee mtd: st_spi_fsm: correct type issues by Brian Norris · 10 years ago
  19. 6c8e1b3 mtd: st_spi_fsm: begin using spi-nor.h opcodes by Brian Norris · 10 years ago
  20. 92d3af9 mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_* by Brian Norris · 10 years ago
  21. a402191 mtd: st_spi_fsm: kill duplicate CMD definitions by Brian Norris · 10 years ago
  22. 8607bd4 mtd: st_spi_fsm: fixup Kconfig dependency by Brian Norris · 10 years ago
  23. e43b206 mtd: spi-nor: shorten Kconfig naming by Brian Norris · 10 years ago
  24. b02e7f3 mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* by Brian Norris · 10 years ago
  25. 6b6d373 mtd: st_spi_fsm: Add support for Macronix MX25L3255E by Angus Clark · 10 years ago
  26. 85bdcf6 mtd: st_spi_fsm: Add Spansion S25FL032P to device table by Angus Clark · 10 years ago
  27. 5d0bdda mtd: st_spi_fsm: Refactor status register operations by Angus Clark · 10 years ago
  28. cc66686 mtd: st_spi_fsm: Update Macronix 'QE' configuration by Angus Clark · 10 years ago
  29. 009e7e6 mtd: st_spi_fsm: Update Macronix 32-bit addressing support by Angus Clark · 10 years ago
  30. 5fa9806 mtd: st_spi_fsm: Add Macronix MX25L25655E device by Angus Clark · 10 years ago
  31. 03e296f mtd: m25p80: use the SPI nor framework by Brian Norris · 10 years ago
  32. c7ea95a mtd: devices: elm: update DRIVER_NAME as "omap-elm" by Pekon Gupta · 10 years ago
  33. 79f0135 mtd: devices: elm: configure parallel channels based on ecc_steps by Pekon Gupta · 10 years ago
  34. ea07602 mtd: devices: elm: clean elm_load_syndrome by Pekon Gupta · 10 years ago
  35. 3f4eb14 mtd: devices: elm: check for hardware engine's design constraints by Pekon Gupta · 10 years ago
  36. d9ba46d mtd: st_spi_fsm: Succinctly reorganise .remove() by Lee Jones · 10 years ago
  37. ea7864b mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU by Lee Jones · 10 years ago
  38. f1919cb mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M" by Lee Jones · 10 years ago
  39. 0419a20 mtd: st_spi_fsm: Avoid duplicating MTD core code by Lee Jones · 10 years ago
  40. 3f9d720 mtd: st_spi_fsm: Remove useless consts from function arguments by Lee Jones · 10 years ago
  41. 221cff1 mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions by Lee Jones · 10 years ago
  42. e6b1bb4 mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct by Lee Jones · 10 years ago
  43. cd7cac9 mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back by Lee Jones · 10 years ago
  44. 5343a12 mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back by Lee Jones · 10 years ago
  45. 89818066 mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back by Lee Jones · 10 years ago
  46. 150571b mtd: st_spi_fsm: Add the ability to write to FSM's status register by Lee Jones · 10 years ago
  47. ac94dbc mtd: st_spi_fsm: Add the ability to read the FSM's status by Lee Jones · 10 years ago
  48. 4a341fe mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device by Lee Jones · 10 years ago
  49. 176b437 mtd: st_spi_fsm: Supply a busy wait for post-write status by Lee Jones · 10 years ago
  50. 30ca64f mtd: st_spi_fsm: Write to Flash via the FSM FIFO by Lee Jones · 10 years ago
  51. e514f10 mtd: st_spi_fsm: Add the ability to read from a Serial Flash device by Lee Jones · 10 years ago
  52. 4eb3f0d8 mtd: st_spi_fsm: Prepare default sequences for read/write/erase by Lee Jones · 10 years ago
  53. 218b870 mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back by Lee Jones · 10 years ago
  54. e85a619 mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations by Lee Jones · 10 years ago
  55. a37b2f5 mtd: st_spi_fsm: Provide the default read/write configurations by Lee Jones · 10 years ago
  56. 249516c mtd: st_spi_fsm: Update the flash Volatile Configuration Register by Lee Jones · 10 years ago
  57. 0de08e4 mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode by Lee Jones · 10 years ago
  58. 0ea7d70 mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset by Lee Jones · 10 years ago
  59. 88cccb8 mtd: st_spi_fsm: Prepare read/write sequences according to configuration by Lee Jones · 10 years ago
  60. 6bd2960 mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode by Lee Jones · 10 years ago
  61. fa5ba3a mtd: st_spi_fsm: Provide the erase one sector sequence by Lee Jones · 10 years ago
  62. a63984c mtd: st_spi_fsm: Fetch boot-device from mode pins by Lee Jones · 10 years ago
  63. 97ccf2d mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) by Lee Jones · 10 years ago
  64. 3b5d198 mtd: st_spi_fsm: Use device size to determine address width by Lee Jones · 10 years ago
  65. 0898127 mtd: st_spi_fsm: Search for preferred FSM message sequence configurations by Lee Jones · 10 years ago
  66. 24fec65 mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID by Lee Jones · 10 years ago
  67. 11d7f82 mtd: st_spi_fsm: Provide device look-up table by Lee Jones · 10 years ago
  68. 5549fbd mtd: devices: Provide header for shared OPCODEs and SFDP commands by Lee Jones · 10 years ago
  69. 1bd512b mtd: st_spi_fsm: Add support for JEDEC ID extraction by Lee Jones · 10 years ago
  70. 030e82d mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO by Lee Jones · 10 years ago
  71. 3c8b85b mtd: st_spi_fsm: Supply framework for device requests by Lee Jones · 10 years ago
  72. 86f309fd mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions by Lee Jones · 10 years ago
  73. bc09fb5 mtd: st_spi_fsm: Supply all register address and bit logic defines by Lee Jones · 10 years ago
  74. d90db4a mtd: st_spi_fsm: Allocate resources and register with MTD framework by Lee Jones · 10 years ago
  75. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 10 years ago
  76. ea6d833 mtd: block2mtd: check device size by Fabian Frederick · 10 years ago
  77. 6f7db7f mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash by Brian Norris · 10 years ago
  78. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 10 years ago
  79. bec44c4 mtd: m25p80: add support for the Spansion s25fl008k chip by Kuninori Morimoto · 10 years ago
  80. c00cb1b mtd: pmc551: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  81. bb339de mtd: spear_smi: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  82. 834fa8a mtd: devices: elm: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  83. 0a21552 mtd: elm: Use correct check on return value of pm_runtime_get_sync by Stefan Sørensen · 10 years ago
  84. b2fda12 mtd: m25p80: Use positive logic to check JEDEC ID by Axel Lin · 10 years ago
  85. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  86. 4bed207 mtd: block2mtd: Add mutex_destroy by Fabian Frederick · 10 years ago
  87. 6f6b9fe mtd: phram: Repair multiple instances support by Alexander Sverdlin · 11 years ago
  88. f5e0083 mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s by Geert Uytterhoeven · 10 years ago
  89. dbbafb7 mtd: m25p80: Add dual read support by Geert Uytterhoeven · 10 years ago
  90. 464e906 mtd: m25p80: Set rx_nbits for Quad SPI transfers by Geert Uytterhoeven · 10 years ago
  91. d8d5d10 mtd: m25p80: Enable Quad SPI read transfers for s25fl512s by Geert Uytterhoeven · 10 years ago
  92. 0a8899b mtd: mtdram: add missing 'const' by Brian Norris · 10 years ago
  93. 99ed1a1 mtd: m25p80: assign default read command by Brian Norris · 11 years ago
  94. 7587f64 mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressing by Geert Uytterhoeven · 10 years ago
  95. 82402ae mtd: docg3: Use devm_*() functions by Jingoo Han · 11 years ago
  96. 574926c mtd: m25p80: add support for m25px16 by Igor Grinberg · 11 years ago
  97. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  98. da6fcf0 mtd: ms02-nv: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  99. 3487a639 drivers: mtd: m25p80: add quad read support by Sourav Poddar · 11 years ago
  100. 8552b43 drivers: mtd: m25p80: convert "bool" read check into an enum by Sourav Poddar · 11 years ago