summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/bcm63xxpart.c
Commit message (Expand)AuthorAgeFilesLines
* mtd: bcm63xxpart: give width specifier an 'int', not 'size_t'Brian Norris2016-03-071-4/+4
* mtd: bcm63xxpart: Move NOR flash layout to a separate functionSimon Arlott2016-02-121-22/+32
* mtd: bcm63xxpart: Null terminate and validate conversion of flash stringsSimon Arlott2016-02-121-4/+34
* mtd: bcm63xxpart: Extract read of image tag to separate functionSimon Arlott2016-02-121-22/+40
* mtd: bcm63xxpart: Remove dependency on mach-bcm63xxSimon Arlott2016-02-121-15/+57
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-01-241-5/+3
|\
| * MIPS: bcm963xx: Move extended flash address to bcm_tag header fileSimon Arlott2016-01-241-4/+2
| * MIPS: bcm963xx: Move Broadcom BCM963xx image tag data structureSimon Arlott2016-01-241-1/+1
* | mtd: partitions: make parsers return 'const' partition arraysBrian Norris2015-12-091-1/+1
* | mtd: kill off MTD partition parser boilerplateBrian Norris2015-11-191-15/+1
|/
* mtd: make register_mtd_parser return voidAxel Lin2014-01-031-1/+2
* mtd: bcm63xxpart: use nvram for PSI sizeJonas Gorski2013-08-051-2/+4
* mtd: bcm63xxpart: use size macro for CFE block sizeJonas Gorski2013-08-051-1/+2
* mtd: bcm63xxpart: use correct printk format for partitionsJonas Gorski2012-11-211-3/+2
* mtd: bcm63xxpart: move the last curpart++ to its correct placeJonas Gorski2012-11-211-1/+1
* mtd: bcm63xxpart: make fixed part length calculation more genericJonas Gorski2012-11-211-4/+7
* mtd: bcm63xxpart: merge sparelen calculationJonas Gorski2012-11-211-2/+1
* mtd: bcm63xxpart: remove unused variableJonas Gorski2012-11-211-8/+3
* mtd: bcm63xxpart: handle Broadcom partition orderJonas Gorski2012-05-131-11/+30
* mtd: introduce mtd_read interfaceArtem Bityutskiy2012-01-091-6/+6
* mtd: bcm63xxpart: check the image tag's crc32Jonas Gorski2012-01-091-16/+29
* mtd: bcm63xxpart: don't assume NVRAM is always the fourth partitionJonas Gorski2012-01-091-2/+2
* mtd: bcm63xxpart: make sure CFE and NVRAM partitions are at least 64KiBJonas Gorski2012-01-091-7/+15
* mtd: bcm63xxpart: check version marker string for newer CFEsJonas Gorski2012-01-091-5/+17
* mtd: maps: bcm963xx-flash: make CFE partition parsing an mtd parserJonas Gorski2012-01-091-0/+189