Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273358

[PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller

From Mans Rullgard <mans@mansr.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller
Date 2015-11-19 19:40 +0100
Message-ID <qwChI-4Cb-17@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] Support for Sigma Designs SMP86xx interrupt controller Mans Rullgard <mans@mansr.com> - 2015-11-19 19:40 +0100
  [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Mans Rullgard <mans@mansr.com> - 2015-11-19 19:40 +0100
    Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt  controller Marc Zyngier <marc.zyngier@arm.com> - 2015-11-20 11:20 +0100
      Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-20 13:10 +0100
    Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx  interrupt controller Mason <slash.tmp@free.fr> - 2015-11-20 13:10 +0100
      Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-20 13:20 +0100
    Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx  interrupt controller Mason <slash.tmp@free.fr> - 2015-11-25 11:40 +0100
      Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-25 13:20 +0100
      Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx  interrupt controller Mason <slash.tmp@free.fr> - 2015-11-25 13:20 +0100
        Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-25 13:20 +0100
          Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx  interrupt controller Mason <slash.tmp@free.fr> - 2015-11-26 11:30 +0100
            Re: [PATCH 2/2] irqchip: add support for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-26 12:00 +0100
  [PATCH 1/2] devicetree: add binding for Sigma Designs SMP86xx interrupt controller Mans Rullgard <mans@mansr.com> - 2015-11-19 19:40 +0100
    Re: [PATCH 1/2] devicetree: add binding for Sigma Designs SMP86xx interrupt controller Måns Rullgård <mans@mansr.com> - 2015-11-20 17:30 +0100
    Re: [PATCH 1/2] devicetree: add binding for Sigma Designs SMP86xx  interrupt controller Rob Herring <robh@kernel.org> - 2015-11-20 17:30 +0100

csiph-web