kernel: backport upstream mtdpart.c cleanups
authorRafał Miłecki <rafal@milecki.pl>
Fri, 23 Jun 2017 08:27:20 +0000 (10:27 +0200)
committerRafał Miłecki <rafal@milecki.pl>
Fri, 23 Jun 2017 09:40:05 +0000 (11:40 +0200)
commit8c1e760ab60994de26d2a2c85f91e86192999dfb
tree741281d011dac79b540cc69ed4cd39f6a426ecb8
parent4052443a235433fb97af9711bf6429cd05820ba9
kernel: backport upstream mtdpart.c cleanups

Except for renames and line changes the only conflict was in
allocate_partition in handling MTD_WRITEABLE. Hopefully it was handled
correctly.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
15 files changed:
target/linux/generic/patches-4.9/064-v4.11-0001-mtd-introduce-function-max_bad_blocks.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/064-v4.11-0002-mtd-Add-partition-device-node-to-mtd-partition-devic.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/065-v4.13-0001-mtd-handle-partitioning-on-devices-with-0-erasesize.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/065-v4.13-0002-mtd-partitions-factor-out-code-calling-parser.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/065-v4.13-0003-mtd-partitions-add-helper-for-deleting-partition.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/065-v4.13-0004-mtd-partitions-remove-sysfs-files-when-deleting-all-.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/065-v4.13-0005-mtd-partitions-rename-master-to-the-parent-where-app.patch [new file with mode: 0644]
target/linux/generic/patches-4.9/160-mtd-part-add-generic-parsing-of-linux-part-probe.patch
target/linux/generic/patches-4.9/400-mtd-add-rootfs-split-support.patch
target/linux/generic/patches-4.9/401-mtd-add-support-for-different-partition-parser-types.patch
target/linux/generic/patches-4.9/402-mtd-use-typed-mtd-parsers-for-rootfs-and-firmware-split.patch
target/linux/generic/patches-4.9/404-mtd-add-more-helper-functions.patch
target/linux/generic/patches-4.9/410-mtd-move-forward-declaration-of-struct-mtd_info.patch
target/linux/generic/patches-4.9/411-mtd-partial_eraseblock_write.patch
target/linux/generic/patches-4.9/412-mtd-partial_eraseblock_unlock.patch