summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
Commit message (Expand)AuthorAgeFilesLines
* dm: core: Require users of devres to include the headerSimon Glass2020-02-051-0/+1
* mtd: Rename free() to rfree()Simon Glass2020-02-051-2/+2
* mtd: mtdcore: Drop unused mtd_tableTom Rini2019-12-031-2/+0
* mtd: fix Coverity integer handling issueMiquel Raynal2019-04-121-3/+3
* mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon2018-12-061-0/+7
* mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon2018-12-061-1/+15
* mtd: mtdpart: implement proper partition handlingMiquel Raynal2018-10-021-0/+2
* mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal2018-09-201-6/+20
* mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon2018-09-201-0/+45
* mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2018-09-201-0/+12
* mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon2018-09-201-2/+29
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon2017-11-291-0/+360
* compat: Remove is_power_of_2() definitionFabio Estevam2015-11-051-1/+1
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2015-08-251-2/+12
* mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com2014-09-161-2/+2
* 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-7/+17
* 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-72/+1040
* Coding Style cleanup: remove trailing empty linesWolfgang Denk2013-10-141-1/+0
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton2013-10-091-1/+13
* mtd: resync with Linux-3.7.1Sergey Lapin2013-05-311-0/+191
* linux/compat.h: rename from linux/mtd/compat.hMike Frysinger2012-04-301-1/+1
* Followup fixes on the mtdparts spread patchsetScott Wood2010-10-111-10/+5
* mtd: add an mtd method for get_len_incl_bad()Ben Gardiner2010-10-111-0/+49
* mtd: Remove a printf() from add_mtd_device().Piotr Ziecik2008-11-241-2/+0
* MTD: Add MTD paritioning infrastructureKyungmin Park2008-11-191-0/+146