Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754658AbcLNCgZ (ORCPT ); Tue, 13 Dec 2016 21:36:25 -0500 Received: from mail-oi0-f66.google.com ([209.85.218.66]:34625 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753016AbcLNCgX (ORCPT ); Tue, 13 Dec 2016 21:36:23 -0500 From: Florian Fainelli To: linux-kernel@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, moritz.fischer@ettus.com, atull@opensource.altera.com, linux@armlinux.org.uk, rmallon@gmail.com, hsweeten@visionengravers.com, linux-fpga@vger.kernel.org, Florian Fainelli Subject: [PATCH v3 0/2] FPGA: TS-7300 FPGA manager Date: Tue, 13 Dec 2016 18:35:51 -0800 Message-Id: <20161214023553.9377-1-f.fainelli@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 29 Hi all, This patch series adds support for loading bitstreams into the Altera Cyclone II connected to an EP9302 on a TS-7300 board. Changes in v3: - fix write_init and write_complete signatures Changes in v2: - rebased against fpga/for-next - added defines for configuration bits and delays - added error mesage if ioremap() fails - detailed how the configuration through CPLD is done Florian Fainelli (2): ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300 FPGA: Add TS-7300 FPGA manager arch/arm/mach-ep93xx/ts72xx.c | 26 +++++++ drivers/fpga/Kconfig | 7 ++ drivers/fpga/Makefile | 1 + drivers/fpga/ts73xx-fpga.c | 163 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 197 insertions(+) create mode 100644 drivers/fpga/ts73xx-fpga.c -- 2.9.3