aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtd_uboot.c
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal1-94/+0
2019-12-03mtd: rename CONFIG_MTD -> CONFIG_DM_MTDMiquel Raynal1-1/+1
2019-08-11env: Move env_get_f() to env.hSimon Glass1-0/+1
2019-06-06mtd: Fix get_mtdparts()Patrice Chotard1-4/+1
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon1-28/+68
2018-12-06mtd: Make sure we don't parse MTD partitions belonging to another devBoris Brezillon1-5/+12
2018-12-06mtd: Make sure the name passed in mtdparts fits in mtd_name[]Boris Brezillon1-3/+8
2018-12-06mtd: Be more strict on the "mtdparts=" prefix checkBoris Brezillon1-1/+1
2018-12-06mtd: Use get_mtdids() instead of env_get("mtdids") in mtd_search_alternate_na...Boris Brezillon1-25/+24
2018-12-06mtd: Parse mtdparts/mtdids again when the MTD list has been updatedBoris Brezillon1-1/+17
2018-11-13mtd: Use default mtdparts/mtids when not defined in the environmentBoris Brezillon1-2/+60
2018-10-10mtd: uboot: Fix hanging during mtd list commandAdam Ford1-1/+8
2018-10-02cmd: mtd: add 'mtd' commandMiquel Raynal1-1/+160
2018-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal1-1/+64
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-11-12mtd: uboot: Add meaningful error messageMaxime Ripard1-1/+1
2015-07-10mtd: fix false positive "Offset exceeds device limit" errorMasahiro Yamada1-2/+3
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher1-0/+99