linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-11-11 12:20:36 to 2016-12-05 12:10:04 UTC [more...]

[Patch V1 1/2] spi: fsl-lpspi: use GPL as module license
 2016-12-05 12:10 UTC  (4+ messages)
  ` [Patch V1 2/2] spi: fsl-lpspi: quit reading rx fifo under error condition
      ` Applied "spi: fsl-lpspi: quit reading rx fifo under error condition" to the spi tree
  ` Applied "spi: fsl-lpspi: use GPL as module license" "

[PATCH v3 0/5] Add support for the Armada 3700 SPI controller
 2016-12-05 12:05 UTC  (7+ messages)
  ` [PATCH v3 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH v3 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH v3 3/5] spi: armada-3700: Add documentation for the Armada 3700 SPI Controller
  ` [PATCH v3 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH v3 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[LINUX RFC v4 3/4] mtd: spi-nor: add stripe support
 2016-12-05  7:02 UTC  (5+ messages)

[PATCH] spi: fsl-espi: fix ioread16/iowrite16 endianness
 2016-12-01 21:46 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: fix ioread16/iowrite16 endianness" to the spi tree

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2016-12-01 15:45 UTC  (9+ messages)
` [PATCH v6, 5/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-12-01 15:43 UTC  (5+ messages)

[Patch V1 1/2] spi: imx: use wait_for_completion_timeout() while waiting transfer done
 2016-12-01  1:49 UTC  (6+ messages)
  ` [Patch V1 2/2] imx: spi: read lpspi tx/rx fifo size in probe()
      ` Applied "spi: fsl-lpspi: read lpspi tx/rx fifo size in probe()" to the spi tree
  ` Applied "spi: fsl-lpspi: use wait_for_completion_timeout() while waiting transfer done" "

[PATCH 1/4] spi: fsl-espi: determine need for byte swap only once
 2016-11-30 18:08 UTC  (8+ messages)
      ` Applied "spi: fsl-espi: determine need for byte swap only once" to the spi tree
  ` [PATCH 2/4] spi: fsl-espi: eliminate need for linearization when writing to hardware
      ` Applied "spi: fsl-espi: eliminate need for linearization when writing to hardware" to the spi tree
  ` [PATCH 3/4] spi: fsl-espi: eliminate need for linearization when reading from hardware
      ` Applied "spi: fsl-espi: eliminate need for linearization when reading from hardware" to the spi tree
  ` [PATCH 4/4] spi: fsl-espi: remove unused linearization code
      ` Applied "spi: fsl-espi: remove unused linearization code" to the spi tree

[PATCH v2 0/5] Add support for the Armada 3700 SPI controller
 2016-11-30 15:15 UTC  (9+ messages)
  ` [PATCH v2 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH v2 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH v2 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH v2 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db
` [PATCH v2 3/5] dt-bindings: spi: Add documentation for the Armada 3700 SPI Controller

[PATCH 0/5] Add support for the Armada 3700 SPI controller
 2016-11-30 12:46 UTC  (9+ messages)
  ` [PATCH 1/5] spi: Add basic support for Armada 3700 SPI Controller
  ` [PATCH 2/5] spi: armada-3700: Add support for the FIFO mode
  ` [PATCH 3/5] dt-bindings: spi: Add documentation for the Armada 3700 SPI Controller
  ` [PATCH 4/5] arm64: dts: marvell: Add definition of SPI controller for Armada 3700
  ` [PATCH 5/5] arm64: dts: marvell: Enable spi0 on the board Armada-3720-db

[PATCH] spi: orion: fix comment to mention MVEBU
 2016-11-30 11:18 UTC  (2+ messages)

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-11-29  6:29 UTC  (7+ messages)
  ` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read
      ` [PATCH RESEND] "
        ` [PATCH v2] "

BMW PROMO
 2016-11-28  5:20 UTC 

[LINUX RFC v4 4/4] spi: zynqmp: gqspi: add support for stripe feature
 2016-11-27  8:33 UTC 

[LINUX RFC v4 2/4] mtd: add spi_device instance to spi_nor struct
 2016-11-27  8:33 UTC 

[LINUX RFC v4 1/4] spi: adding support for data stripe feature in core
 2016-11-27  8:33 UTC 

[LINUX RFC v4 0/4] Add stripe support for ZynqMP SoC GQSPI controller
 2016-11-27  8:33 UTC 

[PATCH 0/4] spi: fsl-espi: eliminate linearization into intermediate buffer
 2016-11-25 22:58 UTC 

[PATCH 0/4] spi: Fix module autoload for different platform drivers
 2016-11-25 13:10 UTC  (9+ messages)
  ` [PATCH 1/4] spi: spi-axi: Fix module autoload
      ` Applied "spi: spi-axi: Fix module autoload" to the spi tree
` [PATCH 2/4] spi: jcore: Fix module autoload for OF registration
  ` Applied "spi: jcore: Fix module autoload for OF registration" to the spi tree
` [PATCH 3/4] spi: xlp: Fix module autoload for OF registration
  ` Applied "spi: xlp: Fix module autoload for OF registration" to the spi tree
` [PATCH 4/4] spi: ath79: Fix module autoload for OF registration
    ` Applied "spi: ath79: Fix module autoload for OF registration" to the spi tree

[Patch V1 1/3] spi: imx: replace schedule() with cond_resched()
 2016-11-25 13:10 UTC  (6+ messages)
  ` [Patch V1 2/3] spi: imx: fix potential shift truncation
      ` Applied "spi: imx: fix potential shift truncation" to the spi tree
  ` [Patch V1 3/3] spi: imx: use prepare_transfer_hardware() for lpspi
      ` Applied "spi: imx: use prepare_transfer_hardware() for lpspi" to the spi tree
  ` Applied "spi: imx: replace schedule() with cond_resched()" "

[PATCH 0/5] spi: atmel: enhance the DMA handling
 2016-11-25 13:10 UTC  (12+ messages)
` [PATCH 1/5] spi: atmel: trivial: move info banner to latest probe action
    ` Applied "spi: atmel: trivial: move info banner to latest probe action" to the spi tree
` [PATCH 2/5] spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling
    ` Applied "spi: atmel: Use core SPI_MASTER_MUST_[RT]X handling" to the spi tree
` [PATCH 3/5] spi: atmel: Use SPI core DMA mapping framework
  ` Applied "spi: atmel: Use SPI core DMA mapping framework" to the spi tree
  ` [PATCH 4/5] spi: atmel: trivial: remove unused fields in DMA structure
    ` Applied "spi: atmel: trivial: remove unused fields in DMA structure" to the spi tree
` [PATCH 5/5] spi: atmel: remove the use of private channel fields
  ` Applied "spi: atmel: remove the use of private channel fields" to the spi tree

[Patch V3 1/2] spi: imx: add devicetree binding for lpspi
 2016-11-24  1:41 UTC  (5+ messages)
  ` [Patch V3 2/2] spi: imx: add lpspi bus driver
      ` Applied "spi: imx: add lpspi bus driver" to the spi tree

[bug report] spi: imx: add lpspi bus driver
 2016-11-24  1:36 UTC  (2+ messages)

[Patch v1 1/2] spi: imx: add lpspi bus driver
 2016-11-23 12:38 UTC  (5+ messages)
  ` [Patch v1 2/2] spi: imx: add devicetree binding for lpspi
      ` Applied "spi: imx: add devicetree binding for lpspi" to the spi tree

[PATCH] spi: spi-topcliff-pch: Remove some dead code
 2016-11-22 17:27 UTC  (2+ messages)
` Applied "spi: spi-topcliff-pch: Remove some dead code" to the spi tree

[PATCH] spi: use sg_next for walking through the allocated scatterlist table
 2016-11-22 17:26 UTC  (2+ messages)
` Applied "spi: use sg_next for walking through the allocated scatterlist table" to the spi tree

[PATCH v3 0/3] Fixes for Vybrid SPI DMA implementation
 2016-11-22 17:26 UTC  (6+ messages)
` [PATCH v3 1/3] spi: spi-fsl-dspi: Fix incorrect DMA setup
` [PATCH v3 2/3] spi: spi-fsl-dspi: Fix continuous selection format
  ` Applied "spi: spi-fsl-dspi: Fix continuous selection format" to the spi tree
` [PATCH v3 3/3] spi: spi-fsl-dspi: Fix incorrect freeing of DMA allocated buffers
  ` Applied "spi: spi-fsl-dspi: Fix incorrect freeing of DMA allocated buffers" to the spi tree

[PATCH v2 0/4] Fixes for Vybrid SPI DMA implementation
 2016-11-22 17:26 UTC  (15+ messages)
  ` [PATCH v2 1/4] spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE
  ` [PATCH v2 2/4] spi: spi-fsl-dspi: Fix continuous selection format
` [PATCH v2 3/4] spi: spi-fsl-dspi: Fix incorrect DMA setup
  ` Applied "spi: spi-fsl-dspi: Fix incorrect DMA setup" to the spi tree
` [PATCH v2 4/4] spi: spi-fsl-dspi: Minor code cleanup and error path fixes

[Patch V2 1/2] spi: imx: add lpspi bus driver
 2016-11-22 13:39 UTC  (6+ messages)
  ` [Patch V2 2/2] spi: imx: add devicetree binding for lpspi

[PATCH] spi: spi-ti-qspi: reinit of completion variable
 2016-11-22 12:27 UTC  (4+ messages)
` Applied "spi: spi-ti-qspi: reinit of completion variable" to the spi tree

[PATCH] spi: use sg_next for walking through the allocated scatterlist table
 2016-11-21 23:50 UTC 

[PATCH v2] spi: make architecture specific hardware depend on the associated hardware
 2016-11-21 19:24 UTC  (3+ messages)

[PATCH v3] spi: spi-fsl-dspi: Add DMA support for Vybrid
 2016-11-21 19:20 UTC  (15+ messages)
    ` [PATCH 0/4] Fixes for Vybrid SPI DMA implementation
      ` [PATCH 1/4] spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE
          ` Applied "spi: spi-fsl-dspi: Fix SPI transfer issue when using multiple SPI_IOC_MESSAGE" to the spi tree
      ` [PATCH 2/4] spi: spi-fsl-dspi: Fix incorrect DMA setup
      ` [PATCH 3/4] spi: spi-fsl-dspi: Fix continuous selection format
      ` [PATCH 4/4] spi: spi-fsl-dspi: Minor code cleanup and error path fixes
  ` Applied "spi: spi-fsl-dspi: Add DMA support for Vybrid" to the spi tree

[PATCH] spi: sh-msiof: Add support for R-Car M3-W
 2016-11-21 19:20 UTC  (2+ messages)
` Applied "spi: sh-msiof: Add support for R-Car M3-W" to the spi tree

[PATCH] spi: davinci: Allow device tree devices to use DMA
 2016-11-21  8:37 UTC  (4+ messages)

[PATCH] spi: spi-pxa2xx: Remove unused macro
 2016-11-19 10:00 UTC  (2+ messages)

[PATCH v8 1/3] of: Add vendor prefix for Lattice Semiconductor
 2016-11-18 19:28 UTC  (6+ messages)
` [PATCH v8 2/3] Documentation: Add binding document for Lattice iCE40 FPGA manager

[PATCH v4 1/2] of: Add vendor prefix for Lattice Semiconductor
 2016-11-18 19:17 UTC  (3+ messages)

[PATCH] spi: fsl-espi: simplify of_fsl_espi_suspend
 2016-11-18 12:02 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: simplify of_fsl_espi_suspend" to the spi tree

[PATCH] spi: fsl-espi: set spi_master members min_speed_hz and max_speed_hz
 2016-11-18 12:02 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: set spi_master members min_speed_hz and max_speed_hz" to the spi tree

[patch] spi: atmel: fix indenting in atmel_spi_gpio_cs()
 2016-11-15 18:53 UTC  (3+ messages)
` Applied "spi: atmel: fix indenting in atmel_spi_gpio_cs()" to the spi tree

fsl-espi, m25p80 and max_transfer_size / max_message_size
 2016-11-15 10:16 UTC  (3+ messages)

[PATCH 06/10] spi: fsl-espi: migrate relevant parts of mpc8xxx_spi_probe and of_mpc8xxx_spi_probe
 2016-11-14 13:54 UTC  (2+ messages)
      ` Applied "spi: fsl-espi: migrate relevant parts of mpc8xxx_spi_probe and of_mpc8xxx_spi_probe" to the spi tree

[PATCH 07/10] spi: fsl-espi: introduce struct fsl_espi_cs
 2016-11-14 13:54 UTC  (2+ messages)
      ` Applied "spi: fsl-espi: introduce struct fsl_espi_cs" to the spi tree

[PATCH 08/10] spi: fsl-espi: factor out fsl_espi_init_regs
 2016-11-14 13:54 UTC  (2+ messages)
      ` Applied "spi: fsl-espi: factor out fsl_espi_init_regs" to the spi tree

[PATCH 09/10] spi: fsl-espi: introduce struct fsl_espi
 2016-11-14 13:54 UTC  (2+ messages)
      ` Applied "spi: fsl-espi: introduce struct fsl_espi" to the spi tree

[PATCH 10/10] spi: fsl-espi: separate fsl-espi from fsl-lib completely
 2016-11-14 13:54 UTC  (2+ messages)
      ` Applied "spi: fsl-espi: separate fsl-espi from fsl-lib completely" to the spi tree

[PATCH 01/10] spi: fsl-espi: remove usage of pdata->initial_spmode
 2016-11-14 10:35 UTC  (3+ messages)
    ` [PATCH 03/10] spi: fsl-espi: remove remaining usage of struct fsl_spi_platform_data

[PATCH 05/10] spi: fsl-espi: remove usage of mpc8xxx_spi->flags
 2016-11-13 13:37 UTC 

[PATCH 04/10] spi: fsl-espi: remove usage of mpc8xxx_spi->irq
 2016-11-13 13:36 UTC 

[PATCH 02/10] spi: fsl-espi: don't set pdata->cs_control
 2016-11-13 13:36 UTC 

[PATCH 00/10] spi: fsl-espi: make fsl-espi independent of fsl-lib
 2016-11-13 13:35 UTC 

[PATCH 1/2] spi: fsl-espi: add support for ESPI RXSKIP mode
 2016-11-11 16:01 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: add support for ESPI RXSKIP mode" to the spi tree

[PATCH 2/2] spi: fsl-espi: add support for dual output read mode
 2016-11-11 16:01 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: add support for dual output read mode" to the spi tree


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).