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
/
mtdcore.c
Age
Commit message (
Expand
)
Author
2019-04-12
mtd: fix Coverity integer handling issue
Miquel Raynal
2018-12-06
mtd: Delete partitions attached to the device when a device is deleted
Boris Brezillon
2018-12-06
mtd: Add a function to report when the MTD dev list has been updated
Boris Brezillon
2018-10-02
mtd: mtdpart: implement proper partition handling
Miquel Raynal
2018-09-20
mtd: Fallback to ->_read/write() when ->_read/write_oob() is missing
Miquel Raynal
2018-09-20
mtd: Add sanity checks in mtd_write/read_oob()
Boris Brezillon
2018-09-20
mtd: Uninline mtd_write_oob and move it to mtdcore.c
Ezequiel Garcia
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
2017-11-29
mtd: add mtd_ooblayout_xxx() helper functions
Boris Brezillon
2015-11-05
compat: Remove is_power_of_2() definition
Fabio Estevam
2015-08-25
mtd: Introduce mtd_block_isreserved()
Ezequiel Garcia
2014-09-16
mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREAD
maxin.john@enea.com
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-14
Coding Style cleanup: remove trailing empty lines
Wolfgang Denk
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
2012-04-30
linux/compat.h: rename from linux/mtd/compat.h
Mike Frysinger
2010-10-11
Followup fixes on the mtdparts spread patchset
Scott Wood
2010-10-11
mtd: add an mtd method for get_len_incl_bad()
Ben Gardiner
2008-11-24
mtd: Remove a printf() from add_mtd_device().
Piotr Ziecik
2008-11-19
MTD: Add MTD paritioning infrastructure
Kyungmin Park