kernel/3.1[02]: move MTD root device setup code to mtdcore
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Nov 2013 18:37:05 +0000 (18:37 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Nov 2013 18:37:05 +0000 (18:37 +0000)
commit9bc9e717aebcdfb505c0678f0995f7d121184012
treec62f30861c8da40a9ae791e91d07e71fe8cdcd6b
parentd1fe8bacb2e62f09486d701b7ca2404e3ed79521
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]