Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753529AbbGAUUy (ORCPT ); Wed, 1 Jul 2015 16:20:54 -0400 Received: from mail-qk0-f180.google.com ([209.85.220.180]:36559 "EHLO mail-qk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752072AbbGAUUp (ORCPT ); Wed, 1 Jul 2015 16:20:45 -0400 From: Cory Tusar To: robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, shawnguo@kernel.org, kernel@pengutronix.de, han.xu@freescale.com, dwmw2@infradead.org, computersforpeace@gmail.com Cc: stefan@agner.ch, linux@arm.linux.org.uk, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, andrew@lunn.ch, Cory Tusar Subject: [RFC PATCH 0/7] fsl-quadspi: Allow additional device combinations. Date: Wed, 1 Jul 2015 16:20:02 -0400 Message-Id: <1435782010-9809-1-git-send-email-cory.tusar@pid1solutions.com> X-Mailer: git-send-email 2.3.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1852 Lines: 43 This patch series fixes and extends the fsl-quadspi driver to allow for non-contiguous and non-homogeneous SPI NOR device layouts. The current driver assumes that attached devices are all of the same type, and are populated "in order" beginning with QSPIn_A_CS0. The updated driver and DT changes make use of the 'reg' property for each flash to determine the interface and chip select to which each device is attached. Patchset was tested on a custom VF610-based board with a single SPI NOR connected to QSPI0_B_CS0, and also on a Rev. H TWR board with dual SPI NOR devices connected to QSPI0_A_CS0 and QSPI0_B_CS0. MTD tests passed for all devices (readtest, speedtest, and stresstest), and independent access to both devices was verified on the TWR system. Regards, -Cory Cory Tusar (7): ARM: dts: vf610: Add missing QuadSPI register mapping and names. ARM: dts: vfxxx: Include support for qspi1 functionality. mtd: fsl-quadspi: Support both 24- and 32-bit addressed commands. mtd: fsl-quadspi: Use per-device clk_rate. mtd: fsl-quadspi: Allow non-contiguous flash layouts. mtd: spi-nor: Add support for Micron MT25QL02GC serial flash. ARM: dts: vf610-twr: Enable QSPI and map flash devices. .../devicetree/bindings/mtd/fsl-quadspi.txt | 15 +- arch/arm/boot/dts/vf610-twr.dts | 39 +++ arch/arm/boot/dts/vfxxx.dtsi | 16 +- drivers/mtd/spi-nor/fsl-quadspi.c | 313 +++++++++++---------- drivers/mtd/spi-nor/spi-nor.c | 1 + 5 files changed, 232 insertions(+), 152 deletions(-) -- 2.3.6 -- 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/