summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King2017-05-221-1/+1
* mtd: nand: tango: Update ecc_stats.correctedMarc Gonzalez2017-05-221-7/+15
* mtd: nand: tango: Export OF device ID table as module aliasesAndres Galacho2017-05-221-0/+1
* mtd: nand: samsung: warn about un-parseable ECC infoBrian Norris2017-05-221-0/+3
* mtd: nand: free vendor-specific resources in init failure pathsBrian Norris2017-05-221-9/+29
* mtd: nand: drop unneeded module.h includeBrian Norris2017-05-221-1/+0
* mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris2017-05-221-1/+5
* Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2017-05-133-10/+159
|\
| * ubi: Add debugfs file for tracking PEB stateBen Shelton2017-05-081-1/+125
| * ubi: fastmap: Fix slab corruptionRabin Vincent2017-05-081-4/+29
| * ubi: Make mtd parameter readableAndy Shevchenko2017-05-081-1/+1
| * ubi: Fix section mismatchAndy Shevchenko2017-05-081-4/+4
* | Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds2017-05-1143-3789/+5941
|\ \
| * | mtd: nand: add ooblayout for old hamming layoutAlexander Couzens2017-05-021-1/+69
| * | mtd: oxnas_nand: Allocating more than necessary in probe()Dan Carpenter2017-05-021-1/+1
| * | Merge tag 'spi-nor/for-4.12-v2' of git://github.com/spi-nor/linux into MTDBrian Norris2017-05-017-6/+749
| |\ \
| | * | mtd: mtk-nor: set controller's address width according to nor flashGuochun Mao2017-05-011-0/+27
| | * | mtd: spi-nor: add driver for STM32 quad spi flash controllerLudovic Barre2017-05-013-0/+701
| | * | mtd: spi-nor: enable stateless 4b op codes for mx25u25635fMathias Kresin2017-04-161-1/+1
| | * | mtd: spi-nor: Add support for N25Q256A11Nobuhiro Iwamatsu2017-04-101-0/+1
| | * | drivers mtd: spi-nor: add Macronix MX25Ux033E and MX25Ux035 variantsAlexander Kurz2017-03-221-0/+3
| | * | drivers mtd: spi-nor: add Winbond W25Q20 variantsAlexander Kurz2017-03-221-0/+3
| | * | mtd: spi-nor: Disable chip erase for Micron n25q00.mar.krzeminski2017-03-221-2/+2
| | * | mtd: spi-nor: Fix whole chip erasing for stacked chips.mar.krzeminski2017-03-221-0/+3
| | * | mtd: spi-nor: Add support for ESMT F25L32QA and F25L64QAL. D. Pinney2017-03-071-0/+2
| | * | mtd: spi-nor: intel: use ERR_CAST in return statementNicholas Mc Guire2017-03-071-1/+1
| | * | mtd: spi-nor: intel: use true/false for booleanNicholas Mc Guire2017-03-071-1/+1
| | * | mtd: spi-nor: hisi: do not ignore clk_prepare_enable() failureAlexey Khoroshilov2017-03-071-1/+4
| * | | Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris2017-05-0129-3743/+5094
| |\ \ \
| | * | | mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu2017-04-251-3/+58
| | * | | mtd: nand: davinci: add comment on NAND subpage write status on keystoneSekhar Nori2017-04-251-0/+11
| | * | | mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros2017-04-251-0/+9
| | * | | mtd: nand: NULL terminate a of_device_id tableChristophe Jaillet2017-04-251-0/+1
| | * | | mtd: nand: Fix a couple error codesDan Carpenter2017-04-251-2/+2
| | * | | mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada2017-04-251-2/+8
| | * | | mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada2017-04-251-9/+32
| | * | | mtd: nand: denali: allow to override revision numberMasahiro Yamada2017-04-253-13/+18
| | * | | mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada2017-04-251-15/+17
| | * | | mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada2017-04-251-9/+0
| | * | | mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada2017-04-252-4/+36
| | * | | mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada2017-04-251-4/+10
| | * | | mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada2017-04-252-9/+57
| | * | | mtd: nand: denali: fix erased page checkingMasahiro Yamada2017-04-251-27/+50
| | * | | mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada2017-04-251-70/+71
| | * | | mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada2017-04-251-39/+3
| | * | | mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada2017-04-251-1/+3
| | * | | mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada2017-04-251-2/+1
| | * | | mtd: nand: Remove unused chip->write_page() hookBoris Brezillon2017-04-251-7/+5
| | * | | mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon2017-04-259-2749/+3297
| | * | | mtd: nand: orion: improve handling of optional clockSimon Baatz2017-03-291-7/+13
OpenPOWER on IntegriCloud