summaryrefslogtreecommitdiff
path: root/include/linux/mtd/rawnand.h
AgeCommit message (Expand)Author
2023-12-22Merge tag 'nand/for-6.8' into mtd/nextMiquel 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-10-16mtd: rawnand: Ensure the nand chip supports cached readsRouven Czerwinski
2023-07-12mtd: rawnand: export 'nand_exit_status_op()'Arseniy Krasnov
2023-03-07mtd: rawnand: Fix spelling mistake waifunc() -> waitfunc()Md Sadre Alam
2023-01-23mtd: rawnand: Fix nand_chip kdocMiquel Raynal
2023-01-13mtd: rawnand: Support for sequential cache readsJaimeLiao
2023-01-13mtd: rawnand: Check the data only read pattern only onceMiquel Raynal
2022-02-09mtd: rawnand: protect access to rawnand devices while in suspendSean Nyekjaer
2021-11-19mtd: rawnand: Export nand_read_page_hwecc_oob_first()Paul Cercueil
2021-05-26mtd: rawnand: Add a helper to parse the gpio-cs DT propertyMiquel Raynal
2021-05-26mtd: rawnand: Move struct gpio_desc declaration to the topMiquel Raynal
2021-05-26mtd: rawnand: Access SDR and NV-DDR timings through a common macroMiquel Raynal
2021-05-26mtd: rawnand: Add NV-DDR timingsMiquel Raynal
2021-05-26mtd: rawnand: Update dead URLMiquel Raynal
2021-05-26mtd: rawnand: Add a helper to clarify the interface configurationMiquel Raynal
2021-04-07mtd: rawnand: Add support for secure regions in NAND memoryManivannan Sadhasivam
2021-03-28mtd: rawnand: remove duplicate include in rawnand.hZhang Yunkai
2020-12-10mtd: rawnand: fix a kernel-doc markupMauro Carvalho Chehab
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: rawnand: Get rid of chip->ecc.privMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal
2020-08-27mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layerMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-08-27mtd: rawnand: Add a kernel doc to the ECC algorithm enumerationMiquel Raynal
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-06-26mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal
2020-06-26mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal
2020-05-31mtd: rawnand: Drop OOB_FIRST placement schemeMiquel Raynal
2020-05-31mtd: rawnand: Avoid a typedefMiquel Raynal
2020-05-31mtd: rawnand: Stop using nand_release()Miquel Raynal
2020-05-24mtd: rawnand: Add nand_extract_bits()Miquel Raynal
2020-05-24mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon