Re: [Xen-devel] [PATCH v2 7/7] xen/arm: platform: Drop the quirks callback

2015-10-01 Thread Ian Campbell
On Tue, 2015-09-29 at 17:55 +0100, Julien Grall wrote: > On 29/09/15 17:21, Julien Grall wrote: > > All the quirks has been replaced by proper detection. Lets drop the > > callback and hope that no one will need new quirks. > > > > At the same time, remove the definition platform_dom0_evtchn_ppi w

Re: [Xen-devel] [PATCH v2 7/7] xen/arm: platform: Drop the quirks callback

2015-09-29 Thread Julien Grall
On 29/09/15 17:21, Julien Grall wrote: > All the quirks has been replaced by proper detection. Lets drop the > callback and hope that no one will need new quirks. > > At the same time, remove the definition platform_dom0_evtchn_ppi with is > not used any more. > > Signed-off-by: Julien Grall > A