summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: mtdpart: use uint64_t instead of int for cur_offMartin Kaistra2020-07-171-1/+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: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon2018-12-061-0/+12
* mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-021-238/+175
* mtd: mtdpart: add a generic mtdparts-like parserMiquel Raynal2018-10-021-0/+210
* mtd: mtdpart: balance debug messagesMiquel Raynal2018-09-201-0/+2
* mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-201-2/+4
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2015-08-251-0/+9
* kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada2014-09-161-1/+0
* mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher2014-08-251-6/+8
* mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher2014-08-251-0/+2
* mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher2014-08-251-60/+455
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-091-6/+6
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-104/+54
* ubi: ubifs: Turn off verbose printsJoe Hershberger2013-04-111-6/+8
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-301-1/+1
* nand: remove dead code and suspend/resumeScott Wood2010-10-111-16/+0
* mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese2009-06-121-268/+220
* MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese2008-12-091-1/+9
* MTD: Add MTD paritioning infrastructureKyungmin Park2008-11-191-0/+532