summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420Thomas Gleixner2019-06-051-5/+1Star
* mtd: m25p80: add support of octal mode I/O transferYogesh Narayan Gaur2019-01-171-1/+8
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-231-15/+8Star
|\
| * mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur2018-10-081-15/+8Star
* | mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon2018-09-181-3/+23
|/
* Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-08-141-0/+3
|\
| * mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf2018-08-021-0/+3
* | mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)Boris Brezillon2018-06-181-2/+1Star
* | mtd: m25p80: Remove unneeded m25p->command fieldBoris Brezillon2018-06-181-2/+0Star
|/
* mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon2018-05-221-1/+1
* mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon2018-05-111-157/+79Star
* mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang2017-12-131-0/+9
* mtd: spi-nor: Add support for mr25h128Philipp Puschmann2017-10-291-0/+1
* mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocolsCyrille Pitchen2017-05-151-23/+79
* mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen2017-05-151-12/+9Star
* mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König2017-02-101-1/+5
* mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit2017-02-101-1/+2
* mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek2016-06-021-1/+1
* mtd: spi-nor: stop passing around retlenMichal Suchanek2016-06-021-5/+2Star
* mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek2016-06-021-8/+21
* mtd: spi-nor: change return value of read/writeMichal Suchanek2016-06-021-2/+3
* mtd: devices: m25p80: add support for mmap read requestVignesh R2016-04-051-0/+22
* mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris2015-11-201-3/+3
* mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris2015-11-201-1/+10
* mtd: m25p80: drop erase() callbackBrian Norris2015-11-191-17/+0Star
* Merge v4.4-rc1 into MTD developmentBrian Norris2015-11-161-1/+0Star
|\
| * Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds2015-11-061-9/+6Star
| |\
| * | spi: Drop owner assignment from spi_driversAndrew F. Davis2015-10-281-1/+0Star
* | | mtd: spi-nor: drop unnecessary partition parser dataBrian Norris2015-11-111-6/+2Star
* | | mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris2015-11-111-1/+1
| |/ |/|
* | mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki2015-09-121-2/+1Star
* | mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut2015-09-121-0/+1
* | mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris2015-09-021-6/+4Star
* | mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris2015-09-021-1/+0Star
|/
* mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris2015-07-211-7/+11
* Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris2015-05-181-3/+3
|\
| * Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris2015-05-151-3/+3
* | mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki2015-05-071-36/+24Star
|/
* mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris2015-04-061-3/+18
* mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris2014-12-011-6/+0Star
* mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab2014-11-261-3/+1Star
* MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken2014-11-261-3/+3
* mtd: m25p80: drop wait-till-ready checksBrian Norris2014-11-051-11/+0Star
* mtd: spi-nor: fix the wrong dummy valueHuang Shijie2014-11-051-1/+4
* mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2014-10-211-1/+51
* mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings2014-10-171-3/+1Star
* mtd: m25p80: get rid of spi_get_device_idRafał Miłecki2014-10-171-5/+5
* mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki2014-09-291-2/+20
* mtd: m25p80: Revive dual read supportGeert Uytterhoeven2014-05-121-0/+2
* mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris2014-04-141-2/+2