summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/marvell_nand.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: marvell: Minor documentation correctionSouptick Joarder2021-06-181-1/+1
* mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang2021-06-181-1/+3
* mtd: rawnand: marvell: convert comma to semicolonZheng Yongjun2021-02-011-1/+1
* mtd: rawnand: marvell: Drop useless lineMiquel Raynal2020-12-101-6/+0
* mtd: rawnand: marvell: Fix and update kerneldocKrzysztof Kozlowski2020-09-301-7/+16
* mtd: rawnand: marvell: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-301-4/+1
* mtd: rawnand: marvell: Support panic_write for mtdoopsChris Packham2020-09-301-5/+33
* mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal2020-09-281-3/+5
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-8/+9
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-5/+5
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-5/+4
* mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal2020-06-261-3/+6
* mtd: rawnand: marvell: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
* mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-111-2/+2
* mtd: rawnand: marvell: Rename the ->correct() functionMiquel Raynal2020-05-111-10/+9
* mtd: rawnand: marvell: Rename a function to clarifyMiquel Raynal2020-05-111-3/+3
* mtd: rawnand: marvell: Fix probe error pathMiquel Raynal2020-05-111-9/+14
* mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: marvell: Use devm_platform_ioremap_res()Miquel Raynal2020-05-111-3/+1
* mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal2020-05-111-1/+1
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-1/+2
* mtd: rawnand: marvell: Use dma_request_chan() instead dma_request_slave_chann...Peter Ujfalusi2020-03-111-5/+8
* mtd: rawnand: marvell: Release DMA channel on errorPeter Ujfalusi2020-03-111-6/+19
* mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-111-1/+1
* mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-10-081-3/+1
* Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-121-30/+21
|\
| * mtd: rawnand: marvell: Fix helper name in commentMiquel Raynal2019-04-181-1/+1
| * mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon2019-04-081-3/+3
| * mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon2019-04-081-26/+17
* | mtd: rawnand: marvell: Clean the controller state before each operationMiquel Raynal2019-04-251-6/+6
|/
* mtd: rawnand: marvell: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2019-02-051-3/+2
* mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal2018-12-151-3/+14
* mtd: rawnand: marvell: fix spelling mistake in kernel docMiquel Raynal2018-12-071-1/+1
* mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon2018-12-071-1/+2
* mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon2018-12-071-1/+1
* mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon2018-12-071-9/+18
* Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds2018-10-231-88/+187
|\
| * mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal2018-10-081-1/+1
| * mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layoutKonstantin Porotchkin2018-10-031-0/+2
| * mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layoutMiquel Raynal2018-10-031-3/+31
| * mtd: rawnand: marvell: rework BCH engine failure pathMiquel Raynal2018-10-031-31/+42
| * mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon2018-10-031-2/+1
| * mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-031-2/+1
| * mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-031-16/+16
| * mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-031-18/+12
| * mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-031-2/+2
| * mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-031-1/+1
| * mtd: rawnand: marvell: document a bit more the driverMiquel Raynal2018-09-041-0/+67
| * mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni2018-09-041-12/+11
* | mtd: rawnand: marvell: prevent harmless warningsMiquel Raynal2018-09-101-1/+3
|/