Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-25 Thread Stefan Roese
On Wednesday 24 September 2008, Nobuhiro Iwamatsu wrote: > > BTW: I fail to see what's really PPC specific about the pci code in > > question. Nobuhiro, could you please elaborate what's the problem here? > > I wanted to remove CPU and baords of specific code from from PCI network > driver. CONFIG_

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-23 Thread Nobuhiro Iwamatsu
Hi, all. 2008/9/23 Stefan Roese <[EMAIL PROTECTED]>: > On Monday 22 September 2008, Andrew Dyer wrote: >> >> I did a simple check. >> >> >> >> Only powerpc and i386 and sh seem to use PCI. >> >> If powerpc does not have a problem, would you commit it? >> > >> > Do I have your "go" (or at least no

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-23 Thread Stefan Roese
On Tuesday 23 September 2008, Andy Fleming wrote: > >>> I did a simple check. > >>> > >>> Only powerpc and i386 and sh seem to use PCI. > >>> If powerpc does not have a problem, would you commit it? > >> > >> Do I have your "go" (or at least no veto) to apply this patch? > > If some of that code is

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-23 Thread Stefan Roese
On Monday 22 September 2008, Andrew Dyer wrote: > >> I did a simple check. > >> > >> Only powerpc and i386 and sh seem to use PCI. > >> If powerpc does not have a problem, would you commit it? > > > > Do I have your "go" (or at least no veto) to apply this patch? > > (forgot to reply all on this, a

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-22 Thread Andy Fleming
On Mon, Sep 22, 2008 at 3:33 PM, Andrew Dyer <[EMAIL PROTECTED]> wrote: > On Mon, Sep 22, 2008 at 3:11 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: >> Dear Stefan, Kim, Andy, Jon & Kumar, >> >> in message <[EMAIL PROTECTED]> >> Nobuhiro Iwamatsu wrote: >>> >>> I did a simple check. >>> >>> Only pow

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-22 Thread Andrew Dyer
On Mon, Sep 22, 2008 at 3:11 PM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Stefan, Kim, Andy, Jon & Kumar, > > in message <[EMAIL PROTECTED]> > Nobuhiro Iwamatsu wrote: >> >> I did a simple check. >> >> Only powerpc and i386 and sh seem to use PCI. >> If powerpc does not have a problem, would

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-22 Thread Wolfgang Denk
Dear Stefan, Kim, Andy, Jon & Kumar, in message <[EMAIL PROTECTED]> Nobuhiro Iwamatsu wrote: > > I did a simple check. > > Only powerpc and i386 and sh seem to use PCI. > If powerpc does not have a problem, would you commit it? Do I have your "go" (or at least no veto) to apply this patch? Bes

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-17 Thread Graeme Russ
Dear Wolfgang, I'm doing some work on i386 at the moment and: a) It seems PCI is already broken - see [PATCH 0/2] Update i386 code (sc520_cdp) (http://lists.denx.de/pipermail/u-boot/2008-September/040099.html) b) The board I'm porting to doesn't use PCI c) I don't have a sc520 board with PCI to te

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-17 Thread Nobuhiro Iwamatsu
Hi, Wolfgang . I did a simple check. Only powerpc and i386 and sh seem to use PCI. If powerpc does not have a problem, would you commit it? Best regards, Nobuhiro 2008/9/7 Wolfgang Denk <[EMAIL PROTECTED]>: > Dear Nobuhiro Iwamatsu, > > In message <[EMAIL PROTECTED]> you wrote: >> A source cod

Re: [U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-09-06 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <[EMAIL PROTECTED]> you wrote: > A source code of pci is written mainly on powerpc. > Macro uses a pci source code of powerpc because other architecture > (ex. SuperH) doesn't work. > > I made asm-ppc/pci.h and moved macro of pci. > Other archtecture need to mak

[U-Boot] [PATCH] pci: Divided pci code of the powerpc

2008-08-28 Thread Nobuhiro Iwamatsu
A source code of pci is written mainly on powerpc. Macro uses a pci source code of powerpc because other architecture (ex. SuperH) doesn't work. I made asm-ppc/pci.h and moved macro of pci. Other archtecture need to make the following macro in asm-xxx/pci.h #define pci_phys_to_mem(dev, addr) (ad