summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)AuthorLines
2019-10-07mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton-3/+2
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-544/+0
2019-09-15Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger-389/+642
2019-08-29mtd: rawnand: omap2: Fix number of bitflips reporting with ELMSascha Hauer-1/+1
2019-08-29mtd: rawnand: brcmnand: Fix ecc chunk calculation for erased page bitfipsClaire Lin-1/+4
2019-08-26mtd: rawnand: remove w90x900 driverArnd Bergmann-313/+0
2019-08-26mtd: rawnand: Add Macronix raw NAND controller driverMason Yang-0/+589
2019-08-24mtd: rawnand: Fix a memory leak bugWenwen Wang-4/+6
2019-08-07mtd: rawnand: remove redundant assignment to variable retColin Ian King-1/+1
2019-08-07mtd: rawnand: r852: Use dev_get_drvdataChuhong Yuan-2/+2
2019-08-07mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warningsJulia Lawall-3/+1
2019-08-03mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch-3/+11
2019-07-30mtd: rawnand: Drop obsolete JZ4740 NAND driverPaul Cercueil-544/+0
2019-07-25mtd: rawnand: ingenic: Add of_node_put() before returnNishka Dasgupta-0/+1
2019-07-25mtd: rawnand: meson: Add of_node_put() before returnNishka Dasgupta-0/+1
2019-07-25mtd: rawnand: tango: Add of_node_put() before returnNishka Dasgupta-0/+1
2019-07-25mtd: rawnand: oxnas: Add of_node_put()Nishka Dasgupta-3/+5
2019-07-25mtd: rawnand: vf610: Add of_node_put() before gotoNishka Dasgupta-0/+1
2019-07-25mtd: rawnand: stm32_fmc2: avoid warnings when building with W=1 optionChristophe Kerello-61/+29
2019-07-15docs: mtd: move it to the driver-api bookMauro Carvalho Chehab-1/+1
2019-07-15docs: mtd: convert to ReSTMauro Carvalho Chehab-1/+1
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds-1650/+1583
2019-07-05mtd: rawnand: sunxi: Add A23/A33 DMA support with extra MBUS configurationMiquel Raynal-0/+24
2019-07-05Revert "mtd: rawnand: sunxi: Add A23/A33 DMA support"Miquel Raynal-36/+2
2019-07-01mtd: rawnand: ingenic: Fix ingenic_ecc dependencyPaul Cercueil-11/+4
2019-06-28mtd: rawnand: stm32_fmc2: increase DMA completion timeoutsAmelie Delaunay-6/+9
2019-06-28mtd: rawnand: Use kzalloc() instead of kmalloc() and memset()Fuqian Huang-2/+1
2019-06-27mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPLXiaolei Li-7/+5
2019-06-27mtd: rawnand: gpmi: remove double assignment to block_sizeColin Ian King-1/+1
2019-06-27mtd: rawnand: brcmnand: Add support for v7.3 controllerKamal Dasu-22/+80
2019-06-27mtd: rawnand: brcmnand: Refactored code to introduce helper functionsKamal Dasu-38/+62
2019-06-27mtd: rawnand: brcmnand: When oops in progress use pio and interrupt pollingKamal Dasu-3/+45
2019-06-27mtd: rawnand: Add Macronix NAND read retry supportMason Yang-0/+45
2019-06-27mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-sizeKamal Dasu-0/+11
2019-06-27mtd: rawnand: gpmi: Implement exec_opSascha Hauer-690/+440
2019-06-27dmaengine: mxs: rename custom flagSascha Hauer-6/+11
2019-06-27dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer-22/+14
2019-06-27mtd: rawnand: gpmi: drop unnecessary flagSascha Hauer-9/+5
2019-06-27mtd: rawnand: gpmi: use runtime PM to manage clocksSascha Hauer-25/+44
2019-06-27mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselectionSascha Hauer-14/+2
2019-06-27mtd: rawnand: gpmi: remove unused parametersSascha Hauer-15/+19
2019-06-27mtd: rawnand: gpmi: read buf in nand_read_page_opSascha Hauer-8/+18
2019-06-27mtd: rawnand: gpmi: Remove unnecessary variablesSascha Hauer-11/+6
2019-06-27mtd: rawnand: gpmi: remove unused variableSascha Hauer-3/+0
2019-06-27mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer-1106/+1058
2019-06-27mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer-17/+2
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer-29/+1
2019-06-27mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li-11/+10
2019-06-27mtd: rawnand: mtk: Add validity check for CE# pin settingXiaolei Li-0/+13
2019-06-27mtd: rawnand: mtk: Improve data sampling timing for read cycleXiaolei Li-10/+36