index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
mtdpart.c
Age
Commit message (
Expand
)
Author
2020-05-18
common: Drop linux/bug.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-02-05
dm: core: Require users of devres to include the header
Simon Glass
2018-12-06
mtd: Don't stop MTD partition creation when it fails on one device
Boris Brezillon
2018-10-02
mtd: mtdpart: implement proper partition handling
Miquel Raynal
2018-10-02
mtd: mtdpart: add a generic mtdparts-like parser
Miquel Raynal
2018-09-20
mtd: mtdpart: balance debug messages
Miquel Raynal
2018-09-20
mtd: Fallback to ->_read/write_oob() when ->_read/write() is missing
Boris Brezillon
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2015-08-25
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2014-09-16
kbuild: force to define __UBOOT__ in all the C sources
Masahiro Yamada
2014-08-25
mtd,ubi,ubifs: sync with linux v3.15
Heiko Schocher
2014-08-25
mtd, ubi, ubifs: update for the sync with linux v3.14
Heiko Schocher
2014-08-25
mtd, ubi, ubifs: resync with Linux-3.14
Heiko Schocher
2013-10-09
mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEAN
Paul Burton
2013-05-31
mtd: resync with Linux-3.7.1
Sergey Lapin
2013-04-11
ubi: ubifs: Turn off verbose prints
Joe Hershberger
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2010-10-11
nand: remove dead code and suspend/resume
Scott Wood
2009-06-12
mtd: Update MTD infrastructure to support 64bit device size
Stefan Roese
2008-12-09
MTD: Fix problem based on non-working relocation (list head mtd_partitions)
Stefan Roese
2008-11-19
MTD: Add MTD paritioning infrastructure
Kyungmin Park