Re: [PATCH] powerpc: Add legacy PCI access via sysfs (v3)

2008-10-15 Thread Benjamin Herrenschmidt
On Wed, 2008-10-15 at 05:16 -0700, Jesse Barnes wrote: > On Monday, October 13, 2008 5:55 pm Benjamin Herrenschmidt wrote: > > This patch adds support for legacy_io and legacy_mem files in > > bus class directories in sysfs for powerpc > > > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED

Re: [PATCH] powerpc: Add legacy PCI access via sysfs (v3)

2008-10-15 Thread Jesse Barnes
On Monday, October 13, 2008 5:55 pm Benjamin Herrenschmidt wrote: > This patch adds support for legacy_io and legacy_mem files in > bus class directories in sysfs for powerpc > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> Ok, applied this one. Should be pushing to Linus soon. Than

[PATCH] powerpc: Add legacy PCI access via sysfs (v3)

2008-10-13 Thread Benjamin Herrenschmidt
This patch adds support for legacy_io and legacy_mem files in bus class directories in sysfs for powerpc Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- This is version 3, this time after doing a "quilt ref" and thus getting a patch that actually useful. Sorry about the mishap. ar

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-13 Thread Benjamin Herrenschmidt
On Fri, 2008-10-10 at 13:50 +1100, Benjamin Herrenschmidt wrote: > This patch adds support for legacy_io and legacy_mem files in > bus class directories in sysfs for powerpc > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > > This is version 2, slightly different approach for

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-13 Thread Benjamin Herrenschmidt
> > Is that targeted towards .28 or .29? Ben has a 4xx specific patch > > that depends on this one, and I just need to know which version to > > bring that in for. > > I was planning on sending it for .28. There's a minor bogon in the powerpc side patch, ie, I left an unused variable from an ol

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-13 Thread Jesse Barnes
On Monday, October 13, 2008 7:07 am Josh Boyer wrote: > On Fri, Oct 10, 2008 at 10:39:18AM -0700, Jesse Barnes wrote: > >On Thursday, October 9, 2008 7:50 pm Benjamin Herrenschmidt wrote: > >> This patch adds support for legacy_io and legacy_mem files in > >> bus class directories in sysfs for powe

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-13 Thread Josh Boyer
On Fri, Oct 10, 2008 at 10:39:18AM -0700, Jesse Barnes wrote: >On Thursday, October 9, 2008 7:50 pm Benjamin Herrenschmidt wrote: >> This patch adds support for legacy_io and legacy_mem files in >> bus class directories in sysfs for powerpc >> >> Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTEC

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-10 Thread Benjamin Herrenschmidt
On Fri, 2008-10-10 at 09:02 -0700, Jesse Barnes wrote: > Ah I was worried the first one might need a respin, but it applied > fine, so > I'll go ahead and apply this one too. Let's hope it doesn't collide with the pending powerpc.git merge... Ben. __

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-10 Thread Jesse Barnes
On Thursday, October 9, 2008 7:50 pm Benjamin Herrenschmidt wrote: > This patch adds support for legacy_io and legacy_mem files in > bus class directories in sysfs for powerpc > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- Applied to linux-next, thanks. Jesse

Re: [PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-10 Thread Jesse Barnes
On Thursday, October 9, 2008 7:50 pm Benjamin Herrenschmidt wrote: > This patch adds support for legacy_io and legacy_mem files in > bus class directories in sysfs for powerpc > > Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> > --- > > This is version 2, slightly different approach for

[PATCH] powerpc: Add legacy PCI access via sysfs

2008-10-09 Thread Benjamin Herrenschmidt
This patch adds support for legacy_io and legacy_mem files in bus class directories in sysfs for powerpc Signed-off-by: Benjamin Herrenschmidt <[EMAIL PROTECTED]> --- This is version 2, slightly different approach for getting at VGA memory which works a lot better with bridges providing a separat