summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/devices
Commit message (Expand)AuthorAgeFilesLines
...
| * mtd: m25p80: restore the status of SPI flash when exitingHou Zhiqiang2017-12-131-0/+9
* | mtd: Remove duplicate checks on mtd_oob_ops parameterBoris Brezillon2018-01-161-5/+0Star
* | mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-01-161-65/+0Star
* | mtd: mchp23k256: propagate return value of spi_sync()Antonio Borneo2017-12-171-4/+14
|/
* Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds2017-11-235-20/+35
|\
| * mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalidBoris Brezillon2017-11-131-1/+6
| * mtd: remove the get_unmapped_area methodNicolas Pitre2017-11-131-14/+0Star
| * mtd: mtdram: properly handle the phys argument in the point methodNicolas Pitre2017-11-131-0/+22
| * mtd: slram: use memremap() instead of ioremap()Roy Franz2017-11-131-4/+5
| * mtd: constify mtd_partitionArvind Yadav2017-11-061-1/+1
| * mtd: spi-nor: Add support for mr25h128Philipp Puschmann2017-10-291-0/+1
* | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-161-30/+53
|\ \
| * | mtd: powernv_flash: Use opal_async_wait_response_interruptible()Cyril Bur2017-11-061-22/+35
| * | mtd: powernv_flash: Don't return -ERESTARTSYS on interrupted token acquisitionCyril Bur2017-11-061-0/+7
| * | mtd: powernv_flash: Remove pointless goto in driver initCyril Bur2017-11-061-10/+6Star
| * | mtd: powernv_flash: Don't treat OPAL_SUCCESS as an errorCyril Bur2017-11-061-5/+10
| * | mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()Cyril Bur2017-11-061-1/+3
| |/
* | Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-11-152-2/+2
|\ \
| * | treewide: Fix function prototypes for module_param_call()Kees Cook2017-10-312-2/+2
| |/
* / License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon2017-09-011-8/+12
|\
| * mtd: st_spi_fsm: Handle clk_prepare_enable/clk_disable_unprepare.Arvind Yadav2017-08-231-8/+12
* | mtd: spear_smi: add NULL check on devm_kzalloc() return valueGustavo A. R. Silva2017-08-151-0/+2
* | mtd: create per-device and module-scope debugfs entriesMario Rugiero2017-07-212-34/+17Star
|/
* Merge tag 'spi-nor/for-4.13' into MTDBrian Norris2017-07-083-37/+89
|\
| * mtd: st_spi_fsm: remove SPINOR_OP_RDSR2 and use SPINOR_OP_RDCR insteadCyrille Pitchen2017-06-272-3/+2Star
| * 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: mchp23k256: Add support for mchp23lcv1024Chris Packham2017-06-091-10/+56
* | mtd: mchp23k256: add partitioning supportChris Packham2017-06-091-0/+1
* | mtd: mchp23k256: switch to mtd_device_register()Chris Packham2017-06-011-3/+2Star
* | mtd: mchp23k256: Add OF device ID tableChris Packham2017-06-011-0/+8
* | mtd: mchp23k256: Add driver for this SPI SRAM deviceAndrew Lunn2017-05-113-0/+193
* | mtd: dataflash: Add flash_info for AT45DB641EAndrey Smirnov2017-05-111-0/+3
* | mtd: dataflash: Make use of "extened device information"Andrey Smirnov2017-05-111-31/+57
* | mtd: dataflash: Get rid of loop counter in jedec_probe()Andrey Smirnov2017-05-111-4/+4
* | mtd: dataflash: Replace pr_debug, printk with dev_* functionsAndrey Smirnov2017-05-111-41/+33Star
* | mtd: dataflash: Improve coding style in jedec_probe()Andrey Smirnov2017-05-111-14/+17
* | mtd: dataflash: Replace C99 types with their kernel counterpartsAndrey Smirnov2017-05-111-20/+20
|/
* Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-02-281-12/+12
|\
| * ARM: 8638/1: mtd: lart: Rename partition defines to be prefixed with PART_Florian Fainelli2017-02-281-12/+12
* | Merge tag 'spi-nor/for-4.11-v2' of git://github.com/spi-nor/linuxBrian Norris2017-02-103-23/+21Star
|\ \
| * | mtd: spi-nor: add dt support for Everspin MRAMsUwe Kleine-König2017-02-101-1/+5
| * | mtd: spi-nor: rename SPINOR_OP_* macros of the 4-byte address op codesCyrille Pitchen2017-02-102-21/+14Star
| * | mtd: m25p80: consider max message size in m25p80_readHeiner Kallweit2017-02-101-1/+2
| |/
* | mtd: bcm47xxsflash: support reading flash out of mapping windowRafał Miłecki2017-02-092-3/+24
* | mtd: bcm47xxsflash: use platform_(set|get)_drvdataRafał Miłecki2017-02-081-3/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* mtd: bcm47xxsflash: use uncached MMIO access for BCM53573Rafał Miłecki2016-11-081-5/+19
* Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds2016-08-022-27/+26Star
|\