lkml.org 
[lkml]   [2016]   [May]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH 0/5] Set Arria10 ECC Manager IRQ Controller
Date
From: Thor Thayer <tthayer@opensource.altera.com>

The Arria10 IRQs for each peripheral ECC block funnel into 2 IRQs
[1 for single bit errors (SBERR) and 1 for double bit errors (DBERR)]
which are better handled by the IRQ controller and IRQ domain
framework than the IRQ handler in the current implementation.

The IRQ numbers (hwirq) in each peripheral ECC block (currently L2
and OCRAM) device tree node cannot be parsed using of_ functions
in the current implementation because these functions attach the
IRQ to an IRQ domain.

This patch set adds the IRQ controller/IRQ domain framework but
requires some device tree and binding changes as a result.

Thor Thayer (5):
Documentation: dt: socfpga: Add interrupt-controller to ecc-manager
EDAC, altera: ECC Manager IRQ controller support
EDAC, altera: Handle Arria10 SDRAM child node.
ARM: dts: Arria10 ECC Manager IRQ controller changes
ARM: dts: Move Arria10 SDRAM as child of ECC Manager

.../bindings/arm/altera/socfpga-eccmgr.txt | 14 +-
arch/arm/boot/dts/socfpga_arria10.dtsi | 19 +-
drivers/edac/altera_edac.c | 182 +++++++++++++++-----
drivers/edac/altera_edac.h | 5 +-
4 files changed, 168 insertions(+), 52 deletions(-)

--
1.7.9.5

\
 
 \ /
  Last update: 2016-05-25 18:41    [W:0.080 / U:0.212 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site