summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: Convert fallthrough comments into statementsMiquel Raynal2020-03-301-6/+3
* mtd: rawnand: Add support for manufacturer specific suspend/resume operationMason Yang2020-03-241-4/+13
* mtd: rawnand: Add support for manufacturer specific lock/unlock operationMason Yang2020-03-111-2/+34
* mtd: rawnand: free the nand_device objectChristophe Kerello2020-03-091-0/+2
* mtd: rawnand: Ensure nand_soft_waitrdy wait period is enoughMartin Devera2020-03-091-1/+6
* mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka2019-10-041-2/+6
* mtd: rawnand: remove redundant assignment to variable retColin Ian King2019-08-071-1/+1
* Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2019-07-141-42/+38
|\
| * mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-271-29/+1
| * 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/+1
|/
* 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/+4
* mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon2019-04-081-9/+8
* mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon2019-04-081-4/+0
* mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon2019-04-081-37/+1
* 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/+3
* 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/+62
|\
| * 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/+4
| * mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre2019-02-051-0/+3
| * mtd: rawnand: Simplify the lockingBoris Brezillon2019-02-051-66/+45
* | 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/+6
* 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/+191
* mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon2018-12-071-89/+82
* Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal2018-11-131-1/+0
|\
| * mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap2018-11-051-1/+0
* | 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/+1
* mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon2018-10-031-292/+4
* mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon2018-10-031-607/+11
* mtd: rawnand: Keep all internal stuff privateBoris Brezillon2018-10-031-11/+10