aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdpart.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Gravatar Masahiro Yamada 1-1/+0
2016-10-08Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxGravatar Brian Norris 1-0/+1
2016-09-28mtdpart: Propagate _get/put_device()Gravatar Richard Weinberger 1-0/+18
2016-09-15mtd: introduce the mtd_pairing_scheme conceptGravatar Boris Brezillon 1-0/+1
2016-04-19mtd: create an mtd_ooblayout_ops struct to ease ECC layout definitionGravatar Boris Brezillon 1-1/+22
2016-04-19mtd: use mtd_set_ecclayout() where appropriateGravatar Boris Brezillon 1-1/+1
2016-03-07mtd: create an mtd_oobavail() helper and make use of itGravatar Boris BREZILLON 1-4/+1
2015-12-09mtd: partitions: support a cleanup callback for parsersGravatar Brian Norris 1-2/+33
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structGravatar Brian Norris 1-7/+8
2015-12-09mtd: partitions: remove kmemdup()Gravatar Brian Norris 1-1/+1
2015-12-09mtd: partitions: rename MTD parser get/putGravatar Brian Norris 1-5/+8
2015-12-04mtd: partitions: turn PART() macro into inline functionGravatar Brian Norris 1-30/+33
2015-11-19mtd: partitions: add module_mtd_part_parser() helperGravatar Brian Norris 1-2/+6
2015-11-12mtd: zero out mtd_partition struct before using itGravatar Brian Norris 1-2/+1
2015-10-26mtd: mtdpart: Do not fail mtd probe when parsing partitions failsGravatar Brian Norris 1-4/+10
2015-10-11mtd: mtdpart: add debug prints to partition parser.Gravatar Michal Suchanek 1-0/+5
2015-09-30mtd: mtdpart: fix add_mtd_partitions error pathGravatar Boris BREZILLON 1-1/+3
2015-04-05mtd: part: Remove partition overlap checksGravatar Dan Ehrenberg 1-20/+1
2015-04-05mtd: part: Add sysfs variable for offset of partitionGravatar Dan Ehrenberg 1-0/+29
2015-04-05mtd: part: Create the master device node when partitionedGravatar Dan Ehrenberg 1-5/+13
2015-01-20fs: introduce f_op->mmap_capabilities for nommu mmap supportGravatar Christoph Hellwig 1-1/+0
2014-07-08mtd: Account for BBT blocks when a partition is being allocatedGravatar Ezequiel Garcia 1-1/+3
2014-07-08mtd: Introduce mtd_block_isreserved()Gravatar Ezequiel Garcia 1-0/+9
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoGravatar Christian Riesch 1-6/+8
2014-01-03mtd: make register_mtd_parser return voidGravatar Axel Lin 1-3/+1
2014-01-03mtd: make deregister_mtd_parser return voidGravatar Axel Lin 1-2/+1
2014-01-03mtd: make mtd_partition.name constGravatar Geert Uytterhoeven 1-1/+1
2013-08-30mtd: set the ecc step size for master/slave mtd_infoGravatar Huang Shijie 1-0/+1
2013-04-05mtd: mtdcore: use const qualifierGravatar Artem Bityutskiy 1-1/+1
2013-04-05mtd: add 'const' qualifier to a couple of register functionsGravatar Artem Bityutskiy 1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowel...Gravatar David Woodhouse 1-1/+11
2012-09-29mtd: mtdpart: break it as soon as we parse out the partitionsGravatar Huang Shijie 1-1/+4
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeGravatar Richard Genoud 1-0/+10
2012-09-04mtd: mark mtd_is_partition argument as constantGravatar Richard Genoud 1-1/+1
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANGravatar Mike Dunn 1-6/+6
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsGravatar Mike Dunn 1-0/+2
2012-03-27mtd: flash drivers set ecc strengthGravatar Mike Dunn 1-0/+1
2012-03-27mtd: fix partition wrapper functionsGravatar Mike Dunn 1-27/+33
2012-03-27mtd: remove R/O checking duplicationGravatar Artem Bityutskiy 1-13/+1
2012-03-27mtd: do not duplicate length and offset checks in driversGravatar Artem Bityutskiy 1-29/+1
2012-03-27mtd: return error code from mtd_unpointGravatar Artem Bityutskiy 1-2/+2
2012-03-27mtd: add leading underscore to all mtd functionsGravatar Artem Bityutskiy 1-45/+46
2012-03-27mtd: minor coding style cleanup in mtdpart.cGravatar Stefan Roese 1-1/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceGravatar Artem Bityutskiy 1-3/+2
2012-01-09mtd: introduce mtd_resume interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_is_locked interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceGravatar Artem Bityutskiy 1-1/+1
2012-01-09mtd: introduce mtd_lock interfaceGravatar Artem Bityutskiy 1-1/+1