summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20160928' of git://git.infradead.org/linux-mtdLinus Torvalds2016-09-282-1/+4
|\
| * mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctlKarl Beldan2016-09-091-0/+3
| * mtd: nand: omap2: Don't call dma_release_channel() if dma_request_chan() failedRoger Quadros2016-08-291-1/+1
* | mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functionsLothar Waßmann2016-09-191-1/+1
* | mtd: nand: fix chances to create incomplete ECC data when writingRogerCC Lin2016-09-191-2/+5
* | mtd: nand: fix generating over-boundary ECC data when writingRogerCC Lin2016-09-191-4/+8
|/
* Merge tag 'upstream-4.8-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2016-08-048-75/+263
|\
| * ubi: Use bitmaps in Fastmap self-check codeRichard Weinberger2016-07-291-9/+11
| * ubi: Be more paranoid while seaching for the most recent FastmapRichard Weinberger2016-07-292-4/+27
| * ubi: Check whether the Fastmap anchor matches the super blockRichard Weinberger2016-07-291-0/+7
| * ubi: Rework Fastmap attach base codeRichard Weinberger2016-07-294-42/+162
| * ubi: Fix whitespace issue in count_fastmap_pebs()Richard Weinberger2016-07-291-1/+1
| * ubi: Introduce vol_ignored()Richard Weinberger2016-07-292-6/+33
| * ubi: Fix scan_fast() commentRichard Weinberger2016-07-291-1/+1
| * ubi: Make volume resize power cut awareRichard Weinberger2016-07-291-7/+18
| * ubi: Fix early loggingRichard Weinberger2016-07-291-4/+4
| * ubi: gluebi: Fix double refcountingRichard Weinberger2016-07-291-5/+0
| * ubi: Fix race condition between ubi device creation and udevIosif Harutyunov2016-07-291-1/+4
| * ubi: Only read necessary size when reading the VID headerSascha Hauer2016-07-291-1/+1
* | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* | Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds2016-08-0231-246/+5540
|\ \
| * | mtd: spi-nor: don't build Cadence QuadSPI on non-ARMBrian Norris2016-07-191-1/+1
| * | mtd: mtk-nor: remove duplicated include from mtk-quadspi.cWei Yongjun2016-07-191-1/+0
| * | mtd: nand: fix bug writing 1 byte less than page sizeHector Palacios2016-07-191-1/+1
| * | mtd: update description of MTD_BCM47XXSFLASH symbolRafał Miłecki2016-07-181-2/+2
| * | mtd: spi-nor: Add driver for Cadence Quad SPI Flash ControllerGraham Moore2016-07-183-0/+1311
| * | mtd: nand: brcmnand: Change BUG_ON in brcmnand_send_cmdFlorian Fainelli2016-07-161-1/+1
| * | mtd: pmcmsp-flash: Allocating too much in init_msp_flash()Dan Carpenter2016-07-151-3/+3
| * | mtd: maps: sa1100-flash: potential NULL dereferenceDan Carpenter2016-07-151-1/+3
| * | mtd: atmel-quadspi: add driver for Atmel QSPI controllerCyrille Pitchen2016-07-153-0/+742
| * | mtd: nand: omap2: fix return value check in omap_nand_probe()Wei Yongjun2016-07-151-2/+2
| * | Merge tag 'nand/for-4.8' of github.com:linux-nand/linux into mtdBrian Norris2016-07-1513-122/+2806
| |\ \
| | * | mtd: nand: jz4780: Update MODULE_AUTHOR email addressHarvey Hunt2016-07-112-2/+2
| | * | mtd: nand: sunxi: prevent a small memory leakDan Carpenter2016-07-111-3/+3
| | * | mtd: nand: sunxi: add reset line supportIcenowy Zheng2016-07-111-2/+23
| | * | mtd: nand: xway: add nandaddr to own structHauke Mehrtens2016-07-111-16/+14
| | * | mtd: nand: xway: add missing write_buf and read_buf to nand driverHauke Mehrtens2016-07-111-0/+18
| | * | mtd: nand: xway: extract read and write functionHauke Mehrtens2016-07-111-9/+19
| | * | mtd: nand: xway: fix nand lockingJohn Crispin2016-07-111-12/+8
| | * | mtd: nand: xway: remove manual resetHauke Mehrtens2016-07-111-20/+0
| | * | mtd: nand: xway: Avoid messing up with IO_ADDR_W in ->cmd_ctrl()John Crispin2016-07-111-15/+11
| | * | mtd: nand: xway: convert to normal platform driverHauke Mehrtens2016-07-112-37/+80
| | * | mtd: nand: xway: add some more documentationHauke Mehrtens2016-07-111-6/+15
| | * | mtd: nandbiterrs: Support for NAND biterrors test on platforms without raw writeIwo Mergler2016-07-111-1/+1
| | * | mtd: nand: sunxi: fix subpage writeBoris Brezillon2016-07-111-1/+32
| | * | mtd: nand: sunxi: check ecc->size valuesBoris Brezillon2016-07-111-0/+3
| | * | mtd: nand: sunxi: prefer 1k ECC blocks when applicableBoris Brezillon2016-07-111-0/+6
| | * | mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma()Boris Brezillon2016-07-111-2/+4
| | * | mtd: mediatek: driver for MTK Smart DeviceJorge Ramirez-Ortiz2016-07-115-0/+2114
| | * | mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()Wei Yongjun2016-07-111-2/+2