aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/mtdpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-17mtd: mtdpart: disallow reading OOB past the end of the partitionArtem Bityutskiy1-1/+18
2011-01-06mtd: initialize writebufsize in the MTD object of a partitionAnatolij Gustschin1-0/+1
2010-12-03mtd: fix master device identification for mtd repartitionRoman Tereshonkov1-5/+5
2010-10-25mtd: prepare partition add and del functions for ioctl requestsRoman Tereshonkov1-18/+136
2010-08-08mtd: Remove obsolete <mtd/compatmac.h> includeDavid Woodhouse1-1/+0
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-4/+16
2010-08-02mtd: add an ioctl to query the lock status of a flash sectorRichard Cochran1-0/+10
2009-09-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2009-09-19mtd: mtdpart: prevent a read from regions[-1]Roel Kluin1-1/+2
2009-09-15Nicolas Pitre has a new email addressNicolas Pitre1-1/+1
2009-05-26[MTD] Remove option for add_mtd_partitions() to not register partitions.David Woodhouse1-14/+4
2009-05-26[MTD] Only set partition suspend/resume method if parent not registeredDavid Woodhouse1-1/+1
2009-04-06[MTD] mtdpart: Make ecc_stats more realistic.Yauhen Kharuzhy1-2/+5
2009-04-04[MTD] driver model updatesDavid Brownell1-1/+8
2009-03-24NOMMU: Present backing device capabilities for MTD chardevsDavid Howells1-0/+15