aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/redboot.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-1/+1
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris1-16/+1
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-1/+2
2012-03-27mtd: redboot: remove useless codeArtem Bityutskiy1-4/+2
2012-01-09mtd: introduce mtd_can_have_bb helperArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_block_isbad interfaceArtem Bityutskiy1-2/+2
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-2/+2
2011-11-07Merge git://git.infradead.org/mtd-2.6Linus Torvalds1-7/+9
2011-10-31mtd: Add module.h to drivers users that were implicitly using it.Paul Gortmaker1-0/+1
2011-10-16mtd: provide an alias for the redboot module nameAndres Salomon1-0/+3
2011-09-11mtd: abstract last MTD partition parser argumentDmitry Eremin-Solenikov1-7/+6
2010-08-08mtd: Update copyright noticesDavid Woodhouse1-0/+18
2008-07-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse1-1/+1
2008-06-06Fix various old email addresses for dwmw2David Woodhouse1-1/+1
2008-06-04MTD/JFFS2: remove CVS keywordsAdrian Bunk1-2/+0
2007-10-28[MTD] Skip bad blocks when checking for RedBoot partition tableDavid Woodhouse1-5/+20
2007-02-10[MTD] Improve heuristic for detecting wrong-endian RedBoot partition tableDavid Woodhouse1-2/+11
2007-02-10[MTD] Fix RedBoot partition parsing regression harder.Rod Whitby1-3/+5
2007-02-09[MTD] Don't oops when the RedBoot partition table is emptyMartin Michlmayr1-1/+1
2006-12-08[MTD] Support combined RedBoot FIS directory and configuration areaRod Whitby1-3/+20
2006-12-01[MTD] redboot partition combined fis / config problemYoshinori Sato1-0/+3
2006-11-28[MTD] replace kmalloc+memset with kzallocBurman Yan1-3/+1
2006-05-16[MTD] Fix build warnings in RedBoot MTD partition parser.Ben Dooks1-9/+9
2006-03-31[PATCH] mtd/redboot: Handle holes in fis tablePeter Korsgaard1-5/+1
2006-03-02[PATCH] "drivers/mtd/redboot.c: recognise a foreign byte sex partition table" updateJohn Bowler1-12/+10
2006-02-28[PATCH] drivers/mtd/redboot.c: recognise a foreign byte sex partition tableJohn Bowler1-1/+27
2005-11-07[MTD] core: Clean up trailing white spacesThomas Gleixner1-2/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+235