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: Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, Andrew Lunn <andrew@lunn.ch>,
	Gregory Clement <gregory.clement@free-electrons.com>,
	Lior Amsalem <alior@marvell.com>,
	Maen Suleiman <maen@marvell.com>,
	linux-arm-kernel@lists.infradead.org,
	Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Subject: Re: [PATCH v2 0/3] Marvell PCIe driver improvements
Date: Thu, 23 May 2013 20:53:48 +0200	[thread overview]
Message-ID: <20130523205348.54751fca@skate> (raw)
In-Reply-To: <20130523182622.GT31290@titan.lakedaemon.net>

Dear Jason Cooper,

On Thu, 23 May 2013 14:26:22 -0400, Jason Cooper wrote:

> >  drivers/pci/host/pci-mvebu.c |   55 +++++++++++++++++++++++++++++++++---------
> >  1 file changed, 44 insertions(+), 11 deletions(-)
> 
> Whole series applied to mvebu/pcie_bridge with Bjorn's Ack.  The whole
> pcie tree now looks like:
> 
>         /-mvebu/of_pci  /-mvebu/pcie
>         |               |
> +---+---+---+---+---+---+---+---+---+---+ mvebu/pcie_bridge
>                         |
>                         \---+---+---+---+ mvebu/pcie_kirkwood
> (not to scale :) )

Nice diagram, I like it :-)

> This is getting pretty hairy, do you intend on anything else for mvebu
> pcie for this merge window?

No, nothing significant. There might be some minor additional fixes
that you can just stack into the mvebu/pcie_bridge branch, but I don't
have any such fixes sitting anywhere in my repo at this point.

I now intend to work on the MSI support, but since it requires a quite
significant work to properly expose the msi_chip from the IRQ
controller driver, I don't really think it will be ready in time for
3.11.

Thanks a lot for the quick merges. I'm really eager to see this PCIe
code that has been around for a long time finally merged.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
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 v2 0/3] Marvell PCIe driver improvements
Date: Thu, 23 May 2013 20:53:48 +0200	[thread overview]
Message-ID: <20130523205348.54751fca@skate> (raw)
In-Reply-To: <20130523182622.GT31290@titan.lakedaemon.net>

Dear Jason Cooper,

On Thu, 23 May 2013 14:26:22 -0400, Jason Cooper wrote:

> >  drivers/pci/host/pci-mvebu.c |   55 +++++++++++++++++++++++++++++++++---------
> >  1 file changed, 44 insertions(+), 11 deletions(-)
> 
> Whole series applied to mvebu/pcie_bridge with Bjorn's Ack.  The whole
> pcie tree now looks like:
> 
>         /-mvebu/of_pci  /-mvebu/pcie
>         |               |
> +---+---+---+---+---+---+---+---+---+---+ mvebu/pcie_bridge
>                         |
>                         \---+---+---+---+ mvebu/pcie_kirkwood
> (not to scale :) )

Nice diagram, I like it :-)

> This is getting pretty hairy, do you intend on anything else for mvebu
> pcie for this merge window?

No, nothing significant. There might be some minor additional fixes
that you can just stack into the mvebu/pcie_bridge branch, but I don't
have any such fixes sitting anywhere in my repo at this point.

I now intend to work on the MSI support, but since it requires a quite
significant work to properly expose the msi_chip from the IRQ
controller driver, I don't really think it will be ready in time for
3.11.

Thanks a lot for the quick merges. I'm really eager to see this PCIe
code that has been around for a long time finally merged.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

  reply	other threads:[~2013-05-23 18:53 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 14:32 [PATCH v2 0/3] Marvell PCIe driver improvements Thomas Petazzoni
2013-05-23 14:32 ` Thomas Petazzoni
2013-05-23 14:32 ` [PATCH v2 1/3] pci: mvebu: no longer fake the slot location of downstream devices Thomas Petazzoni
2013-05-23 14:32   ` Thomas Petazzoni
2013-05-23 14:32 ` [PATCH v2 2/3] pci: mvebu: allow the enumeration of devices beyond physical bridges Thomas Petazzoni
2013-05-23 14:32   ` Thomas Petazzoni
2013-05-23 14:32 ` [PATCH v2 3/3] pci: mvebu: fix the emulation of the status register Thomas Petazzoni
2013-05-23 14:32   ` Thomas Petazzoni
2013-05-23 17:01 ` [PATCH v2 0/3] Marvell PCIe driver improvements Bjorn Helgaas
2013-05-23 17:01   ` Bjorn Helgaas
2013-05-23 17:24   ` Jason Cooper
2013-05-23 17:24     ` Jason Cooper
2013-05-23 18:26 ` Jason Cooper
2013-05-23 18:26   ` Jason Cooper
2013-05-23 18:53   ` Thomas Petazzoni [this message]
2013-05-23 18:53     ` 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=20130523205348.54751fca@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=linux-arm-kernel@lists.infradead.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=maen@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.