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)
commit79ef040f3b5fc571f203d9e008fbb67f30675769
treec62f30861c8da40a9ae791e91d07e71fe8cdcd6b
parent5c1a1fd0b4a1be94e6c4693d94652d184a1a98aa
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>
SVN-Revision: 38643
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]