On 20/02/15 15:42, Ian Campbell wrote:
> On Tue, 2015-01-13 at 14:25 +0000, Julien Grall wrote:
>> @@ -919,8 +943,14 @@ static int make_timer_node(const struct domain *d, void 
>> *fdt,
>>      return res;
>>  }
>>  
>> -/* Map the device in the domain */
>> -static int map_device(struct domain *d, struct dt_device_node *dev)
>> +/* For a given device node:
> 
> Strictly speaking should be:
>  /*
>   * For a given...
> 
> (I don't care all that much, but since I'm commenting elsewhere)

Hmmm right. I will change it.

>> @@ -947,7 +979,7 @@ static int map_device(struct domain *d, struct 
>> dt_device_node *dev)
>>          }
>>      }
>>  
>> -    /* Map IRQs */
>> +    /* Give permission and  map IRQs */
> 
> Another Nit: "  " -> " ".
> 
>> +        if ( need_mapping )
>> +        {
>> +            /*
>> +             * Checking the return of vgic_reserve_virq is not
>> +             * necessary. It should not fail except when we try to map
>> +             * twice the IRQ. This can happen if the IRQ is shared
> 
> "when we try to map the IRQ twice"
> 
> Other than those nits the code itself looks good, will ack once we've
> agreed on the bindings wording.

BTW, should we upstream the bindings to device tree git?

Thanks,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to