linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-04 13:58:57 to 2019-09-24 11:05:45 UTC [more...]

[PATCH 0/2] spi: Fix problem with interrupted slave transmission
 2019-09-24 11:05 UTC 

[PATCH v5 00/15] add ecspi ERR009165 for i.mx6/7 soc family
 2019-09-24  9:53 UTC  (7+ messages)
` [PATCH v5 12/15] ARM: dts: imx6ul: add dma support on ecspi

[PATCH v2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
 2019-09-23 17:34 UTC  (2+ messages)

[PATCH AUTOSEL 5.2 005/185] spi: dw-mmio: Clock should be shut when error occurs
 2019-09-22 18:46 UTC 

[PATCH AUTOSEL 5.3 007/203] spi: dw-mmio: Clock should be shut when error occurs
 2019-09-22 18:43 UTC  (2+ messages)
` [PATCH AUTOSEL 5.3 177/203] spi: bcm2835: Work around DONE bit erratum

[PATCH] spi: xtensa-xtfpga: Use devm_platform_ioremap_resource() in xtfpga_spi_probe()
 2019-09-21 13:40 UTC 

[PATCH] spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_slave_probe()
 2019-09-21 13:19 UTC 

[PATCH] spi: mediatek: Use devm_platform_ioremap_resource() in mtk_spi_probe()
 2019-09-21 12:52 UTC 

[PATCH] spi: lantiq-ssc: Use devm_platform_ioremap_resource() in lantiq_ssc_probe()
 2019-09-21 12:24 UTC 

[PATCH 0/2] DTS: ARM: some minor updates and fixes for GTA04
 2019-09-20 15:55 UTC  (18+ messages)
` [PATCH 2/2] DTS: ARM: gta04: introduce legacy spi-cs-high to make display work again
          ` [Letux-kernel] "

[PATCH] spi: atmel: Fix crash when using more than 4 gpio CS
 2019-09-20 15:54 UTC  (6+ messages)

Applied "spi: mxic: Select SPI_NOR type by default" to the spi tree
 2019-09-20 11:09 UTC 

Applied "spi: mxic: Fix DMAS_CTRL register layout" to the spi tree
 2019-09-20 11:09 UTC 

[PATCH 1/4] spi: mxic: Fix transmit path
 2019-09-20 11:02 UTC  (2+ messages)

[PATCH] spi: spi-gpio: fix crash when num-chipselects is 0
 2019-09-20  8:22 UTC  (2+ messages)

[PATCH] spi: atmel: Remove AVR32 leftover
 2019-09-19 19:13 UTC  (3+ messages)

[PATCH v2 0/4] spi: dw: Add basic runtime PM support
 2019-09-19 15:23 UTC  (8+ messages)
` [PATCH v2 1/4] dt: spi: Add Renesas RZ/N1 binding documentation
` [PATCH v2 2/4] dt-bindings: snps,dw-apb-ssi: Add optional clock domain information
` [PATCH v2 3/4] spi: dw: Add basic runtime PM support
` [PATCH v2 4/4] spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller

[PATCH v1 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC
 2019-09-19  5:45 UTC  (11+ messages)
` [PATCH v1 1/2] dt-bindings: spi: Add support for cadence-qspi IP "
` [PATCH v1 2/2] spi: cadence-qspi: Add QSPI support for "

[PATCH v2] spi: dt-bindings: Convert spi-sifive binding to json-schema
 2019-09-18 13:44 UTC  (2+ messages)

[PATCH] spi: sifive: check return value for platform_get_resource()
 2019-09-17 17:13 UTC  (10+ messages)

[PATCH 0/3] spi: dw: Add basic runtime PM support
 2019-09-17  9:34 UTC  (10+ messages)
` [PATCH 1/3] dt: spi: Add Renesas RZ/N1 binding documentation
` [PATCH 2/3] spi: dw: Add basic runtime PM support
` [PATCH 3/3] spi: dw: Add compatible string for Renesas RZ/N1 SPI Controller

[PATCH] spi: sifive: check return value for platform_get_resource()
 2019-09-17  9:12 UTC 

[RFC PATCH 00/15] Unify SPI delays into an `struct spi_delay`
 2019-09-17  6:05 UTC  (23+ messages)
` [RFC PATCH 01/15] spi: move `cs_change_delay` backwards compat logic outside switch
` [RFC PATCH 02/15] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [RFC PATCH 03/15] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [RFC PATCH 04/15] iio: imu: adis: convert cs_change_delay to spi_delay struct
` [RFC PATCH 05/15] spi: sprd: convert transfer word delay "
` [RFC PATCH 06/15] spi: orion: use new `word_delay` field for SPI transfers
` [RFC PATCH 07/15] spi: spidev: use new `word_delay` field for spi transfers
` [RFC PATCH 08/15] spi: core,atmel: convert `word_delay_usecs` -> `word_delay` for spi_device
` [RFC PATCH 09/15] spi: introduce `delay` field for `spi_transfer` + spi_transfer_exec()
` [RFC PATCH 10/15] spi: use new `spi_transfer_delay` helper where straightforward
` [RFC PATCH 11/15] spi: tegra114: use `spi_transfer_delay` helper
` [RFC PATCH 12/15] spi: spi-loopback-test: use new `delay` field
` [RFC PATCH 13/15] spi: spidev: use new `delay` field for spi transfers
` [RFC PATCH 14/15] spi: tegra114: change format for `spi_set_cs_timing()` function
` [RFC PATCH 15/15] spi: implement SW control for CS times

[GIT PULL] SPI updates for v5.4
 2019-09-16 21:35 UTC  (2+ messages)

[PATCH v3 0/2] spi: cadence-qspi: Add cadence-qspi support for Intel LGM SoC
 2019-09-16  7:23 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: spi: Add support for cadence-qspi IP "
` [PATCH v3 2/2] spi: cadence-qspi: Add QSPI support for "

[PATCH v3 0/3] spi: introduce `struct spi_delay` data-type
 2019-09-16  7:10 UTC  (4+ messages)
` [PATCH v3 1/3] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v3 2/3] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v3 3/3] spi: make `cs_change_delay` the first user of the `spi_delay` logic

[PATCH v2 0/4] spi: introduce `struct spi_delay` data-type
 2019-09-16  6:58 UTC  (7+ messages)
` [PATCH v2 1/4] spi: move `cs_change_delay` backwards compat logic outside switch
` [PATCH v2 2/4] spi: introduce spi_delay struct as "value + unit" & spi_delay_exec()
` [PATCH v2 3/4] spi: make `cs_change_delay` the first user of the `spi_delay` logic
` [PATCH v2 4/4] iio: imu: adis: convert cs_change_delay to spi_delay struct

[PATCH] spi: dt-bindings: Convert spi-sifive binding to json-schema
 2019-09-13 14:36 UTC  (2+ messages)

[PATCH 0/3] MT6765 spi support
 2019-09-13  9:42 UTC  (8+ messages)
` [PATCH 1/3] dt-bindings: spi: update bindings for MT6765 SoC
  ` Applied "dt-bindings: spi: update bindings for MT6765 SoC" to the spi tree
` [PATCH 2/3] spi: mediatek: add spi support for mt6765 IC
  ` Applied "spi: mediatek: add spi support for mt6765 IC" to the spi tree
` [PATCH 3/3] spi: mediatek: support large PA
  ` Applied "spi: mediatek: support large PA" to the spi tree

[PATCH v2 00/10] Speed up SPI simplex transfers on Raspberry Pi
 2019-09-11 14:59 UTC  (15+ messages)
  ` [PATCH v2 04/10] spi: bcm2835: Work around DONE bit erratum
  ` [PATCH v2 01/10] dmaengine: bcm2835: Allow reusable descriptors
  ` [PATCH v2 06/10] spi: bcm2835: Cache CS register value for ->prepare_message()
  ` [PATCH v2 07/10] spi: bcm2835: Speed up TX-only DMA transfers by clearing RX FIFO
  ` [PATCH v2 09/10] dmaengine: bcm2835: Avoid accessing memory when copying zeroes
  ` [PATCH v2 05/10] spi: bcm2835: Drop dma_pending flag
  ` [PATCH v2 10/10] spi: bcm2835: Speed up RX-only DMA transfers by zero-filling TX FIFO
  ` [PATCH v2 08/10] dmaengine: bcm2835: Document struct bcm2835_dmadev
  ` [PATCH v2 02/10] dmaengine: bcm2835: Allow cyclic transactions without interrupt
  ` [PATCH v2 03/10] spi: Guarantee cacheline alignment of driver-private data
      ` Applied "spi: Guarantee cacheline alignment of driver-private data" to the spi tree

[PATCH v2 0/5] Poll mode for NXP DSPI driver
 2019-09-11  7:00 UTC  (9+ messages)
` [PATCH v2 5/5] ARM: dts: ls1021a-tsn: Use the DSPI controller in poll mode

[PATCH] gpiolib: of: fix fallback quirks handling
 2019-09-10 10:33 UTC  (2+ messages)

[PATCH v2 0/4] Deterministic SPI latency with NXP DSPI driver
 2019-09-09 14:08 UTC  (8+ messages)
` [PATCH v2 1/4] spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages
  ` Applied "spi: Use an abbreviated pointer to ctlr->cur_msg in __spi_pump_messages" to the spi tree
` [PATCH v2 2/4] spi: Add a PTP system timestamp to the transfer structure
` [PATCH v2 3/4] spi: spi-fsl-dspi: Implement the PTP system timestamping for TCFQ mode
` [PATCH v2 4/4] spi: spi-fsl-dspi: Always use the TCFQ devices in poll mode

[PATCH] spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()
 2019-09-09 10:07 UTC  (3+ messages)
` Applied "spi-gpio: Use PTR_ERR_OR_ZERO() in spi_gpio_request()" to the spi tree

[PATCH 4.9 18/26] spi: bcm2835aux: ensure interrupts are enabled for shared handler
 2019-09-08 12:41 UTC 

[PATCH 4.4 17/23] spi: bcm2835aux: ensure interrupts are enabled for shared handler
 2019-09-08 12:41 UTC 

[PATCH -next 00/36] use devm_platform_ioremap_resource() to simplify code
 2019-09-07 23:38 UTC  (44+ messages)
` [PATCH -next 05/36] spi: bcm2835aux: "
` [PATCH -next 06/36] spi: bcm2835: "
` [PATCH -next 07/36] spi: bcm63xx-hsspi: "
` [PATCH -next 13/36] spi: spi-geni-qcom: "
` [PATCH -next 15/36] spi: meson-spicc: "
` [PATCH -next 16/36] spi: spi-meson-spifc: "
` [PATCH -next 17/36] spi: mt7621: "
` [PATCH -next 18/36] spi: mxs: "
` [PATCH -next 19/36] spi: npcm: "
` [PATCH -next 20/36] spi: nuc900: "
` [PATCH -next 21/36] spi: oc-tiny: "
` [PATCH -next 22/36] spi: pic32-sqi: "
` [PATCH -next 23/36] spi: spi-qcom-qspi: "
` [PATCH -next 24/36] spi: rb4xx: "
` [PATCH -next 25/36] spi: s3c24xx: "
` [PATCH -next 26/36] spi: sifive: "
` [PATCH -next 27/36] spi: sirf: "
` [PATCH -next 28/36] spi: st-ssc4: "
` [PATCH -next 29/36] spi: sun4i: "
` [PATCH -next 30/36] spi: sun6i: "
` [PATCH -next 31/36] spi: tegra: "
` [PATCH -next 32/36] spi: uniphier: "
` [PATCH -next 33/36] spi: xlp: "
` [PATCH -next 34/36] spi: zynqmp: "
` [PATCH -next 35/36] spi: zynq-qspi: "
` [PATCH -next 36/36] spi: fsl-spi: "

[PATCH -next] spi: npcm-fiu: remove set but not used variable 'retlen'
 2019-09-05 17:39 UTC  (2+ messages)
` Applied "spi: npcm-fiu: remove set but not used variable 'retlen'" 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).