All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Hellstrom <daniel@gaisler.com>
To: sparclinux@vger.kernel.org
Subject: [PATCH 0/2 v3] sparc32,leon: PCI patches
Date: Tue, 24 May 2011 07:02:02 +0000	[thread overview]
Message-ID: <4DDB57EA.8020008@gaisler.com> (raw)

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(-)


             reply	other threads:[~2011-05-24  7:02 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-24  7:02 Daniel Hellstrom [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-02 21:36 [PATCH 0/2 v3] sparc32,leon: PCI patches David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DDB57EA.8020008@gaisler.com \
    --to=daniel@gaisler.com \
    --cc=sparclinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.