Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934442AbbKSSeo (ORCPT ); Thu, 19 Nov 2015 13:34:44 -0500 Received: from unicorn.mansr.com ([81.2.72.234]:51306 "EHLO unicorn.mansr.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932733AbbKSSel (ORCPT ); Thu, 19 Nov 2015 13:34:41 -0500 From: Mans Rullgard To: Thomas Gleixner , Jason Cooper , Marc Zyngier , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller Date: Thu, 19 Nov 2015 18:33:44 +0000 Message-Id: <1447958026-3015-1-git-send-email-mans@mansr.com> X-Mailer: git-send-email 2.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 28 The Sigma Designs SMP86xx and SMP87xx chips use a secondary interrupt controller with 64 inputs. The inputs go to an edge/level detector, the outputs of which are replicated to three mask blocks, each with a separate primary IRQ. These patches add a device tree binding and an irqchip driver for this controller. Mans Rullgard (2): devicetree: add binding for Sigma Designs SMP86xx interrupt controller irqchip: add support for Sigma Designs SMP86xx interrupt controller .../interrupt-controller/sigma,smp8642-intc.txt | 47 +++++ drivers/irqchip/Kconfig | 5 + drivers/irqchip/Makefile | 1 + drivers/irqchip/irq-tangox.c | 232 +++++++++++++++++++++ 4 files changed, 285 insertions(+) create mode 100644 Documentation/devicetree/bindings/interrupt-controller/sigma,smp8642-intc.txt create mode 100644 drivers/irqchip/irq-tangox.c -- 2.6.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/