Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755266AbcLNTIP (ORCPT ); Wed, 14 Dec 2016 14:08:15 -0500 Received: from mail-pf0-f196.google.com ([209.85.192.196]:32823 "EHLO mail-pf0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754474AbcLNTIH (ORCPT ); Wed, 14 Dec 2016 14:08:07 -0500 Subject: Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager To: Hartley Sweeten , Moritz Fischer References: <20161214023553.9377-1-f.fainelli@gmail.com> <20161214023553.9377-3-f.fainelli@gmail.com> Cc: Linux Kernel Mailing List , linux-arm-kernel , Alan Tull , Russell King , "rmallon@gmail.com" , "linux-fpga@vger.kernel.org" From: Florian Fainelli Message-ID: Date: Wed, 14 Dec 2016 11:08:03 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 30 On 12/14/2016 10:58 AM, Hartley Sweeten wrote: > On Wednesday, December 14, 2016 11:55 AM, Florian Fainelli wrote: >> My understanding is that, yes, this triggers the final write. You are >> right that ts73xx_fpga_write() can be called multiple times. It sounds >> like what my write_complete function does right now is just return that >> we successfully completed the bistream write, but this snippet that you >> are quoting should actually be moved into write_complete. > > Florian, > > I'm in the process of getting a TS-7300 board so I can help test this. Hopefully > I will have it by next week. Great! I got a few things on my list that have not been submitted yet: - tmp124 support through drivers/hwmon/lm70.c - specific memcpy_{from,to}io accessors for ethoc from the FPGA - serial port support for the UARTs from the FPGA And some other things that are giving me issues at the moment, like SPI_3WIRE support for spi-ep93xx so I can configure the tmp124 to send alarms/have temperature thresholds. My branch is here: https://github.com/ffainelli/linux/tree/ts72xx Cheers -- Florian