Re: [PATCH 0/7] K2G: Add QSPI support

From: Santosh Shilimkar
Date: Wed Aug 02 2017 - 13:20:29 EST


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 !!