summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Get rid of chip->numchipsBoris Brezillon2019-04-081-4/+3
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-2/+0
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-4/+2
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-081-5/+0
* mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon2019-04-081-7/+11
* mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-081-0/+21
* mtd: rawnand: Prepare things to reuse the generic NAND layerBoris Brezillon2019-04-081-4/+6
* mtd: rawnand: Use nand_to_mtd() in nand_{set,get}_flash_node()Boris Brezillon2019-04-081-11/+11
* mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada2019-02-051-2/+0
* mtd: rawnand: Simplify the lockingBoris Brezillon2019-02-051-15/+9
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-3/+3
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-6/+14
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-50/+49
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-2/+2
* mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon2018-12-071-1/+10