aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdpart.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass1-2/+2
2022-06-06mtd: mtdpart: Change size type from fdt_addr_t to fdt_size_tPali Rohár1-1/+2
2022-04-11mtd: Update the way partitions are parsedPatrice Chotard1-2/+6
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-2/+2
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek Behún1-21/+0
2021-10-23mtd: mtdpart: Make mtdpart's _erase method saneMarek Behún1-8/+18
2021-06-24mtd: add support for parsing partitions defined in OFMarek Behún1-0/+63
2020-07-17mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra1-1/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon1-0/+12
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal1-238/+175
2018-10-02mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal1-0/+210
2018-09-20mtd: mtdpart: balance debug messagesMiquel Raynal1-0/+2
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-2/+4
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+9
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-6/+8
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+2
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-60/+455
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-6/+6
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-104/+54
2013-04-11ubi: ubifs: Turn off verbose printsJoe Hershberger1-6/+8
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2010-10-11nand: remove dead code and suspend/resumeScott Wood1-16/+0
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese1-268/+220
2008-12-09MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese1-1/+9
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park1-0/+532