1. aeea6eb mtd: st_spi_fsm: Make of_device_id array const by Jingoo Han · 11 years ago
  2. 38e2eee mtd: st_spi_fsm: correct type issues by Brian Norris · 11 years ago
  3. 6c8e1b3 mtd: st_spi_fsm: begin using spi-nor.h opcodes by Brian Norris · 11 years ago
  4. 92d3af9 mtd: st_spi_fsm: replace FLACH_CMD_* with SPINOR_OP_* by Brian Norris · 11 years ago
  5. a402191 mtd: st_spi_fsm: kill duplicate CMD definitions by Brian Norris · 11 years ago
  6. 6b6d373 mtd: st_spi_fsm: Add support for Macronix MX25L3255E by Angus Clark · 11 years ago
  7. 85bdcf6 mtd: st_spi_fsm: Add Spansion S25FL032P to device table by Angus Clark · 11 years ago
  8. 5d0bdda mtd: st_spi_fsm: Refactor status register operations by Angus Clark · 11 years ago
  9. cc66686 mtd: st_spi_fsm: Update Macronix 'QE' configuration by Angus Clark · 11 years ago
  10. 009e7e6 mtd: st_spi_fsm: Update Macronix 32-bit addressing support by Angus Clark · 11 years ago
  11. 5fa9806 mtd: st_spi_fsm: Add Macronix MX25L25655E device by Angus Clark · 11 years ago
  12. d9ba46d mtd: st_spi_fsm: Succinctly reorganise .remove() by Lee Jones · 11 years ago
  13. ea7864b mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU by Lee Jones · 11 years ago
  14. f1919cb mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M" by Lee Jones · 11 years ago
  15. 0419a20 mtd: st_spi_fsm: Avoid duplicating MTD core code by Lee Jones · 11 years ago
  16. 3f9d720 mtd: st_spi_fsm: Remove useless consts from function arguments by Lee Jones · 11 years ago
  17. 221cff1 mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions by Lee Jones · 11 years ago
  18. e6b1bb4 mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct by Lee Jones · 11 years ago
  19. cd7cac9 mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back by Lee Jones · 11 years ago
  20. 5343a12 mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back by Lee Jones · 11 years ago
  21. 89818066 mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back by Lee Jones · 11 years ago
  22. 150571b mtd: st_spi_fsm: Add the ability to write to FSM's status register by Lee Jones · 11 years ago
  23. ac94dbc mtd: st_spi_fsm: Add the ability to read the FSM's status by Lee Jones · 11 years ago
  24. 4a341fe mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device by Lee Jones · 11 years ago
  25. 176b437 mtd: st_spi_fsm: Supply a busy wait for post-write status by Lee Jones · 11 years ago
  26. 30ca64f mtd: st_spi_fsm: Write to Flash via the FSM FIFO by Lee Jones · 11 years ago
  27. e514f10 mtd: st_spi_fsm: Add the ability to read from a Serial Flash device by Lee Jones · 11 years ago
  28. 4eb3f0d8 mtd: st_spi_fsm: Prepare default sequences for read/write/erase by Lee Jones · 11 years ago
  29. 218b870 mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back by Lee Jones · 11 years ago
  30. e85a619 mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations by Lee Jones · 11 years ago
  31. a37b2f5 mtd: st_spi_fsm: Provide the default read/write configurations by Lee Jones · 11 years ago
  32. 249516c mtd: st_spi_fsm: Update the flash Volatile Configuration Register by Lee Jones · 11 years ago
  33. 0de08e4 mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode by Lee Jones · 11 years ago
  34. 0ea7d70 mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset by Lee Jones · 11 years ago
  35. 88cccb8 mtd: st_spi_fsm: Prepare read/write sequences according to configuration by Lee Jones · 11 years ago
  36. 6bd2960 mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode by Lee Jones · 11 years ago
  37. fa5ba3a mtd: st_spi_fsm: Provide the erase one sector sequence by Lee Jones · 11 years ago
  38. a63984c mtd: st_spi_fsm: Fetch boot-device from mode pins by Lee Jones · 11 years ago
  39. 97ccf2d mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) by Lee Jones · 11 years ago
  40. 3b5d198 mtd: st_spi_fsm: Use device size to determine address width by Lee Jones · 11 years ago
  41. 0898127 mtd: st_spi_fsm: Search for preferred FSM message sequence configurations by Lee Jones · 11 years ago
  42. 24fec65 mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID by Lee Jones · 11 years ago
  43. 11d7f82 mtd: st_spi_fsm: Provide device look-up table by Lee Jones · 11 years ago
  44. 5549fbd mtd: devices: Provide header for shared OPCODEs and SFDP commands by Lee Jones · 11 years ago
  45. 1bd512b mtd: st_spi_fsm: Add support for JEDEC ID extraction by Lee Jones · 11 years ago
  46. 030e82d mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO by Lee Jones · 11 years ago
  47. 3c8b85b mtd: st_spi_fsm: Supply framework for device requests by Lee Jones · 11 years ago
  48. 86f309fd mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions by Lee Jones · 11 years ago
  49. bc09fb5 mtd: st_spi_fsm: Supply all register address and bit logic defines by Lee Jones · 11 years ago
  50. d90db4a mtd: st_spi_fsm: Allocate resources and register with MTD framework by Lee Jones · 11 years ago