summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-141-42/+38Star
|\
| * mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-271-29/+1Star
| * mtd: rawnand: use longest matching patternStefan Agner2019-06-271-13/+37
* | Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-06-241-1/+2
|\ \
| * | mtd: rawnand: initialize ntargets with maxchipsSascha Hauer2019-05-211-1/+2
| |/
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1Star
|/
* mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf2019-04-181-20/+43
* mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf2019-04-181-2/+4
* mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf2019-04-181-6/+6
* mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal2019-04-181-1/+1
* mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal2019-04-181-1/+1
* mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-7/+8
* mtd: rawnand: Get rid of chip->numchipsBoris Brezillon2019-04-081-11/+4Star
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-9/+8Star
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-4/+0Star
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-081-37/+1Star
* mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon2019-04-081-14/+14
* mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-081-4/+3Star
* mtd: rawnand: Initialize the nand_device objectBoris Brezillon2019-04-081-7/+58
* mtd: rawnand: Fill memorg during detectionBoris Brezillon2019-04-081-6/+58
* Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds2019-03-051-97/+62Star
|\
| * mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada2019-02-051-4/+10
| * mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada2019-02-051-27/+4Star
| * mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre2019-02-051-0/+3
| * mtd: rawnand: Simplify the lockingBoris Brezillon2019-02-051-66/+45Star
* | mtd: rawnand: fix kernel-doc warningsRandy Dunlap2019-01-311-0/+1
|/
* mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon2018-12-071-2/+2
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-6/+8
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-25/+26
* mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon2018-12-071-4/+4
* mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon2018-12-071-7/+6Star
* mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon2018-12-071-17/+22
* mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon2018-12-071-39/+81
* mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon2018-12-071-197/+191Star
* mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-89/+82Star
* Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal2018-11-131-1/+0Star
|\
| * mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap2018-11-051-1/+0Star
* | mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik2018-11-051-0/+31
|/
* mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon2018-10-031-0/+4
* mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon2018-10-031-97/+1Star
* mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-031-292/+4Star
* mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon2018-10-031-607/+11Star
* mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-031-11/+10Star
* mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon2018-10-031-2/+3
* mtd: rawnand: Deprecate ->chip_delayBoris Brezillon2018-10-031-7/+7
* mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon2018-10-031-68/+44Star
* mtd: rawnand: Deprecate ->erase()Boris Brezillon2018-10-031-2/+5
* mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon2018-10-031-10/+27
* mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon2018-10-031-18/+18
* mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon2018-10-031-65/+73