summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand
AgeCommit message (Expand)AuthorFilesLines
2020-10-16mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson1-13/+15
2020-10-14mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati6-0/+2998
2020-09-30nand: vybrid: Re-introduce vf610_nfc.devSean Anderson1-17/+21
2020-09-30nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson1-14/+6
2020-09-30nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson1-30/+39
2020-09-30mtd: spi-nand: Fix not calling dev_err with a deviceSean Anderson1-4/+4
2020-09-30mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson1-22/+23
2020-09-30mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson1-15/+15
2020-09-23nand: Kconfig: Change dependency for NAND_ARASANMichal Simek1-1/+1
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek2-2/+2
2020-09-12mtd: nand: Fix nand write error with bad block addresses above 32-bitT Karthik Reddy1-3/+3
2020-08-13mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello1-28/+59
2020-08-13mtd: rawnand: stm32_fmc2: use clrsetbits_le32Christophe Kerello1-35/+21
2020-08-13mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello1-64/+56
2020-08-13mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello1-132/+131
2020-08-13mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeoutsChristophe Kerello1-3/+5
2020-08-13mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello1-25/+0
2020-08-13mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello1-1/+1
2020-08-05Fix corner case in bad block table handling.Doyle, Patrick1-1/+1
2020-08-04nand: Drop dm.h header fileSimon Glass2-2/+3
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devices with multiple diesShivamurthy Shastri1-0/+55
2020-07-20mtd: spinand: micron: Add M70A series Micron SPI NAND devicesShivamurthy Shastri1-0/+20
2020-07-20mtd: spinand: micron: identify SPI NAND device with Continuous Read modeShivamurthy Shastri1-0/+16
2020-07-20mtd: spinand: micron: Add new Micron SPI NAND devicesShivamurthy Shastri1-0/+30
2020-07-20mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGDShivamurthy Shastri1-0/+1
2020-07-20mtd: spinand: micron: Generalize the OOB layout structure and function namesShivamurthy Shastri1-14/+14
2020-07-11mtd: nand: raw: denali: Wait for reset completion statusLey Foon Tan3-1/+17
2020-07-11mtd: nand: raw: denali: Assert reset before deassertLey Foon Tan1-0/+2
2020-07-09spl: fit: nand: fix fit loading in case of bad blocksDario Binacchi1-0/+28
2020-05-27mtd: spinand: toshiba: Support for new Kioxia Serial NANDYoshio Furuyama1-16/+103
2020-05-27mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)Yoshio Furuyama1-27/+27
2020-05-22mtd: rawnand: denali: deassert write protect pinMasahiro Yamada1-0/+1
2020-05-22mtd: rawnand: denali: configure SPARE_AREA_SKIP_BYTES only for denali_splMasahiro Yamada1-9/+9
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass19-0/+19
2020-05-19common: Drop linux/delay.h from common headerSimon Glass16-0/+16
2020-05-19common: Drop linux/bug.h from common headerSimon Glass10-0/+10
2020-05-19common: Drop log.h from common headerSimon Glass15-0/+15
2020-05-19common: Drop part.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass4-0/+6
2020-05-18arm: Don't include common.h in header filesSimon Glass2-0/+4
2020-05-10mtd: nand: raw: mxs_nand changes for nandbcbHan Xu1-3/+40
2020-05-10nand: enable the Randomizer module for i.mx7 and i.mx8Alice Guo1-1/+7
2020-05-10mxs_nand: don't check zero count when ECC reading with randomizerHan Xu1-2/+3
2020-05-10MXS_NAND: Add clock support for iMX8Ye Li1-0/+69
2020-05-10mtd: nand: support GPMI NAND driver for i.MX8Peng Fan3-10/+19
2020-05-10nand: mxs_nand: make imx8mm can use hardware BCH and randomizerAlice Guo1-1/+1
2020-05-10mtd: mxs_nand: fix the gf_13/14 definition issueHan Xu1-0/+2
2020-05-10mtd: nand: mxs_nand: add i.MX6QP compatible stringHan Xu1-0/+4
2020-05-10mxs_nand: Update compatible string for i.MX6SXYe Li1-0/+8
2020-05-10nand: Update SPL MXS NAND mini driverYe Li1-7/+34