summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/nand_base.c
AgeCommit message (Expand)Author
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
2018-10-03mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooksBoris Brezillon
2018-10-03mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} thereBoris Brezillon
2018-10-03mtd: rawnand: Do not treat !maxchips specially in nand_scan_with_ids()Boris Brezillon
2018-10-03mtd: rawnand: Make maxchips an unsigned intBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object nand_erase_nand()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to all nand_xxx_bbt() helpersBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_read_retry()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->erase()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_wait_ready()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-09-04mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon
2018-09-04mtd: rawnand: Add the nand_wait_rdy_op() helper and use itBoris Brezillon
2018-09-04mtd: rawnand: Add the nand_wait_readrdy() helper and use itBoris Brezillon
2018-08-01mtd: rawnand: allocate dynamically ONFI parameters during detectionMiquel Raynal
2018-07-31mtd: rawnand: allocate model parameter dynamicallyMiquel Raynal
2018-07-31mtd: rawnand: do not export nand_scan_[ident|tail]() anymoreMiquel Raynal
2018-07-31mtd: rawnand: do not execute nand_scan_ident() if maxchips is zeroMiquel Raynal
2018-07-31mtd: rawnand: add hooks that may be called during nand_scan()Miquel Raynal
2018-07-31mtd: rawnand: better name for the controller structureMiquel Raynal
2018-07-31mtd: rawnand: Remove unused caller_is_module() definitionBoris Brezillon
2018-07-31mtd: rawnand: make subop helpers return unsigned valuesMiquel Raynal
2018-07-19mtd: rawnand: Expose _notsupp() helpers for raw page accessorsBoris Brezillon
2018-07-18mtd: rawnand: Kill the chip->scan_bbt() hookBoris Brezillon
2018-07-18mtd: rawnand: Rename nand_default_bbt() into nand_create_bbt()Boris Brezillon
2018-07-18mtd: rawnand: provide only single helper function for ECC confAbhishek Sahu
2018-07-18mtd: rawnand: helper function for setting up ECC configurationAbhishek Sahu
2018-07-02mtd: rawnand: add defines for ONFI version bitsChris Packham