[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1406744573-609-1-git-send-email-tthayer@opensource.altera.com>
Date: Wed, 30 Jul 2014 13:22:50 -0500
From: <tthayer@...nsource.altera.com>
To: <robherring2@...il.com>, <pawel.moll@....com>,
<mark.rutland@....com>, <ijc+devicetree@...lion.org.uk>,
<galak@...eaurora.org>, <rob@...dley.net>,
<linux@....linux.org.uk>, <atull@...era.com>,
<delicious.quinoa@...il.com>, <dinguyen@...era.com>,
<dougthompson@...ssion.com>, <grant.likely@...aro.org>,
<bp@...en8.de>, <sameo@...ux.intel.com>, <lee.jones@...aro.org>
CC: <devicetree@...r.kernel.org>, <linux-doc@...r.kernel.org>,
<linux-edac@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<linux-arm-kernel@...ts.infradead.org>, <tthayer.linux@...il.com>,
<tthayer@...nsource.altera.com>
Subject: [PATCHv9 0/3] Addition of Altera EDAC support.
From: Thor Thayer <tthayer@...nsource.altera.com>
The Altera SDRAM controller and EDAC support are added in this
patch series. The SDRAM controller is an MFD so that multiple
drivers can access it's registers.
Thor Thayer (3):
mfd: altera: Add Altera SDRAM Controller
edac: altera: Add Altera EDAC support.
arm: dts: Add Altera SDRAM controller bindings
.../devicetree/bindings/arm/altera/socfpga-sdr.txt | 13 +
MAINTAINERS | 6 +
arch/arm/boot/dts/socfpga.dtsi | 10 +
drivers/edac/Kconfig | 10 +
drivers/edac/Makefile | 2 +
drivers/edac/altera_edac.c | 293 ++++++++++++++++++++
drivers/mfd/Kconfig | 7 +
drivers/mfd/Makefile | 1 +
drivers/mfd/altera-sdr.c | 162 +++++++++++
include/linux/mfd/altera-sdr.h | 102 +++++++
10 files changed, 606 insertions(+)
create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdr.txt
create mode 100644 drivers/edac/altera_edac.c
create mode 100644 drivers/mfd/altera-sdr.c
create mode 100644 include/linux/mfd/altera-sdr.h
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists