From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Grall Subject: Re: [PATCH v3 00/18] xen/arm: Interrupt management reworking Date: Thu, 17 Apr 2014 11:26:30 +0100 Message-ID: <534FAC56.9020607@linaro.org> References: <1396968247-8768-1-git-send-email-julien.grall@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1WajWa-0003Md-Rb for xen-devel@lists.xenproject.org; Thu, 17 Apr 2014 10:26:33 +0000 Received: by mail-ee0-f41.google.com with SMTP id t10so485901eei.28 for ; Thu, 17 Apr 2014 03:26:31 -0700 (PDT) In-Reply-To: <1396968247-8768-1-git-send-email-julien.grall@linaro.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.campbell@citrix.com Cc: xen-devel@lists.xenproject.org, Julien Grall , tim@xen.org, stefano.stabellini@citrix.com List-Id: xen-devel@lists.xenproject.org Hi Ian, I went through the serie. Most of the patches are acked (see [a] below) [a] xen/arm: timer: replace timer_dt_irq by timer_get_irq [a] xen/arm: IRQ: Use default irq callback from common code for no_irq_type [a] xen/arm: IRQ: Rename irq_cfg into arch_irq_desc [a] xen/arm: IRQ: move gic {,un}lock in gic_set_irq_properties [a] xen/arm: IRQ: drop irq parameter in __setup_irq [a] xen/arm: IRQ: remove __init from setup_dt_irq, request_dt_irq and release_irq [a] xen/arm: IRQ: Rework gic_route_irq_to_guest function xen/arm: IRQ: Move IRQ management from gic.c to irq.c [a] xen/arm: IRQ Introduce irq_get_domain [a] xen/arm: IRQ: Require desc.lock held by callers of hw_irq_controller callbacks [a] xen/arm: IRQ: Defer routing IRQ to Xen until setup_irq() call [a] xen/arm: IRQ: Do not allow IRQ to be shared between domains and XEN ? xen/serial: remove serial_dt_irq xen/arm: IRQ: Store IRQ type in arch_irq_desc [a] xen/arm: IRQ: Replace {request,setup}_dt_irq by {request,setup}_irq [a] xen: IRQ: Add dev_id parameter to release_irq [a] xen/arm: IRQ: extend {request,setup}_irq to take an irqflags in parameter xen/arm: IRQ: Handle multiple action per IRQ I may need another ack for patch #13 as some part of the code modifies the serial common code. If patch #8 ("Move IRQ...") is acked by someone, can you apply until patch #12? Thanks! -- Julien Grall