From: Ed Swarthout <Ed.Swarthout@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH] Revert "Fix MPC8544DS PCIe3 scsi."
Date: Thu, 30 Aug 2007 02:26:17 -0500 [thread overview]
Message-ID: <11884587771354-git-send-email-Ed.Swarthout@freescale.com> (raw)
In-Reply-To: <6C51300E-A060-445A-895F-C710E063ABE1@kernel.crashing.org>
This reverts commit 9468e680.
Commit 16e23c3f5da removing allocation of PCSRBAR is sufficient.
Signed-off-by: Ed Swarthout <Ed.Swarthout@freescale.com>
---
drivers/fsl_pci_init.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/drivers/fsl_pci_init.c b/drivers/fsl_pci_init.c
index a4ce458..3a13eea 100644
--- a/drivers/fsl_pci_init.c
+++ b/drivers/fsl_pci_init.c
@@ -54,7 +54,6 @@ fsl_pci_init(struct pci_controller *hose)
u8 temp8;
int r;
int bridge;
- unsigned long bus_lower_temp;
volatile ccsr_fsl_pci_t *pci = (ccsr_fsl_pci_t *) hose->cfg_addr;
pci_dev_t dev = PCI_BDF(busno,0,0);
@@ -135,10 +134,9 @@ fsl_pci_init(struct pci_controller *hose)
* but do not allocate any windows since any BAR found (such
* as PCSRBAR) is not in this cpu's memory space.
*/
- bus_lower_temp = hose->pci_mem->bus_lower;
+
pciauto_setup_device(hose, dev, 0, hose->pci_mem,
hose->pci_prefetch, hose->pci_io);
- hose->pci_mem->bus_lower = bus_lower_temp;
#ifndef CONFIG_PCI_NOSCAN
printf (" Scanning PCI bus %02x\n", hose->current_busno);
--
1.5.3.rc6.63.gf7c18
next prev parent reply other threads:[~2007-08-30 7:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-20 8:03 [U-Boot-Users] [PATCH] Fix MPC8544DS PCIe3 scsi Ed Swarthout
2007-08-20 14:14 ` Kumar Gala
2007-08-20 14:44 ` Kumar Gala
2007-08-21 4:55 ` [U-Boot-Users] [PATCH] fsl_pci_init - Remove self PCSRBAR allocation Ed Swarthout
2007-08-24 7:00 ` Kumar Gala
2007-08-29 0:09 ` Wolfgang Denk
2007-08-29 0:07 ` [U-Boot-Users] [PATCH] Fix MPC8544DS PCIe3 scsi Wolfgang Denk
2007-08-29 2:02 ` Andy Fleming
2007-08-29 2:56 ` Ed Swarthout
2007-08-29 19:53 ` Kumar Gala
2007-08-30 7:26 ` Ed Swarthout [this message]
2007-08-30 7:33 ` [U-Boot-Users] [PATCH] Revert "Fix MPC8544DS PCIe3 scsi." Wolfgang Denk
2007-08-29 0:05 ` [U-Boot-Users] [PATCH] Fix MPC8544DS PCIe3 scsi Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=11884587771354-git-send-email-Ed.Swarthout@freescale.com \
--to=ed.swarthout@freescale.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox