aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)Author
2020-07-11mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon
2020-06-01mtd: rawnand: free the nand_device objectChristophe Kerello
2020-01-31mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka
2019-06-24Merge tag 'mtd/fixes-for-5.2-rc7' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-05-21mtd: rawnand: initialize ntargets with maxchipsSascha Hauer
2019-04-18mtd: rawnand: Support bad block markers in first, second or last pageFrieder Schrempf
2019-04-18mtd: nand: Make flags for bad block marker position more granularFrieder Schrempf
2019-04-18mtd: rawnand: Always store info about bad block markers in chip structFrieder Schrempf
2019-04-18mtd: nand: Clarify Kconfig entry for software Hamming ECC entriesMiquel Raynal
2019-04-18mtd: nand: Clarify Kconfig entry for software BCH ECC algorithmMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->numchipsBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->chipsizeBoris Brezillon
2019-04-08mtd: rawnand: Get rid of chip->bits_per_cellBoris Brezillon
2019-04-08mtd: rawnand: Use nanddev_mtd_max_bad_blocks()Boris Brezillon
2019-04-08mtd: rawnand: Move all page cache related fields to a sub-structBoris Brezillon
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon
2019-04-08mtd: rawnand: Initialize the nand_device objectBoris Brezillon
2019-04-08mtd: rawnand: Fill memorg during detectionBoris Brezillon
2019-03-04Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtdLinus Torvalds
2019-02-05mtd: rawnand: check return code of nand_reset() and nand_readid_op()Masahiro Yamada
2019-02-05mtd: rawnand: remove ->legacy.erase and single_erase()Masahiro Yamada
2019-02-05mtd: rawnand: Annotate implicit fall through in nand_scan_tailMathieu Malaterre
2019-02-05mtd: rawnand: Simplify the lockingBoris Brezillon
2019-01-31mtd: rawnand: fix kernel-doc warningsRandy Dunlap
2018-12-07mtd: rawnand: Deprecate the dummy_controller fieldBoris Brezillon
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Deprecate the ->select_chip() hookBoris Brezillon
2018-12-07mtd: rawnand: Make ->select_chip() optional when ->exec_op() is implementedBoris Brezillon
2018-12-07mtd: rawnand: Pass the CS line to be selected in struct nand_operationBoris Brezillon
2018-12-07mtd: rawnand: Add nand_[de]select_target() helpersBoris Brezillon
2018-12-07mtd: rawnand: Reorganize code to avoid forward declarationsBoris Brezillon
2018-12-07mtd: rawnand: Stop passing mtd_info objects to internal functionsBoris Brezillon
2018-11-13Merge tag 'v4.20-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Miquel Raynal
2018-11-05mtd: rawnand: Provide helper for polling GPIO R/B pinJanusz Krzysztofik
2018-11-05mtd: nand: drop kernel-doc notation for a deleted function parameterRandy Dunlap
2018-10-03mtd: rawnand: Allow selection of ECC byte ordering at runtimeBoris Brezillon
2018-10-03mtd: rawnand: Move JEDEC code to nand_jedec.cBoris Brezillon
2018-10-03mtd: rawnand: Move ONFI code to nand_onfi.cBoris Brezillon
2018-10-03mtd: rawnand: Move legacy code to nand_legacy.cBoris Brezillon
2018-10-03mtd: rawnand: Keep all internal stuff privateBoris Brezillon
2018-10-03mtd: rawnand: Inline onfi_get_async_timing_mode()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->chip_delayBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->{set,get}_features() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->erase()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->block_{bad,markbad}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc()Boris Brezillon