summaryrefslogtreecommitdiff
path: root/drivers/mtd/nand/raw
Commit message (Expand)AuthorAgeFilesLines
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-304-8/+8
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-302-2/+2
* WS cleanup: remove excessive empty linesWolfgang Denk2021-09-301-2/+0
* WS cleanup: remove trailing empty linesWolfgang Denk2021-09-301-1/+0
* Merge branch '2021-09-25-TI-platform-updates' into nextTom Rini2021-09-282-6/+10
|\
| * ti: keystone: Clean up or migrate some NAND related options.Tom Rini2021-09-272-6/+10
* | mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard2021-09-285-20/+15
|/
* Kconfig: Remove all default n/no optionsMichal Simek2021-08-311-3/+0
* nand: vf610_nfc: Do not abuse CONFIG namespaceTom Rini2021-08-301-27/+27
* arm: Remove spear600 boards and the rest of SPEAr supportTom Rini2021-07-071-49/+0
* mtd: nand: NFC drivers for RK3308, RK2928 and othersYifeng Zhao2021-06-183-0/+1270
* Merge tag 'u-boot-atmel-2021.10-a' of https://source.denx.de/u-boot/custodian...Tom Rini2021-06-171-19/+18
|\
| * nand: atmel: Correct bitflips in erased pagesKai Stuhlemmer (ebee Engineering)2021-06-071-19/+18
* | ARM: fix LTO for apf27Marek BehĂșn2021-05-241-1/+1
|/
* mtd: Update fail_addr when erase fails due to bad blocksFarhan Ali2021-04-121-0/+2
* spl: fit: nand: allow for non-page-aligned elementsTim Harvey2021-04-081-0/+5
* mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pagesMaxim Kochetkov2021-03-231-7/+10
* mtd: rawnand: cortina_nand: missing initializationHeinrich Schuchardt2021-02-241-1/+1
* Merge branch '2021-02-02-drop-asm_global_data-when-unused'Tom Rini2021-02-155-0/+5
|\
| * common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-025-0/+5
* | nand: brcmnand: Don't use -EPROBE_DEFERSimon Glass2021-02-031-4/+1
|/
* mtd: rawnand: cortina_nand: Add Cortina CAxxxx SoC supportKate Liu2021-01-184-0/+1696
* mtd: stm32_fmc2: migrate trace to dev and log macroPatrick Delaunay2021-01-131-21/+19
* Merge tag 'xilinx-for-v2021.04' of https://gitlab.denx.de/u-boot/custodians/u...WIP/06Jan2021-nextTom Rini2021-01-061-6/+4
|\
| * zynq: mtd: nand: remove superfluous ifHeinrich Schuchardt2021-01-051-6/+4
* | dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass2021-01-0515-17/+17
* | dm: core: Access device ofnode through functionsSimon Glass2021-01-051-1/+1
* | dm: core: Access device flags through functionsSimon Glass2021-01-051-1/+1
* | dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* | dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-1316-17/+17
|/
* mtd: nand: pxa3xx: enable NAND controller if the SoC needs itShmuel Hazan2020-10-292-10/+44
* mtd: pxa3xx_nand: remove dead codeBaruch Siach2020-10-291-9/+3
* mtd: pxa3xx_nand: port to use driver modelShmuel Hazan2020-10-292-63/+54
* mtd: mxs_nand: Fix not calling dev_xxx with a deviceSean Anderson2020-10-151-13/+15
* mtd: nand: Add NAND controller driver for OcteonTXSuneel Garapati2020-10-146-0/+2998
* nand: vybrid: Re-introduce vf610_nfc.devSean Anderson2020-09-301-17/+21
* nand: brcmnand: Fix not calling dev_err() with a deviceSean Anderson2020-09-301-14/+6
* nand: atmel: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-30/+39
* mtd: nand: sunxi: Fix not calling dev_err with a deviceSean Anderson2020-09-301-22/+23
* mtd: nand: pxa3xx: Fix not calling dev_xxx with a deviceSean Anderson2020-09-301-15/+15
* nand: Kconfig: Change dependency for NAND_ARASANMichal Simek2020-09-231-1/+1
* xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek2020-09-232-2/+2
* mtd: nand: Fix nand write error with bad block addresses above 32-bitT Karthik Reddy2020-09-111-3/+3
* mtd: rawnand: stm32_fmc2: get resources from parent nodeChristophe Kerello2020-08-131-28/+59
* mtd: rawnand: stm32_fmc2: use clrsetbits_le32Christophe Kerello2020-08-131-35/+21
* mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello2020-08-131-64/+56
* mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello2020-08-131-132/+131
* mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_5S for timeoutsChristophe Kerello2020-08-131-3/+5
* mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello2020-08-131-25/+0
* mtd: rawnand: stm32_fmc2: fix a buffer overflowChristophe Kerello2020-08-131-1/+1