aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-1/+1
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek BehĂșn1-8/+0
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-2/+2
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk1-2/+2
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek BehĂșn1-0/+35
2021-01-16mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt1-2/+0
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/bug.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Require users of devres to include the headerSimon Glass1-0/+1
2020-02-05mtd: Rename free() to rfree()Simon Glass1-2/+2
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini1-2/+0
2019-04-12mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2018-12-06mtd: Delete partitions attached to the device when a device is deletedBoris Brezillon1-0/+7
2018-12-06mtd: Add a function to report when the MTD dev list has been updatedBoris Brezillon1-1/+15
2018-10-02mtd: mtdpart: implement proper partition handlingMiquel Raynal1-0/+2
2018-09-20mtd: Fallback to ->_read/write() when ->_read/write_oob() is missingMiquel Raynal1-6/+20
2018-09-20mtd: Add sanity checks in mtd_write/read_oob()Boris Brezillon1-0/+45
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia1-0/+12
2018-09-20mtd: Fallback to ->_read/write_oob() when ->_read/write() is missingBoris Brezillon1-2/+29
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-11-29mtd: add mtd_ooblayout_xxx() helper functionsBoris Brezillon1-0/+360
2015-11-05compat: Remove is_power_of_2() definitionFabio Estevam1-1/+1
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-2/+12
2014-09-16mtdcore: Fix a build error with CONFIG_CMD_MTDPARTS_SPREADmaxin.john@enea.com1-2/+2
2014-09-16kbuild: force to define __UBOOT__ in all the C sourcesMasahiro Yamada1-1/+0
2014-08-25mtd,ubi,ubifs: sync with linux v3.15Heiko Schocher1-7/+17
2014-08-25mtd, ubi, ubifs: update for the sync with linux v3.14Heiko Schocher1-0/+2
2014-08-25mtd, ubi, ubifs: resync with Linux-3.14Heiko Schocher1-72/+1040
2013-10-14Coding Style cleanup: remove trailing empty linesWolfgang Denk1-1/+0
2013-10-09mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANPaul Burton1-1/+13
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin1-0/+191
2012-04-30linux/compat.h: rename from linux/mtd/compat.hMike Frysinger1-1/+1
2010-10-11Followup fixes on the mtdparts spread patchsetScott Wood1-10/+5
2010-10-11mtd: add an mtd method for get_len_incl_bad()Ben Gardiner1-0/+49
2008-11-24mtd: Remove a printf() from add_mtd_device().Piotr Ziecik1-2/+0
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park1-0/+146