kernel: move linux, part-probe dt parsing in generic code
authorJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 06:17:37 +0000 (06:17 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 Aug 2015 06:17:37 +0000 (06:17 +0000)
commit6856535e290aefcebd257b19a6b7d8d9c70c1171
treee75734c6f31448927dacf3c9975396af3ba1377f
parente83643d31c2364166f411e7a1bb8c183489705c0
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>
SVN-Revision: 46654
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