summaryrefslogtreecommitdiff
path: root/include/linux/mtd/rawnand.h
AgeCommit message (Expand)Author
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
2020-05-11mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon
2020-05-11mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-11mtd: rawnand: Rename a NAND chip optionMiquel Raynal
2020-05-11mtd: rawnand: Reorder the nand_chip->options flagsMiquel Raynal
2020-05-11mtd: rawnand: Translate obscure bitfields into readable macrosMiquel Raynal
2020-05-11mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal
2020-03-24mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang
2020-03-11mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang
2020-03-11mtd: rawnand: Fix a typo ("manufecturer")Jonathan Neuschäfer
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-06-27mtd: rawnand: export NAND operation tracerSascha Hauer