summaryrefslogtreecommitdiff
path: root/include/linux/mtd/mtd.h
AgeCommit message (Expand)Author
2022-04-11linux/mtd/mtd.h: Add <dm/ofnode.h>Tom Rini
2022-04-11mtd: Add flash_node in struct mtd_infoPatrice Chotard
2021-10-23mtd: Remove mtd_erase_callback() entirelyMarek BehĂșn
2021-06-24mtd: add support for parsing partitions defined in OFMarek BehĂșn
2021-01-05dm: core: Access device ofnode through functionsSimon Glass
2021-01-05spi: Tidy up get/set of device nodeSimon Glass
2020-02-05mtd: Rename free() to rfree()Simon Glass
2019-12-04cmd: nand/sf: isolate legacy codeMiquel Raynal
2019-04-12mtd: fix mtd_oobavail() incoherent returned valueMiquel Raynal
2018-12-06mtd: Don't stop MTD partition creation when it fails on one deviceBoris Brezillon
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-10-02mtd: uboot: search for an equivalent MTD name with the mtdidsMiquel Raynal
2018-09-20mtd: move definitions to enlarge their rangeMiquel Raynal
2018-09-20mtd: add get/set of_node/flash_node helpersBrian Norris
2018-09-20mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia
2018-07-24mtd: remove stale comment in mtd_oob_ops structureMiquel Raynal
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
2017-10-23mtd: remove MTDDEBUG() and CONFIG_MTD_DEBUGMasahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-07-24mtd: fix compiler warningsSteve Rae
2016-06-03mtd: nand: Sync with Linux v4.6Scott Wood
2015-11-12include/linux/mtd: Update copyright noticesTom Rini
2015-11-12dm: implement a MTD uclassThomas Chou
2015-10-26ubi,ubifs: sync with linux v4.2Heiko Schocher
2015-08-25mtd: nand: Increase max sizes of OOB and Page sizeSiva Durga Prasad Paladugu
2015-08-25mtd: Introduce mtd_block_isreserved()Ezequiel Garcia
2015-07-10mtd: fix false positive "Offset exceeds device limit" errorMasahiro Yamada
2015-06-30mtd, nand: Move common functions from cmd_nand.c to common placeHeiko Schocher
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-11-21mtd: move & update nand_ecclayout structure (plus board changes)Prabhakar Kushwaha
2013-05-31mtd: resync with Linux-3.7.1Sergey Lapin
2011-10-03NAND: Really ignore bad blocks when scrubbingMarek Vasut
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD
2010-10-11mtd: add an mtd method for get_len_incl_bad()Ben Gardiner
2010-10-11nand: remove dead code and suspend/resumeScott Wood
2009-07-07Coding style cleanup; update CHANGELOGWolfgang Denk
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese
2008-10-29NAND: sync with 2.6.27Scott Wood
2008-08-14Coding Style cleanup, update CHANGELOGWolfgang Denk
2008-08-13Fix OneNAND build breakKyungmin Park
2008-08-12Update MTD to that of Linux 2.6.22.1William Juul
2008-07-09NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood
2008-05-21Big white-space cleanup.Wolfgang Denk