summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: Pass a nand_chip object to nand_wait_ready()Boris Brezillon2018-10-031-6/+6
* mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-4/+4
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-11/+10
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-041-14/+0
* mtd: rawnand: Add the nand_wait_rdy_op() helper and use itBoris Brezillon2018-09-041-5/+26
* mtd: rawnand: Add the nand_wait_readrdy() helper and use itBoris Brezillon2018-09-041-14/+14
* mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal2018-08-011-20/+34
* mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal2018-07-311-11/+41
* mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal2018-07-311-7/+9
* mtd: rawnand: do not execute nand_scan_ident() if maxchips is zeroMiquel Raynal2018-07-311-4/+8
* mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal2018-07-311-2/+30
* mtd: rawnand: better name for the controller structureMiquel Raynal2018-07-311-2/+2
* mtd: rawnand: Remove unused caller_is_module() definitionBoris Brezillon2018-07-311-12/+0
* mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal2018-07-311-22/+22
* mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon2018-07-191-0/+33
* mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon2018-07-181-8/+1
* mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon2018-07-181-0/+5
* mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu2018-07-181-24/+15
* mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu2018-07-181-0/+33
* mtd: rawnand: add defines for ONFI version bitsChris Packham2018-07-021-5/+5
* mtd: rawnand: add manufacturer fixup for ONFI parameter pageChris Packham2018-07-021-0/+4
* mtd: rawnand: add an option to specify NAND chip as a boot deviceStefan Agner2018-07-021-0/+3
* mtd: rawnand: add Reed-Solomon error correction algorithmStefan Agner2018-07-021-0/+1
* mtd: rawnand: fix return value check for bad block statusAbhishek Sahu2018-06-221-1/+1
* Merge tag 'mtd/for-4.18' of git://git.infradead.org/linux-mtdLinus Torvalds2018-06-081-27/+62
|\
| * mtd: rawnand: Do not check FAIL bit when executing a SET_FEATURES opBoris Brezillon2018-05-151-18/+9
| * mtd: rawnand: use bit-wise majority to recover the ONFI param pageWan, Jane (Nokia - US/Sunnyvale)2018-05-131-5/+47
| * mtd: rawnand: add a way to pass an ID table with nand_scan()Miquel Raynal2018-04-291-4/+6
* | mtd: rawnand: Make sure we wait tWB before polling the STATUS regBoris Brezillon2018-05-101-0/+5
|/
* Merge tag 'nand/for-4.17' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-04-041-13/+4
* mtd: rawnand: get rid of the ONFI parameter page in nand_chipMiquel Raynal2018-03-201-9/+25
* mtd: rawnand: get rid of the JEDEC parameter page in nand_chipMiquel Raynal2018-03-201-13/+28
* mtd: rawnand: allow vendors to declare (un)supported featuresMiquel Raynal2018-03-201-7/+19
* mtd: rawnand: prepare the removal of the ONFI parameter pageMiquel Raynal2018-03-201-10/+20
* mtd: rawnand: prepare the removal of ONFI/JEDEC parameter pagesMiquel Raynal2018-03-201-22/+17
* mtd: rawnand: avoid setting again the timings to mode 0 after a resetMiquel Raynal2018-03-201-0/+10
* mtd: rawnand: check ONFI timings have been acked by the chipMiquel Raynal2018-03-201-1/+35
* mtd: rawnand: move calls to ->select_chip() in nand_setup_data_interface()Miquel Raynal2018-03-201-5/+2
* mtd: rawnand: handle differently chip/controller errors about timingsMiquel Raynal2018-03-201-5/+7
* mtd: rawnand: use wrappers to call onfi GET/SET_FEATURESMiquel Raynal2018-03-201-30/+59
* mtd: rawnand: rename SET/GET FEATURES related functionsMiquel Raynal2018-03-201-22/+20
* mtd: rawnand: rename default ->onfi_get/set_features() implementationsMiquel Raynal2018-03-201-8/+10
* mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon2018-02-161-0/+6582