summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/marvell_nand.c
AgeCommit message (Expand)Author
2021-06-18mtd: rawnand: marvell: Minor documentation correctionSouptick Joarder
2021-06-18mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvel...Yang Yingliang
2021-02-01mtd: rawnand: marvell: convert comma to semicolonZheng Yongjun
2020-12-10mtd: rawnand: marvell: Drop useless lineMiquel Raynal
2020-09-30mtd: rawnand: marvell: Fix and update kerneldocKrzysztof Kozlowski
2020-09-30mtd: rawnand: marvell: Simplify with dev_err_probe()Krzysztof Kozlowski
2020-09-30mtd: rawnand: marvell: Support panic_write for mtdoopsChris Packham
2020-09-28mtd: rawnand: Use nanddev_get/set_ecc_requirements() when relevantMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-05-31mtd: rawnand: marvell: Stop using nand_release()Miquel Raynal
2020-05-11mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename the ->correct() functionMiquel Raynal
2020-05-11mtd: rawnand: marvell: Rename a function to clarifyMiquel Raynal
2020-05-11mtd: rawnand: marvell: Fix probe error pathMiquel Raynal
2020-05-11mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal
2020-05-11mtd: rawnand: marvell: Use devm_platform_ioremap_res()Miquel Raynal
2020-05-11mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon
2020-03-11mtd: rawnand: marvell: Use dma_request_chan() instead dma_request_slave_chann...Peter Ujfalusi
2020-03-11mtd: rawnand: marvell: Release DMA channel on errorPeter Ujfalusi
2020-03-11mtd: rawnand: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-05-12Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-04-25mtd: rawnand: marvell: Clean the controller state before each operationMiquel Raynal
2019-04-18mtd: rawnand: marvell: Fix helper name in commentMiquel Raynal
2019-04-08mtd: rawnand: Get rid of chip->ecc_{strength,step}_dsBoris Brezillon
2019-04-08mtd: rawnand: Provide a helper to get chip->data_bufBoris Brezillon
2019-02-05mtd: rawnand: marvell: use struct_size() in devm_kzalloc()Gustavo A. R. Silva
2018-12-15mtd: rawnand: marvell: prevent timeouts on a loaded machineMiquel Raynal
2018-12-07mtd: rawnand: marvell: fix spelling mistake in kernel docMiquel Raynal
2018-12-07mtd: rawnand: Move ->setup_data_interface() to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: Move the ->exec_op() method to nand_controller_opsBoris Brezillon
2018-12-07mtd: rawnand: marvell: Stop implementing ->select_chip()Boris Brezillon
2018-10-23Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtdLinus Torvalds
2018-10-08mtd: rawnand: marvell: fix the IRQ handler complete() conditionMiquel Raynal
2018-10-03mtd: rawnand: marvell: Add support for 8kiB pages NAND chips layoutKonstantin Porotchkin
2018-10-03mtd: rawnand: marvell: support 8b/512B strength for 2kiB pages layoutMiquel Raynal
2018-10-03mtd: rawnand: marvell: rework BCH engine failure pathMiquel Raynal
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon
2018-10-03mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon
2018-09-10mtd: rawnand: marvell: prevent harmless warningsMiquel Raynal
2018-09-04mtd: rawnand: marvell: document a bit more the driverMiquel Raynal
2018-09-04mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni