layerscape: clean up kernel patches
authorYangbo Lu <yangbo.lu@nxp.com>
Wed, 1 Nov 2017 08:41:08 +0000 (16:41 +0800)
committerJohn Crispin <john@phrozen.org>
Fri, 10 Nov 2017 22:00:47 +0000 (23:00 +0100)
commit4e209e07f780211e1b5f1a4b16980481f167227f
tree2ea848fba8398e73255640e84ef9188359d8894d
parentbddffc5e7b74fb12626e004f839313404b2b667a
layerscape: clean up kernel patches

A previous patch disaggregated kernel patch 601 intending to
reverse the ndo_get_stats64 change, but it also dropped
many other changes without a reason. This caused build issue
for layerscape. This patch is to fix that with below steps.
1. Reversed patch "1c4415a layerscape: reverse changes to ndo_get_stats64",
   but kept kernel patch 701 which was a proper fix.
2. Reversed the ndo_get_stats64 change in kernel patch 601.
3. Renamed patch 601 (net patch) to 202 (core-linux patch). Maybe it's
   more proper.

Fixes: 1c4415a679f9 ("layerscape: reverse changes to ndo_get_stats64")
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
target/linux/layerscape/patches-4.9/001-net-centralize-net_device-min-max-MTU-checking.patch [deleted file]
target/linux/layerscape/patches-4.9/202-core-linux-support-layerscape.patch [new file with mode: 0644]
target/linux/layerscape/patches-4.9/303-add-devm_alloc_percpu-support.patch [deleted file]
target/linux/layerscape/patches-4.9/601-net-readd-skb_recycle.patch [deleted file]
target/linux/layerscape/patches-4.9/602-linux-core-export-copy_skb_header-function.patch [deleted file]
target/linux/layerscape/patches-4.9/603-sdk_dpaa-update-the-xmit-timestamp-to-avoid-watchdog.patch [deleted file]
target/linux/layerscape/patches-4.9/808-guts-support-layerscape.patch [new file with mode: 0644]
target/linux/layerscape/patches-4.9/820-base-soc-Introduce-soc_device_match-interface.patch [deleted file]
target/linux/layerscape/patches-4.9/821-guts-support-layerscape.patch [deleted file]