Re: [Xen-devel] [PATCH 1/2] xen/arm: gic: Refactor the code for creating gic node

2015-05-08 Thread Ian Campbell
On Wed, 2015-04-22 at 23:51 -0500, Suravee Suthikulpanit wrote: > Since fdt_begin_node() is called by all gicXX_make_dt_node() to create > the interrupt-controller devicetree node, this patch refactors the call > and moves it inside make_gic_node(). This also matches the fdt_end_node() > call at th

[Xen-devel] [PATCH 1/2] xen/arm: gic: Refactor the code for creating gic node

2015-04-22 Thread Suravee Suthikulpanit
Since fdt_begin_node() is called by all gicXX_make_dt_node() to create the interrupt-controller devicetree node, this patch refactors the call and moves it inside make_gic_node(). This also matches the fdt_end_node() call at the end of make_gic_node(). This patch also move the call to gic_make_nod