summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nand/for-6.8' into mtd/nextMiquel Raynal2023-12-221-0/+13
|\
| * mtd: rawnand: NAND controller write protectDavid Regan2023-12-041-0/+2
| * mtd: rawnand: Add destructive operationBoris Brezillon2023-12-041-0/+11
* | mtd: rawnand: Prevent crossing LUN boundaries during sequential readsMiquel Raynal2023-12-221-0/+2
|/
* mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski2023-10-161-0/+2
* mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov2023-07-121-0/+1
* mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()Md Sadre Alam2023-03-071-1/+1
* mtd: rawnand: Fix nand_chip kdocMiquel Raynal2023-01-231-0/+4
* mtd: rawnand: Support for sequential cache readsJaimeLiao2023-01-131-0/+9
* mtd: rawnand: Check the data only read pattern only onceMiquel Raynal2023-01-131-0/+8
* mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer2022-02-091-0/+2
* mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil2021-11-191-0/+2
* mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal2021-05-261-0/+4
* mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal2021-05-261-1/+1
* mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal2021-05-261-0/+28
* mtd: rawnand: Add NV-DDR timingsMiquel Raynal2021-05-261-0/+112
* mtd: rawnand: Update dead URLMiquel Raynal2021-05-261-2/+2
* mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal2021-05-261-1/+10
* mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam2021-04-071-0/+14
* mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai2021-03-281-1/+0
* mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab2020-12-101-1/+2
* mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-101-0/+2
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-101-0/+7
* mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-2/+0
* mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-301-0/+5
* mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal2020-09-301-1/+0
* mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal2020-09-301-12/+0
* mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-3/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
* mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal2020-09-281-2/+4
* mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layerMiquel Raynal2020-08-271-14/+0
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-8/+8
* mtd: rawnand: Add a kernel doc to the ECC algorithm enumerationMiquel Raynal2020-08-271-0/+7
* mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal2020-06-261-3/+8
* mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal2020-06-261-9/+0
* mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal2020-06-261-0/+3
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-17/+16
* mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-0/+11
* mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal2020-06-261-90/+76
* mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal2020-06-261-8/+12
* mtd: rawnand: Rename the manufacturer structureMiquel Raynal2020-06-261-1/+1
* mtd: rawnand: Create a nand_chip operations structureMiquel Raynal2020-06-261-14/+18
* mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal2020-06-261-2/+2
* mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal2020-06-261-7/+7
* mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal2020-05-311-0/+1
* mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal2020-05-311-1/+0
* mtd: rawnand: Avoid a typedefMiquel Raynal2020-05-311-3/+3
* mtd: rawnand: Stop using nand_release()Miquel Raynal2020-05-311-2/+0
* mtd: rawnand: Add nand_extract_bits()Miquel Raynal2020-05-241-0/+4
* mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon2020-05-241-0/+2