summaryrefslogtreecommitdiff
path: root/drivers/mtd/devices/m25p80.c
AgeCommit message (Expand)Author
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-10-08mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur
2018-09-18mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon
2018-08-14Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds
2018-08-02mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf
2018-06-18mtd: m25p80: Use SPI_MEM_OP_NO_DUMMY instead of SPI_MEM_OP_DUMMY(0, x)Boris Brezillon
2018-06-18mtd: m25p80: Remove unneeded m25p->command fieldBoris Brezillon
2018-05-22mtd: devices: m25p80: Use spi_mem_set_drvdata() instead of spi_set_drvdata()Boris Brezillon
2018-05-11mtd: spi-nor: Use the spi_mem_xx() APIBoris Brezillon
2017-12-13mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang
2017-10-29mtd: spi-nor: Add support for mr25h128Philipp Puschmann
2017-05-15mtd: m25p80: add support of SPI 1-2-2 and 1-4-4 protocolsCyrille Pitchen
2017-05-15mtd: spi-nor: introduce SPI 1-2-2 and SPI 1-4-4 protocolsCyrille Pitchen
2017-02-10mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König
2017-02-10mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit
2016-06-01mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek
2016-06-01mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek
2016-04-05mtd: devices: m25p80: add support for mmap read requestVignesh R
2015-11-19mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris
2015-11-19mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris
2015-11-11mtd: spi-nor: drop unnecessary partition parser dataBrian Norris
2015-11-11mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris
2015-09-02mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris
2015-07-21mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris
2015-05-18Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris
2015-05-15Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris
2015-05-07mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki
2015-04-05mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris
2014-12-01mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris
2014-11-25mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab
2014-11-25MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris
2014-11-05mtd: spi-nor: fix the wrong dummy valueHuang Shijie
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings
2014-10-17mtd: m25p80: get rid of spi_get_device_idRafał Miłecki
2014-09-28mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki
2014-05-12mtd: m25p80: Revive dual read supportGeert Uytterhoeven
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris
2014-04-14mtd: m25p80: use the SPI nor frameworkBrian Norris
2014-03-10mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris