| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: spi-nor: fsl-quadspi: add support for ls2080a/ls1080a | Yogesh Gaur | 2018-05-18 | 1 | -0/+11 |
* | mtd: spi-nor: fsl-quadspi: fix api naming typo _init_ahb_read | Yogesh Gaur | 2018-05-18 | 1 | -2/+2 |
* | mtd: fsl-quadspi: Distinguish the mtd device names | Fabio Estevam | 2018-03-30 | 1 | -0/+18 |
* | mtd: fsl-quadspi: Remove unneeded driver.bus assignment | Boris Brezillon | 2018-03-29 | 1 | -1/+0 |
* | mtd: fsl-quadspi: account for const type of of_device_id.data | Julia Lawall | 2018-01-07 | 1 | -4/+4 |
* | mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocols | Cyrille Pitchen | 2017-05-15 | 1 | -1/+5 |
* | mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ | Yunhui Cui | 2017-02-10 | 1 | -4/+4 |
* | mtd:fsl-quadspi:use the property fields of SPI-NOR | Yunhui Cui | 2017-02-10 | 1 | -28/+12 |
* | mtd: spi-nor: constify fsl_qspi_devtype_data | LABBE Corentin | 2016-11-26 | 1 | -4/+4 |
* | mtd: spi-nor: stop passing around retlen | Michal Suchanek | 2016-06-02 | 1 | -11/+6 |
* | mtd: fsl-quadspi: return amount of data read/written or error | Michal Suchanek | 2016-06-02 | 1 | -6/+11 |
* | mtd: spi-nor: change return value of read/write | Michal Suchanek | 2016-06-02 | 1 | -2/+3 |
* | mtd: spi-nor: fsl-quadspi: add support for ls1021a | Yao Yuan | 2016-03-07 | 1 | -0/+10 |
* | mtd: spi-nor: fsl-quadspi: add big-endian support | Yao Yuan | 2016-03-07 | 1 | -60/+97 |
* | mtd: fsl-quadspi: possible NULL dereference | Brian Norris | 2015-11-18 | 1 | -4/+4 |
* | mtd: spi-nor: drop unnecessary partition parser data | Brian Norris | 2015-11-11 | 1 | -3/+1 |
* | mtd: spi-nor: convert to spi_nor_{get, set}_flash_node() | Brian Norris | 2015-11-11 | 1 | -1/+1 |
* | mtd: fsl-quadspi: fix macro collision problems with READ/WRITE | Han Xu | 2015-10-26 | 1 | -10/+10 |
* | mtd: fsl-quadspi: Include <linux/sizes.h> to avoid build error | Fabio Estevam | 2015-10-19 | 1 | -0/+1 |
* | mtd: fsl-quadspi: fix printk() format warning for size_t | Brian Norris | 2015-10-19 | 1 | -1/+1 |
* | mtd: spi-nor: Zap unneeded write_enable from write_reg | Jagan Teki | 2015-09-12 | 1 | -2/+1 |
* | mtd: spi-nor: Decouple SPI NOR's device_node from controller device | Marek Vasut | 2015-09-12 | 1 | -0/+1 |
* | mtd: fsl-quadspi: use automatic spi-nor detection | Brian Norris | 2015-09-02 | 1 | -7/+1 |
* | mtd: spi-nor: embed struct mtd_info within struct spi_nor | Brian Norris | 2015-09-02 | 1 | -6/+4 |
* | mtd: spi-nor: assign mtd->priv in spi_nor_scan() | Brian Norris | 2015-09-02 | 1 | -1/+0 |
* | mtd: spi-nor: fsl-quadspi: fix unsupported cmd when run flash_erase | Frank Li | 2015-08-06 | 1 | -8/+4 |
* | mtd: spi-nor: fsl-quadspi: reset the module in the probe | Frank Li | 2015-08-06 | 1 | -0/+8 |
* | mtd: spi-nor: fsl-quadspi: workaround qspi can't wakeup from wait mode | Frank Li | 2015-08-06 | 1 | -5/+21 |
* | mtd: spi-nor: fsl-quadspi: i.MX6SX: fixed the random QSPI access failed issue | Allen Xu | 2015-08-06 | 1 | -25/+56 |
* | mtd: spi-nor: fsl-quadspi: add i.mx6ul support | Frank Li | 2015-08-06 | 1 | -0/+11 |
* | mtd: spi-nor: fsl-quadspi: add imx7d support | Frank Li | 2015-08-06 | 1 | -0/+26 |
* | mtd: spi-nor: fsl-quadspi: use quirk to distinguish different qspi version | Han Xu | 2015-08-06 | 1 | -8/+16 |
* | mtd: spi-nor: fsl-quadspi: dynamically map memory space for AHB read | Han Xu | 2015-08-06 | 1 | -7/+48 |
* | mtd: fsl-quadspi: Actually clear TX FIFO upon write | Alexander Stein | 2015-07-20 | 1 | -1/+1 |
* | mtd: fsl-quadspi: Access multiple chips simultaneously | Han Xu | 2015-06-23 | 1 | -9/+23 |
* | mtd: constify of_device_id array | Fabian Frederick | 2015-05-07 | 1 | -1/+1 |
* | mtd: fsl-quadspi: cleanup wait_for_completion return handling | Nicholas Mc Guire | 2015-03-31 | 1 | -2/+1 |
* | mtd: fsl-quadspi: Print the error value | Fabio Estevam | 2015-03-31 | 1 | -4/+4 |
* | mtd: fsl-quadspi: improve read performance by increase AHB transfer size | Allen Xu | 2015-02-06 | 1 | -4/+14 |
* | mtd: fsl-quadspi: Remove unnecessary 'map_failed' label | Fabio Estevam | 2015-02-06 | 1 | -18/+10 |
* | mtd: fsl-quadspi: Remove unneeded success/error messages | Fabio Estevam | 2015-02-06 | 1 | -2/+0 |
* | mtd: fsl-quadspi: Fix the error paths | Fabio Estevam | 2015-02-06 | 1 | -4/+4 |
* | mtd: fsl-quadspi: Fix module unbound | Fabio Estevam | 2015-01-20 | 1 | -6/+13 |
* | mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chip | Allen Xu | 2015-01-16 | 1 | -0/+18 |
* | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2014-12-17 | 1 | -19/+4 |
|\ |
|
| * | mtd: spi-nor: factor out write_enable() for erase commands | Brian Norris | 2014-12-01 | 1 | -5/+0 |
| * | mtd: fsl-quadspi: drop wait-till-ready checks | Brian Norris | 2014-11-05 | 1 | -11/+0 |
| * | 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 |
* | | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 2014-11-04 | 1 | -1/+0 |
|\ \
| |/
|/| |
|