Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752152AbdIXLAP (ORCPT ); Sun, 24 Sep 2017 07:00:15 -0400 Received: from lelnx194.ext.ti.com ([198.47.27.80]:23689 "EHLO lelnx194.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752041AbdIXLAL (ORCPT ); Sun, 24 Sep 2017 07:00:11 -0400 From: Vignesh R To: Marek Vasut , Cyrille Pitchen CC: David Woodhouse , Brian Norris , Boris Brezillon , Rob Herring , , , , Vignesh R , linux-arm-kernel Subject: [PATCH v3 0/5] K2G: Add QSPI support Date: Sun, 24 Sep 2017 16:29:19 +0530 Message-ID: <20170924105924.23923-1-vigneshr@ti.com> X-Mailer: git-send-email 2.14.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1079 Lines: 35 This series adds support for Cadence QSPI IP present in TI's 66AK2G SoC. The patches enhance the existing cadence-quadspi driver to support loopback clock circuit, pm_runtime support and tweaks for 66AK2G SoC. Change log: v3: * Fix build warnings reported by kbuild test bot. Resend: * Rebase to latest linux-next. * Collect Acked-bys v2: * Drop DT patches. Will be sent as separate series as requested by maintainer. * Split binding docs into separate patches. * Address comments by Rob Herring. Vignesh R (5): mtd: spi-nor: cadence-quadspi: Add TI 66AK2G SoC specific compatible mtd: spi-nor: cadence-quadspi: add a delay in write sequence mtd: spi-nor: cadence-quadspi: Add new binding to enable loop-back circuit mtd: spi-nor: cadence-quadspi: Add support to enable loop-back clock circuit mtd: spi-nor: cadence-quadspi: Add runtime PM support .../devicetree/bindings/mtd/cadence-quadspi.txt | 7 +++- drivers/mtd/spi-nor/cadence-quadspi.c | 46 ++++++++++++++++++++-- 2 files changed, 49 insertions(+), 4 deletions(-) -- 2.14.1