| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: nand: move raw NAND related code to the raw/ subdir | Boris Brezillon | 2018-02-16 | 1 | -2321/+0 |
* | mtd: nand: sunxi: Fix ECC strength choice | Miquel Raynal | 2018-01-25 | 1 | -1/+7 |
* | mtd: nand: squash struct nand_buffers into struct nand_chip | Masahiro Yamada | 2017-12-14 | 1 | -3/+3 |
* | mtd: nand: force drivers to explicitly send READ/PROG commands | Boris Brezillon | 2017-12-14 | 1 | -12/+22 |
* | mtd: nand: provide several helpers to do common NAND operations | Boris Brezillon | 2017-12-14 | 1 | -38/+33 |
* | Merge tag 'nand/for-4.14' of git://git.infradead.org/l2-mtd into mtd/next | Boris Brezillon | 2017-09-01 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into... | Boris Brezillon | 2017-08-23 | 1 | -1/+1 |
| |\ |
|
| | * | mtd: nand: Rename nand.h into rawnand.h | Boris Brezillon | 2017-08-13 | 1 | -1/+1 |
| * | | mtd: nand: sunxi: explicitly request exclusive reset control | Philipp Zabel | 2017-08-23 | 1 | -1/+1 |
| |/ |
|
* | | mtd: nand: sunxi: fix potential divide-by-zero error | Bryan O'Donoghue | 2017-08-02 | 1 | -0/+4 |
|/ |
|
* | mtd: nand: sunxi: Remove unneeded ->cmdfunc(NAND_CMD_READ0, 0, page) | Boris Brezillon | 2017-06-01 | 1 | -1/+0 |
* | mtd: nand: sunxi: Actually use DMA for subpage reads | Boris Brezillon | 2017-06-01 | 1 | -1/+0 |
* | mtd: nand: Pass the CS line to ->setup_data_interface() | Boris Brezillon | 2017-06-01 | 1 | -4/+3 |
* | mtd: nand: sunxi: simplify optional reset handling | Philipp Zabel | 2017-03-16 | 1 | -11/+9 |
* | mtd: nand: sunxi: Improve sunxi_nfc_cmd_ctrl() | Boris Brezillon | 2017-02-06 | 1 | -4/+4 |
* | mtd: nand: sunxi: Stop using polling mode when waiting for long operations | Boris Brezillon | 2017-02-06 | 1 | -6/+18 |
* | mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events() | Boris Brezillon | 2017-02-06 | 1 | -0/+4 |
* | mtd: nand: sunxi: fix support for 512bytes ECC chunks | Boris Brezillon | 2016-10-21 | 1 | -0/+4 |
* | mtd: nand: sunxi: Support ECC maximization | Boris Brezillon | 2016-09-23 | 1 | -0/+29 |
* | mtd: nand: sunxi: switch from manual to automated timing config | Sascha Hauer | 2016-09-23 | 1 | -62/+14 |
* | mtd: nand: import nand_hw_control_init() | Marc Gonzalez | 2016-09-23 | 1 | -2/+1 |
* | mtd: nand: sunxi: prevent a small memory leak | Dan Carpenter | 2016-07-11 | 1 | -3/+3 |
* | mtd: nand: sunxi: add reset line support | Icenowy Zheng | 2016-07-11 | 1 | -2/+23 |
* | mtd: nand: sunxi: fix subpage write | Boris Brezillon | 2016-07-11 | 1 | -1/+32 |
* | mtd: nand: sunxi: check ecc->size values | Boris Brezillon | 2016-07-11 | 1 | -0/+3 |
* | mtd: nand: sunxi: prefer 1k ECC blocks when applicable | Boris Brezillon | 2016-07-11 | 1 | -0/+6 |
* | mtd: nand: sunxi: Fix OOB bytes retrieval in read_chunks_dma() | Boris Brezillon | 2016-07-11 | 1 | -2/+4 |
* | mtd: nand: sunxi: fix return value check in sunxi_nfc_dma_op_prepare() | Wei Yongjun | 2016-07-11 | 1 | -2/+2 |
* | mtd: nand: sunxi: add support for DMA assisted operations | Boris Brezillon | 2016-06-06 | 1 | -7/+323 |
* | mtd: mtd: drop NAND_ECC_SOFT_BCH enum value | Rafał Miłecki | 2016-05-05 | 1 | -2/+0 |
* | mtd: nand: sunxi: switch to mtd_ooblayout_ops | Boris Brezillon | 2016-05-05 | 1 | -62/+52 |
* | mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers | Boris Brezillon | 2016-04-19 | 1 | -4/+6 |
* | mtd: nand: sunxi: make OOB retrieval optional | Boris Brezillon | 2016-04-19 | 1 | -11/+16 |
* | mtd: nand: sunxi: move some ECC related operations to their own functions | Boris Brezillon | 2016-04-19 | 1 | -55/+108 |
* | mtd: nand: sunxi: poll for events instead of using interrupts | Boris Brezillon | 2016-04-19 | 1 | -14/+31 |
* | mtd: nand: sunxi: make use of readl_poll_timeout() | Boris Brezillon | 2016-04-19 | 1 | -17/+17 |
* | mtd: nand: sunxi: fix ->dev_ready() implementation | Boris Brezillon | 2016-04-19 | 1 | -7/+0 |
* | mtd: nand: enable ECC pipelining | Boris Brezillon | 2016-04-19 | 1 | -1/+2 |
* | mtd: nand: sunxi: disable clks on device removal | Boris Brezillon | 2016-04-19 | 1 | -0/+2 |
* | mtd: nand: sunxi: fix NFC_CTL setting | Boris Brezillon | 2016-04-19 | 1 | -1/+1 |
* | mtd: nand: sunxi: fix the NFC_ECC_ERR_CNT() macro | Boris Brezillon | 2016-04-19 | 1 | -1/+1 |
* | mtd: nand: sunxi: let the NAND controller control the CE line | Boris Brezillon | 2016-04-19 | 1 | -10/+0 |
* | mtd: nand: sunxi: improve ->cmd_ctrl() function | Boris Brezillon | 2016-04-19 | 1 | -8/+44 |
* | mtd: nand: sunxi: implement ->read_subpage() | Boris Brezillon | 2016-04-19 | 1 | -0/+36 |
* | mtd: nand: sunxi: implement ->read_oob()/->write_oob() | Boris Brezillon | 2016-04-19 | 1 | -0/+40 |
* | mtd: nand: sunxi: adapt clk_rate to tWB, tADL, tWHR and tRHW timings | Boris Brezillon | 2016-04-19 | 1 | -0/+12 |
* | mtd: nand: sunxi: fix EDO mode selection | Boris Brezillon | 2016-04-19 | 1 | -7/+11 |
* | mtd: nand: sunxi: fix clk rate calculation | Boris Brezillon | 2016-04-19 | 1 | -5/+5 |
* | mtd: nand: sunxi: fix call order in sunxi_nand_chip_init() | Boris Brezillon | 2016-04-19 | 1 | -15/+15 |
* | mtd: nand: remove unneeded of_mtd.h inclusions | Boris Brezillon | 2016-04-19 | 1 | -1/+0 |