linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-19 10:12:26 to 2019-01-17 08:19:10 UTC [more...]

[PATCH v5 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-17  8:19 UTC  (17+ messages)
` [PATCH v5 1/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI controller driver
` [PATCH v5 2/2] dt-bindings: spi: Document Renesas R-Car RPC-IF controller bindings

[PATCH v7 0/5] spi: add support for octal mode
 2019-01-17  7:16 UTC  (8+ messages)
` [PATCH v7 1/5] mtd: spi-nor: add opcodes for octal Read/Write commands
` [PATCH v7 2/5] mtd: spi-nor: add octal read flag for flash mt35xu512aba
` [PATCH v7 3/5] mtd: m25p80: add support of octal mode I/O transfer
` [PATCH v7 4/5] spi: nxp-fspi: add octal mode flag bit for octal support
` [PATCH v7 5/5] arm64: dts: lx2160a: update fspi node

[PATCH 1/6] spi: bitbang: Don't call chipselect() in spi_bitbang_setup()
 2019-01-16 20:06 UTC  (6+ messages)
` [PATCH 2/6] spi: ath79: Simplify ath79_spi_chipselect()
` [PATCH 3/6] spi: ath79: Enable support for compile test
` [PATCH 4/6] spi: ath79: Remove now useless code
` [PATCH 5/6] spi: ath79: Remove some useless includes

[PATCH] pxa2xx: replace spi_master with spi_controller
 2019-01-16 15:13 UTC 

Regression: spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
 2019-01-16 11:01 UTC  (11+ messages)

[PATCH 1/4] spi: sprd: Fix the error data length in SPI read-only mode
 2019-01-16  2:34 UTC  (9+ messages)
` [PATCH 2/4] spi: sprd: Add the SPI irq function for the SPI DMA mode
` [PATCH 3/4] dt-bindings: spi: Add the DMA properties for the SPI dma mode
` [PATCH 4/4] spi: sprd: Add DMA mode support
` Applied "spi: sprd: Fix the error data length in SPI read-only mode" to the spi tree

[PATCH] spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
 2019-01-15 19:08 UTC  (3+ messages)
` Applied "spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch" to the spi tree

[PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
 2019-01-15 16:45 UTC  (7+ messages)
` [PATCH v3 5/7] mtd: devices: m25p80: Use the spi-mem dirmap API
` [PATCH v3 6/7] mtd: spinand: "

[PATCH v8 0/7] Port the FSL QSPI driver to the SPI framework
 2019-01-15 15:24 UTC  (15+ messages)
` [PATCH v8 1/7] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v8 2/7] dt-bindings: spi: Move the bindings for the FSL QSPI driver
` [PATCH v8 3/7] dt-bindings: spi: Adjust "
` [PATCH v8 4/7] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c
` [PATCH v8 5/7] ARM: dts: ls1021a: Remove fsl,qspi-has-second-chip as it is not used
` [PATCH v8 6/7] ARM64: dts: ls1046a: "
` [PATCH v8 7/7] MAINTAINERS: Move the Freescale QSPI driver to the SPI framework

[PATCH v8 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-01-15 12:00 UTC  (6+ messages)
` [PATCH v8 1/5] "
` [PATCH v8 2/5] dt-bindings: spi: add binding file "
` [PATCH v8 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v8 4/5] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH v8 5/5] MAINTAINERS: add maintainers for the "

[PATCH v7 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-01-15 10:35 UTC  (7+ messages)
` [PATCH v7 1/5] "
` [PATCH v7 2/5] dt-bindings: spi: add binding file "
` [PATCH v7 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v7 4/5] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH v7 5/5] MAINTAINERS: add maintainers for the "

[PATCH v6 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-01-15  9:54 UTC  (14+ messages)
` [PATCH v6 1/5] "
` [PATCH v6 2/5] dt-bindings: spi: add binding file "
` [PATCH v6 3/5] arm64: dts: lx2160a: add FlexSPI node property
` [PATCH v6 4/5] arm64: defconfig: enable NXP FlexSPI driver
` [PATCH v6 5/5] MAINTAINERS: add maintainers for the "

[PATCH] Revert "spi: omap2-mcspi: Set FIFO DMA trigger level to word length"
 2019-01-15  0:07 UTC  (6+ messages)

[PATCH 1/2] spi: spi-geni-qcom: Don't initialize completion for normal message
 2019-01-14 22:09 UTC  (4+ messages)
` [PATCH 2/2] spi: spi-geni-qcom: Get rid of forward declaration
  ` Applied "spi: spi-geni-qcom: Get rid of forward declaration" to the spi tree
` Applied "spi: spi-geni-qcom: Don't initialize completion for normal message" "

[PATCH RFC 00/18] mtd: spi-nor: Proposal for 8-8-8 mode support
 2019-01-14  8:39 UTC  (3+ messages)
` [PATCH RFC 18/18] mtd: spi-nor: Make sure the 8D-8D-8D can be selected on mx25uw51245g

[PATCH] spi: dw: fix warning unused variable 'ret'
 2019-01-10 11:54 UTC  (2+ messages)
` Applied "spi: dw: fix warning unused variable 'ret'" to the spi tree

[PATCH 0/8] spi: lpspi: Fix bugs and Add some functions support
 2019-01-09 12:43 UTC  (15+ messages)
` [PATCH 1/8] spi: lpspi: Add i.MX8 boards support for lpspi
` [PATCH 2/8] spi: lpspi: enable runtime pm "
` [PATCH 3/8] spi: lpspi: Improve the stability of lpspi data transmission
` [PATCH 4/8] spi: lpspi: Fix wrong transmission when don't use CONT
  ` Applied "spi: lpspi: Fix wrong transmission when don't use CONT" to the spi tree
` [PATCH 5/8] spi: lpspi: Fix CLK pin becomes low before one transfer
` [PATCH 6/8] spi: lpspi: add the error info of transfer speed setting
` [PATCH 7/8] spi: lpspi: Add cs-gpio support
` [PATCH 8/8] spi: lpspi: add dma mode support

[PATCH v2] ARM: dspi: Provide support for DSPI slave more operation (Vybryd vf610)
 2019-01-09  8:26 UTC  (2+ messages)
` [PATCH v5] ARM: dspi: Provide support for DSPI slave mode "

[PATCH 1/2] ARM: dts: at91: at91-sama5d27_som1: add QSPI1 + SPI NOR memory nodes
 2019-01-08 18:15 UTC  (5+ messages)
` [PATCH 2/2] ARM: dts: at91: at91-sama5d27_som1_ek: enable qspi1 memory

[PATCH] spi: dw: fix potential variable assignment error
 2019-01-07 18:59 UTC  (2+ messages)
` Applied "spi: dw: fix potential variable assignment error" to the spi tree

[PATCH v2 00/14] Add support for STM32F4 SPI
 2019-01-07 18:59 UTC  (25+ messages)
` [PATCH v2 01/14] spi: stm32: switch to SPDX identifier
  ` Applied "spi: stm32: switch to SPDX identifier" to the spi tree
` [PATCH v2 02/14] spi: stm32: use NULL pointer instead of plain integer
  ` Applied "spi: stm32: use NULL pointer instead of plain integer" to the spi tree
` [PATCH v2 03/14] spi: stm32: fix DMA configuration with only one channel
  ` Applied "spi: stm32: fix DMA configuration with only one channel" to the spi tree
` [PATCH v2 04/14] spi: fix typo in SPI_STM32 help text
  ` Applied "spi: fix typo in SPI_STM32 help text" to the spi tree
` [PATCH v2 05/14] spi: stm32: use explicit CPOL and CPHA mode bits
  ` Applied "spi: stm32: use explicit CPOL and CPHA mode bits" to the spi tree
` [PATCH v2 06/14] spi: stm32: remove SPI LOOP mode
  ` Applied "spi: stm32: remove SPI LOOP mode" to the spi tree
` [PATCH v2 07/14] spi: stm32: rename STM32 SPI registers to STM32H7
  ` Applied "spi: stm32: rename STM32 SPI registers to STM32H7" to the spi tree
` [PATCH v2 08/14] spi: stm32: rename interrupt function
  ` Applied "spi: stm32: rename interrupt function" to the spi tree
` [PATCH v2 09/14] spi: stm32: split transfer one setup function
  ` Applied "spi: stm32: split transfer one setup function" to the spi tree
` [PATCH v2 10/14] spi: stm32: add start dma transfer function
` [PATCH v2 11/14] spi: stm32: introduce compatible data cfg
` [PATCH v2 12/14] spi: stm32: add support for STM32F4
` [PATCH v2 13/14] ARM: dts: stm32: add SPI support on STM32F429 SoC
` [PATCH v2 14/14] spi: stm32: add description about STM32F4 bindings

[PATCH v2 0/17] Add support for OLPC XO 1.75 Embedded Controller
 2019-01-07 18:25 UTC  (7+ messages)
` [PATCH v2 13/17] power: supply: olpc_battery: Use DT to get battery version
` [PATCH v2 17/17] power: supply: olpc_battery: Add OLPC XO 1.75 support

[PATCH v4 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver
 2019-01-04 13:42 UTC  (10+ messages)
` [PATCH v4 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver
` [PATCH v4 2/2] dt-bindings: spi: Document Renesas R-Car Gen3 RPC controller bindings

[PATCH v3 lora-next 5/5] net: lora: sx125x sx1301: allow radio to register as a clk provider
 2019-01-03 12:37 UTC  (6+ messages)

[GIT PULL] SPI updates for v4.21
 2018-12-25 23:20 UTC  (2+ messages)

[PATCH v2 1/3] spi: spi-mem: MediaTek: Add SPI NAND Flash interface driver for MT7622
 2018-12-25  8:38 UTC 

[PATCH v2 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver
 2018-12-22 14:20 UTC  (5+ messages)
` [PATCH v2 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver

[PATCH v6 0/7] spi: add support for octal mode
 2018-12-21 14:45 UTC  (11+ messages)
` [PATCH v6 3/7] mtd: spi-nor: add opcodes for octal Read/Write commands
` [PATCH v6 4/7] mtd: spi-nor: add octal read flag for flash mt35xu512aba
` [PATCH 7/7] arm64: dts: lx2160a: update fspi node

[PATCH v3 0/2] spi: Add Renesas R-Car Gen3 RPC SPI driver
 2018-12-21 10:22 UTC  (4+ messages)
` [PATCH v3 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver

[GIT PULL] FSL QSPI device tree cleanup for 4.21
 2018-12-20 22:41 UTC  (7+ messages)

[PATCH 0/5] Add support for STM32F4 SPI
 2018-12-20 19:49 UTC  (3+ messages)
` [PATCH 5/5] spi: stm32: add description about STM32F4 bindings

[PATCH v5 0/7] spi: add support for octal mode
 2018-12-19 10:15 UTC  (6+ messages)
` [PATCH v5 3/7] mtd: spi-nor: add opcodes for octal Read/Write commands


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