From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753093AbcEIU6g (ORCPT ); Mon, 9 May 2016 16:58:36 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:53024 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751380AbcEIU6f (ORCPT ); Mon, 9 May 2016 16:58:35 -0400 From: Shanker Donthineni To: Marc Zyngier , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Jason Cooper , Vikram Sethi , Philip Elcan , Shanker Donthineni Subject: [PATCH V3 0/2] Add two-level support to ITS device table Date: Mon, 9 May 2016 15:58:24 -0500 Message-Id: <1462827506-23570-1-git-send-email-shankerd@codeaurora.org> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset contains necessary code changes to support two-level (Indirection) table walk feature for device table. Shanker Donthineni (2): irqchip/gicv3-its: split its_alloc_tables() into two functions irqchip/gicv3-its: Implement two-level(indirect) device table support drivers/irqchip/irq-gic-v3-its.c | 351 +++++++++++++++++++++++-------------- include/linux/irqchip/arm-gic-v3.h | 3 + 2 files changed, 223 insertions(+), 131 deletions(-) -- This patch is based on Marc Zyngier's branch https://git.kernel.org/cgit/linux/kernel/git/maz/arm-platforms.git/log/?h=irq/irqchip-4.7 I have tested the Indirection feature on Qualcomm Technologies QDF2XXX server platform. Qualcomm Technologies, Inc. on behalf of Qualcomm Innovation Center, Inc. Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project