aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/nand_base.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILDSimon Glass2024-10-111-5/+5
* mtd: rawnand: nand_base: support for 'NAND_IS_BOOT_MEDIUM' flagArseniy Krasnov2024-08-281-0/+3
* drivers: mtd: Remove duplicate newlinesMarek Vasut2024-07-221-3/+0
* 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: Use macro nand_to_mtd() where appropriateAlexander Dahl2024-04-141-3/+3
* Merge patch series "Import "string" I/O functions from Linux"Tom Rini2023-11-281-33/+0
|\
| * asm-generic: Import functions from LinuxIgor Prusov2023-11-281-33/+0
* | nand: Don't dereference NULL manufacturer_descSean Anderson2023-11-161-5/+2
|/
* mtd: rawnand: nand_base: Handle algorithm selectionLinus Walleij2023-04-221-4/+25
* Revert "mtd: rawnand: nand_base: Handle algorithm selection"Dario Binacchi2023-04-221-9/+3
* mtd: rawnand: nand_base: Handle algorithm selectionLinus Walleij2023-04-161-3/+9
* mtd: rawnand: nand_base: Allow base driver to be used in SPL without nand_bbtRoger Quadros2023-01-081-1/+17
* mtd: nand: make Samsung SLC NAND usable againMichael Trimarchi2022-12-101-2/+5
* cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-181-5/+5
* mtd: nand: Rename nand_get_flash_type() into nand_detect()Michael Trimarchi2022-08-221-6/+5
* mtd: nand: change return type of nand_get_flash_type() to intMichael Trimarchi2022-08-221-15/+13
* mtd: nand: Rename the nand_manufacturers structMichael Trimarchi2022-08-221-2/+2
* mtd: nand: Move Macronix specific initialization in nand_macronix.cMichael Trimarchi2022-07-221-11/+0
* mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cMichael Trimarchi2022-07-221-16/+1
* mtd: nand: Move Micron specific init logic in nand_micron.cMichael Trimarchi2022-07-221-31/+2
* mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cMichael Trimarchi2022-07-221-19/+2
* mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cMichael Trimarchi2022-07-221-86/+31
* mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cMichael Trimarchi2022-07-221-48/+4
* mtd: nand: Export symbol nand_decode_ext_idMichael Trimarchi2022-07-221-1/+2
* mtd: nand: Get rid of mtd variable in function callsMichael Trimarchi2022-07-221-12/+13
* mtd: nand: Add manufacturer specific initialization/detection stepsMichael Trimarchi2022-07-221-23/+75
* mtd: nand: Store nand ID in struct nand_chipMichael Trimarchi2022-07-221-29/+29
* mtd: nand: Get rid of busw parameterMichael Trimarchi2022-07-221-27/+32
* mtd: rawnand: Add support to dedicated function to set timingsKory Maincent2022-07-081-11/+19
* mtd: nand: raw: Add support for DT property nand-ecc-algo=bchPali Rohár2022-04-261-0/+6
* mtd: Add flash_node in struct mtd_infoPatrice Chotard2022-04-111-0/+1
* mtd: Remove mtd_erase_callback() entirelyMarek Behún2021-10-231-4/+0
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-5/+5
* WS cleanup: remove trailing white spaceWolfgang Denk2021-09-301-1/+1
* mtd: nand: raw: convert nand_dt_init() to ofnode_xx() interfacePatrice Chotard2021-09-281-16/+11
* mtd: Update fail_addr when erase fails due to bad blocksFarhan Ali2021-04-121-0/+2
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop linux/bitops.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop linux/bug.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* mtd: nand: raw: Fix CONFIG_SYS_NAND_DRIVER_ECC_LAYOUT behaviorGregory CLEMENT2019-04-261-2/+2
* mtd: nand: provide several helpers to do common NAND operationsBoris Brezillon2019-04-221-160/+853
* mtd: nand: raw: allow to disable unneeded ECC layoutsStefan Agner2019-01-161-0/+4
* mtd: move NAND files into a raw/ subdirectoryMiquel Raynal2018-09-201-0/+4619