summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon2018-12-071-1/+4
* mtd: rawnand: Remove unused NAND_CONTROLLER_ALLOC flagBoris Brezillon2018-12-071-4/+0
* mtd: rawnand: Move nand_exec_op() to internal.hBoris Brezillon2018-12-071-9/+0
* mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik2018-11-051-0/+4
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-0/+6
* mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon2018-10-031-78/+1
* mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-031-163/+1
* mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-031-96/+0
* mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon2018-10-031-9/+0
* mtd: rawnand: Move platform_nand_xxx definitions out of rawnand.hBoris Brezillon2018-10-031-60/+0
* mtd: rawnand: Get rid of a few unused definitionsBoris Brezillon2018-10-031-8/+0