aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-11mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov1-2/+6
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov1-3/+4
2011-09-11mtd: document parse_mtd_partitionsArtem Bityutskiy1-0/+22
2011-09-11mtd: add a flags for partitions which should just leave smth. after themDmitry Eremin-Solenikov1-0/+13
2011-09-11mtd: mtdpart: default to cmdlinepart, NULL partitions probingDmitry Eremin-Solenikov1-0/+5
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles1-2/+2
2011-05-25mtd: be silent when mtd partition parser cannot be foundArtem Bityutskiy1-4/+1