bcm53xx: move iProc patches that went mainline

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>

SVN-Revision: 48370
This commit is contained in:
Rafał Miłecki 2016-01-19 20:59:10 +00:00
parent bba8f059d7
commit 000295f8ba
8 changed files with 9 additions and 10 deletions

View file

@ -1,7 +1,7 @@
From 5d92f41c48c5e3c6fa5be87e3d6fca57e2fbb127 Mon Sep 17 00:00:00 2001 From 5d92f41c48c5e3c6fa5be87e3d6fca57e2fbb127 Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:15 -0700 Date: Tue, 15 Sep 2015 17:39:15 -0700
Subject: [PATCH 140/147] PCI: iproc: Fix code comment to match code Subject: [PATCH 1/7] PCI: iproc: Fix code comment to match code
Fix code comment in pcie-iproc.h so it matches the code. Fix code comment in pcie-iproc.h so it matches the code.

View file

@ -1,7 +1,7 @@
From 98aac697a83db6e1d004e5d61cf6c976a0b1c35a Mon Sep 17 00:00:00 2001 From 98aac697a83db6e1d004e5d61cf6c976a0b1c35a Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:16 -0700 Date: Tue, 15 Sep 2015 17:39:16 -0700
Subject: [PATCH 141/147] PCI: iproc: Remove unused struct iproc_pcie.irqs[] Subject: [PATCH 2/7] PCI: iproc: Remove unused struct iproc_pcie.irqs[]
Remove unused struct iproc_pcie member irqs[] and unused #define Remove unused struct iproc_pcie member irqs[] and unused #define
IPROC_PCIE_MAX_NUM_IRQS. IPROC_PCIE_MAX_NUM_IRQS.

View file

@ -1,8 +1,8 @@
From bdb8a1844f3113ec08915d1e8e3fd5686fb2fb78 Mon Sep 17 00:00:00 2001 From bdb8a1844f3113ec08915d1e8e3fd5686fb2fb78 Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:17 -0700 Date: Tue, 15 Sep 2015 17:39:17 -0700
Subject: [PATCH 142/147] PCI: iproc: Call pci_fixup_irqs() for ARM64 as well Subject: [PATCH 3/7] PCI: iproc: Call pci_fixup_irqs() for ARM64 as well as
as ARM ARM
After 459a07721c11 ("PCI: Build setup-irq.o for arm64"), we build After 459a07721c11 ("PCI: Build setup-irq.o for arm64"), we build
setup-irq.o for arm64, so we can use pci_fixup_irqs() on both arm and setup-irq.o for arm64, so we can use pci_fixup_irqs() on both arm and

View file

@ -1,7 +1,7 @@
From 199ff14100095d52cd1b232cc0f3b12f348b5b07 Mon Sep 17 00:00:00 2001 From 199ff14100095d52cd1b232cc0f3b12f348b5b07 Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:18 -0700 Date: Tue, 15 Sep 2015 17:39:18 -0700
Subject: [PATCH 143/147] PCI: iproc: Fix PCIe reset logic Subject: [PATCH 4/7] PCI: iproc: Fix PCIe reset logic
The current reset logic does not always properly reset the device. For The current reset logic does not always properly reset the device. For
example, in the case when the perst_b signal is already de-asserted in the example, in the case when the perst_b signal is already de-asserted in the

View file

@ -1,7 +1,7 @@
From aaf22ab4e916afa68a2e1aed4e913b76cbd58276 Mon Sep 17 00:00:00 2001 From aaf22ab4e916afa68a2e1aed4e913b76cbd58276 Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:19 -0700 Date: Tue, 15 Sep 2015 17:39:19 -0700
Subject: [PATCH 144/147] PCI: iproc: Improve link detection logic Subject: [PATCH 5/7] PCI: iproc: Improve link detection logic
Improve the link detection logic by explicitly querying the link status Improve the link detection logic by explicitly querying the link status
register to ensure link is active. register to ensure link is active.

View file

@ -1,7 +1,7 @@
From 8d0afa1a93be2da954c85392bbc7b2264c9d241c Mon Sep 17 00:00:00 2001 From 8d0afa1a93be2da954c85392bbc7b2264c9d241c Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Tue, 15 Sep 2015 17:39:20 -0700 Date: Tue, 15 Sep 2015 17:39:20 -0700
Subject: [PATCH 145/147] PCI: iproc: Update PCIe device tree bindings Subject: [PATCH 6/7] PCI: iproc: Update PCIe device tree bindings
Update the device tree bindings with added support for outbound mapping Update the device tree bindings with added support for outbound mapping
configurations. configurations.

View file

@ -1,7 +1,7 @@
From e99a187b5c5f60fe55ca586f82ac1a3557fb166a Mon Sep 17 00:00:00 2001 From e99a187b5c5f60fe55ca586f82ac1a3557fb166a Mon Sep 17 00:00:00 2001
From: Ray Jui <rjui@broadcom.com> From: Ray Jui <rjui@broadcom.com>
Date: Fri, 16 Oct 2015 08:18:24 -0500 Date: Fri, 16 Oct 2015 08:18:24 -0500
Subject: [PATCH 146/147] PCI: iproc: Add outbound mapping support Subject: [PATCH 7/7] PCI: iproc: Add outbound mapping support
Certain SoCs require the PCIe outbound mapping to be configured in Certain SoCs require the PCIe outbound mapping to be configured in
software. Add support for those chips. software. Add support for those chips.

View file

@ -1,8 +1,7 @@
From be908d21b2e9c2cab1ef568dfca4f9777611b3dd Mon Sep 17 00:00:00 2001 From be908d21b2e9c2cab1ef568dfca4f9777611b3dd Mon Sep 17 00:00:00 2001
From: Florian Fainelli <f.fainelli@gmail.com> From: Florian Fainelli <f.fainelli@gmail.com>
Date: Fri, 16 Oct 2015 12:04:04 -0700 Date: Fri, 16 Oct 2015 12:04:04 -0700
Subject: [PATCH 147/147] PCI: iproc: Fix header comment "Corporation" Subject: [PATCH] PCI: iproc: Fix header comment "Corporation" misspelling
misspelling
Fix an obvious "Broadcom Corporation" typo in a header comment. Fix an obvious "Broadcom Corporation" typo in a header comment.