kernel/3.1[02]: move MTD root device setup code to mtdcore
authorGabor Juhos <juhosg@openwrt.org>
Mon, 4 Nov 2013 18:37:05 +0000 (18:37 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Mon, 4 Nov 2013 18:37:05 +0000 (18:37 +0000)
commit49c7b92ff64cbea9f66436130cab375716875407
treec62f30861c8da40a9ae791e91d07e71fe8cdcd6b
parent0986dff6ec307d608b65bc71617f1253fab06ad2
kernel/3.1[02]: move MTD root device setup code to mtdcore

The current code only allows to automatically set
root device on MTD partitions. Move the code to MTD
core to allow to use it with all MTD devices.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38643 3c298f89-4303-0410-b956-a3cf2f4a3e73
16 files changed:
target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-3.10/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-3.10/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-3.10/404-mtd-use-mtd_get_squashfs_len-in-split_squasfh.patch
target/linux/generic/patches-3.10/405-mtd-add-more-helper-functions.patch
target/linux/generic/patches-3.10/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-3.10/412-mtd-partial_eraseblock_unlock.patch
target/linux/generic/patches-3.10/480-mtd-set-rootfs-to-be-root-dev.patch [new file with mode: 0644]
target/linux/generic/patches-3.12/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-3.12/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-3.12/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-3.12/404-mtd-use-mtd_get_squashfs_len-in-split_squasfh.patch
target/linux/generic/patches-3.12/405-mtd-add-more-helper-functions.patch
target/linux/generic/patches-3.12/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-3.12/412-mtd-partial_eraseblock_unlock.patch
target/linux/generic/patches-3.12/480-mtd-set-rootfs-to-be-root-dev.patch [new file with mode: 0644]