summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtd_uboot.c
Commit message (Expand)AuthorAgeFilesLines
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-051-0/+1
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* cmd: nand/sf: isolate legacy codeMiquel Raynal2019-12-041-94/+0
* mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal2019-12-031-1/+1
* env: Move env_get_f() to env.hSimon Glass2019-08-111-0/+1
* mtd: Fix get_mtdparts()Patrice Chotard2019-06-061-4/+1
* mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2018-12-061-28/+68
* mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon2018-12-061-5/+12
* mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon2018-12-061-3/+8
* mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon2018-12-061-1/+1
* mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon2018-12-061-25/+24
* mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon2018-12-061-1/+17
* mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon2018-11-131-2/+60
* mtd: uboot: Fix hanging during mtd list commandAdam Ford2018-10-101-1/+8
* cmd: mtd: add 'mtd' commandMiquel Raynal2018-10-021-1/+160
* mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal2018-10-021-1/+64
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mtd: uboot: Add meaningful error messageMaxime Ripard2015-11-121-1/+1
* mtd: fix false positive "Offset exceeds device limit" errorMasahiro Yamada2015-07-101-2/+3
* mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher2015-06-301-0/+99