aboutsummaryrefslogtreecommitdiff
path: root/drivers/mtd/mtdpart.c
AgeCommit message (Expand)Author
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeRichard Genoud
2012-09-04mtd: mark mtd_is_partition argument as constantRichard Genoud
2012-05-13mtd: driver _read() returns max_bitflips; mtd_read() returns -EUCLEANMike Dunn
2012-05-13mtd: bitflip_threshold added to mtd_info and sysfsMike Dunn
2012-03-27mtd: flash drivers set ecc strengthMike Dunn
2012-03-27mtd: fix partition wrapper functionsMike Dunn
2012-03-27mtd: remove R/O checking duplicationArtem Bityutskiy
2012-03-27mtd: do not duplicate length and offset checks in driversArtem Bityutskiy
2012-03-27mtd: return error code from mtd_unpointArtem Bityutskiy
2012-03-27mtd: add leading underscore to all mtd functionsArtem Bityutskiy
2012-03-27mtd: minor coding style cleanup in mtdpart.cStefan Roese
2012-01-09mtd: introduce mtd_block_markbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_resume interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_suspend interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_is_locked interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_unlock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_sync interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_writev interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_lock_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_user_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_user_prot_info interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_fact_prot_reg interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_fact_prot_info interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read_oob interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_panic_write interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_write interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_get_unmapped_area interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_unpoint interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_point interfaceArtem Bityutskiy
2012-01-09mtd: introduce mtd_erase interfaceArtem Bityutskiy
2011-09-21mtd: utilize `mtd_is_*()' functionsBrian Norris
2011-09-11mtd: rename MTD_OOB_* to MTD_OPS_*Brian Norris
2011-09-11mtd: remove put_partition_parser() from public headerDmitry Eremin-Solenikov
2011-09-11mtd: hide parse_mtd_partitionsDmitry Eremin-Solenikov
2011-09-11mtd: prepare to convert of_mtd_parse_partitions to partition parserDmitry Eremin-Solenikov
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov
2011-09-11mtd: document parse_mtd_partitionsArtem Bityutskiy
2011-09-11mtd: add a flags for partitions which should just leave smth. after themDmitry Eremin-Solenikov
2011-09-11mtd: mtdpart: default to cmdlinepart, NULL partitions probingDmitry Eremin-Solenikov
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsJamie Iles
2011-05-25mtd: be silent when mtd partition parser cannot be foundArtem Bityutskiy
2011-01-17mtd: mtdpart: disallow reading OOB past the end of the partitionArtem Bityutskiy
2011-01-06mtd: initialize writebufsize in the MTD object of a partitionAnatolij Gustschin
2010-12-03mtd: fix master device identification for mtd repartitionRoman Tereshonkov
2010-10-25mtd: prepare partition add and del functions for ioctl requestsRoman Tereshonkov