aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf1-20/+43
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf1-2/+4
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf1-6/+6
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal1-1/+1
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal1-1/+1
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon1-7/+8
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon1-11/+4
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon1-9/+8
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon1-4/+0
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon1-37/+1
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon1-14/+14
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon1-4/+3
2019-04-08mtd: rawnand: Initialize the nand_device objectBoris Brezillon1-7/+58
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon1-6/+58
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds1-97/+62
2019-02-05mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada1-4/+10
2019-02-05mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada1-27/+4
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre1-0/+3
2019-02-05mtd: rawnand: Simplify the lockingBoris Brezillon1-66/+45
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap1-0/+1
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon1-2/+2
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon1-6/+8
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon1-25/+26
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon1-4/+4
2018-12-07mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon1-7/+6
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon1-17/+22
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon1-39/+81
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon1-197/+191
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon1-89/+82
2018-11-13Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into nand/nextMiquel Raynal1-1/+0
2018-11-05mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik1-0/+31
2018-11-05mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap1-1/+0
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon1-0/+4
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon1-97/+1
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon1-292/+4
2018-10-03mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon1-607/+11
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon1-11/+10
2018-10-03mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon1-2/+3
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon1-7/+7
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon1-68/+44
2018-10-03mtd: rawnand: Deprecate ->erase()Boris Brezillon1-2/+5
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon1-10/+27
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon1-18/+18
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon1-65/+73
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon1-25/+25
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon1-6/+6
2018-10-03mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids()Boris Brezillon1-8/+7
2018-10-03mtd: rawnand: Make maxchips an unsigned intBoris Brezillon1-3/+4
2018-10-03mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon1-5/+5
2018-10-03mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon1-3/+3