kernel: move linux, part-probe dt parsing in generic code
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Aug 2015 06:17:37 +0000 (06:17 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 17 Aug 2015 06:17:37 +0000 (06:17 +0000)
commitd854cce18b416fea9d3619afa8d6fd25e319b9ec
tree66d4d3f2e1c4371e19ccbe7d43156491f4937865
parent4ab54e30a75e57a56d66bfc78e0d48eb9fb40c48
kernel: move linux, part-probe dt parsing in generic code

The "linux,part-probe" dts parsing is a pretty neat generic feature.
It has been posted to kernel.org and could easily be reused by all
targets.

This change moves the patch to the 3.18 and 4.1 generic folders, and
makes the feature available to all platforms who may want to use it.

Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
Acked-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46654 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 files changed:
target/linux/bcm53xx/patches-4.1/095-mtd-part-add-generic-parsing-of-linux-part-probe.patch [deleted file]
target/linux/generic/patches-3.18/140-mtd-part-add-generic-parsing-of-linux-part-probe.patch [new file with mode: 0644]
target/linux/generic/patches-3.18/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-3.18/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-3.18/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-3.18/404-mtd-add-more-helper-functions.patch
target/linux/generic/patches-3.18/405-mtd-old-firmware-uimage-splitter.patch
target/linux/generic/patches-3.18/406-mtd-old-rootfs-squashfs-splitter.patch
target/linux/generic/patches-3.18/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-3.18/412-mtd-partial_eraseblock_unlock.patch
target/linux/generic/patches-4.1/140-mtd-part-add-generic-parsing-of-linux-part-probe.patch [new file with mode: 0644]
target/linux/generic/patches-4.1/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-4.1/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-4.1/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-4.1/404-mtd-add-more-helper-functions.patch
target/linux/generic/patches-4.1/405-mtd-old-firmware-uimage-splitter.patch
target/linux/generic/patches-4.1/406-mtd-old-rootfs-squashfs-splitter.patch
target/linux/generic/patches-4.1/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-4.1/412-mtd-partial_eraseblock_unlock.patch