linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-11 14:48:58 to 2019-01-14 22:09:58 UTC [more...]

[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" "

Regression: spi: core: avoid waking pump thread from spi_sync instead run teardown delayed
 2019-01-14 15:35 UTC 

[PATCH] Revert "spi: omap2-mcspi: Set FIFO DMA trigger level to word length"
 2019-01-14 12:30 UTC  (3+ messages)

[PATCH v3 0/7] spi: spi-mem: Add a direct mapping API
 2019-01-14  9:05 UTC  (5+ messages)
` [PATCH v3 5/7] mtd: devices: m25p80: Use the spi-mem dirmap API

[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 v6 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2019-01-14  8:38 UTC  (13+ 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 v8 0/7] Port the FSL QSPI driver to the SPI framework
 2019-01-14  8:18 UTC  (13+ 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 v5 0/2] spi: Add Renesas R-Car Gen3 RPC-IF SPI driver
 2019-01-10 13:43 UTC  (15+ 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] 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  (15+ messages)
` [PATCH v6 1/7] spi: add support for octal mode I/O data transfer
` [PATCH v6 2/7] spi: spi-mem: "
` [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 v6 5/7] mtd: m25p80: add support of octal mode I/O transfer
` [PATCH v6 6/7] spi: nxp-fspi: add octal mode flag bit for octal support
` [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  (11+ messages)
` [PATCH v3 1/2] spi: Add Renesas R-Car Gen3 RPC SPI controller driver
` [PATCH v3 2/2] dt-binding: spi: Document Renesas R-Car Gen3 RPC controller bindings

[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  (7+ 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

[PATCH v7 0/9] Port the FSL QSPI driver to the SPI framework
 2018-12-17 14:46 UTC  (6+ messages)
` [PATCH v7 3/9] spi: Add a driver for the Freescale/NXP QuadSPI controller
` [PATCH v7 6/9] mtd: fsl-quadspi: Remove the driver as it was replaced by spi-fsl-qspi.c

[PATCH 0/5] Prepare devicetrees for the new FSL QSPI driver
 2018-12-16  7:51 UTC  (6+ messages)
      ` AW: "

[PATCH v2 0/3] spi: meson-axg: add few enhanced features
 2018-12-15 18:31 UTC  (18+ messages)
` [PATCH v2 1/3] spi: meson-axg: support MAX 80M clock
` [PATCH v2 2/3] spi: meson-axg: enhance output enable feature
` [PATCH v2 3/3] spi: meson-axg: add a linear clock divider support

[PATCH] spi: sh-msiof: Add r8a774c0 support
 2018-12-14 12:37 UTC  (3+ messages)
` Applied "spi: sh-msiof: Add r8a774c0 support" to the spi tree

[PATCH V3 4/4] doc: lpspi: Document DT bindings for LPSPI slave mode
 2018-12-13 12:09 UTC  (2+ messages)
` Applied "doc: lpspi: Document DT bindings for LPSPI slave mode" to the spi tree

[PATCH] spi: lpspi: Fix CLK pin becomes low before one transfer
 2018-12-12 18:16 UTC  (4+ messages)

[PATCH v3 0/5] spi: imx: Fix polarity switching for mx51-ecspi
 2018-12-12  9:21 UTC  (8+ messages)

[PATCH v5 0/5] spi: spi-mem: Add driver for NXP FlexSPI controller
 2018-12-12  8:15 UTC  (3+ messages)
` [PATCH v5 3/5] arm64: dts: lx2160a: add FlexSPI node property

[PATCH] spi: lpspi: enable runtime pm for lpspi
 2018-12-12  2:15 UTC  (3+ messages)

[PATCH] spi: lpspi: Add cs-gpio support
 2018-12-12  2:12 UTC  (3+ messages)

[PATCH] ARM: dts: at91: sama5d2 Xplained: add QSPI0 + SPI NOR memory nodes
 2018-12-11 14:50 UTC  (8+ messages)


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