aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-08mtd: Account for BBT blocks when a partition is being allocatedEzequiel Garcia1-1/+3
2014-07-08mtd: Introduce mtd_block_isreserved()Ezequiel Garcia1-0/+9
2014-03-10mtd: Add a retlen parameter to _get_{fact,user}_prot_infoChristian Riesch1-6/+8
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-3/+1
2014-01-03mtd: make deregister_mtd_parser return voidAxel Lin1-2/+1
2014-01-03mtd: make mtd_partition.name constGeert Uytterhoeven1-1/+1
2013-08-30mtd: set the ecc step size for master/slave mtd_infoHuang Shijie1-0/+1
2013-04-05mtd: mtdcore: use const qualifierArtem Bityutskiy1-1/+1
2013-04-05mtd: add 'const' qualifier to a couple of register functionsArtem Bityutskiy1-1/+1
2012-10-09Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headersDavid Woodhouse1-1/+11
2012-09-29mtd: mtdpart: break it as soon as we parse out the partitionsHuang Shijie1-1/+4
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud1-0/+10
2012-09-04mtd: mark mtd_is_partition argument as constantRichard Genoud1-1/+1
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn1-6/+6
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn1-0/+2
2012-03-27mtd: flash drivers set ecc strengthMike Dunn1-0/+1
2012-03-27mtd: fix partition wrapper functionsMike Dunn1-27/+33
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy1-13/+1
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy1-29/+1
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy1-2/+2
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy1-45/+46
2012-03-27mtd: minor coding style cleanup in mtdpart.cStefan Roese1-1/+1
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-3/+2
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy1-2/+1
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy1-1/+1
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy1-1/+1
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris1-4/+4
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris1-1/+1
2011-09-11mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov1-0/+2
2011-09-11mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov1-1/+0