From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 04/12] dt-bindings: spi: Move the bindings for the FSL QSPI driver Date: Wed, 11 Jul 2018 09:54:04 -0600 Message-ID: <20180711155404.GA15363@rob-hp-laptop> References: <1530789310-16254-1-git-send-email-frieder.schrempf@exceet.de> <1530789310-16254-5-git-send-email-frieder.schrempf@exceet.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1530789310-16254-5-git-send-email-frieder.schrempf@exceet.de> Sender: linux-kernel-owner@vger.kernel.org To: Frieder Schrempf Cc: linux-mtd@lists.infradead.org, boris.brezillon@bootlin.com, linux-spi@vger.kernel.org, dwmw2@infradead.org, computersforpeace@gmail.com, marek.vasut@gmail.com, richard@nod.at, miquel.raynal@bootlin.com, broonie@kernel.org, david.wolfe@nxp.com, fabio.estevam@nxp.com, prabhakar.kushwaha@nxp.com, yogeshnarayan.gaur@nxp.com, han.xu@nxp.com, shawnguo@kernel.org, Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, Jul 05, 2018 at 01:15:00PM +0200, Frieder Schrempf wrote: > Move the documentation of the old SPI NOR driver to the place of the new > SPI memory interface based driver. > > Signed-off-by: Frieder Schrempf > --- > Changes in v2: > ============== > * Split the moving and editing of the dt-bindings in two patches > > .../devicetree/bindings/mtd/fsl-quadspi.txt | 65 -------------------- > .../devicetree/bindings/spi/spi-fsl-qspi.txt | 65 ++++++++++++++++++++ > 2 files changed, 65 insertions(+), 65 deletions(-) Next time, use the -M option so the move shows any real diffs. Acked-by: Rob Herring