kernel: properly insert local mtd partition parsers
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 25 May 2020 16:08:25 +0000 (18:08 +0200)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Mon, 25 May 2020 19:11:47 +0000 (21:11 +0200)
commit4661b053908f2a955a70fcb8a691736a90ce6308
treec05db98174c915fba188eb60fb3dfe52c2ef2312
parentb91b7d89633a5449573491811679b3e48c249f81
kernel: properly insert local mtd partition parsers

Between 4.19 and 5.4, the kernel moved the partition parsers into
the parsers subdirectory. This led to some necessary rebasing of
our local patches for parsers, which partially has been performed
without caring about where the code was inserted.

This commit tries to adjust our local patches so that parsers are
inserted at the "proper" positions with respect to alphabetic sorting
(if possible). Thus, the commit is cosmetic.

While this might look useless now, it will make life easier when
adding other parsers in the future or for rebasing on kernel changes.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
target/linux/ath79/patches-5.4/404-mtd-cybertan-trx-parser.patch
target/linux/generic/pending-5.4/430-mtd-add-myloader-partition-parser.patch
target/linux/generic/pending-5.4/435-mtd-add-routerbootpart-parser-config.patch
target/linux/ipq806x/patches-5.4/0031-mtd-add-SMEM-parser-for-QCOM-platforms.patch