summaryrefslogtreecommitdiffstats
path: root/include/linux/mtd/rawnand.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Get rid of the duplicate nand_chip forward declarationBoris Brezillon2018-10-031-3/+0
* mtd: rawnand: Get rid of nand_flash_dev forward declationBoris Brezillon2018-10-031-1/+0
* mtd: rawnand: Move function prototypes after struct declarationsBoris Brezillon2018-10-031-12/+12
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-6/+6
* mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-031-2/+2
* mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-031-4/+5
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-10/+8
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-11/+10
* mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon2018-10-031-11/+10
* mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon2018-10-031-6/+20
* mtd: rawnand: Make maxchips an unsigned intBoris Brezillon2018-10-031-2/+2
* mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon2018-10-031-3/+3
* mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-1/+1
* mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon2018-10-031-1/+1