summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds41-1082/+2665
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal47-1214/+2965
2020-12-11mtd: rawnand: xway: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: socrates: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: plat_nand: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: pasemi: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: orion: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: mpc5121: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: gpio: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: au1550: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-11mtd: rawnand: ams-delta: Do not force a particular software ECC engineMiquel Raynal1-1/+3
2020-12-10mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and othersYifeng Zhao3-0/+1508
2020-12-10mtd: rawnand: gpmi: Use a single line for of_device_idFabio Estevam1-16/+6
2020-12-10mtd: rawnand: gpmi: Fix the random DMA timeout issueHan Xu1-9/+21
2020-12-10mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issueHan Xu2-2/+5
2020-12-10mtd: rawnand: qcom: Add NAND controller support for SDX55Manivannan Sadhasivam1-17/+51
2020-12-10mtd: rawnand: mxc: Use a single line for of_device_idFabio Estevam1-16/+5
2020-12-10mtd: rawnand: mxc: Use device_get_match_data()Fabio Estevam1-3/+1
2020-12-10mtd: rawnand: meson: Fix a resource leak in initDan Carpenter1-1/+4
2020-12-10mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam1-9/+1
2020-12-10mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan3-0/+730
2020-12-10mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong1-2/+6
2020-12-10mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner1-4/+5
2020-12-10mtd: rawnand: marvell: Drop useless lineMiquel Raynal1-6/+0
2020-12-10mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal1-19/+19
2020-12-10mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal1-0/+1
2020-12-10mtd: rawnand: mxc: Remove platform data supportFabio Estevam2-72/+5
2020-12-10mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai1-2/+0
2020-12-10mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt1-44/+73
2020-12-10mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov1-1/+1
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-12-10mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T1-0/+4
2020-12-10mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I1-0/+2
2020-12-10mtd: rawnand: gpmi: cleanup makefileMarco Felsch1-2/+1
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal1-17/+9
2020-12-10mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal1-1/+1
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal11-11/+0
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal1-3/+60
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal8-14/+33
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal18-511/+15
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal1-14/+17
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal1-53/+9
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal1-5/+33
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2-18/+49
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2-3/+2
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal3-14/+16
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal6-233/+3
2020-11-20mtd: rawnand: arasan: Document 'anfc_op's 'buf' memberLee Jones1-0/+1
2020-11-20mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' memberLee Jones1-0/+1
2020-11-20mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanoursLee Jones1-8/+10