linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-24 07:55:36 to 2019-05-13 20:24:57 UTC [more...]

[PATCH 0/4] spi: A better solution for cros_ec_spi reliability
 2019-05-13 20:24 UTC  (8+ messages)
` [PATCH 1/4] spi: For controllers that need realtime always use the pump thread
` [PATCH 2/4] spi: Allow SPI devices to specify that they are timing sensitive

[PATCH v2 0/3] spi: A better solution for cros_ec_spi reliability
 2019-05-13 20:18 UTC  (2+ messages)
` [PATCH v2 1/3] spi: Allow SPI devices to force transfers on a realtime thread

[PATCH v12 0/3] mfd: Add Renesas R-Car Gen3 RPC-IF MFD & SPI driver
 2019-05-13 19:08 UTC  (13+ messages)
` [PATCH v12 3/3] dt-bindings: mfd: Document Renesas R-Car Gen3 RPC-IF MFD bindings

[PATCH v3 00/14] add ecspi ERR009165 for i.mx6/7 soc family
 2019-05-13 17:26 UTC  (22+ messages)
` [PATCH v3 01/14] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
` [PATCH v3 02/14] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v3 03/14] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v3 04/14] dmaengine: imx-sdma: remove dupilicated sdma_load_context
` [PATCH v3 05/14] dmaengine: imx-sdma: add mcu_2_ecspi script
` [PATCH v3 06/14] spi: imx: fix ERR009165
` [PATCH v3 07/14] spi: imx: remove ERR009165 workaround on i.mx6ul
` [PATCH v3 08/14] dt-bindings: spi: imx: add new i.mx6ul compatible name
` [PATCH v3 09/14] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
` [PATCH v3 10/14] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name
    ` [EXT] "
` [PATCH v3 11/14] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
` [PATCH v3 12/14] ARM: dts: imx6ul: add dma support on ecspi
` [PATCH v3 13/14] ARM: dts: imx6sll: correct sdma compatible
` [PATCH v3 14/14] arm64: defconfig: Enable SDMA on i.mx8mq/8mm

[PATCH 0/5] allow to define cs deassert times in us, ns and SCK-len
 2019-05-13 15:14 UTC  (8+ messages)
` [PATCH 3/5] spi: core: allow defining time that cs is deasserted as a multiple of SCK
` [PATCH 4/5] spi: bcm2835: support effective_speed_hz

[resend] [PATCH 5/5] spi: bcm2835aux: support effective_speed_hz
 2019-05-13 15:12 UTC  (2+ messages)

[PATCH] spi: bcm2835aux: Remove spi_alloc_master() error printing
 2019-05-13 12:31 UTC  (4+ messages)
  ` Applied "spi: bcm2835aux: Remove spi_alloc_master() error printing" to the spi tree

[PATCH] spi: bcm2835: only split transfers that exceed DLEN if DMA available
 2019-05-13 12:31 UTC  (2+ messages)
` Applied "spi: bcm2835: only split transfers that exceed DLEN if DMA available" to the spi tree

[PATCH] spi: bcm2835: Remove spi_alloc_master() error printing
 2019-05-13 12:31 UTC  (6+ messages)
  ` Applied "spi: bcm2835: Remove spi_alloc_master() error printing" to the spi tree

[PATCH v2 0/2] DMA support for AT91 USART in SPI mode
 2019-05-13  7:04 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: mfd: atmel-usart: add DMA bindings for "
  ` Applied "dt-bindings: mfd: atmel-usart: add DMA bindings for USART in SPI mode" to the spi tree
` [PATCH v2 2/2] spi: at91-usart: add DMA support
  ` Applied "spi: at91-usart: add DMA support" to the spi tree

[PATCH v3 0/4] Add Macronix MX25F0A MFD driver for raw nand and spi
 2019-05-12 13:23 UTC  (11+ messages)
` [PATCH v3 1/4] mfd: Add Macronix MX25F0A MFD controller driver
` [PATCH v3 2/4] mtd: rawnand: Add Macronix MX25F0A NAND controller
` [PATCH v3 3/4] spi: Patch Macronix SPI controller driver according to MX25F0A MFD driver
` [PATCH v3 4/4] dt-bindings: mfd: Document Macronix MX25F0A controller bindings

Regression: spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
 2019-05-12  8:54 UTC  (12+ messages)

[PATCH V3 0/9] bug fixes and more features to Tegra SPI
 2019-05-12  3:12 UTC  (11+ messages)
` [PATCH V3 3/9] spi: add SPI_LSBYTE_FIRST mode
` [PATCH V3 5/9] spi: export spi core function spi_set_cs

Applied "spi: Add spi_is_bpw_supported()" to the spi tree
 2019-05-12  3:08 UTC  (3+ messages)

[PATCH v2 1/4] dt-bindings: spi: Add YAML schemas for the generic SPI options
 2019-05-10 16:05 UTC  (5+ messages)
` [PATCH v2 2/4] dt-bindings: spi: sun4i: Add YAML schemas
` [PATCH v2 3/4] dt-bindings: spi: sun6i: "
` [PATCH v2 4/4] ARM: dts: sun6i: Add default address and size cells for SPI

[PATCH] spi: Allow selecting BCM2835 SPI controllers on ARCH_BRCMSTB
 2019-05-09 22:46 UTC  (2+ messages)

[PATCH V2 0/6] spi: bcm2835: improvements
 2019-05-08 10:55 UTC  (7+ messages)
` [PATCH V2 1/6] spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument
    ` Applied "spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument" to the spi tree
` [PATCH V2 5/6] spi: bcm2835: make the lower limit for dma mode configurable

[PATCH] spi: rockchip: turn down tx dma bursts
 2019-05-08 10:33 UTC  (2+ messages)
` Applied "spi: rockchip: turn down tx dma bursts" to the spi tree

[GIT PULL] spi updates for v5.2
 2019-05-08 10:27 UTC  (16+ messages)

[PATCH 1/5] spi: core: allow defining time that cs is deasserted
 2019-05-08  9:34 UTC  (2+ messages)
  ` Applied "spi: core: allow defining time that cs is deasserted" to the spi tree

[PATCH V2 2/6] spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc
 2019-05-08  9:08 UTC  (2+ messages)
` Applied "spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc" to the spi tree

[PATCH V2 3/6] spi: bcm2835: added comment about different bus behaviour of DMA mode
 2019-05-08  9:08 UTC  (2+ messages)
` Applied "spi: bcm2835: added comment about different bus behaviour of DMA mode" to the spi tree

[PATCH V2 4/6] spi: bcm2835: make the polling duration limits configurable
 2019-05-08  9:08 UTC  (2+ messages)
` Applied "spi: bcm2835: make the polling duration limits configurable" to the spi tree

[PATCH V2 6/6] spi: bcm2835: add driver stats to debugfs
 2019-05-08  9:08 UTC  (2+ messages)
` Applied "spi: bcm2835: add driver stats to debugfs" to the spi tree

[PATCH 1/4] dt-bindings: spi: Add YAML schemas for the generic SPI options
 2019-05-08  7:02 UTC  (9+ messages)
` [PATCH 2/4] dt-bindings: spi: sun4i: Add YAML schemas
` [PATCH 3/4] dt-bindings: spi: sun6i: "
` [PATCH 4/4] ARM: dts: sun6i: Add default address and size cells for SPI

[PATCH] spi: atmel-quadspi: void return type for atmel_qspi_init()
 2019-05-06 14:56 UTC 

[PATCH v2 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-05-05  8:55 UTC  (30+ messages)
` [PATCH v2 01/15] Revert "ARM: dts: imx6q: Use correct SDMA script for SPI5 core"
` [PATCH v2 02/15] Revert "ARM: dts: imx6: Use correct SDMA script for SPI cores"
` [PATCH v2 03/15] Revert "dmaengine: imx-sdma: refine to load context only once"
` [PATCH v2 04/15] dmaengine: imx-sdma: remove dupilicated sdma_load_context
` [PATCH v2 05/15] dmaengine: imx-sdma: add mcu_2_ecspi script
` [PATCH v2 06/15] spi: imx: fix ERR009165
    ` [EXT] "
` [PATCH v2 07/15] spi: imx: remove ERR009165 workaround on i.mx6ul
    ` [EXT] "
` [PATCH v2 08/15] dt-bindings: spi: imx: add i.mx6ul to state errata fixed
    ` [EXT] "
` [PATCH v2 09/15] dmaengine: imx-sdma: remove ERR009165 on i.mx6ul
` [PATCH v2 10/15] dt-bindings: dma: imx-sdma: add i.mx6ul/6sx compatible name
` [PATCH v2 11/15] dmaengine: imx-sdma: fix ecspi1 rx dma not work on i.mx8mm
` [PATCH v2 12/15] ARM64: dts: freescale: imx8mm/8mq: update new compatible name for ecspi and sdma
` [PATCH v2 13/15] ARM: dts: imx6ul: add dma support on ecspi
` [PATCH v2 14/15] ARM: dts: imx6sll: correct ecspi/sdma compatible
` [PATCH v2 15/15] arm64: defconfig: Enable SDMA on i.mx8mq/8mm
  ` [EXT] Re: [PATCH v2 00/15] add ecspi ERR009165 for i.mx6/7 soc family

[PATCH 0/3] spi: SPI bus multiplexer
 2019-05-02  2:45 UTC  (6+ messages)
` [PATCH 1/3] dt-bindings: spi: Add spi-mux-gpio

[PATCH V3 1/9] spi: tegra114: fix PIO transfer
 2019-05-02  2:42 UTC  (4+ messages)
` Applied "spi: tegra114: fix PIO transfer" to the spi tree

[PATCH] spi: spi-mem: Fix build error without CONFIG_SPI_MEM
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: spi-mem: Fix build error without CONFIG_SPI_MEM" to the spi tree

[PATCH] spi: spi-mem: Make spi_mem_default_supports_op() static inline
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: spi-mem: Make spi_mem_default_supports_op() static inline" to the spi tree

[PATCH 2/2] spi: pxa2xx: use a module softdep for dw_dmac
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: pxa2xx: use a module softdep for dw_dmac" to the spi tree

[PATCH] spi: pxa2xx: Add support for Intel Comet Lake
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: pxa2xx: Add support for Intel Comet Lake" to the spi tree

[PATCH] dt-bindings: spi: spi-mt65xx: add support for MT8516
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "dt-bindings: spi: spi-mt65xx: add support for MT8516" to the spi tree

[PATCH V3 2/9] spi: expand mode support
 2019-05-02  2:19 UTC  (2+ messages)
` Applied "spi: expand mode support" to the spi tree

[PATCH] spi: stm32-qspi: manage the get_irq error case
 2019-05-02  2:19 UTC  (5+ messages)
` Applied "spi: stm32-qspi: manage the get_irq error case" to the spi tree

[LINUX PATCH] spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl
 2019-05-02  2:19 UTC  (4+ messages)
` Applied "spi: spi-mem: zynq-qspi: Fix build error on architectures missing readsl/writesl" to the spi tree

Applied "spi: AD ASoC: declare missing of table" to the spi tree
 2019-05-02  2:19 UTC  (3+ messages)

[PATCH] spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select
 2019-05-02  2:18 UTC  (3+ messages)
` Applied "spi: Clear SPI_CS_HIGH flag from bad_bits for GPIO chip-select" to the spi tree

[PATCH v2] spi: pxa2xx: fix SCR (divisor) calculation
 2019-05-02  2:18 UTC  (2+ messages)
` Applied "spi: pxa2xx: fix SCR (divisor) calculation" to the spi tree

[PATCH] spi: atmel-quadspi: fix crash while suspending
 2019-05-02  2:18 UTC  (5+ messages)
` Applied "spi: atmel-quadspi: fix crash while suspending" to the spi tree

[PATCH] spi: stm32: return the get_irq error
 2019-05-02  2:18 UTC  (5+ messages)
` Applied "spi: stm32: return the get_irq error" to the spi tree

[PATCH] spi: zynqmp: Fix build break
 2019-04-29 16:28 UTC  (2+ messages)

[PATCH 00/24] arm64: mediatek: add support for Pumpkin MT8516 board
 2019-04-25 21:39 UTC  (9+ messages)
` [PATCH 11/24] dt-bindings: mediatek: topckgen: add support for MT8516
` [PATCH 12/24] dt-bindings: mediatek: infracfg: "
` [PATCH 13/24] dt-bindings: mediatek: apmixedsys: "
` [PATCH 14/24] clk: mediatek: add clock driver "

[PATCH] eeprom: at25: Convert the driver to the spi-mem interface
 2019-04-25 19:44 UTC  (2+ messages)

[PATCH 1/2] spi: Micrel eth switch: declare missing of table
 2019-04-25 18:04 UTC  (4+ messages)

[PATCH v1 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-04-24  9:06 UTC  (4+ messages)
` [PATCH v1 14/15] ARM: dts: imx6sll: correct ecspi/sdma compatible
    ` [EXT] "


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).