All of lore.kernel.org
 help / color / mirror / Atom feed
From: Joel Schopp <joel.schopp@amd.com>
To: <suravee.suthikulpanit@amd.com>, <marc.zyngier@arm.com>,
	<Catalin.Marinas@arm.com>, <Will.Deacon@arm.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-pci@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support
Date: Tue, 24 Jun 2014 09:09:11 -0500	[thread overview]
Message-ID: <53A98687.7090408@amd.com> (raw)
In-Reply-To: <1403569980-12913-1-git-send-email-suravee.suthikulpanit@amd.com>

I've been running and doing development on top of these patches.  I 
found a problem in an earlier version that i can confirm is now fixed in 
this current version.

Reviewed-by: Joel Schopp <joel.schopp@amd.com>

On 06/23/2014 07:32 PM, suravee.suthikulpanit@amd.com wrote:
> From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
>
> This patch set introduces support for MSI(-X) in GICv2m specification,
> which is implemented in some variation of GIC400.
>
> This depends on and has been tested with the V7 of "Add support for PCI in AArch64"
> (https://lkml.org/lkml/2014/3/14/320).
>
> Suravee Suthikulpanit (2):
>    arm/gic: Add binding probe for GIC400
>    arm/gic: Add supports for GICv2m MSI(-X)
>
>   Documentation/devicetree/bindings/arm/gic.txt |  18 +-
>   drivers/irqchip/Kconfig                       |   6 +
>   drivers/irqchip/Makefile                      |   1 +
>   drivers/irqchip/gic-msi-v2m.c                 | 249 ++++++++++++++++++++++++++
>   drivers/irqchip/gic-msi-v2m.h                 |  20 +++
>   drivers/irqchip/irq-gic.c                     |  23 ++-
>   6 files changed, 313 insertions(+), 4 deletions(-)
>   create mode 100644 drivers/irqchip/gic-msi-v2m.c
>   create mode 100644 drivers/irqchip/gic-msi-v2m.h
>


WARNING: multiple messages have this Message-ID (diff)
From: joel.schopp@amd.com (Joel Schopp)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support
Date: Tue, 24 Jun 2014 09:09:11 -0500	[thread overview]
Message-ID: <53A98687.7090408@amd.com> (raw)
In-Reply-To: <1403569980-12913-1-git-send-email-suravee.suthikulpanit@amd.com>

I've been running and doing development on top of these patches.  I 
found a problem in an earlier version that i can confirm is now fixed in 
this current version.

Reviewed-by: Joel Schopp <joel.schopp@amd.com>

On 06/23/2014 07:32 PM, suravee.suthikulpanit at amd.com wrote:
> From: Suravee Suthikulpanit <Suravee.Suthikulpanit@amd.com>
>
> This patch set introduces support for MSI(-X) in GICv2m specification,
> which is implemented in some variation of GIC400.
>
> This depends on and has been tested with the V7 of "Add support for PCI in AArch64"
> (https://lkml.org/lkml/2014/3/14/320).
>
> Suravee Suthikulpanit (2):
>    arm/gic: Add binding probe for GIC400
>    arm/gic: Add supports for GICv2m MSI(-X)
>
>   Documentation/devicetree/bindings/arm/gic.txt |  18 +-
>   drivers/irqchip/Kconfig                       |   6 +
>   drivers/irqchip/Makefile                      |   1 +
>   drivers/irqchip/gic-msi-v2m.c                 | 249 ++++++++++++++++++++++++++
>   drivers/irqchip/gic-msi-v2m.h                 |  20 +++
>   drivers/irqchip/irq-gic.c                     |  23 ++-
>   6 files changed, 313 insertions(+), 4 deletions(-)
>   create mode 100644 drivers/irqchip/gic-msi-v2m.c
>   create mode 100644 drivers/irqchip/gic-msi-v2m.h
>

  parent reply	other threads:[~2014-06-24 19:49 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-24  0:32 [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support suravee.suthikulpanit
2014-06-24  0:32 ` suravee.suthikulpanit at amd.com
2014-06-24  0:32 ` [PATCH 1/2] arm/gic: Add binding probe for GIC400 suravee.suthikulpanit
2014-06-24  0:32   ` suravee.suthikulpanit at amd.com
2014-06-24 12:22   ` Jason Cooper
2014-06-24 12:22     ` Jason Cooper
2014-06-24  0:33 ` [PATCH 2/2] arm/gic: Add supports for GICv2m MSI(-X) suravee.suthikulpanit
2014-06-24  0:33   ` suravee.suthikulpanit at amd.com
2014-06-24  9:52   ` Marc Zyngier
2014-06-24  9:52     ` Marc Zyngier
2014-06-25  3:04     ` Suravee Suthikulanit
2014-06-25  3:04       ` Suravee Suthikulanit
2014-06-27 15:43     ` Suravee Suthikulpanit
2014-06-27 15:43       ` Suravee Suthikulpanit
2014-06-27 17:35       ` Marc Zyngier
2014-06-27 17:35         ` Marc Zyngier
2014-06-24 10:11   ` Mark Rutland
2014-06-24 10:11     ` Mark Rutland
2014-06-25  2:55     ` Suravee Suthikulanit
2014-06-25  2:55       ` Suravee Suthikulanit
2014-06-25  8:57       ` Mark Rutland
2014-06-25  8:57         ` Mark Rutland
2014-06-24 12:19 ` [PATCH 0/2] Introduce ARM GICv2m MSI(-X) support Jason Cooper
2014-06-24 12:19   ` Jason Cooper
2014-06-24 12:26 ` Jason Cooper
2014-06-24 12:26   ` Jason Cooper
2014-06-25  0:19   ` Suravee Suthikulanit
2014-06-25  0:19     ` Suravee Suthikulanit
2014-06-30 18:27     ` Jason Cooper
2014-06-30 18:27       ` Jason Cooper
2014-06-24 14:09 ` Joel Schopp [this message]
2014-06-24 14:09   ` Joel Schopp

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=53A98687.7090408@amd.com \
    --to=joel.schopp@amd.com \
    --cc=Catalin.Marinas@arm.com \
    --cc=Will.Deacon@arm.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=marc.zyngier@arm.com \
    --cc=suravee.suthikulpanit@amd.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.