Message ID | 20200918112202.3418-1-thunder.leizhen@huawei.com |
---|---|
Headers | show
Delivered-To: patch@linaro.org Received: by 2002:a92:5ad1:0:0:0:0:0 with SMTP id b78csp1225178ilg; Fri, 18 Sep 2020 04:22:55 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw9Tf9Ya3vX6/Dq3cJ3O9NfwnAbUgK9dIJnvcXn+ZWs1ZPgmztbhEkPXQ6A/dEuPb3Oydhd X-Received: by 2002:a50:ec12:: with SMTP id g18mr28531735edr.309.1600428175309; Fri, 18 Sep 2020 04:22:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600428175; cv=none; d=google.com; s=arc-20160816; b=LfF7gtlPCEOFUczWLw/+3O4NRGrGZ6c1KMYpefjXTIuPqYPN4cmp0tEbn50dHsGJ8p OfCEjKbgp5SGcbjp1Io1aJeQejgzmoYTp1ZvQw8bsCWLEaKZ6jIOr1f3SVqzOiI/k4J/ BZpg62bBn+r/C6mb/tCaYYhoPGdTP3JnKZQshpgPkskwlTzpIVFv6BIuh4KjxcXbsObz NiB+PyJrXtjSE0Ir/nwBy3+kcOcYSJ0Wourp2YspYO60Oo6N7Fx6y0XMrlMvO9YSO21U QMf73/R9dBluab6h7roWBW/MF40Bivur3myrL+vb37ZcZRblg8pdnsTrzrwH6E9DlmVK kqBw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=GHzzTT5cIAwKG219Rna8KA56o5vBlpEUK1q8HQPTuPg=; b=IlFNN9P+VIzEYovY0/uEojg5fvrfcj0Tg0cTQuSbQJdySMVV6UNY38LZJkprW+6MZC Ldbqgm2MMufaPKgVBLS22bzD9CVFE4d78Q95E1ZPWDVY8gBSR7WP9RnbZnsT8+bjXGdD T3q/3bGOECjxjiMH2HkEzgYLrLAvuRPmLvP3VJo8gKhpMAIYqYFKEU/cceu5HOG+5pHY AcwxQ6cmcR6afzKxwodJTvZQcZLozv6eOMATUcMolHOKVhgc0Crazo38GfmNmEFr2qQh SB1q8Nj//1PiHA7WN/JV7u0aOcU/azo2YZnvFaP7axoMHfAP251+SbZ0agEIQbRchCzx 7i9w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Return-Path: <devicetree-owner@vger.kernel.org> Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t22si2152714edi.341.2020.09.18.04.22.55; Fri, 18 Sep 2020 04:22:55 -0700 (PDT) Received-SPF: pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of devicetree-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726064AbgIRLWy (ORCPT <rfc822;patch@linaro.org> + 6 others); Fri, 18 Sep 2020 07:22:54 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:33906 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725900AbgIRLWy (ORCPT <rfc822;devicetree@vger.kernel.org>); Fri, 18 Sep 2020 07:22:54 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 1F4EFB19B69D7C9B0CE8; Fri, 18 Sep 2020 19:22:52 +0800 (CST) Received: from thunder-town.china.huawei.com (10.174.177.253) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.487.0; Fri, 18 Sep 2020 19:22:45 +0800 From: Zhen Lei <thunder.leizhen@huawei.com> To: Thomas Gleixner <tglx@linutronix.de>, Jason Cooper <jason@lakedaemon.net>, Marc Zyngier <maz@kernel.org>, Rob Herring <robh+dt@kernel.org>, "Alexey Brodkin" <abrodkin@synopsys.com>, Vineet Gupta <vgupta@synopsys.com>, devicetree <devicetree@vger.kernel.org>, linux-snps-arc <linux-snps-arc@lists.infradead.org>, linux-kernel <linux-kernel@vger.kernel.org> CC: Zhen Lei <thunder.leizhen@huawei.com>, Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>, Haoyu Lv <lvhaoyu@huawei.com>, Libin <huawei.libin@huawei.com>, Kefeng Wang <wangkefeng.wang@huawei.com> Subject: [PATCH v5 0/6] irqchip: dw-apb-ictl: support hierarchy irq domain Date: Fri, 18 Sep 2020 19:21:56 +0800 Message-ID: <20200918112202.3418-1-thunder.leizhen@huawei.com> X-Mailer: git-send-email 2.26.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.174.177.253] X-CFilter-Loop: Reflected Precedence: bulk List-ID: <devicetree.vger.kernel.org> X-Mailing-List: devicetree@vger.kernel.org |
Series |
irqchip: dw-apb-ictl: support hierarchy irq domain
|
expand
|