Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp837476imm; Thu, 4 Oct 2018 04:18:09 -0700 (PDT) X-Google-Smtp-Source: ACcGV62JiHslAqhvP2U9crW8jbmQ3Sue4br2TAuWPi1HjeParnbaF4dKQRcgMfCMF0acABL+kRA1 X-Received: by 2002:a17:902:162:: with SMTP id 89-v6mr6056511plb.91.1538651889272; Thu, 04 Oct 2018 04:18:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1538651889; cv=none; d=google.com; s=arc-20160816; b=Q7mOpWcgjHf36175Y1wdgivWgh76DEwzFp5onb+NhC7orwUMPvvRoWo36iS7SHgIPw qI4Y2wqTCCu3yf+D6A/2en1/GLYNqwcXTvV3RDjKU6KlZW1yM8BViVrAY8ORKQ3gAaXd nUVMFnfKAPkVAMEKk8B2fvP27bGr0wO9Ymnu2yKC68b3w4hDmKhA4M6YG9Ccwoy0vzZ7 8qSdsnuZK2GU11jJgwtI4BszlMiz7wcYvJ6KGJnS7w4+sfWQRM0VMigNwAHyBe8krvyk +PLNoG3iwnnoLlIasoEE8CNfp1BgQdE4+7JcFvFGUUW7/ZMWkyhnWsjpNCaYBkRTS+0x egCQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:subject:cc:to:from:date; bh=5NPwUwhpYAQTchhPzx6uLQE21B7NhnLMMDsEIfCUMPU=; b=co3hZ0SIrgIU+wSjIsNufdNV5f/iR9Y7LltWJ8Lv9Fz+R97a2AAPsASoBQ1qE7ZeC3 ja2fBDJtJ44gt/QiewVEC493I7fqdUv2ltoWl0WMXtkQ3u2l84QqtOiwo21gbgX7qbQO jUKs5fJGH3dW56BsFM+kmhe9pkK1C/Pc5lKvnHA5QvWFV6XyYWlaat/4hvjulJhjMurv HX4wD70AKV5jP4IGNSv/mag+Uza1MXEuYHrYouhdog4VuZzap54vljZMrEzwhX/dKwj7 Dmy5jNvu1aY/IiXRlBjcjJMlhccq/G040J+6+oHFpWaLTZUeVnzqkbc4oM7eqpBgytHG BJ6A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id n84-v6si1416014pfg.127.2018.10.04.04.17.52; Thu, 04 Oct 2018 04:18:09 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727354AbeJDSKe (ORCPT + 99 others); Thu, 4 Oct 2018 14:10:34 -0400 Received: from mail.bootlin.com ([62.4.15.54]:33899 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727109AbeJDSKe (ORCPT ); Thu, 4 Oct 2018 14:10:34 -0400 Received: by mail.bootlin.com (Postfix, from userid 110) id D6AEF207C8; Thu, 4 Oct 2018 13:17:42 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.bootlin.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.0 Received: from bbrezillon (AAubervilliers-681-1-28-153.w90-88.abo.wanadoo.fr [90.88.148.153]) by mail.bootlin.com (Postfix) with ESMTPSA id 7F98220703; Thu, 4 Oct 2018 13:17:32 +0200 (CEST) Date: Thu, 4 Oct 2018 13:17:32 +0200 From: Boris Brezillon To: Vignesh R Cc: Marek Vasut , Rob Herring , , Yogesh Gaur , , , Brian Norris , Linux ARM Mailing List , Tudor Ambarus Subject: Re: [PATCH 0/3] spi-nor: Add Octal SPI support Message-ID: <20181004131732.4c9e2ae9@bbrezillon> In-Reply-To: <1074d503-71ef-2998-7096-de6135bb965d@ti.com> References: <20181003165603.2579-1-vigneshr@ti.com> <20181003212017.653e739f@bbrezillon> <1074d503-71ef-2998-7096-de6135bb965d@ti.com> X-Mailer: Claws Mail 3.15.0-dirty (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 4 Oct 2018 16:05:36 +0530 Vignesh R wrote: > >> > >> .../devicetree/bindings/mtd/cadence-quadspi.txt | 1 + > >> drivers/mtd/spi-nor/cadence-quadspi.c | 9 +++++++++ > > > > On a slightly different topic, do you plan to convert the Cadence > > driver to spi-mem? And if you don't, is it because you don't have time > > or because some features are missing in spi-mem (I remember you > > mentioned a few things back when you were reviewing the spi-mem series)? > > > > I do not have plans to convert cadence QSPI driver to spi-mem yet, > mainly due to lack of time. Also, not sure if original author Marek and > other altera people are okay with that. > > I see couple of issues in the way of conversion: > 1. I would wait to know what direction would direct mapping APIs[1] go > before starting spi-mem conversion for Cadence QSPI driver. Else, we > have may to re write again if direct mapping APIs are merged. I'd suggest reviewing the proposal I posted so that you can influence the design of this new API ;-). > 2. New Cadence OSPI IP has an integrated PHY to support high throughput > OSPI flashes operating up 200MHz in Octal DDR mode. In order to work > with such flashes, PHY DLLs need to be calibrated. Highly simplified > calibration sequence is as below(See [2] for actual sequence): > -Read flash ID at low speed and store it. > -Enable PHY and set DLLs to a defined initial value > -Increment RX DLL value > -Read flash ID and check for correctness of data read > -repeat above two steps until a band of passing values is obtained for > RX DLL where flash ID is correctly read. > -DLL needs to set to middle of the passing band. Is the Read ID operation hardcoded or do you just use it as a way to trigger predictable transfers on the IO bus? > > I am trying to figure out how to fit this into the spi-mem framework as > controller would to need to store READ ID opcode and expected JEDEC ID > before starting calibration sequence. I think this should be split in 2: - the SPI NOR framework passing the operation to use to do the calibration (here a READ ID) - the SPI controller framework replaying the same operation with different DLL configs until it finds the best match So, it would basically be added as a new hook: int (*calibrate)(struct spi_mem *mem, const struct spi_mem_op *tmpl); and a new function provided by the spi-mem API int spi_mem_calibrate(struct spi_mem *mem, const struct spi_mem_op *tmpl); and calibration outcome would be somehow attached to the spi_mem object. This way we stay memory agnostic but still provide the necessary blocks at the spi-mem level to do such callibrations. Would that work?