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