summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal2235-41328/+32614
2020-12-11mtd: spinand: macronix: Add support for MX35LFxG24ADYouChing Lin1-0/+27
2020-12-11mtd: rawnand: rockchip: NFC driver for RK3308, RK2928 and othersYifeng Zhao3-0/+1508
2020-12-11dt-bindings: mtd: Describe Rockchip RK3xxx NAND flash controllerYifeng Zhao1-0/+161
2020-12-11mtd: rawnand: gpmi: Use a single line for of_device_idFabio Estevam1-16/+6
2020-12-11mtd: rawnand: gpmi: Fix the random DMA timeout issueHan Xu1-9/+21
2020-12-11mtd: rawnand: gpmi: Fix the driver only sense CS0 R/B issueHan Xu2-2/+5
2020-12-11mtd: rawnand: qcom: Add NAND controller support for SDX55Manivannan Sadhasivam1-17/+51
2020-12-11dt-bindings: qcom_nandc: Add SDX55 QPIC NAND documentationManivannan Sadhasivam1-0/+2
2020-12-11mtd: rawnand: mxc: Use a single line for of_device_idFabio Estevam1-16/+5
2020-12-11mtd: rawnand: mxc: Use device_get_match_data()Fabio Estevam1-3/+1
2020-12-11mtd: rawnand: meson: Fix a resource leak in initDan Carpenter1-1/+4
2020-12-11mtd: rawnand: gpmi: Use of_device_get_match_data()Fabio Estevam1-9/+1
2020-12-11mtd: rawnand: Add NAND controller support on Intel LGM SoCRamuthevar Vadivel Murugan3-0/+730
2020-12-11dt-bindings: mtd: Add Nand Flash Controller support for Intel LGM SoCRamuthevar Vadivel Murugan1-0/+99
2020-12-11mtd: spinand: micron: Add support for MT29F2G01AAAEDThirumalesha Narasimhappa1-0/+64
2020-12-11mtd: spinand: micron: Use more specific namesThirumalesha Narasimhappa1-30/+30
2020-12-11mtd: rawnand: gpmi: fix reference count leak in gpmi opsZhang Qilong1-2/+6
2020-12-11dt-bindings: mtd: gpmi-nand: Fix matching of clocks on different SoCsKrzysztof Kozlowski1-15/+61
2020-12-11mtd: spinand: macronix: Add support for MX35LFxGE4ADYouChing Lin1-0/+20
2020-12-11mtd: plat-ram: correctly free memory on error path in platram_probe()Baskov Evgeiny1-3/+8
2020-12-11mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner2-12/+13
2020-12-11mtd: rawnand: marvell: Drop useless lineMiquel Raynal1-6/+0
2020-12-11mtd: rawnand: davinci: Do not use extra dereferencingMiquel Raynal1-19/+19
2020-12-11mtd: rawnand: au1550: Ensure the presence of the right includesMiquel Raynal1-0/+1
2020-12-11mtd: nand: Change dependency between the NAND and ECC coresMiquel Raynal1-1/+1
2020-12-11docs: mtd: Avoid htmldocs warningsMiquel Raynal2-4/+1
2020-12-11mtd: rawnand: mxc: Remove platform data supportFabio Estevam3-91/+5
2020-12-11mtd: rawnand: ingenic: remove redundant get_device() in ingenic_ecc_get()Yu Kuai1-2/+0
2020-12-11mtd: nand: ecc-hamming: Clarify the logic around rp17Miquel Raynal1-1/+2
2020-12-11mtd: rawnand: sunxi: Add MDMA supportManuel Dipolt1-44/+73
2020-12-11mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() argumentsSergei Antonov1-1/+1
2020-12-11mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2-2/+3
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