aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2015-01-20mtd: nand: default bitflip-reporting threshold to 75% of correction strengthBrian Norris1-1/+1
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig4-131/+32
2015-01-20mtd: atmel_nand: introduce a new compatible string for sama5d4 chipWu, Josh1-1/+24
2015-01-20mtd: atmel_nand: return max bitflips in all sectors in pmecc_correction()Wu, Josh1-3/+3
2015-01-20mtd: fsl-quadspi: Fix module unboundFabio Estevam1-6/+13
2015-01-20mtd: spi-nor: support for (GigaDevice) GD25Q128BRafał Miłecki1-0/+1
2015-01-15nandsim: remove unused STATE_DATAOUT_STATUS_M and OPT_SMARTMEDIAAkinobu Mita1-6/+0
2015-01-15mtd: nand: ams-delta: fix overwritten mtd_info->owner in initializationAkinobu Mita1-5/+1
2015-01-15mtd: spi-nor: fsl-qspi: support deep sleep mode for imx6 sx chipAllen Xu1-0/+18
2015-01-13mtd: denali: fix incorrect bitmask error in denali_setup_dmaGraham Moore1-1/+1
2015-01-12mtd: st_spi_fsm: Fix [-Wsign-compare] build warningLee Jones1-1/+1
2015-01-12mtd: st_spi_fsm: Obtain and use EMI clockLee Jones1-2/+38
2015-01-12mtd: st_spi_fsm: Extend fsm_clear_fifo to handle unwanted bytesLee Jones1-16/+79
2015-01-09mtd: map_rom: Support UBI on ROMAaron Sierra1-1/+12
2015-01-09mtd: physmap_of: Add read-only fallbackJoe Schultz1-0/+10
2015-01-09mtd: map_ram: Enable mtdoopsAlessio Igor Bogani1-0/+1
2015-01-09mtd: nftl: reorganize operations in condition checkAndy Shevchenko1-7/+11
2015-01-09mtd: nand: remove duplicate comment lineBaruch Siach1-1/+0
2015-01-07mtd: nand: added nand_shutdownScott Branden1-0/+11
2015-01-07mtd: implement common reboot notifier boilerplateBrian Norris1-0/+20
2015-01-07mtd: mtdblock: remove the needless mtdblks_lockGu Zheng1-10/+0
2015-01-07mtd: bcm47xxpart: support SquashFS with an original magicRafał Miłecki1-2/+5
2015-01-07mtd: bcm47xxpart: lower minimal blocksize to 4Ki (from 64Ki)Rafał Miłecki1-2/+6
2015-01-07mtd: bcm47xxpart: support TRX data partition being UBIRafał Miłecki1-2/+26
2015-01-07mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)1-8/+54
2014-12-22mtd: nand: gpmi: remove deprecated commentBoris BREZILLON1-8/+0
2014-12-22mtd: gpmi: Remove noisy error messageFabio Estevam1-1/+0
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds32-447/+2291
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds46-47/+0
2014-12-12mtd: tests: abort torturetest on erase errorsBrian Norris1-1/+3
2014-12-12mtd: physmap_of: fix potential NULL dereferenceArd Biesheuvel1-5/+3
2014-12-01mtd: spi-nor: allow NULL as chip name and try to auto detect itRafał Miłecki1-3/+11
2014-12-01mtd: nand: gpmi: add raw oob access functionsBoris BREZILLON1-0/+18
2014-12-01mtd: nand: gpmi: add proper raw access supportBoris BREZILLON2-0/+185
2014-12-01mtd: nand: gpmi: add gpmi_copy_bits functionBoris BREZILLON2-0/+157
2014-12-01mtd: spi-nor: factor out write_enable() for erase commandsBrian Norris3-14/+6
2014-12-01mtd: spi-nor: add support for s25fl128sHuang Shijie1-0/+18
2014-12-01mtd: spi-nor: remove the jedec_id/ext_idHuang Shijie1-53/+45
2014-12-01mtd: spi-nor: add id/id_len for flash_info{}Huang Shijie1-14/+25
2014-11-28mtd: nand: correct the comment of function nand_block_isreserved()Gu Zheng1-2/+2
2014-11-25mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpyWu, Josh1-29/+10
2014-11-25mtd: cafe_nand: drop duplicate .write_page implementationBrian Norris1-45/+0
2014-11-25mtd: m25p80: Add support for serial flash Spansion S25FL132KKnut Wohlrab2-3/+2
2014-11-25MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_idsAlison Chaiken1-3/+3
2014-11-25mtd: spi-nor: improve wait-till-ready timeout loopBrian Norris1-4/+9
2014-11-25mtd: delete unnecessary checks before two function callsMarkus Elfring2-4/+2
2014-11-25mtd: nand: omap: Fix NAND enumeration on 3430 LDPRoger Quadros1-7/+0
2014-11-25mtd: nand: add ATO manufacturer infoBrian Norris1-0/+1
2014-11-25mtd: nand: print erase size on initRafał Miłecki1-2/+2
2014-11-20mtd: oobtest: correct printf() format specifier for 'size_t'Brian Norris1-1/+1