aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/denali.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* mtd: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard2021-09-281-1/+1
* mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan2020-07-111-0/+11
* mtd: rawnand: denali: deassert write protect pinMasahiro Yamada2020-05-221-0/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop net.h from common headerSimon Glass2020-05-181-0/+3
* arm: Don't include common.h in header filesSimon Glass2020-05-181-0/+2
* dma-mapping: move dma_map_(un)single() to <linux/dma-mapping.h>Masahiro Yamada2020-02-191-2/+1
* dma-mapping: fix the prototype of dma_unmap_single()Masahiro Yamada2020-02-191-1/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+2
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+2
* mtd: Rename free() to rfree()Simon Glass2020-02-051-1/+1
* mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES based on DT compatibleMasahiro Yamada2020-02-011-4/+11
* mtd: denali: Drop custom dma mapping functionsVignesh Raghavendra2020-01-251-32/+3
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-12-291-0/+6
* mtd: rawnand: denali: optimize timing parameters for data interfaceMasahiro Yamada2018-12-291-24/+23
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-0/+1371