All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: Jason Cooper <jason@lakedaemon.net>
Cc: Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, Thomas Gleixner <tglx@linutronix.de>,
	Lior Amsalem <alior@marvell.com>,
	Jason Gunthorpe <jgunthorpe@obsidianresearch.com>,
	Matthew Minter <matthew_minter@xyratex.com>,
	Tawfik Bayouk <tawfik@marvell.com>,
	Neil Greatorex <neil@fatboyfat.co.uk>,
	Nadav Haklai <nadavh@marvell.com>,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>,
	Willy Tarreau <w@1wt.eu>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 0/7] Fixes for Armada 370/XP PCIe
Date: Sun, 20 Apr 2014 23:08:27 +0200	[thread overview]
Message-ID: <20140420230827.1d5eec5f@skate> (raw)
In-Reply-To: <20140420200409.GI28159@titan.lakedaemon.net>

Dear Jason Cooper,

On Sun, 20 Apr 2014 16:04:09 -0400, Jason Cooper wrote:

> I've tentatively pulled this series as follows:
> 
>   patches 1-3 into mvebu/drivers-irqchip-fixes
> 
>   patches 4-7 into mvebu/drivers-mbus_pci-fixes

Thanks!

> with the latter depending on the former.  I'm going to hold them in
> -next for a bit.  At least until we get an Ack from Bjorn.  Then I'll
> send them their appropriate ways.

There is actually no need for a dependency between the two. Neither
from a build point of view, or a runtime point of view. 1-3 fix purely
MSI related things, while 4-7 fix purely MBus/PCI related things. I
don't if not having a dependency will make things easier for you, but I
thought it was worth mentioning. The only reason why all those patches
were together is that, as a whole, they allow to fix a number of
problems with certain PCIe devices.

Thanks!

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

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] Fixes for Armada 370/XP PCIe
Date: Sun, 20 Apr 2014 23:08:27 +0200	[thread overview]
Message-ID: <20140420230827.1d5eec5f@skate> (raw)
In-Reply-To: <20140420200409.GI28159@titan.lakedaemon.net>

Dear Jason Cooper,

On Sun, 20 Apr 2014 16:04:09 -0400, Jason Cooper wrote:

> I've tentatively pulled this series as follows:
> 
>   patches 1-3 into mvebu/drivers-irqchip-fixes
> 
>   patches 4-7 into mvebu/drivers-mbus_pci-fixes

Thanks!

> with the latter depending on the former.  I'm going to hold them in
> -next for a bit.  At least until we get an Ack from Bjorn.  Then I'll
> send them their appropriate ways.

There is actually no need for a dependency between the two. Neither
from a build point of view, or a runtime point of view. 1-3 fix purely
MSI related things, while 4-7 fix purely MBus/PCI related things. I
don't if not having a dependency will make things easier for you, but I
thought it was worth mentioning. The only reason why all those patches
were together is that, as a whole, they allow to fix a number of
problems with certain PCIe devices.

Thanks!

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

  reply	other threads:[~2014-04-20 21:08 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18 12:19 [PATCH 0/7] Fixes for Armada 370/XP PCIe Thomas Petazzoni
2014-04-18 12:19 ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 1/7] irqchip: armada-370-xp: fix invalid cast of signed value into unsigned variable Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 2/7] irqchip: armada-370-xp: implement the ->check_device() msi_chip operation Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 3/7] irqchip: armada-370-xp: Fix releasing of MSIs Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 4/7] pci: mvebu: fix off-by-one in the computed size of the mbus windows Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-21 16:47   ` Bjorn Helgaas
2014-04-21 16:47     ` Bjorn Helgaas
2014-04-24  2:51     ` Jason Cooper
2014-04-24  2:51       ` Jason Cooper
2014-04-18 12:19 ` [PATCH 5/7] bus: mvebu-mbus: Avoid setting an undefined window size Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 6/7] bus: mvebu-mbus: allow several windows with the same target/attribute Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-18 12:19 ` [PATCH 7/7] pci: pci-mvebu: split PCIe BARs into multiple MBus windows when needed Thomas Petazzoni
2014-04-18 12:19   ` Thomas Petazzoni
2014-04-21 16:48   ` Bjorn Helgaas
2014-04-21 16:48     ` Bjorn Helgaas
2014-04-20 19:11 ` [PATCH 0/7] Fixes for Armada 370/XP PCIe Jason Cooper
2014-04-20 19:11   ` Jason Cooper
2014-04-20 20:04 ` Jason Cooper
2014-04-20 20:04   ` Jason Cooper
2014-04-20 21:08   ` Thomas Petazzoni [this message]
2014-04-20 21:08     ` Thomas Petazzoni
2014-04-20 21:21     ` Jason Cooper
2014-04-20 21:21       ` Jason Cooper
  -- strict thread matches above, loose matches on Subject: below --
2014-04-18 12:08 Thomas Petazzoni
2014-04-18 12:08 ` 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=20140420230827.1d5eec5f@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --cc=alior@marvell.com \
    --cc=andrew@lunn.ch \
    --cc=bhelgaas@google.com \
    --cc=ezequiel.garcia@free-electrons.com \
    --cc=gregory.clement@free-electrons.com \
    --cc=jason@lakedaemon.net \
    --cc=jgunthorpe@obsidianresearch.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=matthew_minter@xyratex.com \
    --cc=nadavh@marvell.com \
    --cc=neil@fatboyfat.co.uk \
    --cc=sebastian.hesselbarth@gmail.com \
    --cc=tawfik@marvell.com \
    --cc=tglx@linutronix.de \
    --cc=w@1wt.eu \
    /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.