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)
commit520f3f6374be807704203144cc50cc1b3fac1442
tree66d4d3f2e1c4371e19ccbe7d43156491f4937865
parent46a08cb6050b324520eaaadba0a977649ad21443
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