summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-121-1/+0Star
* Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2016-10-091-0/+1
|\
| * mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-151-0/+1
* | mtdpart: Propagate _get/put_device()Richard Weinberger2016-09-281-0/+18
|/
* mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionBoris Brezillon2016-04-191-1/+22
* mtd: use mtd_set_ecclayout() where appropriateBoris Brezillon2016-04-191-1/+1
* mtd: create an mtd_oobavail() helper and make use of itBoris BREZILLON2016-03-081-4/+1Star
* mtd: partitions: support a cleanup callback for parsersBrian Norris2015-12-091-2/+33
* mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris2015-12-091-7/+8
* mtd: partitions: remove kmemdup()Brian Norris2015-12-091-1/+1
* mtd: partitions: rename MTD parser get/putBrian Norris2015-12-091-5/+8
* mtd: partitions: turn PART() macro into inline functionBrian Norris2015-12-051-30/+33
* mtd: partitions: add module_mtd_part_parser() helperBrian Norris2015-11-201-2/+6
* mtd: zero out mtd_partition struct before using itBrian Norris2015-11-121-2/+1Star
* mtd: mtdpart: Do not fail mtd probe when parsing partitions failsBrian Norris2015-10-271-4/+10
* mtd: mtdpart: add debug prints to partition parser.Michal Suchanek2015-10-111-0/+5
* mtd: mtdpart: fix add_mtd_partitions error pathBoris BREZILLON2015-09-301-1/+3
* mtd: part: Remove partition overlap checksDan Ehrenberg2015-04-061-20/+1Star
* mtd: part: Add sysfs variable for offset of partitionDan Ehrenberg2015-04-061-0/+29
* mtd: part: Create the master device node when partitionedDan Ehrenberg2015-04-061-5/+13
* fs: introduce f_op->mmap_capabilities for nommu mmap supportChristoph Hellwig2015-01-201-1/+0Star
* mtd: Account for BBT blocks when a partition is being allocatedEzequiel Garcia2014-07-091-1/+3
* mtd: Introduce mtd_block_isreserved()Ezequiel Garcia2014-07-091-0/+9
* mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch2014-03-111-6/+8
* mtd: make register_mtd_parser return voidAxel Lin2014-01-031-3/+1Star
* mtd: make deregister_mtd_parser return voidAxel Lin2014-01-031-2/+1Star
* mtd: make mtd_partition.name constGeert Uytterhoeven2014-01-031-1/+1
* mtd: set the ecc step size for master/slave mtd_infoHuang Shijie2013-08-301-0/+1
* mtd: mtdcore: use const qualifierArtem Bityutskiy2013-04-051-1/+1
* mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy2013-04-051-1/+1
* Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...David Woodhouse2012-10-091-1/+11
|\
| * mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud2012-09-041-0/+10
| * mtd: mark mtd_is_partition argument as constantRichard Genoud2012-09-041-1/+1
* | mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie2012-09-291-1/+4
|/
* mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn2012-05-141-6/+6
* mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn2012-05-141-0/+2
* mtd: flash drivers set ecc strengthMike Dunn2012-03-271-0/+1
* mtd: fix partition wrapper functionsMike Dunn2012-03-271-27/+33
* mtd: remove R/O checking duplicationArtem Bityutskiy2012-03-271-13/+1Star
* mtd: do not duplicate length and offset checks in driversArtem Bityutskiy2012-03-271-29/+1Star
* mtd: return error code from mtd_unpointArtem Bityutskiy2012-03-271-2/+2
* mtd: add leading underscore to all mtd functionsArtem Bityutskiy2012-03-271-45/+46
* mtd: minor coding style cleanup in mtdpart.cStefan Roese2012-03-271-1/+1
* mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy2012-01-091-3/+2Star
* mtd: introduce mtd_resume interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_suspend interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_is_locked interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_unlock interfaceArtem Bityutskiy2012-01-091-1/+1
* mtd: introduce mtd_lock interfaceArtem Bityutskiy2012-01-091-1/+1