All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Bjorn Helgaas <bhelgaas@google.com>, linux-pci@vger.kernel.org
Cc: "Andrew Lunn" <andrew@lunn.ch>,
	"Yehuda Yitschak" <yehuday@marvell.com>,
	"Jason Cooper" <jason@lakedaemon.net>,
	"Hanna Hawa" <hannah@marvell.com>,
	"Nadav Haklai" <nadavh@marvell.com>,
	"Victor Gu" <xigu@marvell.com>,
	"Miquèl Raynal" <miquel.raynal@free-electrons.com>,
	"Gregory Clement" <gregory.clement@free-electrons.com>,
	"Antoine Tenart" <antoine.tenart@free-electrons.com>,
	linux-arm-kernel@lists.infradead.org,
	"Sebastian Hesselbarth" <sebastian.hesselbarth@gmail.com>
Subject: Re: [PATCH 0/7] PCI: aardvark: improve compatibility with PCI devices
Date: Mon, 25 Sep 2017 16:41:31 +0200	[thread overview]
Message-ID: <20170925164131.166bcfac@windsurf.lan> (raw)
In-Reply-To: <20170908095348.16578-1-thomas.petazzoni@free-electrons.com>

Hello Bjorn,

On Fri,  8 Sep 2017 11:53:41 +0200, Thomas Petazzoni wrote:

> This patch series brings a number of fixes to the pci-aardvark driver
> that allows a much larger number of PCIe devices to be used.
> 
> It fixes kernel bug
> https://bugzilla.kernel.org/show_bug.cgi?id=196339, and has been
> tested with an IGB NIC and a Marvell SATA PCIe card, which were not
> working previously.
> 
> They should be taken for the 4.14 cycle, as they are all bug fixes.

Do you have some feedback about this series? It fixes some important
problems (reported by users), so it would be nice to have it in 4.14.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/7] PCI: aardvark: improve compatibility with PCI devices
Date: Mon, 25 Sep 2017 16:41:31 +0200	[thread overview]
Message-ID: <20170925164131.166bcfac@windsurf.lan> (raw)
In-Reply-To: <20170908095348.16578-1-thomas.petazzoni@free-electrons.com>

Hello Bjorn,

On Fri,  8 Sep 2017 11:53:41 +0200, Thomas Petazzoni wrote:

> This patch series brings a number of fixes to the pci-aardvark driver
> that allows a much larger number of PCIe devices to be used.
> 
> It fixes kernel bug
> https://bugzilla.kernel.org/show_bug.cgi?id=196339, and has been
> tested with an IGB NIC and a Marvell SATA PCIe card, which were not
> working previously.
> 
> They should be taken for the 4.14 cycle, as they are all bug fixes.

Do you have some feedback about this series? It fixes some important
problems (reported by users), so it would be nice to have it in 4.14.

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com

  parent reply	other threads:[~2017-09-25 14:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-08  9:53 [PATCH 0/7] PCI: aardvark: improve compatibility with PCI devices Thomas Petazzoni
2017-09-08  9:53 ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 1/7] PCI: aardvark: fix logic in PCI configuration read/write functions Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 2/7] PCI: aardvark: set PIO_ADDR_LS correctly in advk_pcie_rd_conf() Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 3/7] PCI: aardvark: set host and device to the same MAX payload size Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 4/7] PCI: aardvark: use isr1 instead of isr0 interrupt in legacy irq mode Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 5/7] PCI: aardvark: disable LOS state by default Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 6/7] PCI: aardvark: fix PCIe max read request size setting Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-08  9:53 ` [PATCH 7/7] PCI: aardvark: define IRQ related hooks in pci_host_bridge Thomas Petazzoni
2017-09-08  9:53   ` Thomas Petazzoni
2017-09-25 14:41 ` Thomas Petazzoni [this message]
2017-09-25 14:41   ` [PATCH 0/7] PCI: aardvark: improve compatibility with PCI devices Thomas Petazzoni

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=20170925164131.166bcfac@windsurf.lan \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=andrew@lunn.ch \
    --cc=antoine.tenart@free-electrons.com \
    --cc=bhelgaas@google.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=hannah@marvell.com \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=miquel.raynal@free-electrons.com \
    --cc=nadavh@marvell.com \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=xigu@marvell.com \
    --cc=yehuday@marvell.com \
    /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.