]> git.kernelconcepts.de Git - mv-sheeva.git/commit
mtd: add Broadcom BCM63xx image tag partition parser
authorFlorian Fainelli <florian@openwrt.org>
Sun, 12 Sep 2010 13:52:59 +0000 (15:52 +0200)
committerDavid Woodhouse <David.Woodhouse@intel.com>
Sun, 24 Oct 2010 23:13:05 +0000 (00:13 +0100)
commitbc49c28962de0e3758ac2cdc7821d506b827f219
tree78f9705d761cf73efa00a9e3996943df31e054c3
parent5e59be1f351b0ca9c5a43c627e3ed676ae93a941
mtd: add Broadcom BCM63xx image tag partition parser

This patch adds support for parsing Broadcom BCM63xx image tag format and
creating MTD partitions accordingly. This driver is a platform_device which
can be instantiated accordingly by bcm63xx board support code.

Signed-off-by: Daniel Dickinson <cshore@csolve.net>
Signed-off-by: Mike Albon <malbon@openwrt.org>
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
arch/mips/include/asm/mach-bcm63xx/bcm963xx_tag.h [new file with mode: 0644]
drivers/mtd/maps/Kconfig
drivers/mtd/maps/Makefile
drivers/mtd/maps/bcm963xx-flash.c [new file with mode: 0644]