aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand
AgeCommit message (Expand)Author
2017-07-27mtd: nand: tango: Fix incorrect use of SEQIN commandBoris Brezillon
2017-05-22mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King
2017-05-22mtd: nand: tango: Update ecc_stats.correctedMarc Gonzalez
2017-05-22mtd: nand: tango: Export OF device ID table as module aliasesAndres Galacho
2017-05-22mtd: nand: samsung: warn about un-parseable ECC infoBrian Norris
2017-05-22mtd: nand: free vendor-specific resources in init failure pathsBrian Norris
2017-05-22mtd: nand: drop unneeded module.h includeBrian Norris
2017-05-22mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-05-08mtd: nand: nandsim: convert to memalloc_noreclaim_*()Vlastimil Babka
2017-05-02mtd: nand: add ooblayout for old hamming layoutAlexander Couzens
2017-05-02mtd: oxnas_nand: Allocating more than necessary in probe()Dan Carpenter
2017-05-01Merge tag 'nand/for-4.12' of github.com:linux-nand/linux into MTDBrian Norris
2017-04-25mtd: nand: brcmnand: Check flash #WP pin status before nand erase/programKamal Dasu
2017-04-25mtd: nand: davinci: add comment on NAND subpage write status on keystoneSekhar Nori
2017-04-25mtd: nand: omap2: Fix partition creation via cmdline mtdpartsRoger Quadros
2017-04-25mtd: nand: NULL terminate a of_device_id tableChristophe Jaillet
2017-04-25mtd: nand: Fix a couple error codesDan Carpenter
2017-04-25mtd: nand: allow drivers to request minimum alignment for passed bufferMasahiro Yamada
2017-04-25mtd: nand: allocate aligned buffers if NAND_OWN_BUFFERS is unsetMasahiro Yamada
2017-04-25mtd: nand: denali: allow to override revision numberMasahiro Yamada
2017-04-25mtd: nand: denali_dt: use pdev instead of ofdev for platform_deviceMasahiro Yamada
2017-04-25mtd: nand: denali_dt: remove dma-mask DT propertyMasahiro Yamada
2017-04-25mtd: nand: denali: support 64bit capable DMA engineMasahiro Yamada
2017-04-25mtd: nand: denali_dt: enable HW_ECC_FIXUP for Altera SOCFPGA variantMasahiro Yamada
2017-04-25mtd: nand: denali: support HW_ECC_FIXUP capabilityMasahiro Yamada
2017-04-25mtd: nand: denali: fix erased page checkingMasahiro Yamada
2017-04-25mtd: nand: denali: fix bitflips calculation in handle_ecc()Masahiro Yamada
2017-04-25mtd: nand: denali: remove meaningless pipeline read-ahead operationMasahiro Yamada
2017-04-25mtd: nand: denali: allow to override mtd->name from label DT propertyMasahiro Yamada
2017-04-25mtd: nand: relax ecc.read_page() return value for uncorrectable ECCMasahiro Yamada
2017-04-25mtd: nand: Remove unused chip->write_page() hookBoris Brezillon
2017-04-25mtd: nand: Cleanup/rework the atmel_nand driverBoris Brezillon
2017-04-19drivers/mtd: Convert remaining uses of pr_warning to pr_warnJoe Perches
2017-03-29mtd: nand: orion: improve handling of optional clockSimon Baatz
2017-03-29mtd: nand: orion: fix clk handlingSimon Baatz
2017-03-28mtd: nand: denali: remove unnecessary writes to ECC_CORRECTIONMasahiro Yamada
2017-03-28mtd: nand: denali: remove meaningless writes to read-only registersMasahiro Yamada
2017-03-28mtd: nand: denali: set DEVICES_CONNECTED 1 if not setMasahiro Yamada
2017-03-28mtd: nand: denali: simplify multi device fixup codeMasahiro Yamada
2017-03-27mtd: nand: denali: move multi device fixup code to a helper functionMasahiro Yamada
2017-03-27mtd: nand: denali: call nand_set_flash_node() to set DT nodeMasahiro Yamada
2017-03-27mtd: nand: denali: use nand_chip to hold frequently accessed dataMasahiro Yamada
2017-03-24mtd: nand: do not check R/B# for CMD_SET_FEATURES in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: do not check R/B# for CMD_READID in nand_command(_lp)Masahiro Yamada
2017-03-24mtd: nand: denali: use int where no reason to use fixed width variableMasahiro Yamada
2017-03-24mtd: nand: denali: introduce capability flagMasahiro Yamada
2017-03-24mtd: nand: denali: consolidate INTR_STATUS__* and INTR_EN__* macrosMasahiro Yamada
2017-03-24mtd: nand: denali: fix comment of denali_nand_info::flash_memMasahiro Yamada
2017-03-24mtd: nand: denali: remove more unused struct membersMasahiro Yamada