summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2020-02-15mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor1-41/+41
2020-01-17mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi1-1/+2
2019-12-05mtd: rawnand: atmel: fix possible object reference leakWen Yang1-6/+15
2019-12-05mtd: rawnand: atmel: Fix spelling mistake in error messageMiquel Raynal1-1/+1
2019-12-05mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon1-1/+1
2019-11-24mtd: rawnand: sh_flctl: Use proper enum for flctl_dma_fifo0_transferNathan Chancellor1-2/+2
2019-11-20mtd: rawnand: qcom: don't include dma-direct.hChristoph Hellwig1-1/+0
2019-11-20mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versionsKurt Kanzenbach1-7/+26
2019-11-20mtd: rawnand: fsl_ifc: check result of SRAM initializationKurt Kanzenbach1-4/+13
2019-11-20mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni1-12/+11
2019-09-19mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li1-11/+10
2019-08-06mtd: rawnand: micron: handle on-die "ECC-off" devices correctlyMarco Felsch1-3/+11
2019-07-26mtd: spinand: read returns badly if the last page has bitflipsliaoweixiong1-1/+1
2019-07-26mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li1-3/+21
2019-06-11mtd: spinand: macronix: Fix ECC Status ReadEmil Lenngren1-1/+7
2019-02-15mtd: rawnand: gpmi: fix MX28 bus master lockup problemMartin Kepplinger1-7/+6
2019-02-15mtd: spinand: Fix the error/cleanup path in spinand_init()Boris Brezillon1-2/+2
2019-02-15mtd: spinand: Handle the case where PROGRAM LOAD does not reset the cacheBoris Brezillon1-22/+20
2019-01-17mtd: rawnand: qcom: fix memory corruption that causes panicChristian Lamparter1-10/+10
2019-01-09mtd: rawnand: omap2: Pass the parent of pdev to dma_request_chan()Boris Brezillon1-1/+1
2019-01-09mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal1-3/+14
2018-12-13mtd: rawnand: qcom: Namespace prefix some commandsOlof Johansson1-16/+16
2018-12-08mtd: nand: Fix memory allocation in nanddev_bbt_init()Frieder Schrempf1-1/+2
2018-11-27mtd: rawnand: atmel: fix OF child-node lookupJohan Hovold1-4/+7
2018-11-13mtd: rawnand: atmel: Fix potential NULL pointer dereferenceGustavo A. R. Silva1-0/+4
2018-11-13mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unsetMasahiro Yamada1-4/+10
2018-11-13mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal1-1/+1
2018-09-15mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada1-0/+6
2018-09-10mtd: rawnand: marvell: prevent harmless warningsMiquel Raynal1-1/+3
2018-08-27mtd: rawnand: denali: do not pass zero maxchips to nand_scan()Masahiro Yamada1-0/+5
2018-08-27mtd: rawnand: docg4: Remove wrong __init annotationsGeert Uytterhoeven1-2/+2
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2018-08-15Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-16/+1
2018-08-11mtd: rawnand: atmel: Select GENERIC_ALLOCATORBoris Brezillon1-0/+1
2018-08-09Merge branch 'asoc-4.19' into asoc-nextMark Brown1-16/+1
2018-08-01mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal3-29/+44
2018-07-31mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal1-11/+41
2018-07-31mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal1-7/+9
2018-07-31mtd: rawnand: txx9ndfmc: convert driver to nand_scan()Miquel Raynal1-17/+17
2018-07-31mtd: rawnand: txx9ndfmc: clarify ECC parameters assignationMiquel Raynal1-4/+4
2018-07-31mtd: rawnand: tegra: convert driver to nand_scan()Miquel Raynal1-74/+88
2018-07-31mtd: rawnand: jz4740: convert driver to nand_scan()Miquel Raynal1-12/+20
2018-07-31mtd: rawnand: jz4740: group nand_scan_{ident, tail} callsMiquel Raynal1-12/+11
2018-07-31mtd: rawnand: jz4740: fix probe function error pathMiquel Raynal1-3/+3
2018-07-31mtd: rawnand: docg4: convert driver to nand_scan()Miquel Raynal1-26/+45
2018-07-31mtd: rawnand: do not execute nand_scan_ident() if maxchips is zeroMiquel Raynal1-4/+8
2018-07-31mtd: rawnand: atmel: convert driver to nand_scan()Miquel Raynal1-59/+54
2018-07-31mtd: rawnand: atmel: clarify NAND addition/removal pathsMiquel Raynal1-57/+45
2018-07-31mtd: rawnand: omap2: convert driver to nand_scan()Miquel Raynal1-233/+230
2018-07-31mtd: rawnand: lpc32xx_mlc: convert driver to nand_scan()Miquel Raynal1-28/+33