aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds5-21/+70
2014-10-29MTD: merge 3.18 development into -next developmentBrian Norris2-1/+3
2014-10-29mtd: cfi_cmdset_0001.c: fix resume for LH28F640BF chipsDmitry Eremin-Solenikov1-0/+2
2014-10-29mtd: omap: fix mtd devices not showing upFrans Klaver1-1/+1
2014-10-29mtd: nand: add sunxi NAND flash controller supportBoris BREZILLON3-0/+1439
2014-10-23nandsim: add id_bytes module parameterAkinobu Mita1-18/+24
2014-10-22mtd: docg3: fix 'defined but not used' warningBrian Norris1-0/+2
2014-10-22mtd: bcm47xxpart: only register partitions if the trx header was filledHauke Mehrtens1-6/+14
2014-10-22mtd: phram: fix asm/io.h include usageRob Ward1-1/+1
2014-10-22mtd: fsl-quadspi: Let the clocks error path be clearerFabio Estevam1-2/+2
2014-10-22mtd: fsl-quadspi: Propagate the error from of_modalias_node()Fabio Estevam1-1/+2
2014-10-22mtd: orion_nand: fix error code path in probeMichael Opdenacker1-28/+11
2014-10-22mtd: bcm47xxpart: alloc memory for more partitionsRafał Miłecki1-2/+6
2014-10-22mtd: bfin-async-flash: Remove unused variableAaron Sierra1-1/+0
2014-10-22mtd: docg3: add device-tree supportRobert Jarzmik1-0/+8
2014-10-22mtd: nand: omap: Do not use global variablesRostislav Lisovy1-4/+3
2014-10-21spi-nor: Remove spi_nor::read_id operationBen Hutchings1-3/+1
2014-10-21docg3: Fix miuse of seq_printf return valueJoe Perches1-60/+52
2014-10-21MTD: merge 3.18 development into -next developmentBrian Norris3-20/+67
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings2-3/+52
2014-10-20mtd: spi-nor: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20mtd: onenand: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-20mtd: nand: bcm47xxnflash: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20mtd: nand: drop owner assignment from platform_driversWolfram Sang29-30/+0
2014-10-20mtd: maps: drop owner assignment from platform_driversWolfram Sang9-9/+0
2014-10-20mtd: devices: drop owner assignment from platform_driversWolfram Sang4-4/+0
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-2/+2
2014-10-18Merge branch 'for-3.18/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2014-10-18Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds37-549/+710
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings3-13/+11
2014-10-17mtd: m25p80: get rid of spi_get_device_idRafał Miłecki1-5/+5
2014-10-15mtd: sh_flctl: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-15mtd: fsmc_nand: use dmaengine_terminate_all() APIVinod Koul1-1/+1
2014-10-06mtd: nand: omap: Correct CONFIG_MTD_NAND_OMAP_BCH help messageRoger Quadros1-1/+1
2014-10-06mtd: nand: Force omap_elm to be built as a module if omap2_nand is a moduleEzequiel Garcia2-2/+5
2014-10-04block: disable entropy contributions for nonrot devicesMike Snitzer1-0/+1
2014-10-03UBI: Fastmap: Calc fastmap size correctlyRichard Weinberger1-1/+2
2014-09-30UBI: Fix trivial typo in __schedule_ubi_workRichard Weinberger1-1/+1
2014-09-28mtd: move support for struct flash_platform_data into m25p80Rafał Miłecki2-29/+21
2014-09-28mtd: spi-nor: add Kconfig option to disable 4K sectorsRafał Miłecki2-1/+18
2014-09-26UBI: wl: Rename cancel flag to shutdownRichard Weinberger2-15/+18
2014-09-26UBI: ubi_eba_read_leb: Remove in vain variable assignmentRichard Weinberger1-3/+2
2014-09-24UBI: Fix livelock in produce_free_peb()Richard Weinberger1-1/+1
2014-09-22mtd: nand: Move ELM driver and rename as omap_elmEzequiel García3-1/+1
2014-09-22nand: omap2: Replace pr_err with dev_errEzequiel García1-13/+17
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García1-59/+71
2014-09-22mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON1-0/+4
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+2
2014-09-22mtd: physmap_of: Add non-obsolete map_rom probeAaron Sierra1-0/+4
2014-09-22mtd: physmap_of: Fix ROM support via OFAaron Sierra1-1/+1