aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/bcm63xxpart.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-07mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'Brian Norris1-4/+4
2016-02-12mtd: bcm63xxpart: Move NOR flash layout to a separate functionSimon Arlott1-22/+32
2016-02-12mtd: bcm63xxpart: Null terminate and validate conversion of flash stringsSimon Arlott1-4/+34
2016-02-12mtd: bcm63xxpart: Extract read of image tag to separate functionSimon Arlott1-22/+40
2016-02-12mtd: bcm63xxpart: Remove dependency on mach-bcm63xxSimon Arlott1-15/+57
2016-01-24Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+3
2016-01-24MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott1-4/+2
2016-01-24MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott1-1/+1
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-1/+1
2015-11-19mtd: kill off MTD partition parser boilerplateBrian Norris1-15/+1
2014-01-03mtd: make register_mtd_parser return voidAxel Lin1-1/+2
2013-08-05mtd: bcm63xxpart: use nvram for PSI sizeJonas Gorski1-2/+4
2013-08-05mtd: bcm63xxpart: use size macro for CFE block sizeJonas Gorski1-1/+2
2012-11-21mtd: bcm63xxpart: use correct printk format for partitionsJonas Gorski1-3/+2
2012-11-21mtd: bcm63xxpart: move the last curpart++ to its correct placeJonas Gorski1-1/+1
2012-11-21mtd: bcm63xxpart: make fixed part length calculation more genericJonas Gorski1-4/+7
2012-11-21mtd: bcm63xxpart: merge sparelen calculationJonas Gorski1-2/+1
2012-11-21mtd: bcm63xxpart: remove unused variableJonas Gorski1-8/+3
2012-05-13mtd: bcm63xxpart: handle Broadcom partition orderJonas Gorski1-11/+30
2012-01-09mtd: introduce mtd_read interfaceArtem Bityutskiy1-6/+6
2012-01-09mtd: bcm63xxpart: check the image tag's crc32Jonas Gorski1-16/+29
2012-01-09mtd: bcm63xxpart: don't assume NVRAM is always the fourth partitionJonas Gorski1-2/+2
2012-01-09mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiBJonas Gorski1-7/+15
2012-01-09mtd: bcm63xxpart: check version marker string for newer CFEsJonas Gorski1-5/+17
2012-01-09mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski1-0/+189