linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Ley Foon Tan <lftan@altera.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	Arnd Bergmann <arnd@arndb.de>,
	linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org,
	linux-pci@vger.kernel.org, lftan.linux@gmail.com
Subject: Re: [PATCH v2 0/4] Add PCI support on nios2 architecture
Date: Wed, 21 Oct 2015 15:44:30 -0500	[thread overview]
Message-ID: <20151021204430.GG1583@localhost> (raw)
In-Reply-To: <1444804304-5213-1-git-send-email-lftan@altera.com>

Hi Ley,

I'm ignoring this series for now because of the build errors reported by
the kbuild test robot.

Bjorn

On Wed, Oct 14, 2015 at 02:31:40PM +0800, Ley Foon Tan wrote:
> This is 2nd version of patch to add pci support for nios2 architecture.
> This patchset also update asm-generic/pci.h to include PCI generic define/function
> as suggested by Arnd.
> It requires pci_fixup_irqs() from setup-irq.c.
> 
> v1->v2 changes:
> - nios2: remove PCI_SYSCALL from Kconfig
> - nios2: set IO_SPACE_LIMIT to 0xffff
> - nios2: remove arch/nios2/include/asm/pci.h and use asm-generic pci.h
> - pci: add include <linux/dma-mapping.h> to pci.c
> - asm-generic: add pci generic functions/defines to pci.h
> 
> History
> -------
> [v1]: https://lkml.org/lkml/2015/9/22/44
> 
> Ley Foon Tan (4):
>   asm-generic: add pci required defines and functions
>   pci: add include <linux/dma-mapping.h>
>   PCI: Build setup-irq.o for nios2
>   nios2: Add architectural support for PCIe
> 
>  arch/nios2/Kconfig            | 21 +++++++++++++++++++++
>  arch/nios2/include/asm/Kbuild |  1 +
>  arch/nios2/include/asm/io.h   | 12 ++++++++++--
>  arch/nios2/kernel/Makefile    |  1 +
>  arch/nios2/kernel/pci.c       | 33 +++++++++++++++++++++++++++++++++
>  drivers/pci/Makefile          |  1 +
>  drivers/pci/pci.c             |  1 +
>  include/asm-generic/pci.h     | 34 ++++++++++++++++++++++++++++++++++
>  8 files changed, 102 insertions(+), 2 deletions(-)
>  create mode 100644 arch/nios2/kernel/pci.c
> 
> -- 
> 1.8.2.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arch" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

  parent reply	other threads:[~2015-10-21 20:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-14  6:31 [PATCH v2 0/4] Add PCI support on nios2 architecture Ley Foon Tan
2015-10-14  6:31 ` [PATCH v2 1/4] asm-generic: add pci required defines and functions Ley Foon Tan
2015-10-14  7:04   ` kbuild test robot
2015-10-14  7:04   ` kbuild test robot
2015-10-14  7:41   ` kbuild test robot
2015-10-14  6:31 ` [PATCH v2 2/4] pci: add include <linux/dma-mapping.h> Ley Foon Tan
2015-10-14  6:31 ` [PATCH v2 3/4] PCI: Build setup-irq.o for nios2 Ley Foon Tan
2015-10-14  6:31 ` [PATCH v2 4/4] nios2: Add architectural support for PCIe Ley Foon Tan
2015-10-21 20:44 ` Bjorn Helgaas [this message]
2015-10-22  1:34   ` [PATCH v2 0/4] Add PCI support on nios2 architecture Ley Foon Tan

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=20151021204430.GG1583@localhost \
    --to=helgaas@kernel.org \
    --cc=arnd@arndb.de \
    --cc=bhelgaas@google.com \
    --cc=lftan.linux@gmail.com \
    --cc=lftan@altera.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).