public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* pci transparent bridge resource management
@ 2005-06-28  7:06 Dominik Brodowski
  2005-06-28  7:13 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Dominik Brodowski @ 2005-06-28  7:06 UTC (permalink / raw)
  To: greg, linux-kernel, rajesh.shah, akpm

Hi!

Could we get the following two patches into Linus' tree as well? AFAIK,
these alone didn't do any harm; they're most useful for yenta-style
PCMCIA-PCI bridges instead... so I'd very much like to get them into 2.6.13.

http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-collect-host-bridge-resources-01.patch
http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-handle-subtractive-decode.patch


Thanks,
	Dominik

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pci transparent bridge resource management
  2005-06-28  7:06 pci transparent bridge resource management Dominik Brodowski
@ 2005-06-28  7:13 ` Greg KH
  2005-06-28  7:22   ` Dominik Brodowski
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2005-06-28  7:13 UTC (permalink / raw)
  To: Dominik Brodowski, linux-kernel, rajesh.shah, akpm

On Tue, Jun 28, 2005 at 09:06:36AM +0200, Dominik Brodowski wrote:
> Hi!
> 
> Could we get the following two patches into Linus' tree as well? AFAIK,
> these alone didn't do any harm; they're most useful for yenta-style
> PCMCIA-PCI bridges instead... so I'd very much like to get them into 2.6.13.
> 
> http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-collect-host-bridge-resources-01.patch
> http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-handle-subtractive-decode.patch

No, not right now.  Ivan's reworking these patches, due to the number of
complaints in this area.  Give us a week or so...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pci transparent bridge resource management
  2005-06-28  7:13 ` Greg KH
@ 2005-06-28  7:22   ` Dominik Brodowski
  2005-06-28  7:29     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Dominik Brodowski @ 2005-06-28  7:22 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel, rajesh.shah, akpm

On Tue, Jun 28, 2005 at 12:13:45AM -0700, Greg KH wrote:
> On Tue, Jun 28, 2005 at 09:06:36AM +0200, Dominik Brodowski wrote:
> > Hi!
> > 
> > Could we get the following two patches into Linus' tree as well? AFAIK,
> > these alone didn't do any harm; they're most useful for yenta-style
> > PCMCIA-PCI bridges instead... so I'd very much like to get them into 2.6.13.
> > 
> > http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-collect-host-bridge-resources-01.patch
> > http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-handle-subtractive-decode.patch
> 
> No, not right now.  Ivan's reworking these patches, due to the number of
> complaints in this area.  Give us a week or so...

The collect-resources-02 was the cause. Not the other ones, AFAIK, and they
are even independent... But as you're confident that they'll eventually make
it into .13, I'm silent again...

	Dominik

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: pci transparent bridge resource management
  2005-06-28  7:22   ` Dominik Brodowski
@ 2005-06-28  7:29     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2005-06-28  7:29 UTC (permalink / raw)
  To: Dominik Brodowski, linux-kernel, rajesh.shah, akpm

On Tue, Jun 28, 2005 at 09:22:24AM +0200, Dominik Brodowski wrote:
> On Tue, Jun 28, 2005 at 12:13:45AM -0700, Greg KH wrote:
> > On Tue, Jun 28, 2005 at 09:06:36AM +0200, Dominik Brodowski wrote:
> > > Hi!
> > > 
> > > Could we get the following two patches into Linus' tree as well? AFAIK,
> > > these alone didn't do any harm; they're most useful for yenta-style
> > > PCMCIA-PCI bridges instead... so I'd very much like to get them into 2.6.13.
> > > 
> > > http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-collect-host-bridge-resources-01.patch
> > > http://kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12/2.6.12-mm2/broken-out/gregkh-pci-pci-handle-subtractive-decode.patch
> > 
> > No, not right now.  Ivan's reworking these patches, due to the number of
> > complaints in this area.  Give us a week or so...
> 
> The collect-resources-02 was the cause. Not the other ones, AFAIK, and they
> are even independent...

Not according to:
	http://bugme.osdl.org/show_bug.cgi?id=4737

One person said the -01 patch messed up their box...

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-06-28  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-28  7:06 pci transparent bridge resource management Dominik Brodowski
2005-06-28  7:13 ` Greg KH
2005-06-28  7:22   ` Dominik Brodowski
2005-06-28  7:29     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox