summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-11mtd: rawnand: qcom: Support for IPQ6018 QPIC NAND controllerKathiravan T1-0/+4
2020-12-11dt-bindings: qcom_nandc: IPQ6018 QPIC NAND documentationKathiravan T1-0/+2
2020-12-11mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I1-0/+2
2020-12-11mtd: rawnand: gpmi: cleanup makefileMarco Felsch1-2/+1
2020-12-11mtd: spinand: Remove outdated commentMiquel Raynal1-4/+0
2020-12-11mtd: spinand: Fix OOB readMiquel Raynal1-0/+4
2020-12-11mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal2-7/+9
2020-12-11mtd: spinand: Use the external ECC engine logicMiquel Raynal2-44/+54
2020-12-11dt-bindings: mtd: Deprecate nand-ecc-modeMiquel Raynal1-10/+1
2020-12-11mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2-0/+128
2020-12-11mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal1-1/+5
2020-12-11mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2-0/+7
2020-12-11mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2-0/+76
2020-12-11mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal1-53/+53
2020-12-11mtd: spinand: Fix typo in commentMiquel Raynal1-1/+1
2020-12-11mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2-0/+21
2020-12-11mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal4-21/+223
2020-12-11mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal3-2/+47
2020-12-11mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal12-12/+0
2020-12-11mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal4-12/+90
2020-12-11mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal13-92/+108
2020-12-11mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal1-14/+12
2020-12-11mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal1-29/+10
2020-12-11mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2-2/+2
2020-12-11mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal36-45/+46
2020-12-11mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2-16/+17
2020-12-11mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal4-124/+296
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal3-79/+98
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal5-67/+97
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal3-7/+2
2020-11-30mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal1-1/+1
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal5-37/+42
2020-11-30mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal1-26/+29
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal9-18/+19
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2-0/+138
2020-11-30Linux 5.10-rc6v5.10-rc6Linus Torvalds1-1/+1
2020-11-29Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds24-55/+84
2020-11-29Merge tag 'irq-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-14/+4
2020-11-29Merge tag 'efi-urgent-for-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-3/+4
2020-11-29Merge tag 'x86_urgent_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-43/+32
2020-11-29Merge tag 'riscv-for-linus-5.10-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-1/+4
2020-11-28Merge tag 'kbuild-fixes-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+5
2020-11-28Merge tag 'perf-tools-fixes-for-v5.10-2020-11-28' of git://git.kernel.org/pub...Linus Torvalds6-15/+43
2020-11-28Merge tag 'usb-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds14-34/+51
2020-11-28Merge tag 'char-misc-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-10/+25
2020-11-28Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-0/+28
2020-11-28Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds22-119/+150
2020-11-28Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds66-507/+864
2020-11-28Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-14/+23
2020-11-27Merge tag 'io_uring-5.10-2020-11-27' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+20