1. 6c8e1b3 mtd: st_spi_fsm: begin using spi-nor.h opcodes by Brian Norris · 10 years ago
  2. 92d3af9 mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_* by Brian Norris · 10 years ago
  3. a402191 mtd: st_spi_fsm: kill duplicate CMD definitions by Brian Norris · 10 years ago
  4. 8607bd4 mtd: st_spi_fsm: fixup Kconfig dependency by Brian Norris · 10 years ago
  5. e43b206 mtd: spi-nor: shorten Kconfig naming by Brian Norris · 10 years ago
  6. b02e7f3 mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* by Brian Norris · 10 years ago
  7. 6b6d373 mtd: st_spi_fsm: Add support for Macronix MX25L3255E by Angus Clark · 10 years ago
  8. 85bdcf6 mtd: st_spi_fsm: Add Spansion S25FL032P to device table by Angus Clark · 10 years ago
  9. 5d0bdda mtd: st_spi_fsm: Refactor status register operations by Angus Clark · 10 years ago
  10. cc66686 mtd: st_spi_fsm: Update Macronix 'QE' configuration by Angus Clark · 10 years ago
  11. 009e7e6 mtd: st_spi_fsm: Update Macronix 32-bit addressing support by Angus Clark · 10 years ago
  12. 5fa9806 mtd: st_spi_fsm: Add Macronix MX25L25655E device by Angus Clark · 10 years ago
  13. 03e296f mtd: m25p80: use the SPI nor framework by Brian Norris · 10 years ago
  14. c7ea95a mtd: devices: elm: update DRIVER_NAME as "omap-elm" by Pekon Gupta · 10 years ago
  15. 79f0135 mtd: devices: elm: configure parallel channels based on ecc_steps by Pekon Gupta · 10 years ago
  16. ea07602 mtd: devices: elm: clean elm_load_syndrome by Pekon Gupta · 10 years ago
  17. 3f4eb14 mtd: devices: elm: check for hardware engine's design constraints by Pekon Gupta · 10 years ago
  18. d9ba46d mtd: st_spi_fsm: Succinctly reorganise .remove() by Lee Jones · 10 years ago
  19. ea7864b mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU by Lee Jones · 10 years ago
  20. f1919cb mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M" by Lee Jones · 10 years ago
  21. 0419a20 mtd: st_spi_fsm: Avoid duplicating MTD core code by Lee Jones · 10 years ago
  22. 3f9d720 mtd: st_spi_fsm: Remove useless consts from function arguments by Lee Jones · 10 years ago
  23. 221cff1 mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions by Lee Jones · 10 years ago
  24. e6b1bb4 mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct by Lee Jones · 10 years ago
  25. cd7cac9 mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back by Lee Jones · 10 years ago
  26. 5343a12 mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back by Lee Jones · 10 years ago
  27. 89818066 mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back by Lee Jones · 10 years ago
  28. 150571b mtd: st_spi_fsm: Add the ability to write to FSM's status register by Lee Jones · 10 years ago
  29. ac94dbc mtd: st_spi_fsm: Add the ability to read the FSM's status by Lee Jones · 10 years ago
  30. 4a341fe mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device by Lee Jones · 10 years ago
  31. 176b437 mtd: st_spi_fsm: Supply a busy wait for post-write status by Lee Jones · 10 years ago
  32. 30ca64f mtd: st_spi_fsm: Write to Flash via the FSM FIFO by Lee Jones · 10 years ago
  33. e514f105 mtd: st_spi_fsm: Add the ability to read from a Serial Flash device by Lee Jones · 10 years ago
  34. 4eb3f0d8 mtd: st_spi_fsm: Prepare default sequences for read/write/erase by Lee Jones · 10 years ago
  35. 218b870 mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back by Lee Jones · 10 years ago
  36. e85a619 mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations by Lee Jones · 10 years ago
  37. a37b2f5 mtd: st_spi_fsm: Provide the default read/write configurations by Lee Jones · 10 years ago
  38. 249516c mtd: st_spi_fsm: Update the flash Volatile Configuration Register by Lee Jones · 10 years ago
  39. 0de08e4 mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode by Lee Jones · 10 years ago
  40. 0ea7d70 mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset by Lee Jones · 10 years ago
  41. 88cccb8 mtd: st_spi_fsm: Prepare read/write sequences according to configuration by Lee Jones · 10 years ago
  42. 6bd2960 mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode by Lee Jones · 10 years ago
  43. fa5ba3a mtd: st_spi_fsm: Provide the erase one sector sequence by Lee Jones · 10 years ago
  44. a63984c mtd: st_spi_fsm: Fetch boot-device from mode pins by Lee Jones · 10 years ago
  45. 97ccf2d mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) by Lee Jones · 10 years ago
  46. 3b5d198 mtd: st_spi_fsm: Use device size to determine address width by Lee Jones · 10 years ago
  47. 0898127 mtd: st_spi_fsm: Search for preferred FSM message sequence configurations by Lee Jones · 10 years ago
  48. 24fec65 mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID by Lee Jones · 10 years ago
  49. 11d7f82 mtd: st_spi_fsm: Provide device look-up table by Lee Jones · 10 years ago
  50. 5549fbd mtd: devices: Provide header for shared OPCODEs and SFDP commands by Lee Jones · 10 years ago
  51. 1bd512b mtd: st_spi_fsm: Add support for JEDEC ID extraction by Lee Jones · 10 years ago
  52. 030e82d mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO by Lee Jones · 10 years ago
  53. 3c8b85b3 mtd: st_spi_fsm: Supply framework for device requests by Lee Jones · 10 years ago
  54. 86f309fd mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions by Lee Jones · 10 years ago
  55. bc09fb5 mtd: st_spi_fsm: Supply all register address and bit logic defines by Lee Jones · 10 years ago
  56. d90db4a mtd: st_spi_fsm: Allocate resources and register with MTD framework by Lee Jones · 10 years ago
  57. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 10 years ago
  58. ea6d833 mtd: block2mtd: check device size by Fabian Frederick · 10 years ago
  59. 6f7db7f mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash by Brian Norris · 10 years ago
  60. 4b78fc42f mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 10 years ago
  61. bec44c4 mtd: m25p80: add support for the Spansion s25fl008k chip by Kuninori Morimoto · 10 years ago
  62. c00cb1b mtd: pmc551: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  63. bb339de mtd: spear_smi: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  64. 834fa8a mtd: devices: elm: Remove unnecessary OOM messages by Jingoo Han · 10 years ago
  65. 0a21552 mtd: elm: Use correct check on return value of pm_runtime_get_sync by Stefan Sørensen · 10 years ago
  66. b2fda12 mtd: m25p80: Use positive logic to check JEDEC ID by Axel Lin · 10 years ago
  67. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  68. 4bed207 mtd: block2mtd: Add mutex_destroy by Fabian Frederick · 10 years ago
  69. 6f6b9fe mtd: phram: Repair multiple instances support by Alexander Sverdlin · 11 years ago
  70. f5e0083 mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s by Geert Uytterhoeven · 10 years ago
  71. dbbafb7 mtd: m25p80: Add dual read support by Geert Uytterhoeven · 10 years ago
  72. 464e906 mtd: m25p80: Set rx_nbits for Quad SPI transfers by Geert Uytterhoeven · 10 years ago
  73. d8d5d10 mtd: m25p80: Enable Quad SPI read transfers for s25fl512s by Geert Uytterhoeven · 10 years ago
  74. 0a8899b mtd: mtdram: add missing 'const' by Brian Norris · 10 years ago
  75. 99ed1a1 mtd: m25p80: assign default read command by Brian Norris · 11 years ago
  76. 7587f64 mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressing by Geert Uytterhoeven · 10 years ago
  77. 82402ae mtd: docg3: Use devm_*() functions by Jingoo Han · 10 years ago
  78. 574926c mtd: m25p80: add support for m25px16 by Igor Grinberg · 11 years ago
  79. 1ba80c9 mtd: dataflash: remove unnecessary spi_set_drvdata() by Jingoo Han · 11 years ago
  80. da6fcf0 mtd: ms02-nv: remove superfluous name cast by Geert Uytterhoeven · 11 years ago
  81. 3487a639 drivers: mtd: m25p80: add quad read support by Sourav Poddar · 11 years ago
  82. 8552b43 drivers: mtd: m25p80: convert "bool" read check into an enum by Sourav Poddar · 11 years ago
  83. cb85b7e mtd: dataflash: Say if we find a device we don't support by Mark Brown · 11 years ago
  84. 9650b9b mtd: m25p80: fixup device removal failure path by Brian Norris · 11 years ago
  85. 5ff1482 mtd: m25p80: add support for Macronix mx25l3255e by Brian Norris · 11 years ago
  86. dc525ff mtd: m25p80: remove 'disabled' device check by Brian Norris · 11 years ago
  87. ddba7c5 mtd: m25p80: remove M25PXX_USE_FAST_READ Kconfig by Brian Norris · 11 years ago
  88. 6e5d9bda mtd: m25p80: re-align ID entries by Brian Norris · 11 years ago
  89. 1a874e9 mtd: m25p80: remove obsolete FIXME by Brian Norris · 11 years ago
  90. 778d226 mtd: m25p80: fix allocation size by Brian Norris · 11 years ago
  91. f83c383 mtd: Move major number definitions to major.h by Ezequiel Garcia · 11 years ago
  92. 867f770 mtd: m25p80: Add support for Micron N25Q512A memory by Priyanka Jain · 11 years ago
  93. 39ac9ca mtg: docg3: use free_bch() instead of kfree() by Wei Yongjun · 11 years ago
  94. b38be28 mtd: sst25l: Use devm_kzalloc by Sachin Kamat · 11 years ago
  95. fcfd9f2 mtd: sst25l: Remove redundant spi_set_drvdata by Sachin Kamat · 11 years ago
  96. 2a46f83 mtd: phram: Make phram 64-bit compatible by Alexander Sverdlin · 11 years ago
  97. e6db7c8 mtd: m25p80: Add support for ESMT F25L32PA by Flavio Silveira · 11 years ago
  98. be1ee7d mtd: dataflash: remove unused field by Brian Norris · 11 years ago
  99. 2b468ef mtd: m25p80: Fix 4 byte addressing mode for Micron devices. by Elie De Brauwer · 11 years ago
  100. 6c3b889 mtd: chips: Add support for PMC SPI Flash chips in m25p80.c by Michel Stempin · 11 years ago