summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices/m25p80.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: m25p80: use the SPI nor frameworkBrian Norris2014-04-141-1198/+105Star
* mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flashBrian Norris2014-03-111-0/+1
* mtd: m25p80: add support for the Spansion s25fl008k chipKuninori Morimoto2014-03-111-0/+1
* mtd: m25p80: Use positive logic to check JEDEC IDAxel Lin2014-03-111-3/+2Star
* mtd: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-03-111-1/+0Star
* mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512sGeert Uytterhoeven2014-03-111-2/+2
* mtd: m25p80: Add dual read supportGeert Uytterhoeven2014-03-111-4/+19
* mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven2014-01-281-0/+11
* mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven2014-01-281-1/+1
* mtd: m25p80: assign default read commandBrian Norris2014-01-201-0/+2
* mtd: m25p80: Use OPCODE_QUAD_READ_4B for 4-byte addressingGeert Uytterhoeven2014-01-161-1/+1
* mtd: m25p80: add support for m25px16Igor Grinberg2014-01-031-0/+1
* drivers: mtd: m25p80: add quad read supportSourav Poddar2014-01-031-2/+137
* drivers: mtd: m25p80: convert "bool" read check into an enumSourav Poddar2014-01-031-14/+57
* mtd: m25p80: fixup device removal failure pathBrian Norris2013-11-071-3/+1Star
* mtd: m25p80: add support for Macronix mx25l3255eBrian Norris2013-11-071-0/+1
* mtd: m25p80: remove 'disabled' device checkBrian Norris2013-11-071-6/+1Star
* mtd: m25p80: remove M25PXX_USE_FAST_READ KconfigBrian Norris2013-11-071-5/+6
* mtd: m25p80: re-align ID entriesBrian Norris2013-11-071-16/+16
* mtd: m25p80: remove obsolete FIXMEBrian Norris2013-11-071-9/+0Star
* mtd: m25p80: fix allocation sizeBrian Norris2013-11-071-13/+7Star