|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v6 06/31] xen/arm: ITS: Port ITS driver to Xen
Hi Vijay, This patch now looks good. A few comments below.First, I've noticed that you moved again its_send_inv into patch #13. On a previous version (v4) we asked you to keep all the code imported by Linux in a single patch. You moved it correctly in v5 but then moved again out in this version.
You could have avoid this move by splitting the patch #13 in 2 parts:
- part 1: introduce the hw_irq_controller for LPIs
- part 2: plumbing the hw_irq_controller
The part 1 would live before patch #11 which enable the ITS compilation.
On 31/08/2015 12:06, vijay.kilari@xxxxxxxxx wrote:
From: Vijaya Kumar K <Vijaya.Kumar@xxxxxxxxxxxxxxxxxx> The linux driver is based on 4.1 with below commit id 3ad2a5f57656a14d964b673a5a0e4ab0e583c870 I'm sure the commit ID should be changed as you also include "591e5bec13f15feb13fc445b6c9c59954711c4ac". Note that it's the only commit modifying drivers/irqchip/gic-v3-its.c since the commit ID you mentioned above. [..] diff --git a/xen/arch/arm/gic-v3-its.c b/xen/arch/arm/gic-v3-its.c new file mode 100644 index 0000000..4ad8d8e --- /dev/null +++ b/xen/arch/arm/gic-v3-its.c @@ -0,0 +1,1011 @@ [...] The indentation was valid on the previous version. Why did you change it? [...] The line should be less 80 characters. Please split it.
Coding style:
for ( ... )
And the indentation of the second line is still wrong it should be
for ( np ...
np = dt_find... )
Regards, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |