Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756026AbaG3SQ1 (ORCPT ); Wed, 30 Jul 2014 14:16:27 -0400 Received: from mail-bn1lp0139.outbound.protection.outlook.com ([207.46.163.139]:4890 "EHLO na01-bn1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755428AbaG3SQY (ORCPT ); Wed, 30 Jul 2014 14:16:24 -0400 From: To: , , , , , , , , , , , , , , CC: , , , , , , Subject: [PATCHv9 0/3] Addition of Altera EDAC support. Date: Wed, 30 Jul 2014 13:22:50 -0500 Message-ID: <1406744573-609-1-git-send-email-tthayer@opensource.altera.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [64.129.157.38] X-ClientProxiedBy: BN1PR02CA0028.namprd02.prod.outlook.com (10.141.56.28) To BN1PR03MB123.namprd03.prod.outlook.com (10.255.201.27) X-Microsoft-Antispam: BCL:0;PCL:0;RULEID: X-Forefront-PRVS: 0288CD37D9 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(6009001)(199002)(189002)(50986999)(33646002)(77156001)(21056001)(66066001)(104166001)(99396002)(74662001)(31966008)(92566001)(74502001)(86152002)(77096002)(80022001)(76482001)(83072002)(69596002)(85852003)(48376002)(53416004)(107046002)(87976001)(62966002)(47776003)(83322001)(64706001)(88136002)(20776003)(89996001)(46102001)(79102001)(4396001)(92726001)(87286001)(93916002)(229853001)(2201001)(77982001)(86362001)(42186005)(102836001)(101416001)(19580395003)(95666004)(19580405001)(85306003)(50226001)(81342001)(81156004)(81542001)(50466002)(106356001)(921003)(1121002)(2101003)(83996005);DIR:OUT;SFP:;SCL:1;SRVR:BN1PR03MB123;H:dinh-ubuntu.altera.com;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;LANG:en; X-OriginatorOrg: opensource.altera.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Thor Thayer 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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/