From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751596AbeAZLjc (ORCPT ); Fri, 26 Jan 2018 06:39:32 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:45654 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751347AbeAZLja (ORCPT ); Fri, 26 Jan 2018 06:39:30 -0500 Cc: Sudeep Holla , Thomas Gleixner , Jason Cooper , Marc Zyngier , open list , linux-arm-msm@vger.kernel.org, Stephen Boyd , "Nayak, Rajendra" , asathyak@codeaurora.org Subject: Re: [PATCH RFC 0/4] irqchip: qcom: add support for PDC interrupt controller To: Lina Iyer References: <20180123175656.11942-1-ilina@codeaurora.org> <20180123184442.GA12243@codeaurora.org> <494fa715-aff0-19f2-0ee9-78d8c0b33775@arm.com> <20180124174310.GA24587@codeaurora.org> <1ee07421-444d-adf7-bf6f-8a35c4884c14@arm.com> <20180125155428.GC24587@codeaurora.org> <403f9685-fd40-8948-d658-5acb63af04fb@arm.com> <20180125181309.GA12603@codeaurora.org> <20180125200512.GE12603@codeaurora.org> From: Sudeep Holla Organization: ARM Message-ID: Date: Fri, 26 Jan 2018 11:39:22 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <20180125200512.GE12603@codeaurora.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 25/01/18 20:05, Lina Iyer wrote: > On Thu, Jan 25 2018 at 18:43 +0000, Sudeep Holla wrote: >> [...] >> It may have some advantages to decentralize but will that not cause >> issues in complex systems ? I assume even modem and other processors can >> access and configure these wakeup interrupts. What happens if 2 such >> processors try to access it at the same time ? >> > Every processor in the SoC has its own PDC and does exactly the same > thing in SW. The hardware blocks are replicated for each of the > 'subsystem' and they behave similarly. > Ah that explains a lot. -- Regards, Sudeep