All of lore.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+spi-devel-general@kernel.org
To: linux-spi@vger.kernel.org, broonie@kernel.org
Subject: Patchwork summary for: spi-devel-general
Date: Tue, 12 Sep 2023 11:40:39 +0000	[thread overview]
Message-ID: <169451883927.9423.6441610490976973021.git-patchwork-summary@kernel.org> (raw)

Hello:

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

Series: spi: switch to use modern name (part3)
  Submitter: Yang Yingliang <yangyingliang@huawei.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=778415
  Lore link: https://lore.kernel.org/r/20230823033003.3407403-1-yangyingliang@huawei.com
    Patches: [-next,v2,01/21] spi: lm70llp: switch to use modern name
             [-next,v2,02/21] spi: lp-8841: switch to use modern name
             [-next,v2,03/21] spi: meson-spicc: switch to use modern name
             [-next,v2,04/21] spi: meson-spifc: switch to use modern name
             [-next,v2,05/21] spi: microchip-core-qspi: switch to use modern name
             [-next,v2,06/21] spi: microchip-core: switch to use modern name
             [-next,v2,07/21] spi: mpc512x-psc: switch to use modern name
             [-next,v2,08/21] spi: mpc52xx-psc: switch to use modern name
             [-next,v2,09/21] spi: mpc52xx: switch to use modern name
             [-next,v2,10/21] spi: mt65xx: switch to use modern name
             [-next,v2,11/21] spi: mt7621: switch to use modern name
             [-next,v2,12/21] spi: mtk-nor: switch to use modern name
             [-next,v2,13/21] spi: mtk-snfi: switch to use modern name
             [-next,v2,14/21] spi: mux: switch to use spi_alloc_host()
             [-next,v2,15/21] spi: mxic: switch to use modern name
             [-next,v2,16/21] spi: mxs: switch to use modern name
             [-next,v2,17/21] spi: npcm-pspi: switch to use modern name
             [-next,v2,18/21] spi: nxp-fspi: switch to use modern name
             [-next,v2,19/21] spi: oc-tiny: switch to use modern name
             [-next,v2,20/21] spi: omap-uwire: switch to use modern name
             [-next,v2,21/21] spi: omap2-mcspi: switch to use modern name

Patch: spi: nxp-fspi: reset the FLSHxCR1 registers
  Submitter: Han Xu <han.xu@nxp.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=782067
  Lore link: https://lore.kernel.org/r/20230906183254.235847-1-han.xu@nxp.com

Series: spidev: A few cleanups
  Submitter: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=779066
  Lore link: https://lore.kernel.org/r/20230824162209.2890440-1-andriy.shevchenko@linux.intel.com
    Patches: [v1,1/3] spidev: Decrease indentation level in spidev_ioctl() SPI_IOC_RD_MODE*
             [v1,2/3] spidev: Switch to use spi_get_csgpiod()
             [v1,3/3] spidev: Simplify SPI_IOC_RD_MODE* cases in spidev_ioctl()

Series: spi: Use devm_clk_get_*() helper function to simplify the drivers.
  Submitter: Li Zetao <lizetao1@huawei.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=778225
  Lore link: https://lore.kernel.org/r/20230822131237.1022815-1-lizetao1@huawei.com
    Patches: [-next,01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
             [-next,03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
             [-next,04/25] spi: ath79: Use helper function devm_clk_get_enabled()
             [-next,05/25] spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()
             [-next,06/25] spi: bcm2835: Use helper function devm_clk_get_enabled()
             [-next,07/25] spi: bcm2835aux: Use helper function devm_clk_get_enabled()
             [-next,08/25] spi: spi-cadence: Use helper function devm_clk_get_enabled()
             [-next,09/25] spi: spi-cavium-thunderx: Use helper function devm_clk_get_enabled()
             [-next,10/25] spi: davinci: Use helper function devm_clk_get_enabled()
             [-next,11/25] spi: dw-bt1: Use helper function devm_clk_get_enabled()
             [-next,13/25] spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
             [-next,14/25] spi: lantiq-ssc: Use helper function devm_clk_get_enabled()
             [-next,15/25] spi: meson-spicc: Use helper function devm_clk_get_enabled()
             [-next,16/25] spi: spi-meson-spifc: Use helper function devm_clk_get_enabled()
             [-next,17/25] spi: microchip-core-qspi: Use helper function devm_clk_get_enabled()
             [-next,18/25] spi: microchip-core: Use helper function devm_clk_get_enabled()
             [-next,19/25] spi: mtk-snfi: Use helper function devm_clk_get_enabled()
             [-next,20/25] spi: npcm-fiu: Use helper function devm_clk_get_enabled()
             [-next,25/25] spi: rockchip: Use helper function devm_clk_get_enabled()

Series: [-next,v2,01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
  Submitter: Li Zetao <lizetao1@huawei.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=778625
  Lore link: https://lore.kernel.org/r/20230823133938.1359106-2-lizetao1@huawei.com
    Patches: [-next,v2,01/25] spi: ar934x: Use helper function devm_clk_get_enabled()
             [-next,v2,02/25] spi: armada-3700: Use helper function devm_clk_get_prepared()
             [-next,v2,03/25] spi: aspeed: Use helper function devm_clk_get_enabled()
             [-next,v2,04/25] spi: ath79: Use helper function devm_clk_get_enabled()
             [-next,v2,05/25] spi: spi-axi-spi-engine: Use helper function devm_clk_get_enabled()
             [-next,v2,06/25] spi: bcm2835: Use helper function devm_clk_get_enabled()
             [-next,v2,07/25] spi: bcm2835aux: Use helper function devm_clk_get_enabled()
             [-next,v2,08/25] spi: spi-cadence: Use helper function devm_clk_get_enabled()
             [-next,v2,09/25] spi: spi-cavium-thunderx: Use helper function devm_clk_get_enabled()
             [-next,v2,10/25] spi: davinci: Use helper function devm_clk_get_enabled()
             [-next,v2,11/25] spi: dw-bt1: Use helper function devm_clk_get_enabled()
             [-next,v2,12/25] spi: dw-mmio: Use helper function devm_clk_get_*()
             [-next,v2,13/25] spi: spi-fsl-dspi: Use helper function devm_clk_get_enabled()
             [-next,v2,14/25] spi: lantiq-ssc: Use helper function devm_clk_get_enabled()
             [-next,v2,15/25] spi: meson-spicc: Use helper function devm_clk_get_enabled()
             [-next,v2,16/25] spi: spi-meson-spifc: Use helper function devm_clk_get_enabled()
             [-next,v2,17/25] spi: microchip-core-qspi: Use helper function devm_clk_get_enabled()
             [-next,v2,18/25] spi: microchip-core: Use helper function devm_clk_get_enabled()
             [-next,v2,19/25] spi: mtk-snfi: Use helper function devm_clk_get_enabled()
             [-next,v2,20/25] spi: npcm-fiu: Use helper function devm_clk_get_enabled()
             [-next,v2,21/25] spi: orion: Use helper function devm_clk_get_enabled()
             [-next,v2,22/25] spi: pic32-sqi: Use helper function devm_clk_get_enabled()
             [-next,v2,23/25] spi: pic32: Use helper function devm_clk_get_enabled()
             [-next,v2,24/25] spi: spl022: Use helper function devm_clk_get_enabled()
             [-next,v2,25/25] spi: rockchip: Use helper function devm_clk_get_enabled()

Patch: spi: tegra: Fix missing IRQ check in tegra_slink_probe()
  Submitter: Zhang Shurong <zhang_shurong@foxmail.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=779590
  Lore link: https://lore.kernel.org/r/tencent_73FCC06A3D1C14EE5175253C6FB46A07B709@qq.com

Patch: spi: intel-pci: Add support for Granite Rapids SPI serial flash
  Submitter: Mika Westerberg <mika.westerberg@linux.intel.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=782832
  Lore link: https://lore.kernel.org/r/20230911074616.3473347-1-mika.westerberg@linux.intel.com

Patch: [V2] spi: spi-cadence-quadspi: add runtime pm support
  Submitter: Dhruva Gole <d-gole@ti.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=780117
  Lore link: https://lore.kernel.org/r/20230829062706.786637-1-d-gole@ti.com

Patch: spi: stm32: add a delay before SPI disable
  Submitter: Valentin Caron <valentin.caron@foss.st.com>
  Committer: Mark Brown <broonie@kernel.org>
  Patchwork: https://patchwork.kernel.org/project/spi-devel-general/list/?series=782003
  Lore link: https://lore.kernel.org/r/20230906132735.748174-1-valentin.caron@foss.st.com


Total patches: 73

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



             reply	other threads:[~2023-09-12 11:41 UTC|newest]

Thread overview: 356+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-12 11:40 patchwork-bot+spi-devel-general [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-24 14:00 Patchwork summary for: spi-devel-general patchwork-bot+spi-devel-general
2024-04-23  5:30 patchwork-bot+spi-devel-general
2024-04-22  1:10 patchwork-bot+spi-devel-general
2024-04-19 10:10 patchwork-bot+spi-devel-general
2024-04-18  1:00 patchwork-bot+spi-devel-general
2024-04-17 13:30 patchwork-bot+spi-devel-general
2024-04-17  2:50 patchwork-bot+spi-devel-general
2024-04-17  0:20 patchwork-bot+spi-devel-general
2024-04-16 11:20 patchwork-bot+spi-devel-general
2024-04-15 23:50 patchwork-bot+spi-devel-general
2024-04-15 11:00 patchwork-bot+spi-devel-general
2024-04-15  1:10 patchwork-bot+spi-devel-general
2024-04-11 12:10 patchwork-bot+spi-devel-general
2024-04-10 19:40 patchwork-bot+spi-devel-general
2024-04-08 18:00 patchwork-bot+spi-devel-general
2024-04-03 13:40 patchwork-bot+spi-devel-general
2024-04-02 19:40 patchwork-bot+spi-devel-general
2024-03-29 17:40 patchwork-bot+spi-devel-general
2024-03-29 12:40 patchwork-bot+spi-devel-general
2024-03-29  1:30 patchwork-bot+spi-devel-general
2024-03-28 20:40 patchwork-bot+spi-devel-general
2024-03-26 21:00 patchwork-bot+spi-devel-general
2024-03-26 12:40 patchwork-bot+spi-devel-general
2024-03-25 20:30 patchwork-bot+spi-devel-general
2024-03-25 18:31 patchwork-bot+spi-devel-general
2024-03-25 15:43 patchwork-bot+spi-devel-general
2024-03-21 15:10 patchwork-bot+spi-devel-general
2024-03-20 14:50 patchwork-bot+spi-devel-general
2024-03-19 11:52 patchwork-bot+spi-devel-general
2024-03-18 17:30 patchwork-bot+spi-devel-general
2024-03-15 17:20 patchwork-bot+spi-devel-general
2024-03-12 17:00 patchwork-bot+spi-devel-general
2024-03-07 18:00 patchwork-bot+spi-devel-general
2024-03-06 22:20 patchwork-bot+spi-devel-general
2024-03-06 22:00 patchwork-bot+spi-devel-general
2024-03-06 14:10 patchwork-bot+spi-devel-general
2024-03-05 20:50 patchwork-bot+spi-devel-general
2024-02-29 20:40 patchwork-bot+spi-devel-general
2024-02-28 16:00 patchwork-bot+spi-devel-general
2024-02-26 19:20 patchwork-bot+spi-devel-general
2024-02-26 16:50 patchwork-bot+spi-devel-general
2024-02-22 19:20 patchwork-bot+spi-devel-general
2024-02-21 18:50 patchwork-bot+spi-devel-general
2024-02-19 16:20 patchwork-bot+spi-devel-general
2024-02-15 17:00 patchwork-bot+spi-devel-general
2024-02-13 21:40 patchwork-bot+spi-devel-general
2024-02-13 18:50 patchwork-bot+spi-devel-general
2024-02-12 15:40 patchwork-bot+spi-devel-general
2024-02-12  1:10 patchwork-bot+spi-devel-general
2024-02-09 20:50 patchwork-bot+spi-devel-general
2024-02-09 10:20 patchwork-bot+spi-devel-general
2024-02-08 21:32 patchwork-bot+spi-devel-general
2024-02-08 16:40 patchwork-bot+spi-devel-general
2024-02-07 15:30 patchwork-bot+spi-devel-general
2024-02-06 12:10 patchwork-bot+spi-devel-general
2024-02-05 17:50 patchwork-bot+spi-devel-general
2024-02-02 16:50 patchwork-bot+spi-devel-general
2024-02-01 13:50 patchwork-bot+spi-devel-general
2024-01-30 19:40 patchwork-bot+spi-devel-general
2024-01-29 18:20 patchwork-bot+spi-devel-general
2024-01-26 17:20 patchwork-bot+spi-devel-general
2024-01-26 14:40 patchwork-bot+spi-devel-general
2024-01-25 18:30 patchwork-bot+spi-devel-general
2024-01-25 14:10 patchwork-bot+spi-devel-general
2024-01-24 18:50 patchwork-bot+spi-devel-general
2024-01-24 18:20 patchwork-bot+spi-devel-general
2024-01-23 13:13 patchwork-bot+spi-devel-general
2024-01-23  0:46 patchwork-bot+spi-devel-general
2024-01-22 19:27 patchwork-bot+spi-devel-general
2024-01-05 18:40 patchwork-bot+spi-devel-general
2023-12-22 13:30 patchwork-bot+spi-devel-general
2023-12-18 19:10 patchwork-bot+spi-devel-general
2023-12-15 17:00 patchwork-bot+spi-devel-general
2023-12-14 13:40 patchwork-bot+spi-devel-general
2023-12-13 16:40 patchwork-bot+spi-devel-general
2023-12-12 16:00 patchwork-bot+spi-devel-general
2023-12-12 15:50 patchwork-bot+spi-devel-general
2023-12-10 21:20 patchwork-bot+spi-devel-general
2023-12-09 18:00 patchwork-bot+spi-devel-general
2023-12-09 12:40 patchwork-bot+spi-devel-general
2023-12-07 22:40 patchwork-bot+spi-devel-general
2023-12-06 21:10 patchwork-bot+spi-devel-general
2023-12-05 15:50 patchwork-bot+spi-devel-general
2023-12-04 15:50 patchwork-bot+spi-devel-general
2023-11-30 14:20 patchwork-bot+spi-devel-general
2023-11-27 16:50 patchwork-bot+spi-devel-general
2023-11-20 18:30 patchwork-bot+spi-devel-general
2023-11-20 17:00 patchwork-bot+spi-devel-general
2023-11-19  0:00 patchwork-bot+spi-devel-general
2023-11-17  0:20 patchwork-bot+spi-devel-general
2023-11-16 20:30 patchwork-bot+spi-devel-general
2023-11-13 19:40 patchwork-bot+spi-devel-general
2023-11-13 14:50 patchwork-bot+spi-devel-general
2023-11-08 17:40 patchwork-bot+spi-devel-general
2023-11-06 13:10 patchwork-bot+spi-devel-general
2023-10-23 17:10 patchwork-bot+spi-devel-general
2023-10-17 23:50 patchwork-bot+spi-devel-general
2023-10-16 17:20 patchwork-bot+spi-devel-general
2023-10-16 15:21 patchwork-bot+spi-devel-general
2023-10-11 18:50 patchwork-bot+spi-devel-general
2023-10-10 18:40 patchwork-bot+spi-devel-general
2023-10-09 16:50 patchwork-bot+spi-devel-general
2023-10-06 17:50 patchwork-bot+spi-devel-general
2023-10-06 14:50 patchwork-bot+spi-devel-general
2023-10-02 15:50 patchwork-bot+spi-devel-general
2023-09-28  8:40 patchwork-bot+spi-devel-general
2023-09-26 15:10 patchwork-bot+spi-devel-general
2023-09-26 13:00 patchwork-bot+spi-devel-general
2023-09-26 11:10 patchwork-bot+spi-devel-general
2023-09-26  9:30 patchwork-bot+spi-devel-general
2023-09-22 21:10 patchwork-bot+spi-devel-general
2023-09-22 19:30 patchwork-bot+spi-devel-general
2023-09-19 17:00 patchwork-bot+spi-devel-general
2023-09-18 15:50 patchwork-bot+spi-devel-general
2023-09-16  1:20 patchwork-bot+spi-devel-general
2023-09-11 15:50 patchwork-bot+spi-devel-general
2023-09-04 19:09 patchwork-bot+spi-devel-general
2023-08-22 16:41 patchwork-bot+spi-devel-general
2023-08-21 21:10 patchwork-bot+spi-devel-general
2023-08-18 22:50 patchwork-bot+spi-devel-general
2023-08-16 16:20 patchwork-bot+spi-devel-general
2023-08-15 22:30 patchwork-bot+spi-devel-general
2023-08-14 22:10 patchwork-bot+spi-devel-general
2023-08-14 21:00 patchwork-bot+spi-devel-general
2023-08-09 16:30 patchwork-bot+spi-devel-general
2023-08-08 15:40 patchwork-bot+spi-devel-general
2023-08-07 22:00 patchwork-bot+spi-devel-general
2023-08-07 17:40 patchwork-bot+spi-devel-general
2023-08-04 19:10 patchwork-bot+spi-devel-general
2023-08-03 18:30 patchwork-bot+spi-devel-general
2023-08-03 16:10 patchwork-bot+spi-devel-general
2023-07-31 21:20 patchwork-bot+spi-devel-general
2023-07-31 20:00 patchwork-bot+spi-devel-general
2023-07-31 14:30 patchwork-bot+spi-devel-general
2023-07-28 20:10 patchwork-bot+spi-devel-general
2023-07-27 19:40 patchwork-bot+spi-devel-general
2023-07-27 16:40 patchwork-bot+spi-devel-general
2023-07-26 19:10 patchwork-bot+spi-devel-general
2023-07-26 16:00 patchwork-bot+spi-devel-general
2023-07-25 20:40 patchwork-bot+spi-devel-general
2023-07-25 19:00 patchwork-bot+spi-devel-general
2023-07-25 16:50 patchwork-bot+spi-devel-general
2023-07-24 20:20 patchwork-bot+spi-devel-general
2023-07-24 18:30 patchwork-bot+spi-devel-general
2023-07-20 18:40 patchwork-bot+spi-devel-general
2023-07-19 16:10 patchwork-bot+spi-devel-general
2023-07-18 18:50 patchwork-bot+spi-devel-general
2023-07-18 11:50 patchwork-bot+spi-devel-general
2023-07-14 22:40 patchwork-bot+spi-devel-general
2023-07-14 20:00 patchwork-bot+spi-devel-general
2023-07-12 15:40 patchwork-bot+spi-devel-general
2023-07-12 15:10 patchwork-bot+spi-devel-general
2023-07-12 11:50 patchwork-bot+spi-devel-general
2023-07-12 10:40 patchwork-bot+spi-devel-general
2023-07-11 22:10 patchwork-bot+spi-devel-general
2023-07-11 21:53 patchwork-bot+spi-devel-general
2023-07-04 15:50 patchwork-bot+spi-devel-general
2023-07-03 15:20 patchwork-bot+spi-devel-general
2023-06-30 17:10 patchwork-bot+spi-devel-general
2023-06-29 12:20 patchwork-bot+spi-devel-general
2023-06-24 17:50 patchwork-bot+spi-devel-general
2023-06-24  1:00 patchwork-bot+spi-devel-general
2023-06-23  0:40 patchwork-bot+spi-devel-general
2023-06-22 21:50 patchwork-bot+spi-devel-general
2023-06-15 15:00 patchwork-bot+spi-devel-general
2023-06-15 13:20 patchwork-bot+spi-devel-general
2023-06-13 20:20 patchwork-bot+spi-devel-general
2023-06-07 17:30 patchwork-bot+spi-devel-general
2023-06-07 12:20 patchwork-bot+spi-devel-general
2023-06-06 16:30 patchwork-bot+spi-devel-general
2023-06-06 14:30 patchwork-bot+spi-devel-general
2023-06-05 15:00 patchwork-bot+spi-devel-general
2023-06-02 15:20 patchwork-bot+spi-devel-general
2023-06-02 12:40 patchwork-bot+spi-devel-general
2023-06-01 16:20 patchwork-bot+spi-devel-general
2023-05-30 19:30 patchwork-bot+spi-devel-general
2023-05-30 18:30 patchwork-bot+spi-devel-general
2023-05-30 17:50 patchwork-bot+spi-devel-general
2023-05-30 14:20 patchwork-bot+spi-devel-general
2023-05-26 16:50 patchwork-bot+spi-devel-general
2023-05-25 15:58 patchwork-bot+spi-devel-general
2023-05-24 11:10 patchwork-bot+spi-devel-general
2023-05-23 21:30 patchwork-bot+spi-devel-general
2023-05-23 14:30 patchwork-bot+spi-devel-general
2023-05-22 14:30 patchwork-bot+spi-devel-general
2023-05-18 22:30 patchwork-bot+spi-devel-general
2023-05-17 14:50 patchwork-bot+spi-devel-general
2023-05-16 11:40 patchwork-bot+spi-devel-general
2023-05-15 15:30 patchwork-bot+spi-devel-general
2023-05-15 11:10 patchwork-bot+spi-devel-general
2023-05-12  5:30 patchwork-bot+spi-devel-general
2023-05-11  6:10 patchwork-bot+spi-devel-general
2023-05-11  5:50 patchwork-bot+spi-devel-general
2023-05-08 14:28 patchwork-bot+spi-devel-general
2023-04-24 13:30 patchwork-bot+spi-devel-general
2023-04-18 16:30 patchwork-bot+spi-devel-general
2023-04-17 19:30 patchwork-bot+spi-devel-general
2023-04-11 14:00 patchwork-bot+spi-devel-general
2023-03-11 21:20 patchwork-bot+spi-devel-general
2023-03-11 17:20 patchwork-bot+spi-devel-general
2023-03-06 13:17 patchwork-bot+spi-devel-general
2023-02-14 21:20 patchwork-bot+spi-devel-general
2023-02-11  1:00 patchwork-bot+spi-devel-general
2023-02-09 19:20 patchwork-bot+spi-devel-general
2023-02-09 17:20 patchwork-bot+spi-devel-general
2023-02-02 15:10 patchwork-bot+spi-devel-general
2023-01-26  0:30 patchwork-bot+spi-devel-general
2023-01-13 21:20 patchwork-bot+spi-devel-general
2023-01-06 22:00 patchwork-bot+spi-devel-general
2022-12-26 23:59 patchwork-bot+spi-devel-general
2022-12-06 16:10 patchwork-bot+spi-devel-general
2022-11-29 13:20 patchwork-bot+spi-devel-general
2022-11-25 15:10 patchwork-bot+spi-devel-general
2022-11-24 13:30 patchwork-bot+spi-devel-general
2022-11-17 11:50 patchwork-bot+spi-devel-general
2022-11-16 13:50 patchwork-bot+spi-devel-general
2022-11-04 13:10 patchwork-bot+spi-devel-general
2022-11-02 15:10 patchwork-bot+spi-devel-general
2022-10-21 15:40 patchwork-bot+spi-devel-general
2022-10-21 13:50 patchwork-bot+spi-devel-general
2022-10-19 17:20 patchwork-bot+spi-devel-general
2022-10-18 11:37 patchwork-bot+spi-devel-general
2022-10-10 14:20 patchwork-bot+spi-devel-general
2022-09-28 17:30 patchwork-bot+spi-devel-general
2022-09-12  9:50 patchwork-bot+spi-devel-general
2022-08-28 21:10 patchwork-bot+spi-devel-general
2022-08-22 15:40 patchwork-bot+spi-devel-general
2022-08-15 15:50 patchwork-bot+spi-devel-general
2022-08-15 15:36 patchwork-bot+spi-devel-general
2022-07-29 19:30 patchwork-bot+spi-devel-general
2022-07-26 11:20 patchwork-bot+spi-devel-general
2022-07-20 18:10 patchwork-bot+spi-devel-general
2022-07-20 17:50 patchwork-bot+spi-devel-general
2022-07-13 14:50 patchwork-bot+spi-devel-general
2022-07-13 14:20 patchwork-bot+spi-devel-general
2022-07-01 10:40 patchwork-bot+spi-devel-general
2022-06-30 13:50 patchwork-bot+spi-devel-general
2022-06-30 11:50 patchwork-bot+spi-devel-general
2022-06-29 14:50 patchwork-bot+spi-devel-general
2022-06-28 10:40 patchwork-bot+spi-devel-general
2022-06-27 20:40 patchwork-bot+spi-devel-general
2022-06-20 12:50 patchwork-bot+spi-devel-general
2022-06-13 17:30 patchwork-bot+spi-devel-general
2022-06-09 14:20 patchwork-bot+spi-devel-general
2022-06-08 20:50 patchwork-bot+spi-devel-general
2022-06-07 10:50 patchwork-bot+spi-devel-general
2022-06-06 17:18 patchwork-bot+spi-devel-general
2022-05-16 18:40 patchwork-bot+spi-devel-general
2022-05-09 21:20 patchwork-bot+spi-devel-general
2022-05-04 21:00 patchwork-bot+spi-devel-general
2022-05-03 16:00 patchwork-bot+spi-devel-general
2022-04-27 22:10 patchwork-bot+spi-devel-general
2022-04-25 17:30 patchwork-bot+spi-devel-general
2022-04-21 15:31 patchwork-bot+spi-devel-general
2022-04-20 21:50 patchwork-bot+spi-devel-general
2022-04-13 17:40 patchwork-bot+spi-devel-general
2022-04-05  9:40 patchwork-bot+spi-devel-general
2022-04-04 18:14 patchwork-bot+spi-devel-general
2022-03-15 13:50 patchwork-bot+spi-devel-general
2022-03-08 20:10 patchwork-bot+spi-devel-general
2022-03-07 20:40 patchwork-bot+spi-devel-general
2022-02-28 22:10 patchwork-bot+spi-devel-general
2022-02-24 23:00 patchwork-bot+spi-devel-general
2022-02-22 15:40 patchwork-bot+spi-devel-general
2022-02-21 15:30 patchwork-bot+spi-devel-general
2022-02-17 18:40 patchwork-bot+spi-devel-general
2022-02-15 13:00 patchwork-bot+spi-devel-general
2022-02-08 19:10 patchwork-bot+spi-devel-general
2022-02-01 17:20 patchwork-bot+spi-devel-general
2022-01-28 16:00 patchwork-bot+spi-devel-general
2022-01-25 14:40 patchwork-bot+spi-devel-general
2022-01-25 10:43 patchwork-bot+spi-devel-general
2022-01-10 16:00 patchwork-bot+spi-devel-general
2022-01-06 20:30 patchwork-bot+spi-devel-general
2021-12-23 17:20 patchwork-bot+spi-devel-general
2021-12-14 13:30 patchwork-bot+spi-devel-general
2021-11-18 19:20 patchwork-bot+spi-devel-general
2021-11-16 17:50 patchwork-bot+spi-devel-general
2021-11-15 19:28 patchwork-bot+spi-devel-general
2021-11-12 21:30 patchwork-bot+spi-devel-general
2021-10-15 19:50 patchwork-bot+spi-devel-general
2021-10-13 20:00 patchwork-bot+spi-devel-general
2021-10-11 16:50 patchwork-bot+spi-devel-general
2021-10-07 21:40 patchwork-bot+spi-devel-general
2021-10-05 15:30 patchwork-bot+spi-devel-general
2021-10-04 17:00 patchwork-bot+spi-devel-general
2021-10-02  1:30 patchwork-bot+spi-devel-general
2021-10-02  0:10 patchwork-bot+spi-devel-general
2021-09-27 17:40 patchwork-bot+spi-devel-general
2021-09-21 17:50 patchwork-bot+spi-devel-general
2021-09-13 11:08 patchwork-bot+spi-devel-general
2021-08-26 14:20 patchwork-bot+spi-devel-general
2021-08-26 12:50 patchwork-bot+spi-devel-general
2021-08-13 17:10 patchwork-bot+spi-devel-general
2021-08-09 13:00 patchwork-bot+spi-devel-general
2021-08-06  0:50 patchwork-bot+spi-devel-general
2021-07-19 14:30 patchwork-bot+spi-devel-general
2021-07-16 17:20 patchwork-bot+spi-devel-general
2021-07-12 10:58 patchwork-bot+spi-devel-general
2021-06-23 16:00 patchwork-bot+spi-devel-general
2021-06-03 18:40 patchwork-bot+spi-devel-general
2021-05-28 16:10 patchwork-bot+spi-devel-general
2021-05-11 18:20 patchwork-bot+spi-devel-general
2021-05-11  8:29 patchwork-bot+spi-devel-general
2021-04-21 18:40 patchwork-bot+spi-devel-general
2021-04-16 16:00 patchwork-bot+spi-devel-general
2021-04-12 19:01 patchwork-bot+spi-devel-general
2021-03-23 22:20 patchwork-bot+spi-devel-general
2021-03-04 15:10 patchwork-bot+spi-devel-general
2021-03-04  1:00 patchwork-bot+spi-devel-general
2021-03-01 23:54 patchwork-bot+spi-devel-general
2021-02-22 16:10 patchwork-bot+spi-devel-general
2021-02-05 20:20 patchwork-bot+spi-devel-general
2021-01-19 19:21 patchwork-bot+spi-devel-general
2021-01-13 15:30 patchwork-bot+spi-devel-general
2021-01-04 17:50 patchwork-bot+spi-devel-general
2020-12-28 16:34 patchwork-bot+spi-devel-general
2020-12-18 18:30 patchwork-bot+spi-devel-general
2020-12-11 17:53 patchwork-bot+spi-devel-general
2020-12-09 15:20 patchwork-bot+spi-devel-general
2020-12-07 17:30 patchwork-bot+spi-devel-general
2020-12-02 17:30 patchwork-bot+spi-devel-general
2020-11-20 21:30 patchwork-bot+spi-devel-general
2020-11-04 20:50 patchwork-bot+spi-devel-general
2020-10-27  0:07 patchwork-bot+spi-devel-general
2020-10-06 15:30 patchwork-bot+spi-devel-general
2020-10-02 21:00 patchwork-bot+spi-devel-general
2020-09-29 16:30 patchwork-bot+spi-devel-general
2020-09-17 19:00 patchwork-bot+linux-spi
2020-09-17 14:00 patchwork-bot+linux-spi
2020-09-14 15:00 patchwork-bot+linux-spi
2020-09-09 14:20 patchwork-bot+linux-spi
2020-09-08 14:40 patchwork-bot+linux-spi
2020-08-20 22:03 patchwork-bot+linux-spi
2020-08-17 12:27 patchwork-bot+linux-spi
2020-07-29 14:00 patchwork-bot+linux-spi
2020-07-28 16:40 patchwork-bot+linux-spi
2020-07-27 14:00 patchwork-bot+linux-spi
2020-07-22 11:20 patchwork-bot+linux-spi
2020-07-20 11:20 patchwork-bot+linux-spi
2020-06-23 11:00 patchwork-bot+linux-spi
2020-06-22 15:00 patchwork-bot+linux-spi
2020-06-19 13:00 patchwork-bot+linux-spi
2020-06-15 23:40 patchwork-bot+linux-spi
2020-06-15 15:29 patchwork-bot+linux-spi
2020-06-11 15:40 patchwork-bot+linux-spi
2020-05-29 17:00 patchwork-bot+linux-spi
2020-04-22 13:20 patchwork-bot+linux-spi
2020-04-21 15:20 patchwork-bot+linux-spi
2020-04-14 12:06 patchwork-bot+linux-spi
2020-03-06  8:50 [PATCH v3 0/4] rewrite mtk-quadspi spi-nor driver with spi-mem Chuanhong Guo
2020-03-11 19:00 ` Patchwork summary for: spi-devel-general patchwork-bot+linux-spi-DgEjT+Ai2ygdnm+yROfE0A
2020-03-06  8:50 [PATCH v3 0/2] spi: dt-bindings: spi-controller: Slave mode fixes Geert Uytterhoeven
2020-03-13 17:20 ` Patchwork summary for: spi-devel-general patchwork-bot+linux-spi-DgEjT+Ai2ygdnm+yROfE0A
2020-02-23  8:59 [PATCH] docs: dt: fix several broken doc references Mauro Carvalho Chehab
2020-03-10 14:40 ` Patchwork summary for: spi-devel-general patchwork-bot+linux-spi-DgEjT+Ai2ygdnm+yROfE0A
2020-02-11 22:37 [PATCH] spi: pxa2xx: Add CS control clock quirk Rajat Jain
2020-02-11 22:34 ` Rajat Jain
2020-02-26 19:00   ` Patchwork summary for: spi-devel-general patchwork-bot+linux-spi-DgEjT+Ai2ygdnm+yROfE0A
2020-01-17 11:58 [PATCH v5 0/2] add device tree for SAM9X60 SoC and SAM9X60-EK board Claudiu Beznea
2019-11-28 12:16 ` [PATCH] powerpc/devicetrees: Change 'gpios' to 'cs-gpios' on fsl,spi nodes Christophe Leroy
2020-02-10 14:25   ` Patchwork summary for: spi-devel-general patchwork-bot+linux-spi-DgEjT+Ai2ygdnm+yROfE0A

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=169451883927.9423.6441610490976973021.git-patchwork-summary@kernel.org \
    --to=patchwork-bot+spi-devel-general@kernel.org \
    --cc=broonie@kernel.org \
    --cc=linux-spi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.