| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: rawnand: cadence: Use for_each_child_of_node_scoped() | Jinjie Ruan | 2024-09-06 | 1 | -3/+1 |
* | mtd: rawnand: cadence: remove unused struct 'ecc_info' | Dr. David Alan Gilbert | 2024-07-01 | 1 | -5/+0 |
* | Merge tag 'nand/for-6.7' into mtd/next | Miquel Raynal | 2023-11-04 | 1 | -1/+1 |
|\ |
|
| * | mtd: rawnand: cadence: Annotate struct cdns_nand_chip with __counted_by | Kees Cook | 2023-10-16 | 1 | -1/+1 |
* | | mtd: Use device_get_match_data() | Rob Herring | 2023-10-16 | 1 | -7/+5 |
|/ |
|
* | mtd: nand: Convert to platform remove callback returning void | Uwe Kleine-König | 2023-04-11 | 1 | -4/+2 |
* | mtd: rawnand: cadence: support 64-bit slave dma interface | Valentin Korenblit | 2022-10-18 | 1 | -12/+58 |
* | mtd: rawnand: cadence: Remove an unneeded result variable | ye xingchen | 2022-09-21 | 1 | -4/+1 |
* | mtd: rawnand: cadence: fix possible null-ptr-deref in cadence_nand_dt_probe() | Yang Yingliang | 2022-04-27 | 1 | -3/+2 |
* | mtd: rawnand: Use more recent ONFI specification wording | Miquel Raynal | 2021-05-26 | 1 | -3/+3 |
* | mtd: rawnand: cadence: remove a redundant dev_err call | Liu Shixin | 2020-09-30 | 1 | -6/+2 |
* | mtd: rawnand: Use the new ECC engine type enumeration | Miquel Raynal | 2020-09-28 | 1 | -2/+2 |
* | Merge tag 'mtd/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 2020-08-09 | 1 | -3/+3 |
|\ |
|
| * | mtd: rawnand: s/data_interface/interface_config/ | Miquel Raynal | 2020-06-26 | 1 | -3/+3 |
* | | iov_iter: Move unnecessary inclusion of crypto/hash.h | Herbert Xu | 2020-06-30 | 1 | -0/+1 |
|/ |
|
* | mtd: rawnand: cadence: Stop using nand_release() | Miquel Raynal | 2020-05-31 | 1 | -1/+6 |
* | mtd: rawnand: Take check_only into account | Boris Brezillon | 2020-05-10 | 1 | -3/+5 |
* | mtd: rawnand: cadence: Make cadence_nand_attach_chip static | YueHaibing | 2020-05-10 | 1 | -1/+1 |
* | mtd: rawnand: cadence: reinit completion before executing a new command | Piotr Sroka | 2020-03-11 | 1 | -0/+1 |
* | mtd: rawnand: cadence: change bad block marker size | Piotr Sroka | 2020-03-11 | 1 | -6/+3 |
* | mtd: rawnand: cadence: fix the calculation of the avaialble OOB size | Piotr Sroka | 2020-03-11 | 1 | -1/+2 |
* | mtd: rawnand: cadence: get meta data size from registers | Piotr Sroka | 2020-03-11 | 1 | -7/+14 |
* | mtd: cadence: Fix cast to pointer from integer of different size warning | Vasyl Gomonovych | 2020-01-09 | 1 | -7/+6 |
* | mtd: rawnand: remove unecessary checking if dmac is NULL | Piotr Sroka | 2019-10-30 | 1 | -2/+2 |
* | mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failure | YueHaibing | 2019-10-29 | 1 | -3/+2 |
* | mtd: rawnand: Add new Cadence NAND driver to MTD subsystem | Piotr Sroka | 2019-10-04 | 1 | -0/+3031 |