aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-10mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König1-1/+5
2017-02-10mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit1-1/+2
2016-06-01mtd: m25p80: read in spi_max_transfer_size chunksMichal Suchanek1-1/+1
2016-06-01mtd: spi-nor: stop passing around retlenMichal Suchanek1-5/+2
2016-06-01mtd: m25p80: return amount of data transferred or error in read/writeMichal Suchanek1-8/+21
2016-06-01mtd: spi-nor: change return value of read/writeMichal Suchanek1-2/+3
2016-04-05mtd: devices: m25p80: add support for mmap read requestVignesh R1-0/+22
2015-11-19mtd: m25p80: replace leftover "nor-jedec" with "spi-nor" in commentsBrian Norris1-3/+3
2015-11-19mtd: m25p80: fix module autoloading for "jedec, spi-nor" and "spi-nor"Brian Norris1-1/+10
2015-11-19mtd: m25p80: drop erase() callbackBrian Norris1-17/+0
2015-11-15Merge v4.4-rc1 into MTD developmentBrian Norris1-1/+0
2015-11-11mtd: spi-nor: drop unnecessary partition parser dataBrian Norris1-6/+2
2015-11-11mtd: spi-nor: convert to spi_nor_{get, set}_flash_node()Brian Norris1-1/+1
2015-11-06Merge tag 'for-linus-20151106' of git://git.infradead.org/linux-mtdLinus Torvalds1-9/+6
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-09-11mtd: spi-nor: Zap unneeded write_enable from write_regJagan Teki1-2/+1
2015-09-11mtd: spi-nor: Decouple SPI NOR's device_node from controller deviceMarek Vasut1-0/+1
2015-09-02mtd: spi-nor: embed struct mtd_info within struct spi_norBrian Norris1-6/+4
2015-09-02mtd: spi-nor: assign mtd->priv in spi_nor_scan()Brian Norris1-1/+0
2015-07-21mtd: m25p80: allow arbitrary OF matching for "jedec,spi-nor"Brian Norris1-7/+11
2015-05-18Merge tag 'v4.1-rc4' into MTD's -nextBrian Norris1-3/+3
2015-05-15Documentation: dt: mtd: replace "nor-jedec" binding with "jedec, spi-nor"Brian Norris1-3/+3
2015-05-07mtd: m25p80: remove unused flash entries from id_tableRafał Miłecki1-36/+24
2015-04-05mtd: m25p80: bind to "nor-jedec" ID, for auto-detectionBrian Norris1-3/+18
2014-12-01mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris1-6/+0
2014-11-25mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab1-3/+1
2014-11-25MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken1-3/+3
2014-11-05mtd: m25p80: drop wait-till-ready checksBrian Norris1-11/+0
2014-11-05mtd: spi-nor: fix the wrong dummy valueHuang Shijie1-1/+4
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings1-1/+51
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings1-3/+1
2014-10-17mtd: m25p80: get rid of spi_get_device_idRafał Miłecki1-5/+5
2014-09-28mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki1-2/+20
2014-05-12mtd: m25p80: Revive dual read supportGeert Uytterhoeven1-0/+2
2014-04-14mtd: spi-nor: re-name OPCODE_* to SPINOR_OP_*Brian Norris1-2/+2
2014-04-14mtd: m25p80: use the SPI nor frameworkBrian Norris1-1198/+105
2014-03-10mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris1-0/+1
2014-03-10mtd: m25p80: add support for the Spansion s25fl008k chipKuninori Morimoto1-0/+1
2014-03-10mtd: m25p80: Use positive logic to check JEDEC IDAxel Lin1-3/+2
2014-03-10mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-03-10mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512sGeert Uytterhoeven1-2/+2
2014-03-10mtd: m25p80: Add dual read supportGeert Uytterhoeven1-4/+19
2014-01-27mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven1-0/+11
2014-01-27mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven1-1/+1
2014-01-20mtd: m25p80: assign default read commandBrian Norris1-0/+2
2014-01-16mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressingGeert Uytterhoeven1-1/+1
2014-01-03mtd: m25p80: add support for m25px16Igor Grinberg1-0/+1
2014-01-03drivers: mtd: m25p80: add quad read supportSourav Poddar1-2/+137
2014-01-03drivers: mtd: m25p80: convert "bool" read check into an enumSourav Poddar1-14/+57
2013-11-06mtd: m25p80: fixup device removal failure pathBrian Norris1-3/+1