summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/sunxi_nand.c
AgeCommit message (Expand)Author
2019-12-05mtd: rawnand: sunxi: Write pageprog related opcodes to WCMD_SETBoris Brezillon
2018-02-17mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal
2017-11-08mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon
2016-09-23mtd: nand: sunxi: Support ECC maximizationBoris Brezillon
2016-09-23mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer
2016-09-23mtd: nand: import nand_hw_control_init()Marc Gonzalez
2016-07-11mtd: nand: sunxi: prevent a small memory leakDan Carpenter
2016-07-11mtd: nand: sunxi: add reset line supportIcenowy Zheng
2016-07-11mtd: nand: sunxi: fix subpage writeBoris Brezillon
2016-07-11mtd: nand: sunxi: check ecc->size valuesBoris Brezillon
2016-07-11mtd: nand: sunxi: prefer 1k ECC blocks when applicableBoris Brezillon
2016-07-11mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma()Boris Brezillon
2016-07-11mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare()Wei Yongjun
2016-06-06mtd: nand: sunxi: add support for DMA assisted operationsBoris Brezillon
2016-05-05mtd: mtd: drop NAND_ECC_SOFT_BCH enum valueRafał Miłecki
2016-05-05mtd: nand: sunxi: switch to mtd_ooblayout_opsBoris Brezillon
2016-04-19mtd: nand: sunxi: make cur_off parameter optional in extra oob helpersBoris Brezillon
2016-04-19mtd: nand: sunxi: make OOB retrieval optionalBoris Brezillon
2016-04-19mtd: nand: sunxi: move some ECC related operations to their own functionsBoris Brezillon
2016-04-19mtd: nand: sunxi: poll for events instead of using interruptsBoris Brezillon
2016-04-19mtd: nand: sunxi: make use of readl_poll_timeout()Boris Brezillon
2016-04-19mtd: nand: sunxi: fix ->dev_ready() implementationBoris Brezillon
2016-04-19mtd: nand: enable ECC pipeliningBoris Brezillon
2016-04-19mtd: nand: sunxi: disable clks on device removalBoris Brezillon
2016-04-19mtd: nand: sunxi: fix NFC_CTL settingBoris Brezillon
2016-04-19mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macroBoris Brezillon
2016-04-19mtd: nand: sunxi: let the NAND controller control the CE lineBoris Brezillon
2016-04-19mtd: nand: sunxi: improve ->cmd_ctrl() functionBoris Brezillon
2016-04-19mtd: nand: sunxi: implement ->read_subpage()Boris Brezillon
2016-04-19mtd: nand: sunxi: implement ->read_oob()/->write_oob()Boris Brezillon
2016-04-19mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timingsBoris Brezillon
2016-04-19mtd: nand: sunxi: fix EDO mode selectionBoris Brezillon
2016-04-19mtd: nand: sunxi: fix clk rate calculationBoris Brezillon
2016-04-19mtd: nand: sunxi: fix call order in sunxi_nand_chip_init()Boris Brezillon
2016-04-19mtd: nand: remove unneeded of_mtd.h inclusionsBoris Brezillon
2016-03-04mtd: nand: sunxi: remove direct mtd->priv accessesBoris BREZILLON
2016-01-23mtd: nand: sunxi: use mtd_div_by_ws() helperBrian Norris
2016-01-22mtd: nand: sunxi: add randomizer supportBoris BREZILLON
2015-12-18mtd: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON
2015-12-18mtd: nand: sunxi: use the mtd instance embedded in struct nand_chipBoris BREZILLON
2015-12-08mtd: nand: make use of mtd_to_nand() in NAND driversBoris BREZILLON
2015-11-30mtd: nand: sunxi: add missing of_node_putJulia Lawall
2015-11-11mtd: nand: drop unnecessary partition parser dataBrian Norris
2015-11-11mtd: nand: convert to nand_set_flash_node()Brian Norris
2015-11-02mtd: nand: sunxi: avoid retrieving data before ECC passBoris BREZILLON
2015-11-02mtd: nand: sunxi: fix sunxi_nfc_hw_ecc_read/write_chunk()Boris BREZILLON
2015-10-13mtd: nand: pass page number to ecc->write_xxx() methodsBoris BREZILLON
2015-10-13mtd: nand: sunxi_nand: drop owner assignmentFrans Klaver
2015-10-02mtd: nand: sunxi: fix bitflips in erased pagesBoris BREZILLON
2015-10-02mtd: nand: sunxi: replace the NFC_BUF_TO_USER_DATA() macro by an inline functionBoris BREZILLON