Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752937AbaGJJbc (ORCPT ); Thu, 10 Jul 2014 05:31:32 -0400 Received: from mail-qg0-f52.google.com ([209.85.192.52]:33145 "EHLO mail-qg0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752423AbaGJJb1 (ORCPT ); Thu, 10 Jul 2014 05:31:27 -0400 MIME-Version: 1.0 In-Reply-To: References: <1404982207-4707-1-git-send-email-harinik@xilinx.com> <1404982207-4707-2-git-send-email-harinik@xilinx.com> Date: Thu, 10 Jul 2014 15:01:25 +0530 Message-ID: Subject: Re: [RFC PATCH 1/2] spi: Add support for Zynq QSPI controller From: Harini Katakam To: Geert Uytterhoeven Cc: Mark Brown , Grant Likely , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , linux-spi , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-doc@vger.kernel.org" , David Woodhouse , Brian Norris , =?UTF-8?B?TWFyZWsgVmHFoXV0?= , Artem Bityutskiy , Geert Uytterhoeven , Sascha Hauer , Jingoo Han , Sourav Poddar , "michals@xilinx.com" , Punnaiah Choudary Kalluri Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Geert, On Thu, Jul 10, 2014 at 2:48 PM, Geert Uytterhoeven wrote: > Hi Harini, > > On Thu, Jul 10, 2014 at 10:50 AM, Harini Katakam wrote: >> + master->flags = SPI_MASTER_QUAD_MODE; > > SPI_MASTER_QUAD_MODE is not one of the SPI_MASTER_* defines > in include/linux/spi/spi.h? > I'm sorry about that. That flag is unused - will remove this statement. >> + master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_RX_DUAL | SPI_RX_QUAD | >> + SPI_TX_DUAL | SPI_TX_QUAD; > > Your driver advertises Dual/Quad SPI Transfer capabilities, but it doesn't > check spi_transfer.[tr]x_nbits? How can it determine when to enable Dual/Quad? > Here the driver is just giving information that the controller support it. The MTD layer enables dual/quad based on what the flash supports; quad being the first priority I understand that the spi core reads rx, tx-bus-width property and master support flags and performs the necessary checks. Regards, Harini -- 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/