From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752617AbdHBRUY (ORCPT ); Wed, 2 Aug 2017 13:20:24 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:24879 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751162AbdHBRUW (ORCPT ); Wed, 2 Aug 2017 13:20:22 -0400 Subject: Re: [PATCH 0/7] K2G: Add QSPI support To: Vignesh R , Marek Vasut , Cyrille Pitchen , Rob Herring , Santosh Shilimkar Cc: David Woodhouse , Brian Norris , linux-mtd@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org References: <20170801045434.8733-1-vigneshr@ti.com> <29c0e8ec-1f9f-cfc9-2d0e-e4d31890b699@oracle.com> <00b2b8b8-3f3d-d563-bebc-f37f67362aa0@ti.com> From: Santosh Shilimkar Organization: Oracle Corporation Message-ID: Date: Wed, 2 Aug 2017 10:19:49 -0700 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <00b2b8b8-3f3d-d563-bebc-f37f67362aa0@ti.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Source-IP: userv0021.oracle.com [156.151.31.71] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 8/1/2017 10:52 PM, Vignesh R wrote: > Hi, > > On Tuesday 01 August 2017 11:31 PM, Santosh Shilimkar wrote: >> On 7/31/2017 9:54 PM, Vignesh R wrote: >>> This series adds support for Cadence QSPI for 66AK2G SoC. The first >>> three patches enhance the cadence-quadspi driver to support loopback >>> clock and pm_runtime and tweaks for 66AK2G SoC. Remaining patches add >>> DT nodes and enable the driver in defconfig. >>> >>> Tested on 66AK2G GP and ICE boards. >>> >>> Vignesh R (7): >>> mtd: spi-nor: cadence-quadspi: add a delay in write sequence >>> mtd: spi-nor: cadence-quadspi: Add support to enable loopback clock >>> circuit >>> mtd: spi-nor: cadence-quadspi: Add runtime PM support >>> ARM: dts: keystone-k2g: Add QSPI DT entry >>> ARM: dts: keystone-k2g-evm: Add QSPI node >>> ARM: dts: keystone-k2g-ice: Add QSPI node >>> ARM: configs: keystone: Enable Cadence QSPI driver >>> >> Please separate dts and driver patches in its own series >> while posting next time since they go throgh different >> subsystem trees. Get your driver patch queed >> first before adding DTS and enabling config option. > > Okay. I thought it would be easy for you to know when driver patches are > queued, if DTS changes are part of the same series. Will post DT nodes > separately from next time or if I need to do a v2 of this series. > Thanks !!