summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/onenand
AgeCommit message (Expand)AuthorFilesLines
2022-11-07mtd: onenand: omap2: add dependency on GPMCKrzysztof Kozlowski1-0/+1
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień1-0/+12
2022-09-21mtd: always initialize 'stats' in struct mtd_oob_opsMichał Kępień2-3/+3
2022-01-23mtd: onenand: Check for error irqJiasheng Jiang1-1/+6
2021-12-09mtd: onenand: remove redundant variable ooblenColin Ian King1-2/+2
2021-09-29mtd: onenand: samsung: drop Exynos4 and describe driver in KConfigKrzysztof Kozlowski1-4/+5
2021-04-16mtd: core: Constify buf in mtd_write_user_prot_reg()Tudor Ambarus1-2/+3
2021-03-11mtd: onenand: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal1-8/+8
2020-12-10mtd: onenand: Use mtd->oops_panic_write as conditionThomas Gleixner1-8/+8
2020-11-20mtd: onenand: Fix some kernel-doc misdemeanoursLee Jones1-21/+15
2020-11-20mtd: onenand: onenand_bbt: Fix expected kernel-doc formattingLee Jones1-16/+16
2020-11-20mtd: onenand: onenand_base: Fix expected kernel-doc formattingLee Jones1-219/+219
2020-09-30mtd: onenand: simplify the return expression of onenand_transfer_auto_oobLiu Shixin1-7/+2
2020-09-30mtd: onenand: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+1
2020-06-26mtd: nand: Drop useless 'depends on' in KconfigMiquel Raynal1-1/+0
2020-03-30mtd: Convert fallthrough comments into statementsMiquel Raynal1-1/+1
2020-01-21mtd: onenand: Rename omap2 driver to avoid a build warningMiquel Raynal2-1/+1
2020-01-21mtd: onenand: Use a better name for samsung driverMiquel Raynal2-1/+1
2020-01-21mtd: onenand: Enable compile testing of OMAP and Samsung driversKrzysztof Kozlowski1-2/+2
2020-01-21mtd: onenand: samsung: Fix printing format for size_t on 64-bitKrzysztof Kozlowski1-1/+1
2020-01-21mtd: onenand: samsung: Fix pointer cast -Wpointer-to-int-cast warnings on 64 bitKrzysztof Kozlowski1-2/+2
2020-01-21mtd: onenand_base: Adjust indentation in onenand_read_ops_nolockNathan Chancellor1-41/+41
2020-01-21mtd: onenand: samsung: remove set but not used variableChen Wandun1-2/+1
2020-01-21mtd: onenand: Fix Kconfig indentationKrzysztof Kozlowski1-6/+6
2020-01-09mtd: onenand: omap2: Pass correct flags for prep_dma_memcpyPeter Ujfalusi1-1/+2
2020-01-09mtd: onenand: samsung: Fix iomem access with regular memcpyKrzysztof Kozlowski1-4/+4
2020-01-09mtd: onenand: omap2: Fix errors in styleAmir Mahdi Ghorbanian2-12/+13
2019-11-18{tty: serial, nand: onenand}: samsung: rename to fix build warningSudip Mukherjee2-1/+1
2019-09-15Merge tag 'nand/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger1-0/+3
2019-08-24mtd: onenand_base: Fix a memory leak bugWenwen Wang1-0/+3
2019-07-25mtd: onenand_base: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-0/+5
2019-06-27mtd: onenand: Avoid fall-through warningsGustavo A. R. Silva1-0/+3
2019-06-27mtd: onenand: Add support for 8Gb datasize onenandJonathan Bakker1-0/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner4-16/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 326Thomas Gleixner1-14/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-18mtd: onenand: Store bad block marker position in chip structFrieder Schrempf2-4/+4
2018-07-19mtd: onenand: use mtd_device_register() where applicableRafał Miłecki2-6/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+4
2018-06-08Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds1-4/+2
2018-05-02mtd: onenand: omap2: Disable DMA for HIGHMEM buffersLadislav Michl1-67/+38
2018-04-29mtd: onenand: simplify getting .drvdataWolfram Sang1-4/+2
2018-04-04Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon8-0/+6194
2018-03-15mtd: Move onenand code base to drivers/mtd/nand/onenandBoris Brezillon8-0/+6211