Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751675AbaLSQqD (ORCPT ); Fri, 19 Dec 2014 11:46:03 -0500 Received: from mail-by2on0063.outbound.protection.outlook.com ([207.46.100.63]:64000 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750953AbaLSQqB (ORCPT ); Fri, 19 Dec 2014 11:46:01 -0500 From: To: , , , , , CC: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Alan Tull Subject: [PATCH v7 0/4] FPGA Manager Framework Date: Fri, 19 Dec 2014 10:45:47 -0600 Message-ID: <1419007551-10040-1-git-send-email-atull@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: BY2PR06CA030.namprd06.prod.outlook.com (10.141.250.148) To DM2PR0301MB1247.namprd03.prod.outlook.com (25.160.219.24) Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=atull@opensource.altera.com; X-Microsoft-Antispam: UriScan:;UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB1247; X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004);SRVR:DM2PR0301MB1247; X-Forefront-PRVS: 0430FA5CB7 X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10009020)(6009001)(199003)(164054003)(189002)(69596002)(122386002)(19580405001)(47776003)(19580395003)(86152002)(50466002)(53416004)(42186005)(120916001)(2201001)(20776003)(64706001)(107046002)(81156004)(31966008)(66066001)(48376002)(33646002)(50226001)(105586002)(87976001)(4396001)(97736003)(21056001)(229853001)(86362001)(50986999)(62966003)(46102003)(77156002)(92566001)(99396003)(101416001)(68736005)(40100003)(106356001)(89996001)(7059030)(2101003);DIR:OUT;SFP:1101;SCL:1;SRVR:DM2PR0301MB1247;H:linuxheads99.altera.com;FPR:;SPF:None;MLV:sfv;PTR:InfoNoRecords;A:0;MX:1;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB1247; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:DM2PR0301MB0894; X-OriginatorOrg: opensource.altera.com Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Alan Tull For after 3.19-rc1 is out. v7 adds a one line fix from the kbuild test robot and Michal Simek's signoff. Thanks, Alan Alan Tull (4): doc: add bindings document for altera fpga manager fpga manager: add sysfs interface document staging: fpga manager: framework core staging: fpga manager: add driver for socfpga fpga manager drivers/staging/Kconfig | 2 + drivers/staging/Makefile | 1 + .../Documentation/ABI/sysfs-class-fpga-manager | 38 ++ .../Documentation/bindings/altera-fpga-mgr.txt | 17 + drivers/staging/fpga/Kconfig | 29 + drivers/staging/fpga/Makefile | 9 + drivers/staging/fpga/fpga-mgr.c | 551 ++++++++++++++++ drivers/staging/fpga/socfpga.c | 694 ++++++++++++++++++++ include/linux/fpga/fpga-mgr.h | 124 ++++ 9 files changed, 1465 insertions(+) create mode 100644 drivers/staging/fpga/Documentation/ABI/sysfs-class-fpga-manager create mode 100644 drivers/staging/fpga/Documentation/bindings/altera-fpga-mgr.txt create mode 100644 drivers/staging/fpga/Kconfig create mode 100644 drivers/staging/fpga/Makefile create mode 100644 drivers/staging/fpga/fpga-mgr.c create mode 100644 drivers/staging/fpga/socfpga.c create mode 100644 include/linux/fpga/fpga-mgr.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/