Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146663
b: refs/heads/master
c: 5ba7205
h: refs/heads/master
i:
  146661: f57dddf
  146659: 052d8cd
  146655: d502694
v: v3
  • Loading branch information
Paul Mundt committed Apr 20, 2009
1 parent 975e11a commit ac4104c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3f8daeacd7ed7a502daf0998e2515cea4f467f21
refs/heads/master: 5ba7205fc49ff72e88784c94fb661f93e7ae7d36
8 changes: 0 additions & 8 deletions trunk/arch/sh/drivers/pci/pci-sh7751.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ int __init sh7751_pci_init(struct pci_channel *chan)
pr_debug("PCI: Starting intialization.\n");

chan->reg_base = 0xfe200000;
chan->io_base = 0xfe240000;

/* check for SH7751/SH7751R hardware */
id = pci_read_reg(chan, SH7751_PCICONF0);
Expand Down Expand Up @@ -136,13 +135,6 @@ int __init sh7751_pcic_init(struct pci_channel *chan,
pr_debug("PCI: Setting upper bits of Memory window to 0x%x\n", word);
pci_write_reg(chan, word , SH4_PCIMBR);

/* Map IO space into PCI IO window:
* IO addresses will be translated to the PCI IO window base address
*/
pr_debug("PCI: Mapping IO address 0x%x - 0x%x to base 0x%lx\n",
chan->io_resource->start, chan->io_resource->end,
chan->io_base + chan->io_resource->start);

/* Make sure the MSB's of IO window are set to access PCI space
* correctly */
word = chan->io_resource->start & SH4_PCIIOBR_MASK;
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/drivers/pci/pci-sh7780.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ static int __init sh7780_pci_init(void)
printk(KERN_NOTICE "PCI: Starting intialization.\n");

chan->reg_base = 0xfe040000;
chan->io_base = 0xfe200000;

/* Enable CPU access to the PCIC registers. */
__raw_writel(PCIECR_ENBL, PCIECR);
Expand Down
1 change: 0 additions & 1 deletion trunk/arch/sh/include/asm/pci.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ struct pci_channel {
int enabled;

unsigned long reg_base;
unsigned long io_base;

unsigned long io_map_base;
};
Expand Down

0 comments on commit ac4104c

Please sign in to comment.