summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: omap: Use BCH private fields in the specific OOB layoutMiquel Raynal2021-01-201-6/+9
* mtd: rawnand: intel: check the mtd name only after setting the variableMartin Blumenstingl2021-01-141-2/+3
* mtd: rawnand: nandsim: Fix the logic when selecting Hamming soft ECC engineMiquel Raynal2021-01-141-4/+3
* mtd: rawnand: gpmi: fix dst bit offset when extracting raw payloadSean Nyekjaer2021-01-041-1/+1
* Merge tag 'mtd/for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds2020-12-1641-1082/+2665
|\
| *-. Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2020-12-1647-1214/+2965
| |\ \
| | | * mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and othersYifeng Zhao2020-12-103-0/+1508
| | | * mtd: rawnand: gpmi: Use a single line for of_device_idFabio Estevam2020-12-101-16/+6
| | | * mtd: rawnand: gpmi: Fix the random DMA timeout issueHan Xu2020-12-101-9/+21
| | | * mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issueHan Xu2020-12-102-2/+5
| | | * mtd: rawnand: qcom: Add NAND controller support for SDX55Manivannan Sadhasivam2020-12-101-17/+51
| | | * mtd: rawnand: mxc: Use a single line for of_device_idFabio Estevam2020-12-101-16/+5
| | | * mtd: rawnand: mxc: Use device_get_match_data()Fabio Estevam2020-12-101-3/+1
| | | * mtd: rawnand: meson: Fix a resource leak in initDan Carpenter2020-12-101-1/+4
| | | * mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam2020-12-101-9/+1
| | | * mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan2020-12-103-0/+730
| | | * mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong2020-12-101-2/+6
| | | * mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner2020-12-101-4/+5
| | | * mtd: rawnand: marvell: Drop useless lineMiquel Raynal2020-12-101-6/+0
| | | * mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal2020-12-101-19/+19
| | | * mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal2020-12-101-0/+1
| | | * mtd: rawnand: mxc: Remove platform data supportFabio Estevam2020-12-102-72/+5
| | | * mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai2020-12-101-2/+0
| | | * mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt2020-12-101-44/+73
| | | * mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov2020-12-101-1/+1
| | | * mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2020-12-101-1/+1
| | | * mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T2020-12-101-0/+4
| | | * mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I2020-12-101-0/+2
| | | * mtd: rawnand: gpmi: cleanup makefileMarco Felsch2020-12-101-2/+1
| | | * mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-101-17/+9
| | | * mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-101-1/+1
| | | * mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-1011-11/+0
| | | * mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-101-3/+60
| | | * mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-108-14/+33
| | | * mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-1018-511/+15
| | | * mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-14/+17
| | | * mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-101-53/+9
| | | * mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-301-5/+33
| | | * mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-302-18/+49
| | | * mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-302-3/+2
| | | * mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-303-14/+16
| | | * mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-306-233/+3
| * | | mtd: rawnand: arasan: Document 'anfc_op's 'buf' memberLee Jones2020-11-201-0/+1
| * | | mtd: rawnand: sunxi: Document 'sunxi_nfc's 'caps' memberLee Jones2020-11-201-0/+1
| * | | mtd: rawnand: omap2: Fix a bunch of kernel-doc misdemeanoursLee Jones2020-11-201-8/+10
| * | | mtd: rawnand: omap_elm: Finish half populated function header, demote empty onesLee Jones2020-11-201-2/+5
| * | | mtd: rawnand: s3c2410: Add documentation for 2 missing struct membersLee Jones2020-11-201-1/+3
| * | | mtd: rawnand: cafe_nand: Remove superfluous param doc and add anotherLee Jones2020-11-201-1/+1
| * | | mtd: rawnand: diskonchip: Marking unused variables as __always_unusedLee Jones2020-11-201-2/+2
| * | | mtd: rawnand: brcmnand: Demote non-conformant kernel-doc headersLee Jones2020-11-201-3/+3