aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdchar.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18mtd: spinand: add SPI-NAND MTD resume handlerPatrice Chotard1-0/+17
2021-06-18mtd: spinand: Add spinand_init_flash() helperPatrice Chotard1-29/+45
2021-06-18mtd: spinand: add spinand_read_cfg() helperPatrice Chotard1-9/+20
2021-06-18mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume()Yang Yingliang1-1/+3
2021-06-18mtd: rawnand: arasan: Finer grain NV-DDR configurationMiquel Raynal1-2/+54
2021-06-18mtd: rawnand: arasan: Rename the data interface registerMiquel Raynal1-7/+7
2021-06-18mtd: rawnand: onfi: Fix endianness when reading NV-DDR valuesMiquel Raynal1-3/+3
2021-06-18mtd: rawnand: arasan: Use the right DMA maskMiquel Raynal1-0/+4
2021-06-11mtd: spinand: Fix double counting of ECC statsMiquel Raynal1-6/+11
2021-06-10dt-binding: memory: pl353-smc: Convert to yamlMiquel Raynal2-44/+131
2021-06-10MAINTAINERS: Add PL353 SMC entryMiquel Raynal1-0/+8
2021-06-10memory: pl353-smc: Declare variables following a reverse christmas tree orderMiquel Raynal1-3/+3
2021-06-10memory: pl353-smc: Avoid useless acronyms in descriptionsMiquel Raynal1-1/+1
2021-06-10memory: pl353-smc: Let lower level controller drivers handle initsMiquel Raynal2-324/+0
2021-06-10memory: pl353-smc: Rename goto labelsMiquel Raynal1-4/+4
2021-06-10memory: pl353-smc: Fix styleMiquel Raynal1-2/+2
2021-06-10dt-binding: memory: pl353-smc: Fix the NAND controller node in the exampleMiquel Raynal1-1/+3
2021-06-10dt-binding: memory: pl353-smc: Drop unsupported nodes from the exampleMiquel Raynal1-10/+0
2021-06-10dt-binding: memory: pl353-smc: Fix the example syntax and styleMiquel Raynal1-23/+25
2021-06-10dt-binding: memory: pl353-smc: Describe the child reg propertyMiquel Raynal1-0/+4
2021-06-10dt-binding: memory: pl353-smc: Drop the partitioning sectionMiquel Raynal1-2/+0
2021-06-10dt-binding: memory: pl353-smc: Document the range propertyMiquel Raynal1-0/+2
2021-06-10dt-binding: memory: pl353-smc: Rephrase the bindingMiquel Raynal1-6/+5
2021-05-26mtd: spinand: macronix: Add support for serial NAND flashJaime Liao1-0/+112
2021-05-26mtd: rawnand: qcom: Delete an unneeded bool conversionZhen Lei1-2/+1
2021-05-26mtd: rawnand: arasan: Leverage additional GPIO CSMiquel Raynal1-23/+125
2021-05-26mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal1-33/+57
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal2-0/+43
2021-05-26mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal1-1/+1
2021-05-26dt-binding: mtd: nand: Document the cs-gpios propertyMiquel Raynal1-1/+17
2021-05-26mtd: rawnand: arasan: Support NV-DDR interfaceMiquel Raynal1-7/+20
2021-05-26mtd: rawnand: arasan: Workaround a misbehaving prog type with NV-DDRMiquel Raynal1-1/+18
2021-05-26mtd: rawnand: arasan: Fix a macro parameterMiquel Raynal1-1/+1
2021-05-26MAINTAINERS: Add myself as co-maintainer of the Arasan NAND controller driverMiquel Raynal1-0/+1
2021-05-26mtd: rawnand: Choose the best timings, NV-DDR includedMiquel Raynal2-1/+78
2021-05-26mtd: rawnand: Allow SDR timings to be nackedMiquel Raynal1-4/+4
2021-05-26mtd: rawnand: Support enabling NV-DDR through SET_FEATURESMiquel Raynal2-5/+18
2021-05-26mtd: rawnand: Add a helper to find the closest ONFI NV-DDR modeMiquel Raynal2-0/+44
2021-05-26mtd: rawnand: Handle the double bytes in NV-DDR modeMiquel Raynal1-8/+85
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal2-60/+99
2021-05-26mtd: rawnand: Avoid accessing NV-DDR timings from legacy codeMiquel Raynal1-1/+1
2021-05-26mtd: rawnand: Add onfi_fill_nvddr_interface_config() helperMiquel Raynal3-0/+44
2021-05-26mtd: rawnand: Add an indirection on onfi_fill_interface_config()Miquel Raynal1-10/+22
2021-05-26mtd: rawnand: Retrieve NV-DDR timing modes from the ONFI parameter pageMiquel Raynal2-0/+5
2021-05-26mtd: rawnand: Add NV-DDR timingsMiquel Raynal2-0/+367
2021-05-26mtd: rawnand: Clarify the NV-DDR entries in the ONFI structureMiquel Raynal1-2/+3
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal5-9/+9
2021-05-26mtd: rawnand: Update dead URLMiquel Raynal1-2/+2
2021-05-26mtd: rawnand: onfi: Use the BIT() macro when possibleMiquel Raynal1-10/+10
2021-05-26mtd: rawnand: atmel: Check the proposed data interface is supportedMiquel Raynal1-0/+5