summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/sunxi_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()Boris Brezillon2017-02-061-4/+4
* mtd: nand: sunxi: Stop using polling mode when waiting for long operationsBoris Brezillon2017-02-061-6/+18
* mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon2017-02-061-0/+4
* mtd: nand: sunxi: fix support for 512bytes ECC chunksBoris Brezillon2016-10-211-0/+4
* mtd: nand: sunxi: Support ECC maximizationBoris Brezillon2016-09-231-0/+29
* mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer2016-09-231-62/+14
* mtd: nand: import nand_hw_control_init()Marc Gonzalez2016-09-231-2/+1
* mtd: nand: sunxi: prevent a small memory leakDan Carpenter2016-07-111-3/+3
* mtd: nand: sunxi: add reset line supportIcenowy Zheng2016-07-111-2/+23
* mtd: nand: sunxi: fix subpage writeBoris Brezillon2016-07-111-1/+32
* mtd: nand: sunxi: check ecc->size valuesBoris Brezillon2016-07-111-0/+3
* mtd: nand: sunxi: prefer 1k ECC blocks when applicableBoris Brezillon2016-07-111-0/+6
* mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma()Boris Brezillon2016-07-111-2/+4
* mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()Wei Yongjun2016-07-111-2/+2
* mtd: nand: sunxi: add support for DMA assisted operationsBoris Brezillon2016-06-061-7/+323
* mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki2016-05-051-2/+0
* mtd: nand: sunxi: switch to mtd_ooblayout_opsBoris Brezillon2016-05-051-62/+52
* mtd: nand: sunxi: make cur_off parameter optional in extra oob helpersBoris Brezillon2016-04-191-4/+6
* mtd: nand: sunxi: make OOB retrieval optionalBoris Brezillon2016-04-191-11/+16
* mtd: nand: sunxi: move some ECC related operations to their own functionsBoris Brezillon2016-04-191-55/+108
* mtd: nand: sunxi: poll for events instead of using interruptsBoris Brezillon2016-04-191-14/+31
* mtd: nand: sunxi: make use of readl_poll_timeout()Boris Brezillon2016-04-191-17/+17
* mtd: nand: sunxi: fix ->dev_ready() implementationBoris Brezillon2016-04-191-7/+0
* mtd: nand: enable ECC pipeliningBoris Brezillon2016-04-191-1/+2
* mtd: nand: sunxi: disable clks on device removalBoris Brezillon2016-04-191-0/+2
* mtd: nand: sunxi: fix NFC_CTL settingBoris Brezillon2016-04-191-1/+1
* mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macroBoris Brezillon2016-04-191-1/+1
* mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon2016-04-191-10/+0
* mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon2016-04-191-8/+44
* mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon2016-04-191-0/+36
* mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon2016-04-191-0/+40
* mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timingsBoris Brezillon2016-04-191-0/+12
* mtd: nand: sunxi: fix EDO mode selectionBoris Brezillon2016-04-191-7/+11
* mtd: nand: sunxi: fix clk rate calculationBoris Brezillon2016-04-191-5/+5
* mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()Boris Brezillon2016-04-191-15/+15
* mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon2016-04-191-1/+0
* mtd: nand: sunxi: remove direct mtd->priv accessesBoris BREZILLON2016-03-041-3/+3
* mtd: nand: sunxi: use mtd_div_by_ws() helperBrian Norris2016-01-231-1/+1
* mtd: nand: sunxi: add randomizer supportBoris BREZILLON2016-01-221-26/+261
* mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-181-1/+0
* mtd: nand: sunxi: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-181-7/+6
* mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON2015-12-081-13/+13
* mtd: nand: sunxi: add missing of_node_putJulia Lawall2015-11-301-1/+3
* mtd: nand: drop unnecessary partition parser dataBrian Norris2015-11-111-3/+1
* mtd: nand: convert to nand_set_flash_node()Brian Norris2015-11-111-1/+1
* mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON2015-11-021-1/+1
* mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON2015-11-021-2/+2
* mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON2015-10-131-2/+3
* mtd: nand: sunxi_nand: drop owner assignmentFrans Klaver2015-10-131-1/+0
* mtd: nand: sunxi: fix bitflips in erased pagesBoris BREZILLON2015-10-021-1/+3
OpenPOWER on IntegriCloud