aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdpart.c
AgeCommit message (Expand)AuthorFilesLines
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