summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/denali.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-28mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard1-1/+1
2020-07-11mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan1-0/+11
2020-05-22mtd: rawnand: denali: deassert write protect pinMasahiro Yamada1-0/+1
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+3
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+2
2020-02-19dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada1-2/+1
2020-02-19dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+2
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2020-02-06mtd: Rename free() to rfree()Simon Glass1-1/+1
2020-01-31mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada1-4/+11
2020-01-25mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra1-32/+3
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-12-29mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada1-0/+6
2018-12-29mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada1-24/+23
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-0/+1371