From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 830F2C5DF62 for ; Tue, 5 Nov 2019 16:23:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5755421882 for ; Tue, 5 Nov 2019 16:23:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572971008; bh=b4QLbSfm3EsFQAwcBJ7PFIKz1qqFgCpu+eftmVUPLXo=; h=From:To:Cc:Subject:Date:List-ID:From; b=Uwzb05pU+88UkgFfwAmnyhazcPbQb3q3F+JuFugdJahwn1WLjrRjpC9DX27prhxCo wxibfNMxGj4+7ICsKX/cIOl5mAcup/fl29vUw8aGW50mtXndgsLtHqslp44S2atTWk bJG9Lr3TeVrql31qZ/uVRpUxvmXqJc0LzoDhdPWw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390190AbfKEQXP (ORCPT ); Tue, 5 Nov 2019 11:23:15 -0500 Received: from inca-roads.misterjones.org ([213.251.177.50]:58514 "EHLO inca-roads.misterjones.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389986AbfKEQXN (ORCPT ); Tue, 5 Nov 2019 11:23:13 -0500 Received: from 78.163-31-62.static.virginmediabusiness.co.uk ([62.31.163.78] helo=why.lan) by cheepnis.misterjones.org with esmtpsa (TLSv1.2:DHE-RSA-AES128-GCM-SHA256:128) (Exim 4.80) (envelope-from ) id 1iS1bp-0001q9-KI; Tue, 05 Nov 2019 17:23:09 +0100 From: Marc Zyngier To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Jason Cooper , lorenzo.pieralisi@arm.com, Andrew.Murray@arm.com, yuzenghui@huawei.com, Heyi Guo Subject: [PATCH 00/11] irqchip/gic-v3-its: Cleanup and fixes for Linux 5.5 Date: Tue, 5 Nov 2019 16:22:47 +0000 Message-Id: <20191105162258.22214-1-maz@kernel.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SA-Exim-Connect-IP: 62.31.163.78 X-SA-Exim-Rcpt-To: linux-kernel@vger.kernel.org, tglx@linutronix.de, jason@lakedaemon.net, lorenzo.pieralisi@arm.com, Andrew.Murray@arm.com, yuzenghui@huawei.com, guoheyi@huawei.com X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on cheepnis.misterjones.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi all, This series is a mix of early GICv4.1 cleanups, fixes coming out of discussions with Zenghui Yu, and a couple of stashed bug fixes that I recently rediscovered (oops). Hopefully nothing controvertial here, but please shout if you think anything looks wrong. I've given it a good shake on my D05, and everything was great (until the SSD containing the home directories decided it had enough with life and everything ground to a halt). As $SUBJECT says, I plan to take this into 5.5. Thanks, M. Marc Zyngier (11): irqchip/gic-v3-its: Free collection mapping on device teardown irqchip/gic-v3-its: Factor out wait_for_syncr primitive irqchip/gic-v3-its: Allow LPI invalidation via the DirectLPI interface irqchip/gic-v3-its: Make is_v4 use a TYPER copy irqchip/gic-v3-its: Kill its->ite_size and use TYPER copy instead irqchip/gic-v3-its: Kill its->device_ids and use TYPER copy instead irqchip/gic-v3-its: Add its_vlpi_map helpers irqchip/gic-v3-its: Synchronise INV command targetting a VLPI using VSYNC irqchip/gic-v3-its: Synchronise INT/CLEAR commands targetting a VLPI using VSYNC irqchip/gic-v3-its: Lock VLPI map array before translating it irqchip/gic-v3-its: Make vlpi_lock a spinlock drivers/irqchip/irq-gic-v3-its.c | 288 ++++++++++++++++++++++------- include/linux/irqchip/arm-gic-v3.h | 4 +- 2 files changed, 224 insertions(+), 68 deletions(-) -- 2.20.1