summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/cadence-nand-controller.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-18mtd: rawnand: cadence: support 64-bit slave dma interfaceValentin Korenblit1-12/+58
2022-09-21mtd: rawnand: cadence: Remove an unneeded result variableye xingchen1-4/+1
2022-04-27mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe()Yang Yingliang1-3/+2
2021-05-26mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal1-3/+3
2020-09-30mtd: rawnand: cadence: remove a redundant dev_err callLiu Shixin1-6/+2
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal1-2/+2
2020-08-09Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds1-3/+3
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal1-3/+3
2020-05-31mtd: rawnand: cadence: Stop using nand_release()Miquel Raynal1-1/+6
2020-05-10mtd: rawnand: Take check_only into accountBoris Brezillon1-3/+5
2020-05-10mtd: rawnand: cadence: Make cadence_nand_attach_chip staticYueHaibing1-1/+1
2020-03-11mtd: rawnand: cadence: reinit completion before executing a new commandPiotr Sroka1-0/+1
2020-03-11mtd: rawnand: cadence: change bad block marker sizePiotr Sroka1-6/+3
2020-03-11mtd: rawnand: cadence: fix the calculation of the avaialble OOB sizePiotr Sroka1-1/+2
2020-03-11mtd: rawnand: cadence: get meta data size from registersPiotr Sroka1-7/+14
2020-01-09mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych1-7/+6
2019-10-30mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka1-2/+2
2019-10-29mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing1-3/+2
2019-10-04mtd: rawnand: Add new Cadence NAND driver to MTD subsystemPiotr Sroka1-0/+3031