All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2 v3] sparc32,leon: PCI patches
@ 2011-05-24  7:02 Daniel Hellstrom
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Hellstrom @ 2011-05-24  7:02 UTC (permalink / raw)
  To: sparclinux

Hello,

I have tried to cleanup the patches as Sam/Julian suggested, I have 
added a PCIC_PCI and a LEON_PCI Kconfig setting which depend on PCI and 
(!)SPARC_LEON. Before pci_leon.h was included from pci_32.h, now the pci 
related stuff is declared inside of pci_32.h instead. The LEON host 
controller implementation specific stuff was moved into leon_pci.h in 
the same manner as the AMBA bus implementation on LEON in leon_amba.h.

Thank you for your time,
Daniel

 arch/sparc/Kconfig                  |   17 +
 arch/sparc/include/asm/leon.h       |    3 +
 arch/sparc/include/asm/leon_pci.h   |   21 +
 arch/sparc/include/asm/pci_32.h     |   24 +
 arch/sparc/include/asm/pcic.h       |    2 +-
 arch/sparc/kernel/Makefile          |    4 +-
 arch/sparc/kernel/entry.S           |    4 +-
 arch/sparc/kernel/leon_kernel.c     |   15 +
 arch/sparc/kernel/leon_pci.c        |  253 ++++++++++
 arch/sparc/kernel/leon_pci_grpci2.c |  897 
+++++++++++++++++++++++++++++++++++
 drivers/pci/Makefile                |    1 +
 11 files changed, 1237 insertions(+), 4 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: [PATCH 0/2 v3] sparc32,leon: PCI patches
@ 2011-06-02 21:36 David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2011-06-02 21:36 UTC (permalink / raw)
  To: sparclinux

From: Daniel Hellstrom <daniel@gaisler.com>
Date: Tue, 24 May 2011 09:02:02 +0200

> I have tried to cleanup the patches as Sam/Julian suggested, I have
> added a PCIC_PCI and a LEON_PCI Kconfig setting which depend on PCI
> and (!)SPARC_LEON. Before pci_leon.h was included from pci_32.h, now
> the pci related stuff is declared inside of pci_32.h instead. The LEON
> host controller implementation specific stuff was moved into
> leon_pci.h in the same manner as the AMBA bus implementation on LEON
> in leon_amba.h.

All applied, thanks.

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

end of thread, other threads:[~2011-06-02 21:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-24  7:02 [PATCH 0/2 v3] sparc32,leon: PCI patches Daniel Hellstrom
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02 21:36 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.