All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] xen/arm: gic-v2: Detect automatically aliased GIC 400
@ 2015-09-29 16:21 Julien Grall
  2015-09-29 16:21 ` [PATCH v2 1/7] xen/arm: gic: Make it clear the GIC node is passed to make_hwdom_dt_node Julien Grall
                   ` (7 more replies)
  0 siblings, 8 replies; 18+ messages in thread
From: Julien Grall @ 2015-09-29 16:21 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, stefano.stabellini, ian.campbell

Hi all,

Only patch #7 is related to the subject of the cover letter. The rest is
clean up of code I looked while I was working on this patch series.

For all the changes, see in each patch.

Sincerely yours,

Julien Grall (7):
  xen/arm: gic: Make it clear the GIC node is passed to
    make_hwdom_dt_node
  xen/arm: Retrieve the correct number of cells when building dom0 DT
  xen/arm: Warn when a device tree path will be re-used by Xen
  xen/arm: vgic-v2: Drop cbase from arch_domain
  xen/arm: gic: Check the size of the CPU and vCPU interface retrieved
    from DT
  xen/arm: gic-v2: Automatically detect aliased GIC400
  xen/arm: platform: Drop the quirks callback

 xen/arch/arm/domain_build.c          | 26 ++++++++--
 xen/arch/arm/gic-hip04.c             | 17 +++----
 xen/arch/arm/gic-v2.c                | 97 +++++++++++++++++++++++++++---------
 xen/arch/arm/gic-v3.c                | 32 ++++++++----
 xen/arch/arm/gic.c                   |  6 ++-
 xen/arch/arm/platform.c              | 10 ----
 xen/arch/arm/platforms/xgene-storm.c |  6 ---
 xen/arch/arm/vgic-v2.c               | 51 ++++++++++++-------
 xen/common/device_tree.c             | 39 +++++++++++++--
 xen/include/asm-arm/domain.h         |  1 -
 xen/include/asm-arm/gic.h            |  6 ++-
 xen/include/asm-arm/platform.h       | 14 ------
 xen/include/asm-arm/vgic.h           |  3 +-
 xen/include/xen/device_tree.h        | 33 ++++++++++++
 14 files changed, 234 insertions(+), 107 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2015-10-01 12:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-29 16:21 [PATCH v2 0/7] xen/arm: gic-v2: Detect automatically aliased GIC 400 Julien Grall
2015-09-29 16:21 ` [PATCH v2 1/7] xen/arm: gic: Make it clear the GIC node is passed to make_hwdom_dt_node Julien Grall
2015-09-29 16:21 ` [PATCH v2 2/7] xen/arm: Retrieve the correct number of cells when building dom0 DT Julien Grall
2015-10-01 11:57   ` Ian Campbell
2015-09-29 16:21 ` [PATCH v2 3/7] xen/arm: Warn when a device tree path will be re-used by Xen Julien Grall
2015-10-01 12:01   ` Ian Campbell
2015-10-01 12:39     ` Julien Grall
2015-09-29 16:21 ` [PATCH v2 4/7] xen/arm: vgic-v2: Drop cbase from arch_domain Julien Grall
2015-09-29 16:21 ` [PATCH v2 5/7] xen/arm: gic: Check the size of the CPU and vCPU interface retrieved from DT Julien Grall
2015-10-01 12:08   ` Ian Campbell
2015-10-01 12:43     ` Julien Grall
2015-10-01 12:54       ` Ian Campbell
2015-09-29 16:21 ` [PATCH v2 6/7] xen/arm: gic-v2: Automatically detect aliased GIC400 Julien Grall
2015-10-01 12:10   ` Ian Campbell
2015-09-29 16:21 ` [PATCH v2 7/7] xen/arm: platform: Drop the quirks callback Julien Grall
2015-09-29 16:55   ` Julien Grall
2015-10-01 12:10     ` Ian Campbell
2015-10-01 12:56 ` [PATCH v2 0/7] xen/arm: gic-v2: Detect automatically aliased GIC 400 Ian Campbell

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.