| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: spi-nor: Add support for SST spi flash | Harini Katakam | 2014-11-05 | 1 | -0/+1 |
* | mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM | Rostislav Lisovy | 2014-11-05 | 1 | -0/+3 |
* | mtd: spi-nor: Move n25q032 entry to Micron devices list | Chunhe Lan | 2014-11-05 | 1 | -1/+1 |
* | mtd: spi-nor: drop replaceable wait-till-ready function pointer | Brian Norris | 2014-11-05 | 1 | -18/+10 |
* | mtd: fsl-quadspi: drop wait-till-ready checks | Brian Norris | 2014-11-05 | 1 | -11/+0 |
* | mtd: spi-nor: move "wait-till-ready" checks into erase/write functions | Brian Norris | 2014-11-05 | 1 | -27/+9 |
* | mtd: spi-nor: handle timeout errors in spi_nor_write() | Brian Norris | 2014-11-05 | 1 | -2/+5 |
* | mtd: spi-nor: eliminate duplicate spi_nor_wait_till_{, fsr}_ready() code | Brian Norris | 2014-11-05 | 1 | -32/+34 |
* | mtd: spi-nor: fix the wrong dummy value | Huang Shijie | 2014-11-05 | 1 | -1/+1 |
* | mtd: fsl-quadspi: Let the clocks error path be clearer | Fabio Estevam | 2014-10-22 | 1 | -2/+2 |
* | mtd: fsl-quadspi: Propagate the error from of_modalias_node() | Fabio Estevam | 2014-10-22 | 1 | -1/+2 |
* | spi-nor: Remove spi_nor::read_id operation | Ben Hutchings | 2014-10-21 | 1 | -3/+1 |
* | mtd: m25p80,spi-nor: Fix module aliases for m25p80 | Ben Hutchings | 2014-10-21 | 1 | -2/+1 |
* | mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_id | Ben Hutchings | 2014-10-17 | 2 | -10/+10 |
* | mtd: move support for struct flash_platform_data into m25p80 | Rafał Miłecki | 2014-09-28 | 1 | -27/+1 |
* | mtd: spi-nor: add Kconfig option to disable 4K sectors | Rafał Miłecki | 2014-09-28 | 2 | -1/+18 |
* | mtd: spi-nor: drop jedec_probe /helper/ function | Rafał Miłecki | 2014-08-19 | 1 | -6/+1 |
* | mtd: spi-nor: remove duplicated w25q128 entry | Rafał Miłecki | 2014-08-19 | 1 | -1/+0 |
* | mtd: spi-nor: add support for Micron M25PX80 | Thomas Petazzoni | 2014-08-19 | 1 | -0/+1 |
* | mtd: spi-nor: add support for EON EN25QH128 | Sergey Ryazanov | 2014-07-14 | 1 | -0/+1 |
* | mtd: spi-nor: add support for flag status register on Micron chips | grmoore@altera.com | 2014-07-11 | 1 | -0/+52 |
* | mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p | Geert Uytterhoeven | 2014-05-12 | 1 | -1/+1 |
* | mtd: fsl-quadspi: fix __iomem annotations | Brian Norris | 2014-04-16 | 1 | -2/+2 |
* | mtd: spi-nor: allow to be built as module | Brian Norris | 2014-04-14 | 1 | -2/+2 |
* | mtd: spi-nor: shorten Kconfig naming | Brian Norris | 2014-04-14 | 2 | -4/+9 |
* | mtd: spi-nor: unify read opcode variants with ST SPI FSM | Brian Norris | 2014-04-14 | 2 | -11/+11 |
* | mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_* | Brian Norris | 2014-04-14 | 2 | -61/+61 |
* | mtd: spi-nor: add the copyright information | Huang Shijie | 2014-04-14 | 1 | -1/+5 |
* | mtd: spi-nor: EXPORT symbols which could be used by module drivers | Brian Norris | 2014-04-14 | 1 | -0/+3 |
* | mtd: spi-nor: Add Freescale QuadSPI driver | Huang Shijie | 2014-04-14 | 3 | -0/+1016 |
* | mtd: spi-nor: add a helper to find the spi_device_id | Huang Shijie | 2014-04-14 | 1 | -0/+12 |
* | mtd: spi-nor: add the framework for SPI NOR | Huang Shijie | 2014-04-14 | 3 | -0/+1095 |