summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw/pxa3xx_nand.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-13mtd: nand: pxa3xx: Enable devbus/nand arbiter on Armada 8KChris Packham1-1/+2
2023-07-13mtd: nand: pxa3xx: Add support for the Marvell AC5 SoCChris Packham1-3/+14
2022-10-06mtd: nand: pxa3xx: simplify ECC hardware parametersChris Packham1-179/+68
2022-07-29arm: mvebu: Fix compatible string for nand controllerPali Rohár1-1/+1
2022-01-17mtd: nand: pxa3xx: set mtd->devRobert Marko1-0/+1
2022-01-14mtd: nand: pxa3xx: use marvell, prefix for custom DT propertiesPierre Bourdon1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-1/+1
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-10-29mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan1-10/+42
2020-10-29mtd: pxa3xx_nand: remove dead codeBaruch Siach1-9/+3
2020-10-29mtd: pxa3xx_nand: port to use driver modelShmuel Hazan1-63/+53
2020-09-30mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson1-15/+15
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-04-24mtd: nand: pxa3xx: fix raw read when last_chunk_size == 0Baruch Siach1-1/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: core: Require users of devres to include the headerSimon Glass1-0/+2
2018-11-22mtd: rawnand: pxa3xx: fix 2kiB pages with 8b strength chips layoutMiquel Raynal1-9/+9
2018-11-22mtd: nand: pxa3xx: re-read a page in raw mode on uncorrectable errorMiquel Raynal1-4/+23
2018-11-22mtd: nand: pxa3xx: add raw read supportMiquel Raynal1-6/+92
2018-09-20mtd: move NAND files into a raw/ subdirectoryMiquel Raynal1-0/+1828