aboutsummaryrefslogtreecommitdiff
path: root/include/linux/mtd/partitions.h
AgeCommit message (Expand)AuthorFilesLines
2020-05-11mtd: Add support for emulated SLC mode on MLC NANDsGravatar Boris Brezillon 1-0/+2
2020-03-11mtd: implement proper partition handlingGravatar Miquel Raynal 1-1/+0
2018-03-27mtd: partitions: add of_match_table parser matching for the "ofpart" typeGravatar Rafał Miłecki 1-0/+1
2017-06-22mtd: partitions: add support for partition parsersGravatar Rafał Miłecki 1-0/+7
2017-02-09mtd: Add partition device node to mtd partition devicesGravatar Sascha Hauer 1-0/+1
2015-12-09mtd: partitions: support a cleanup callback for parsersGravatar Brian Norris 1-0/+1
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structGravatar Brian Norris 1-0/+7
2015-12-09mtd: partitions: make parsers return 'const' partition arraysGravatar Brian Norris 1-1/+1
2015-11-19mtd: partitions: add module_mtd_part_parser() helperGravatar Brian Norris 1-1/+13
2015-11-12mtd: partitions: kill unused ecclayout structGravatar Brian Norris 1-1/+0
2015-11-11mtd: ofpart: drop 'of_node' partition parser dataGravatar Brian Norris 1-4/+0
2015-11-11mtd: ofpart: grab device tree node directly from master device nodeGravatar Brian Norris 1-1/+3
2014-01-03mtd: make register_mtd_parser return voidGravatar Axel Lin 1-1/+1
2014-01-03mtd: make deregister_mtd_parser return voidGravatar Axel Lin 1-1/+1
2014-01-03mtd: make mtd_partition.name constGravatar Geert Uytterhoeven 1-2/+2
2012-09-04mtd: mtdparts: introduce mtd_get_device_sizeGravatar Richard Genoud 1-0/+1
2012-09-04mtd: mark mtd_is_partition argument as constantGravatar Richard Genoud 1-1/+1
2011-09-11mtd: remove put_partition_parser() from public headerGravatar Dmitry Eremin-Solenikov 1-2/+0
2011-09-11mtd: hide parse_mtd_partitionsGravatar Dmitry Eremin-Solenikov 1-3/+0
2011-09-11mtd: drop of_mtd_parse_partitions()Gravatar Dmitry Eremin-Solenikov 1-16/+0
2011-09-11mtd: prepare to convert of_mtd_parse_partitions to partition parserGravatar Dmitry Eremin-Solenikov 1-1/+4
2011-09-11mtd: abstract last MTD partition parser argumentGravatar Dmitry Eremin-Solenikov 1-2/+13
2011-09-11mtd: add a flags for partitions which should just leave smth. after themGravatar Dmitry Eremin-Solenikov 1-1/+4
2011-09-11mtd: drop mtd_has_cmdlinepart()Gravatar Dmitry Eremin-Solenikov 1-6/+0
2011-05-25mtd: remove add_mtd_partitions, add_mtd_device and friendsGravatar Jamie Iles 1-9/+0
2011-05-25mtd: provide of_mtd_parse_partitions for !CONFIG_MTD_OF_PARTSGravatar Jamie Iles 1-0/+9
2011-05-25mtd: introduce mtd_device_(un)register()Gravatar Jamie Iles 1-1/+1
2010-12-03mtd: fix master device identification for mtd repartitionGravatar Roman Tereshonkov 1-1/+1
2010-10-25mtd: prepare partition add and del functions for ioctl requestsGravatar Roman Tereshonkov 1-0/+5
2010-10-24mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUTGravatar Brian Norris 1-1/+1
2009-09-15Nicolas Pitre has a new email addressGravatar Nicolas Pitre 1-1/+1
2009-08-03mtd: let include/linux/mtd/partitions.h stand on its ownGravatar Nicolas Pitre 1-0/+2
2009-05-26[MTD] Remove option for add_mtd_partitions() to not register partitions.Gravatar David Woodhouse 1-1/+0
2009-03-20[MTD] partitioning utility predicatesGravatar David Brownell 1-0/+12
2008-12-10[MTD] Remove more strange u_intxx_t typesGravatar David Woodhouse 1-1/+1
2008-12-10[MTD] update internal API to support 64-bit device sizeGravatar Adrian Hunter 1-2/+2
2008-10-13[MTD] remove unused mtd parameter in of_mtd_parse_partitions()Gravatar Sebastian Andrzej Siewior 1-1/+0
2008-06-04MTD/JFFS2: remove CVS keywordsGravatar Adrian Bunk 1-2/+0
2008-02-03[MTD] Factor out OF partition support from the NOR driver.Gravatar Scott Wood 1-1/+8
2006-05-29[MTD] NAND Replace oobinfo by ecclayoutGravatar Thomas Gleixner 1-1/+1
2005-11-07[MTD] includes: Clean up trailing white spacesGravatar Thomas Gleixner 1-10/+10
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+75