linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-20 22:13:23 to 2018-10-04 10:32:47 UTC [more...]

[PATCH] spi: spi-ep93xx: Change dir type in ep93xx_spi_dma_{finish,prepare}
 2018-10-04 10:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/4] spi: add support for octal mode data transfer
 2018-10-04  9:28 UTC  (16+ messages)
` [PATCH 1/4] spi: add support for octal I/O "
` [PATCH 2/4] mtd: spi-nor: add support for octal mode "
` [PATCH 3/4] spi: nxp-fspi: add mode flag bit for octal support
` [PATCH 4/4] arm64: dts: lx2160a: update fspi node

[PATCH] spi: slave: Fix missing break in switch
 2018-10-03 18:22 UTC  (7+ messages)

[PATCH V5 0/3] spi-geni-qcom: QUP SPI GENI driver and SPI device tree bindings
 2018-10-03 17:46 UTC  (5+ messages)
` [PATCH V5 1/3] dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding
` [PATCH V5 2/3] dt-bindings: soc: qcom: GENI SE SPI controller device tree binding
` [PATCH V5 3/3] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP

[PATCH] spi: pxa2xx: Rewrite switch code block in interrupt_transfer
 2018-10-03 15:55 UTC 

[PATCH] spi: pxa2xx: Mark expected switch fall-through
 2018-10-03 15:53 UTC  (4+ messages)

[PATCH] mtd: spi-nor: Support controllers with limited TX FIFO size
 2018-10-03  7:10 UTC  (2+ messages)

[PATCH] mtd: devices: m25p80: Make sure WRITE_EN is issued before each write
 2018-10-03  7:10 UTC  (2+ messages)

[PATCH v6 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-10-02 22:40 UTC  (3+ messages)
` [PATCH v6 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH v5 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-10-02 18:45 UTC  (5+ messages)
` [PATCH v5 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH] spidev: Enable the Liebherr's BK4 board to work with spidev driver
 2018-10-02 13:09 UTC  (5+ messages)

[PATCH] spi: fsl-lpspi: Prevent FIFO under/overrun by default
 2018-10-02 11:06 UTC 

[PATCH] spi: at91-usart: Remove duplicated checking for spi->bits_per_word
 2018-10-02 10:10 UTC 

[PATCH v4 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-10-02  1:15 UTC  (2+ messages)
` [PATCH v4 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH v3 0/2] spi: Add Macronix controller driver
 2018-10-01 15:35 UTC  (4+ messages)
` [PATCH v3 1/2] spi: Add MXIC "
` [PATCH v3 2/2] dt-bindings: spi: Document Macronix controller bindings

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

[PATCH 0/2] spi: fsl-lpspi: Option to prevent FIFO under/overrun
 2018-10-01  1:12 UTC  (7+ messages)
` [PATCH 1/2] dt-bindings: spi: fsl-lpspi: Option to allow stalling
` [PATCH 2/2] spi: fsl-lpspi: Option to prevent FIFO under/overrun

[RFC/RFT PATCH v1 0/9] mtd: fsl: quadspi: Fixes for fsl-quadspi.c driver (vybrid HW)
 2018-09-30 16:22 UTC  (16+ messages)
` [RFC/RFT PATCH v1 1/9] Revert "mtd: fsl-quadspi: Rename SEQID_QUAD_READ to SEQID_READ"
` [RFC/RFT PATCH v1 2/9] mtd: qspi: Provide quirk to read only half of RX buffer (NXP's vybrid)
` [RFC/RFT PATCH v1 3/9] mtd: spi: Do not setup the default seqid as we got it set for DUAL and QUAD
` [RFC/RFT PATCH v1 4/9] mtd: spi: Modify the HW capability mask according to supported RX lanes
` [RFC/RFT PATCH v1 5/9] mtd: spi: Provide LUT entry to perform DUAL read
` [RFC/RFT PATCH v1 6/9] mtd: spi: Enhance the fsl_qspi_read() method to support DUAL and QUAD
` [RFC/RFT PATCH v1 7/9] mtd: spi: Add SPI_NOR_DUAL_READ property for the 'n25q128a13' Micron memory
` [RFC/RFT PATCH v1 8/9] mtd: spi: Allocate memory corresponding to maximal fsl-quadspi.c controller area
` [RFC/RFT PATCH v1 9/9] mtd: spi: Skip reading the Serial Flash Discoverable Parameters

[PATCH v2 1/4] spi: spi-mem: Add the spi_set_xfer_bpw function
 2018-09-30 10:48 UTC  (19+ messages)
` [PATCH v2 2/4] spi: spi-fsl-dspi: Fix delete the processing of undefined bitmask for rxdata
` [PATCH v2 3/4] spi: spi-fsl-dspi: Fix cmd_fifo is written before tx_fifo
` [PATCH v2 4/4] spi: spi-fsl-dspi: Fix adjust the byte order when sending and receiving data

[PATCH 1/2] spi: spi-mem: Add the spi_set_xfer_bpw function
 2018-09-30  2:49 UTC  (15+ messages)
` [PATCH 2/2] spi: spi-fsl-dspi: Fix support for XSPI transport mode
` [PATCH] spi: spi-mem: Adjust op len based on message/transfer size limitations

[GIT PULL] spi fixes for v4.19
 2018-09-29  1:20 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-09-29  0:45 UTC  (10+ messages)
` [PATCH v3 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH v5 0/3] Add Mediatek SPI slave driver
 2018-09-28 21:07 UTC  (6+ messages)
` [PATCH v5 1/3] spi: mediatek: add bindings for Mediatek MT2712 soc platform
  ` Applied "spi: mediatek: add bindings for Mediatek MT2712 soc platform" to the spi tree
` [PATCH v5 2/3] spi: mediatek: add spi slave for Mediatek MT2712
` [PATCH v5 3/3] arm64: dts: Add spi slave dts

[PATCH 0/2] spi: Add Macronix controller driver
 2018-09-28  8:29 UTC  (5+ messages)
` [PATCH 1/2] spi: Add MXIC "

[PATCH] spi: sprd: don't mark remove function as __exit
 2018-09-27 22:40 UTC  (3+ messages)
` Applied "spi: sprd: don't mark remove function as __exit" to the spi tree

[PATCH] spi: spi-mem: Fix inverted logic in op sanity check
 2018-09-27 22:40 UTC  (3+ messages)
` Applied "spi: spi-mem: Fix inverted logic in op sanity check" to the spi tree

[PATCH v2] ARM: dspi: Provide support for DSPI slave more operation (Vybryd vf610)
 2018-09-27 15:07 UTC 

[PATCH v3 0/3] Add Mediatek SPI slave driver
 2018-09-27  1:12 UTC  (4+ messages)
` [PATCH v3 1/3] spis: mediatek: add bindings for Mediatek MT2712 soc platform

[PATCH V4 0/4] spi-geni-qcom: QUP SPI GENI driver and SPI device tree bindings
 2018-09-26 22:51 UTC  (10+ messages)
` [PATCH V4 1/4] dt-bindings: soc: qcom: Remove SPI controller maximum frequency binding
` [PATCH V4 2/4] dt-bindings: soc: qcom: GENI SE SPI controller device tree binding
` [PATCH V4 3/4] spi: spi-geni-qcom: Add SPI driver support for GENI based QUP

[PATCH 0/3] ARM: dspi: Provide slave mode support for Vybryd vf610
 2018-09-26 21:33 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: spi: Provide bindings for fsl dspi working in slave mode

[RFC 2/3 net] lorawan: Add macro and definition for LoRaWAN class modlue
 2018-09-26 15:52 UTC  (4+ messages)
  ` [RFC 1/3 net] lorawan: Add LoRaWAN class module

[PATCH] arm64: dts: rockchip: Enable SPI NOR flash on Rock64
 2018-09-26 11:38 UTC  (3+ messages)

[PATCH v2 1/2] dt-bindings: spi: Qualcomm Quad SPI(QSPI) documentation
 2018-09-25 16:02 UTC  (16+ messages)
` [PATCH v2 2/2] spi: Introduce new driver for Qualcomm QuadSPI controller

[PATCH 0/3] spi: spi-mem: Minor fixes/improvements
 2018-09-25  9:40 UTC  (3+ messages)
` [PATCH 3/3] spi: spi-mem: Add extra sanity checks on the op param

[PATCH v2 00/12] Port the FSL QSPI driver to the SPI framework
 2018-09-25  8:53 UTC  (18+ messages)
` [PATCH v2 03/12] spi: Add a driver for the Freescale/NXP QuadSPI controller
    ` Questions about "

[PATCH v4 0/3] Add Mediatek SPI slave driver
 2018-09-25  2:20 UTC  (4+ messages)
` [PATCH v4 1/3] spi: mediatek: add bindings for Mediatek MT2712 soc platform
` [PATCH v4 2/3] spi: mediatek: add spi slave for Mediatek MT2712
` [PATCH v4 3/3] arm64: dts: Add spi slave dts

[PATCH 0/3] spi: SPI_CS_WORD followup
 2018-09-22  9:12 UTC  (4+ messages)
` [PATCH 3/3] iio: adc: ti-ads7950: use SPI_CS_WORD to reduce CPU usage

[PATCH 0/5] Make SPI work on DT MMP2
 2018-09-21 20:34 UTC  (3+ messages)
` [PATCH 3/5] spi: pxa2xx: use an enum for type

[PATCH] spi: pic32: Use proper enum in dmaengine_prep_slave_rg
 2018-09-21  1:58 UTC  (2+ messages)
` Applied "spi: pic32: Use proper enum in dmaengine_prep_slave_rg" 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).