summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)Author
2023-12-22Merge tag 'nand/for-6.8' into mtd/nextMiquel Raynal
2023-12-22mtd: rawnand: Clarify conditions to enable continuous readsMiquel Raynal
2023-12-22mtd: rawnand: Prevent sequential reads with on-die ECC enginesMiquel Raynal
2023-12-22mtd: rawnand: Fix core interference with sequential readsMiquel Raynal
2023-12-22mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal
2023-12-04mtd: rawnand: NAND controller write protectDavid Regan
2023-12-04mtd: rawnand: Add destructive operationBoris Brezillon
2023-11-04Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2023-10-16mtd: rawnand: Remove unused of_gpio.h inclusionAndy Shevchenko
2023-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski
2023-07-12mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov
2023-01-13mtd: rawnand: Support for sequential cache readsJaimeLiao
2023-01-13mtd: rawnand: Prepare the late addition of supported operation checksMiquel Raynal
2023-01-13mtd: rawnand: Check the data only read pattern only onceMiquel Raynal
2022-11-07mtd: rawnand: placate "$VARIABLE is used uninitialized" warningsAdam Borowski
2022-10-07Merge tag 'nand/for-6.1' into mtd/nextMiquel Raynal
2022-09-21mtd: rawnand: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko
2022-09-21mtd: rawnand: remove misguided comment of nand_get_device()ChenXiaoSong
2022-09-21mtd: add ECC error accounting for each read requestMichał Kępień
2022-04-04mtd: rawnand: print offset instead of page number for bad blocksRafał Miłecki
2022-03-23Merge tag 'nand/for-5.18' into mtd/nextMiquel Raynal
2022-02-09mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer
2022-02-07mtd: Replace the expert mode symbols with a single helperMiquel Raynal
2022-01-23mtd: rawnand: Rework of_get_nand_bus_width()Tudor Ambarus
2022-01-23mtd: rawnand: Remove of_get_nand_on_flash_bbt() wrapperTudor Ambarus
2022-01-11Merge tag 'mtd/for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Linus Torvalds
2021-12-31Merge tag 'nand/for-5.17' into mtd/nextMiquel Raynal
2021-12-09mtd: Introduce an expert mode for forensics and debugging purposesMiquel Raynal
2021-12-03mtd: rawnand: Fix nand_choose_best_timings() on unsupported interfaceHerve Codina
2021-12-03mtd: rawnand: Fix nand_erase_op delayHerve Codina
2021-11-19mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil
2021-08-06mtd: rawnand: Fix probe failure due to of_get_nand_secure_regions()Manivannan Sadhasivam
2021-07-16mtd: rawnand: Add a check in of_get_nand_secure_regions()Dan Carpenter
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal
2021-05-26mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal
2021-05-26mtd: rawnand: Allow SDR timings to be nackedMiquel Raynal
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal
2021-05-26mtd: rawnand: Handle the double bytes in NV-DDR modeMiquel Raynal
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal
2021-05-10mtd: rawnand: silence static checker warning in nand_setup_interface()Dan Carpenter
2021-04-07mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam
2021-03-11mtd: nand: fix error handling in nand_prog_page_op() #2Sascha Hauer
2021-03-11mtd: nand: fix error handling in nand_prog_page_op() #1Sascha Hauer
2021-03-11mtd: rawnand: Try not to use the ECC private structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal