From f057dc8ab558596f454459daab2245813ec47bb7 Mon Sep 17 00:00:00 2001 From: rmilecki Date: Tue, 19 Jan 2016 20:58:48 +0000 Subject: [PATCH] bcm53xx: group iProc patches into patchsets they were sent in MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48368 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...030-0001-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch} | 0 ...-PCIe-driver.patch => 030-0002-PCI-iproc-Add-BCMA-PCIe-driver.patch} | 0 ...ources.patch => 031-0001-PCI-iproc-Directly-add-PCI-resources.patch} | 0 ...h => 031-0002-PCI-iproc-Free-resource-list-after-registration.patch} | 0 ...h => 032-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch} | 0 ...tch => 033-0001-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch} | 2 +- ...g.patch => 033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch} | 2 +- 7 files changed, 2 insertions(+), 2 deletions(-) rename target/linux/bcm53xx/patches-4.1/{030-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch => 030-0001-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{031-PCI-iproc-Add-BCMA-PCIe-driver.patch => 030-0002-PCI-iproc-Add-BCMA-PCIe-driver.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{032-PCI-iproc-Directly-add-PCI-resources.patch => 031-0001-PCI-iproc-Directly-add-PCI-resources.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{033-PCI-iproc-Free-resource-list-after-registration.patch => 031-0002-PCI-iproc-Free-resource-list-after-registration.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{035-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch => 032-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch} (100%) rename target/linux/bcm53xx/patches-4.1/{037-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch => 033-0001-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch} (98%) rename target/linux/bcm53xx/patches-4.1/{038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch => 033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch} (92%) diff --git a/target/linux/bcm53xx/patches-4.1/030-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch b/target/linux/bcm53xx/patches-4.1/030-0001-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/030-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch rename to target/linux/bcm53xx/patches-4.1/030-0001-PCI-iproc-Allow-override-of-device-tree-IRQ-mapping-.patch diff --git a/target/linux/bcm53xx/patches-4.1/031-PCI-iproc-Add-BCMA-PCIe-driver.patch b/target/linux/bcm53xx/patches-4.1/030-0002-PCI-iproc-Add-BCMA-PCIe-driver.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/031-PCI-iproc-Add-BCMA-PCIe-driver.patch rename to target/linux/bcm53xx/patches-4.1/030-0002-PCI-iproc-Add-BCMA-PCIe-driver.patch diff --git a/target/linux/bcm53xx/patches-4.1/032-PCI-iproc-Directly-add-PCI-resources.patch b/target/linux/bcm53xx/patches-4.1/031-0001-PCI-iproc-Directly-add-PCI-resources.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/032-PCI-iproc-Directly-add-PCI-resources.patch rename to target/linux/bcm53xx/patches-4.1/031-0001-PCI-iproc-Directly-add-PCI-resources.patch diff --git a/target/linux/bcm53xx/patches-4.1/033-PCI-iproc-Free-resource-list-after-registration.patch b/target/linux/bcm53xx/patches-4.1/031-0002-PCI-iproc-Free-resource-list-after-registration.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/033-PCI-iproc-Free-resource-list-after-registration.patch rename to target/linux/bcm53xx/patches-4.1/031-0002-PCI-iproc-Free-resource-list-after-registration.patch diff --git a/target/linux/bcm53xx/patches-4.1/035-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch b/target/linux/bcm53xx/patches-4.1/032-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch similarity index 100% rename from target/linux/bcm53xx/patches-4.1/035-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch rename to target/linux/bcm53xx/patches-4.1/032-PCI-iproc-Delete-unnecessary-checks-before-phy-calls.patch diff --git a/target/linux/bcm53xx/patches-4.1/037-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch b/target/linux/bcm53xx/patches-4.1/033-0001-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch similarity index 98% rename from target/linux/bcm53xx/patches-4.1/037-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch rename to target/linux/bcm53xx/patches-4.1/033-0001-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch index 641efd87bc..78160f0fce 100644 --- a/target/linux/bcm53xx/patches-4.1/037-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch +++ b/target/linux/bcm53xx/patches-4.1/033-0001-PCI-iproc-enable-arm64-support-for-iProc-PCIe.patch @@ -1,7 +1,7 @@ From db9d6d790968fd6df9faa7fa1f51967e05afd492 Mon Sep 17 00:00:00 2001 From: Ray Jui Date: Mon, 27 Jul 2015 15:42:18 -0700 -Subject: [PATCH 37/40] PCI: iproc: enable arm64 support for iProc PCIe +Subject: [PATCH 1/4] PCI: iproc: enable arm64 support for iProc PCIe PCI: iproc: Add arm64 support diff --git a/target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch b/target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch similarity index 92% rename from target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch rename to target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch index 75847afc53..414a83f4ef 100644 --- a/target/linux/bcm53xx/patches-4.1/038-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch +++ b/target/linux/bcm53xx/patches-4.1/033-0002-PCI-iproc-Fix-ARM64-dependency-in-Kconfig.patch @@ -1,7 +1,7 @@ From b00c4415fb231f276221c634a47ce7328df9aae5 Mon Sep 17 00:00:00 2001 From: Ray Jui Date: Mon, 27 Jul 2015 15:42:19 -0700 -Subject: [PATCH 38/40] PCI: iproc: Fix ARM64 dependency in Kconfig +Subject: [PATCH 2/4] PCI: iproc: Fix ARM64 dependency in Kconfig Allow Broadcom iProc PCIe core driver to be compiled for ARM64 -- 2.11.0