Signed-off-by: Micha Nelissen
---
arch/powerpc/sysdev/fsl_rio.c | 175 -
drivers/rapidio/rio-scan.c|3 +-
drivers/rapidio/rio.c | 121 -
include/linux/rio.h | 20 -
include/linux/rio_drv.h
On Fri, 12 Feb 2010 09:59:52 -0700
Bjorn Helgaas wrote:
>
> No functional change; this breaks up pci_read_bridge_bases() into
> separate pieces for the I/O, memory, and prefetchable memory windows,
> similar to how Yinghai recently split up pci_setup_bridge() in
> 68e84ff3bdc.
>
> Signed-off-by
The main benefit of using ACPI host bridge window information is that
we can do better resource allocation in systems with multiple host bridges,
e.g., http://bugzilla.kernel.org/show_bug.cgi?id=14183
Sometimes we need _CRS information even if we only have one host bridge,
e.g., https://bugs.laun
Historically, Linux has assumed a single PCI host bridge, with that bridge
claiming all the address space left after RAM and legacy devices are taken out.
If the system contains multiple host bridges, we can no longer operate under
that assumption. We have to know what parts of the address space
No functional change; just add names for the primary/secondary/subordinate
bus numbers read from config space rather than repeatedly masking/shifting.
Signed-off-by: Bjorn Helgaas
---
drivers/pci/probe.c | 24 ++--
1 files changed, 14 insertions(+), 10 deletions(-)
diff
No functional change; this fills in the bus subtractive decode resources
after reading the bridge window information rather than before. Also,
print out the subtractive decode resources as we already do for the
positive decode windows.
Signed-off-by: Bjorn Helgaas
---
drivers/pci/probe.c |
No functional change; just be more explicit about this mapping for
bridge resources:
bridge->res[PCI_BRIDGE_RESOURCES+0]: I/O window (or CB I/O 0 window)
bridge->res[PCI_BRIDGE_RESOURCES+1]: mem window (or CB I/O 1 window)
bridge->res[PCI_BRIDGE_RESOURCES+2]: pref mem window (or CB mem 0 wi
No functional change; this just tweaks the changes from 349e1823a405
so the new printks for disabled PCI-to-PCI bridge windows match the
ones for the enabled windows.
Signed-off-by: Bjorn Helgaas
---
drivers/pci/probe.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --g
Previously we used a table of size PCI_BUS_NUM_RESOURCES for resources
forwarded to a bus by its upstream bridge. We've increased this size
several times when the table overflowed.
But there's no good limit on the number of resources for a bus because
host bridges can forward any number of range
No functional change; this breaks up pci_read_bridge_bases() into separate
pieces for the I/O, memory, and prefetchable memory windows, similar to how
Yinghai recently split up pci_setup_bridge() in 68e84ff3bdc.
Signed-off-by: Bjorn Helgaas
---
drivers/pci/probe.c | 54 ++
Hi Ben,
Some updates for various boards from Stefan. I don't have anything else at
the moment, so I thought I'd get this rolled into your tree now.
josh
The following changes since commit b919ee827e048826786fd7e889a2b04f63382fe6:
Anton Blanchard (1):
powerpc: Only print clockevent set
On Fri, 12 Feb 2010, Joakim Tjernlund wrote:
> Wolfgang Denk wrote on 2010/02/11 22:39:00:
> > Dear Joakim Tjernlund,
> >
> > In message > 005cf...@transmode.se> you wrote:
> > >
> > > > I have no idea how it is actually done in the kernel code... but gcc
> > > > defines it:
> > > >
> > > > gcc -
ge...@sonytel.be wrote on 2010/02/12 11:33:02:
>
> On Fri, 12 Feb 2010, Joakim Tjernlund wrote:
> > Wolfgang Denk wrote on 2010/02/11 22:39:00:
> > > Dear Joakim Tjernlund,
> > >
> > > In message > > 005cf...@transmode.se> you wrote:
> > > >
> > > > > I have no idea how it is actually done in the
13 matches
Mail list logo