diff mbox series

Applied "dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2" to the spi tree

Message ID 20181107150324.6A54F1124E14@debutante.sirena.org.uk (mailing list archive)
State Accepted
Commit 1c36155a802b6192f3ad532da76a12ad7e2b8158
Headers show
Series Applied "dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2" to the spi tree | expand

Commit Message

Mark Brown Nov. 7, 2018, 3:03 p.m. UTC
The patch

   dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2

has been applied to the spi tree at

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git 

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.  

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

From a24626d72915fef2b38bb8467b3714f17efae6c0 Mon Sep 17 00:00:00 2001
From: Piotr Bugalski <bugalski.piotr@gmail.com>
Date: Mon, 5 Nov 2018 11:36:25 +0100
Subject: [PATCH] dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2

Atmel SAMA5D2 QuadSPI driver was moved from mtd to spi subsystem,
this change is just moving DT-binding documentation.

Suggested-by: Boris Brezillon <boris.brezillon@bootlin.com>
Signed-off-by: Piotr Bugalski <bugalski.piotr@gmail.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
---
 Documentation/devicetree/bindings/{mtd => spi}/atmel-quadspi.txt | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename Documentation/devicetree/bindings/{mtd => spi}/atmel-quadspi.txt (100%)

Comments

patchwork-bot+linux-spi@kernel.org Jan. 7, 2019, 1:04 p.m. UTC | #1
Hello:

The following patches were marked "accepted", because they were applied to
broonie/spi.git (refs/heads/for-next):

Patch: Applied "spi: Add QuadSPI driver for Atmel SAMA5D2" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39893

Patch: Applied "mtd: spi-nor: atmel-quadspi: Remove unused code from atmel-quadspi driver" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39895

Patch: Applied "mtd: spi-nor: atmel-quadspi: Use spi-mem interface for atmel-quadspi driver" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39901

Patch: Applied "mtd: spi-nor: atmel-quadspi: Add spi-mem support to atmel-quadspi" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39905

Patch: Applied "mtd: spi-nor: atmel-quaspi: Typo fix" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39909

Series: mtd: spi-nor: add entry for mt35xu512aba flash
  Submitter: Yogesh Narayan Gaur <yogeshnarayan.gaur@nxp.com>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=29921
    Patches: [v3,1/2] mtd: spi-nor: add macros related to MICRON flash
             [v3,2/2] mtd: spi-nor: add entry for mt35xu512aba flash

Patch: Applied "spi: spi-mem: Add a new API to support direct mapping" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=45375

Series: Prepare devicetrees for the new FSL QSPI driver
  Submitter: Schrempf Frieder <frieder.schrempf@kontron.de>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=54449
    Patches: [2/5] ARM: dts: Remove unused properties from FSL QSPI driver nodes
             [1/5] arm64: dts: Remove unused properties from FSL QSPI driver nodes
             [3/5] ARM: dts: imx6sx-sdb: Fix the reg properties for the FSL QSPI nodes
             [4/5] arm64: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller
             [5/5] ARM: dts: Add spi-[tx/rx]-bus-width for the FSL QSPI controller

Patch: Applied "spi: spi-mem: Split spi_mem_exec_op() code" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=45381

Patch: Applied "spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=45385

Patch: Applied "spi: spi-mem: Add missing word in the SPI_MEM_DATA_OUT description" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=45387

Patch: [v1] spi: spi-qcom-qspi: Fix remaining driver nits
  Submitter: Ryan Case <ryandcase@chromium.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=33949

Patch: Applied "dt-bindings: spi: QuadSPI driver for Atmel SAMA5D2" to the spi tree
  Submitter: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=39889

Total patches: 18
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/mtd/atmel-quadspi.txt b/Documentation/devicetree/bindings/spi/atmel-quadspi.txt
similarity index 100%
rename from Documentation/devicetree/bindings/mtd/atmel-quadspi.txt
rename to Documentation/devicetree/bindings/spi/atmel-quadspi.txt