summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)AuthorFilesLines
2017-09-14mtd: nand: qcom: fix config error for BCHAbhishek Sahu1-1/+1
2017-09-14mtd: nand: qcom: fix read failure without complete bootchainAbhishek Sahu1-4/+12
2017-09-14mtd: nand: mxc: Fix mxc_v1 ooblayoutBoris Brezillon1-3/+4
2017-09-14mtd: nand: hynix: add support for 20nm NAND chipsMartin Blumenstingl1-2/+2
2017-09-14mtd: nand: make Samsung SLC NAND usable againLothar Waßmann1-2/+5
2017-08-16nand: fix wrong default oob layout for small pages using soft eccMiquel Raynal1-1/+7
2017-08-16mtd: nand: Declare tBERS, tR and tPROG as u64 to avoid integer overflowBoris Brezillon1-3/+3
2017-08-16mtd: nand: Fix timing setup for NANDs that do not support SET FEATURESBoris Brezillon1-1/+3
2017-08-16mtd: nand: atmel: Fix DT backward compatibility in pmecc.cBoris Brezillon1-15/+6
2017-07-28mtd: nand: tango: Fix incorrect use of SEQIN commandBoris Brezillon1-1/+1
2017-05-22mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King1-1/+1
2017-05-22mtd: nand: tango: Update ecc_stats.correctedMarc Gonzalez1-7/+15
2017-05-22mtd: nand: tango: Export OF device ID table as module aliasesAndres Galacho1-0/+1
2017-05-22mtd: nand: samsung: warn about un-parseable ECC infoBrian Norris1-0/+3
2017-05-22mtd: nand: free vendor-specific resources in init failure pathsBrian Norris1-9/+29
2017-05-22mtd: nand: drop unneeded module.h includeBrian Norris1-1/+0
2017-05-22mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris1-1/+5
2017-05-13Merge tag 'upstream-4.12-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds3-10/+159
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds43-3789/+5941
2017-05-09mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka1-20/+9
2017-05-08ubi: Add debugfs file for tracking PEB stateBen Shelton1-1/+125
2017-05-08ubi: fastmap: Fix slab corruptionRabin Vincent1-4/+29
2017-05-08ubi: Make mtd parameter readableAndy Shevchenko1-1/+1
2017-05-08ubi: Fix section mismatchAndy Shevchenko1-4/+4
2017-05-06Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+3
2017-05-05Merge tag 'char-misc-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-107/+33
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+3
2017-05-03mtd: nand: add ooblayout for old hamming layoutAlexander Couzens1-1/+69
2017-05-03mtd: oxnas_nand: Allocating more than necessary in probe()Dan Carpenter1-1/+1
2017-05-02blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig1-4/+3
2017-05-02Merge tag 'spi-nor/for-4.12-v2' of git://github.com/spi-nor/linux into MTDBrian Norris7-6/+749
2017-05-01Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris29-3743/+5094
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds3-13/+18
2017-05-01mtd: mtk-nor: set controller's address width according to nor flashGuochun Mao1-0/+27
2017-05-01mtd: spi-nor: add driver for STM32 quad spi flash controllerLudovic Barre3-0/+701
2017-04-25mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu1-3/+58
2017-04-25mtd: nand: davinci: add comment on NAND subpage write status on keystoneSekhar Nori1-0/+11
2017-04-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros1-0/+9
2017-04-25mtd: nand: NULL terminate a of_device_id tableChristophe Jaillet1-0/+1
2017-04-25mtd: nand: Fix a couple error codesDan Carpenter1-2/+2
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada1-2/+8
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada1-9/+32
2017-04-25mtd: nand: denali: allow to override revision numberMasahiro Yamada3-13/+18
2017-04-25mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada1-15/+17
2017-04-25mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada1-9/+0
2017-04-25mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada2-4/+36
2017-04-25mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada1-4/+10
2017-04-25mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada2-9/+57
2017-04-25mtd: nand: denali: fix erased page checkingMasahiro Yamada1-27/+50
2017-04-25mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada1-70/+71