Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760857AbbKTQpx (ORCPT ); Fri, 20 Nov 2015 11:45:53 -0500 Received: from mail-wm0-f67.google.com ([74.125.82.67]:32994 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759651AbbKTQpu (ORCPT ); Fri, 20 Nov 2015 11:45:50 -0500 MIME-Version: 1.0 In-Reply-To: <20151120161246.GB21921@rob-hp-laptop> References: <1447948422-4915-1-git-send-email-mweseloh42@gmail.com> <1447948422-4915-2-git-send-email-mweseloh42@gmail.com> <20151120161246.GB21921@rob-hp-laptop> Date: Fri, 20 Nov 2015 17:45:48 +0100 Message-ID: Subject: Re: [linux-sunxi] [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register From: Marcus Weseloh To: Rob Herring Cc: Julian Calaby , linux-sunxi , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Maxime Ripard , Mark Brown , devicetree , "Mailing List, Arm" , "linux-kernel@vger.kernel.org" , linux-spi@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1217 Lines: 32 2015-11-20 17:12 GMT+01:00 Rob Herring : > On Fri, Nov 20, 2015 at 02:56:34PM +0100, Marcus Weseloh wrote: >> > (and the wdelay should >> > arguably be a core-spi thing, not a sunxi thing, but that's a separate >> > discussion) >> >> I've been thinking about that, but it seemed to big a change to >> attempt with my limited kernel hacking experience. > > It is not any bigger. You just need to document it in the core binding. > It would still be read by the drivers using it. Julien, Rob: thanks for your comments! Ok, I will make the following changes: - remove "sun4i,spi-wdelay" from the sun4i binding and add the property to the spi-bus.txt binding instead - remove the comment about the additional 3 cycles from the documentation - modfy the spi-sun4i driver to take care of the minimum 3 cycle period Does that sound right? And maybe I could also use a more descriptive name for the property, maybe "spi-word-wait-cycles"? Cheers, Marcus -- 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/