From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 8/8] xen/arm: platform: Drop the quirks callback Date: Fri, 25 Sep 2015 17:27:36 +0100 Message-ID: <1443198456.25250.201.camel@citrix.com> References: <1442944062-4324-1-git-send-email-julien.grall@citrix.com> <1442944062-4324-9-git-send-email-julien.grall@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfVqX-0006g7-P5 for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 16:27:41 +0000 In-Reply-To: <1442944062-4324-9-git-send-email-julien.grall@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Julien Grall , xen-devel@lists.xenproject.org Cc: stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-09-22 at 18:47 +0100, 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. Hah! > At the same time, remove the definition platform_dom0_evtchn_ppi with is > not used any more. > > Signed-off-by: Julien Grall Acked-by: Ian Campbell