summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/cadence-nand-controller.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: cadence: remove unused struct 'ecc_info'Dr. David Alan Gilbert2024-07-011-5/+0
* Merge tag 'nand/for-6.7' into mtd/nextMiquel Raynal2023-11-041-1/+1
|\
| * mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_byKees Cook2023-10-161-1/+1
* | mtd: Use device_get_match_data()Rob Herring2023-10-161-7/+5
|/
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: cadence: support 64-bit slave dma interfaceValentin Korenblit2022-10-181-12/+58
* mtd: rawnand: cadence: Remove an unneeded result variableye xingchen2022-09-211-4/+1
* mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe()Yang Yingliang2022-04-271-3/+2
* mtd: rawnand: Use more recent ONFI specification wordingMiquel Raynal2021-05-261-3/+3
* mtd: rawnand: cadence: remove a redundant dev_err callLiu Shixin2020-09-301-6/+2
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-2/+2
* Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2020-08-091-3/+3
|\
| * mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-3/+3
* | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
|/
* mtd: rawnand: cadence: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
* mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-101-3/+5
* mtd: rawnand: cadence: Make cadence_nand_attach_chip staticYueHaibing2020-05-101-1/+1
* mtd: rawnand: cadence: reinit completion before executing a new commandPiotr Sroka2020-03-111-0/+1
* mtd: rawnand: cadence: change bad block marker sizePiotr Sroka2020-03-111-6/+3
* mtd: rawnand: cadence: fix the calculation of the avaialble OOB sizePiotr Sroka2020-03-111-1/+2
* mtd: rawnand: cadence: get meta data size from registersPiotr Sroka2020-03-111-7/+14
* mtd: cadence: Fix cast to pointer from integer of different size warningVasyl Gomonovych2020-01-091-7/+6
* mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka2019-10-301-2/+2
* mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing2019-10-291-3/+2
* mtd: rawnand: Add new Cadence NAND driver to MTD subsystemPiotr Sroka2019-10-041-0/+3031