aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/sunxi_nand.c
AgeCommit message (Expand)Author
2018-02-16mtd: nand: move raw NAND related code to the raw/ subdirBoris Brezillon
2018-01-25mtd: nand: sunxi: Fix ECC strength choiceMiquel Raynal
2017-12-14mtd: nand: squash struct nand_buffers into struct nand_chipMasahiro Yamada
2017-12-14mtd: nand: force drivers to explicitly send READ/PROG commandsBoris Brezillon
2017-12-14mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon
2017-09-01Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/nextBoris Brezillon
2017-08-23Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into...Boris Brezillon
2017-08-23mtd: nand: sunxi: explicitly request exclusive reset controlPhilipp Zabel
2017-08-13mtd: nand: Rename nand.h into rawnand.hBoris Brezillon
2017-08-02mtd: nand: sunxi: fix potential divide-by-zero errorBryan O'Donoghue
2017-06-01mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page)Boris Brezillon
2017-06-01mtd: nand: sunxi: Actually use DMA for subpage readsBoris Brezillon
2017-06-01mtd: nand: Pass the CS line to ->setup_data_interface()Boris Brezillon
2017-03-16mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel
2017-02-06mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl()Boris Brezillon
2017-02-06mtd: nand: sunxi: Stop using polling mode when waiting for long operationsBoris Brezillon
2017-02-06mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events()Boris Brezillon
2016-10-21mtd: nand: sunxi: fix support for 512bytes ECC chunksBoris 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