summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon2020-05-111-0/+8
* mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal2020-05-111-2/+6
* mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Reorder the nand_chip->options flagsMiquel Raynal2020-05-111-27/+30
* mtd: rawnand: Translate obscure bitfields into readable macrosMiquel Raynal2020-05-111-19/+19
* mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal2020-05-111-3/+7
* mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang2020-03-241-0/+4
* mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang2020-03-111-0/+5
* mtd: rawnand: Fix a typo ("manufecturer")Jonathan Neuschäfer2020-03-111-1/+1
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-131-0/+36
|\
| * mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-271-0/+36
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf2019-04-181-0/+1
* mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf2019-04-181-1/+15
* mtd: rawnand: constify elements of NAND_OP_PARSER(_PATTERN)Masahiro Yamada2019-04-181-2/+2
* mtd: rawnand: Fix sphinx syntaxJonathan Neuschäfer2019-04-181-2/+2
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-8/+0