summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)Author
2019-04-12mtd: fix Coverity integer handling issueMiquel Raynal
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal
2018-09-20mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal
2018-09-20mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-11-29mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2014-09-16mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger
2010-10-11Followup fixes on the mtdparts spread patchsetScott Wood
2010-10-11mtd: add an mtd method for get_len_incl_bad()Ben Gardiner
2008-11-24mtd: Remove a printf() from add_mtd_device().Piotr Ziecik
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park