1. 4e898ce mtd: fsl-quadspi: improve read performance by increase AHB transfer size by Allen Xu · 10 years ago
  2. b1ab474 mtd: fsl-quadspi: Remove unnecessary 'map_failed' label by Fabio Estevam · 10 years ago
  3. 50131b7 mtd: fsl-quadspi: Remove unneeded success/error messages by Fabio Estevam · 10 years ago
  4. e4ca684 mtd: fsl-quadspi: Fix the error paths by Fabio Estevam · 10 years ago
  5. cfe4af3 mtd: fsl-quadspi: Fix module unbound by Fabio Estevam · 10 years ago
  6. fcc87a9 mtd: spi-nor: support for (GigaDevice) GD25Q128B by Rafał Miłecki · 10 years ago
  7. 45c6a0c mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chip by Allen Xu · 10 years ago
  8. 548cd3ab mtd: spi-nor: Add quad I/O support for Micron SPI NOR by Bean Huo 霍斌斌 (beanhuo) · 10 years ago
  9. d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
  10. 58c8195 mtd: spi-nor: allow NULL as chip name and try to auto detect it by Rafał Miłecki · 10 years ago
  11. 05241ae mtd: spi-nor: factor out write_enable() for erase commands by Brian Norris · 10 years ago
  12. 6d7604e mtd: spi-nor: add support for s25fl128s by Huang Shijie · 10 years ago
  13. d928a25 mtd: spi-nor: remove the jedec_id/ext_id by Huang Shijie · 10 years ago
  14. 09ffafb mtd: spi-nor: add id/id_len for flash_info{} by Huang Shijie · 10 years ago
  15. 3e38933 mtd: m25p80: Add support for serial flash Spansion S25FL132K by Knut Wohlrab · 10 years ago
  16. a95ce92 mtd: spi-nor: improve wait-till-ready timeout loop by Brian Norris · 10 years ago
  17. f02985b mtd: spi-nor: Add support for SST spi flash by Harini Katakam · 10 years ago
  18. ce56ce7 mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM by Rostislav Lisovy · 10 years ago
  19. 4414d3e mtd: spi-nor: Move n25q032 entry to Micron devices list by Chunhe Lan · 10 years ago
  20. b94ed08 mtd: spi-nor: drop replaceable wait-till-ready function pointer by Brian Norris · 10 years ago
  21. 8fdc6cd mtd: fsl-quadspi: drop wait-till-ready checks by Brian Norris · 10 years ago
  22. dfa9c0c mtd: spi-nor: move "wait-till-ready" checks into erase/write functions by Brian Norris · 10 years ago
  23. 1d61dcb mtd: spi-nor: handle timeout errors in spi_nor_write() by Brian Norris · 10 years ago
  24. 51983b7 mtd: spi-nor: eliminate duplicate spi_nor_wait_till_{, fsr}_ready() code by Brian Norris · 10 years ago
  25. 0b78a2c mtd: spi-nor: fix the wrong dummy value by Huang Shijie · 10 years ago
  26. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  27. 77adc08 mtd: fsl-quadspi: Let the clocks error path be clearer by Fabio Estevam · 10 years ago
  28. b26171e mtd: fsl-quadspi: Propagate the error from of_modalias_node() by Fabio Estevam · 10 years ago
  29. e66fcf7 spi-nor: Remove spi_nor::read_id operation by Ben Hutchings · 10 years ago
  30. a5b7616 mtd: m25p80,spi-nor: Fix module aliases for m25p80 by Ben Hutchings · 10 years ago
  31. c084b7b mtd: spi-nor: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  32. 70f3ce0 mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id by Ben Hutchings · 10 years ago
  33. 32f1b7c mtd: move support for struct flash_platform_data into m25p80 by Rafał Miłecki · 10 years ago
  34. 57cf26c mtd: spi-nor: add Kconfig option to disable 4K sectors by Rafał Miłecki · 10 years ago
  35. 54ea17a mtd: spi-nor: drop jedec_probe /helper/ function by Rafał Miłecki · 10 years ago
  36. ab75e89 mtd: spi-nor: remove duplicated w25q128 entry by Rafał Miłecki · 10 years ago
  37. f2fabe1 mtd: spi-nor: add support for Micron M25PX80 by Thomas Petazzoni · 10 years ago
  38. a41595b mtd: spi-nor: add support for EON EN25QH128 by Sergey Ryazanov · 10 years ago
  39. c14dedd mtd: spi-nor: add support for flag status register on Micron chips by grmoore@altera.com · 10 years ago
  40. 9ab8699 mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p by Geert Uytterhoeven · 11 years ago
  41. a965d04 mtd: fsl-quadspi: fix __iomem annotations by Brian Norris · 11 years ago
  42. 8ac326f mtd: spi-nor: allow to be built as module by Brian Norris · 11 years ago
  43. e43b206 mtd: spi-nor: shorten Kconfig naming by Brian Norris · 11 years ago
  44. 58b89a1 mtd: spi-nor: unify read opcode variants with ST SPI FSM by Brian Norris · 11 years ago
  45. b02e7f3 mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* by Brian Norris · 11 years ago
  46. 8eabdd1 mtd: spi-nor: add the copyright information by Huang Shijie · 11 years ago
  47. b61834b mtd: spi-nor: EXPORT symbols which could be used by module drivers by Brian Norris · 11 years ago
  48. e46ecda mtd: spi-nor: Add Freescale QuadSPI driver by Huang Shijie · 11 years ago
  49. 0d8c11c mtd: spi-nor: add a helper to find the spi_device_id by Huang Shijie · 11 years ago
  50. b199489 mtd: spi-nor: add the framework for SPI NOR by Huang Shijie · 11 years ago