summaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdcore.c
AgeCommit message (Expand)Author
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek BehĂșn
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove trailing white spaceWolfgang Denk
2021-06-24mtd: compare also with OF path and device name in get_mtd_device_nm()Marek BehĂșn
2021-01-16mtd: misplaced log.h and dm/devres.hHeinrich Schuchardt
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/bug.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-02-05dm: core: Require users of devres to include the headerSimon Glass
2020-02-05mtd: Rename free() to rfree()Simon Glass
2019-12-03mtd: mtdcore: Drop unused mtd_tableTom Rini
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