linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-18 07:32:12 to 2016-09-07 20:53:23 UTC [more...]

[PATCH 02/23] spi: fsl-espi: pre-allocate message buffer
 2016-09-07 20:53 UTC  (90+ messages)
    ` [PATCH v2 03/23] "
    ` [PATCH v2 04/18] "
    ` [PATCH v3 "
    ` [PATCH v3 01/15] "
  ` [PATCH 01/23] spi: fsl-espi: dont include irq.h
      ` Applied "spi: fsl-espi: dont include irq.h" to the spi tree
  ` [PATCH 03/23] spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
  ` [PATCH 04/23] spi: fsl-espi: change return type of fsl_espi_setup_transfer to void
      ` Applied "spi: fsl-espi: change return type of fsl_espi_setup_transfer to void" to the spi tree
  ` [PATCH 05/23] spi: fsl-espi: change return type of fsl_espi_cpu_bufs to void
      ` Applied "spi: fsl-espi: change return type of fsl_espi_cpu_bufs to void" to the spi tree
  ` [PATCH 06/23] spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq
      ` Applied "spi: fsl-espi: add missing static declaration to fsl_espi_cpu_irq" to the spi tree
  ` [PATCH 07/23] spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans
      ` Applied "spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans" to the spi tree
  ` [PATCH 08/23] spi: fsl-espi: factor out filling the local buffer
  ` [PATCH 09/23] spi: fsl-espi: remove element status from struct fsl_espi_transfer
  ` [PATCH 10/23] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
  ` [PATCH 11/23] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
  ` [PATCH 12/23] spi: fsl-espi: eliminate struct fsl_espi_transfer
  ` [PATCH 13/23] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
  ` [PATCH 14/23] spi: fsl-espi: remove unneeded check in fsl_espi_do_trans
  ` [PATCH 15/23] spi: fsl-espi: improve return value handling in fsl_espi_bufs
  ` [PATCH 16/23] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
  ` [PATCH 17/23] spi: fsl-espi: improve the ISR frame
  ` [PATCH 18/23] spi: fsl-espi: factor out initial message checking
  ` [PATCH 19/23] spi: fsl-espi: centralize populating struct spi_transfer
  ` [PATCH 20/23] spi: fsl-espi: factor out handling of read data
  ` [PATCH 21/23] spi: fsl-espi: simplify fsl_espi_setup_transfer
      ` Applied "spi: fsl-espi: simplify fsl_espi_setup_transfer" to the spi tree
  ` [PATCH 22/23] spi: fsl-espi: improve message length handling
  ` [PATCH 23/23] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
  ` [PATCH v2 02/23] spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
      ` Applied "spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer" to the spi tree
  ` [PATCH v2 08/23] spi: fsl-espi: factor out filling the local buffer
  ` [PATCH v2 09/23] spi: fsl-espi: simplify fsl_espi_setup_transfer
  ` [PATCH v2 10/23] spi: fsl-espi: remove unneeded check in fsl_espi_do_trans
      ` Applied "spi: fsl-espi: remove unneeded check in fsl_espi_do_trans" to the spi tree
  ` [PATCH v2 11/23] spi: fsl-espi: remove element status from struct fsl_espi_transfer
  ` [PATCH v2 12/23] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
  ` [PATCH v2 13/23] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
  ` [PATCH v2 14/23] spi: fsl-espi: eliminate struct fsl_espi_transfer
  ` [PATCH v2 15/23] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
  ` [PATCH v2 16/23] spi: fsl-espi: improve return value handling in fsl_espi_bufs
  ` [PATCH v2 17/23] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
  ` [PATCH v2 18/23] spi: fsl-espi: improve the ISR frame
  ` [PATCH v2 19/23] spi: fsl-espi: factor out initial message checking
  ` [PATCH v2 20/23] spi: fsl-espi: centralize populating struct spi_transfer
  ` [PATCH v2 21/23] spi: fsl-espi: factor out handling of read data
  ` [PATCH v2 22/23] spi: fsl-espi: improve message length handling
  ` [PATCH v2 23/23] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
  ` [PATCH v2 01/18] spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
  ` [PATCH v2 02/18] spi: fsl-espi: simplify fsl_espi_setup_transfer
  ` [PATCH v2 03/18] spi: fsl-espi: remove unneeded check in fsl_espi_do_trans
  ` [PATCH v2 05/18] spi: fsl-espi: factor out filling the local buffer
  ` [PATCH v2 06/18] spi: fsl-espi: remove element status from struct fsl_espi_transfer
  ` [PATCH v2 07/18] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
  ` [PATCH v2 08/18] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
  ` [PATCH v2 09/18] spi: fsl-espi: eliminate struct fsl_espi_transfer
  ` [PATCH v2 10/18] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
  ` [PATCH v2 11/18] spi: fsl-espi: improve return value handling in fsl_espi_bufs
  ` [PATCH v2 12/18] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
  ` [PATCH v2 13/18] spi: fsl-espi: improve the ISR frame
  ` [PATCH v2 14/18] spi: fsl-espi: factor out initial message checking
  ` [PATCH v2 15/18] spi: fsl-espi: centralize populating struct spi_transfer
  ` [PATCH v2 16/18] spi: fsl-espi: factor out handling of read data
  ` [PATCH v2 17/18] spi: fsl-espi: improve message length handling
  ` [PATCH v2 18/18] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
  ` [PATCH v3 02/15] spi: fsl-espi: factor out filling the local buffer
  ` [PATCH v3 03/15] spi: fsl-espi: remove element status from struct fsl_espi_transfer
  ` [PATCH v3 04/15] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
  ` [PATCH v3 05/15] spi: fsl-espi: remove element actual_length from struct fsl_espi_trans
  ` [PATCH v3 06/15] spi: fsl-espi: eliminate struct fsl_espi_transfer
  ` [PATCH v3 07/15] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
  ` [PATCH v3 08/15] spi: fsl-espi: improve return value handling in fsl_espi_bufs
  ` [PATCH v3 09/15] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
  ` [PATCH v3 10/15] spi: fsl-espi: improve the ISR frame

[PATCH 4/7] spi: meson: Add GXBB compatible
 2016-09-07 18:58 UTC  (3+ messages)
` [PATCH 5/7] dt-bindings: spi-meson: Add GXBB Compatible string

[PATCH v2 2/2] spi: dw: round up result of calculation for clock divider
 2016-09-07 15:45 UTC  (5+ messages)
    ` [PATCH v3 "
          ` [PATCH v4] "

[PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile
 2016-09-07 15:43 UTC 

[PATCH] tools: spi: enable CROSS_COMPILE in Makefile
 2016-09-07 15:24 UTC  (3+ messages)

[PATCH 1/3] spi: pxa2xx: Do not needlessly initialize stack variables
 2016-09-07 14:04 UTC  (3+ messages)
  ` [PATCH 2/3] spi: pxa2xx: Remove pointer to current SPI message from driver data
  ` [PATCH 3/3] spi: pxa2xx: Remove pointer to chip data "

[PATCH v2 1/1] spi: pxa2xx: Default thresholds to PXA configuration
 2016-09-07 11:39 UTC  (3+ messages)

[PATCH v1 1/1] spi: pxa2xx: Default thresholds to PXA configuration
 2016-09-07  0:35 UTC 

[PATCH v2] spi: sh-msiof: request and set cs-gpio direction to output
 2016-09-06 12:59 UTC  (2+ messages)

[GIT PULL] SPI fixes for v4.8
 2016-09-06 11:54 UTC 

[PATCH 1/2] spi: dw: fix multiple slaves with different baudrates
 2016-09-06 11:29 UTC  (4+ messages)
      ` [PATCH v2 "
        ` Applied "spi: dw: fix multiple slaves with different baudrates" to the spi tree

[RFC v2] spi: Prevent unexpected SPI time out due to arithmetic overflow
 2016-09-03 11:08 UTC  (2+ messages)
  ` Applied "spi: Prevent unexpected SPI time out due to arithmetic overflow" to the spi tree

[PATCH 2/2] spi: dw: round up result of calculation for clock divider
 2016-09-02 15:41 UTC 

[PATCH] spi: qup: skip clk_disable_unprepare if the device is already runtime suspended
 2016-09-02 10:45 UTC  (8+ messages)
` Applied "spi: qup: skip clk_disable_unprepare if the device is already runtime suspended" to the spi tree

[PATCH 2/2] spi: imx: support loopback mode on imx35
 2016-09-01 20:39 UTC 

[PATCH 1/2] spi: imx: set spi_bus_clk for mx1, mx31 and mx35
 2016-09-01 20:38 UTC 

[PATCH 0/1] spi: sc18is602: Add reset control via gpio pin
 2016-09-01 20:35 UTC  (6+ messages)
  ` [PATCH 1/1] "
      ` Applied "spi: sc18is602: Add reset control via gpio pin." to the spi tree

[PATCH] spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH
 2016-09-01 20:35 UTC  (3+ messages)
` Applied "spi: sh-msiof: Use ARCH_SHMOBILE instead of SUPERH" to the spi tree

[PATCH] spi: loopback-test: mark rx_ranges_cmp() static
 2016-09-01 20:35 UTC  (3+ messages)
  ` Applied "spi: loopback-test: mark rx_ranges_cmp() static" to the spi tree

[RFC] spi: Prevent unexpected SPI time out due to arithmetic overflow
 2016-09-01 19:57 UTC  (2+ messages)

[PATCH] spi: sh-msiof: request and set cs-gpio direction to output
 2016-09-01 10:08 UTC  (3+ messages)

[PATCH] spi: rspi: Increase accuracy of bit rate for RZ
 2016-08-29 16:21 UTC  (3+ messages)

[PATCH/PROTO 0/9] R-Car H3 MSIOF Parent Clock Control Prototype
 2016-08-29 12:38 UTC  (3+ messages)

[PATCH 00/23] spi: fsl-espi: several cleanups, improvements, and few fixes
 2016-08-25  4:42 UTC 

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2016-08-24 22:04 UTC  (9+ messages)
  ` [PATCH v6, 1/8] spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings
  ` [PATCH v6, 2/8] spi: bcm-qspi: Add Broadcom MSPI driver
  ` [PATCH v6, 3/8] spi: brcmstb-qspi: Broadcom settop platform driver
  ` [PATCH v6, 4/8] spi: bcm-qspi: Add BSPI spi-nor flash controller driver
  ` [PATCH v6, 5/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer
  ` [PATCH v6, 6/8] arm: dts: Add bcm-nsp and bcm958625k support
  ` [PATCH v6, 7/8] arm64: dts: Add ns2 SoC support
  ` [PATCH v6, 8/8] spi: iproc-qspi: Add Broadcom iProc SoCs support

[PATCH -next] spi: spi-cavium-thunderx: Add missing clk_disable_unprepare()
 2016-08-24 11:38 UTC  (2+ messages)
  ` Applied "spi: spi-cavium-thunderx: Add missing clk_disable_unprepare()" to the spi tree

How to handle SPI components requiring heading/leading clock cycles with CS off
 2016-08-24 11:27 UTC  (8+ messages)

[PATCH v1 1/1] spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices
 2016-08-24 11:20 UTC  (2+ messages)
  ` Applied "spi: pxa2xx-pci: fix ACPI-based enumeration of SPI devices" to the spi tree

[PATCH] spi: spi-fsl-dspi: Check clk_prepare_enable() error
 2016-08-22 17:59 UTC  (2+ messages)
  ` Applied "spi: spi-fsl-dspi: Check clk_prepare_enable() error" to the spi tree

[PATCH -next] spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function
 2016-08-22 17:59 UTC  (2+ messages)
  ` Applied "spi: spi-fsl-dspi: Drop extra spi_master_put in device remove function" to the spi tree

[PATCH 0/3] MIPS: TXx9: Common Clock Framework Conversion
 2016-08-22 17:37 UTC  (11+ messages)
` [PATCH 1/3] spi: spi-txx9: Add missing clock (un)prepare calls for CCF
` [PATCH 2/3] watchdog: txx9wdt: "
` [PATCH 3/3] MIPS: TXx9: Convert to Common Clock Framework

Attention Beneficially
 2016-08-21  6:50 UTC 

[PATCH v5 0/8] Broadcom stb, nsp, ns2, cygnus QSPI driver
 2016-08-19 16:42 UTC  (17+ messages)
` [PATCH v5 1/8] Documentation: dt: spi: Add BRCMSTB SoC bindings
` [PATCH v5 2/8] spi: bcm-qspi: Add Broadcom MSPI driver
` [PATCH v5 3/8] spi: bcm-qspi: Add BSPI spi-nor flash controller driver
` [PATCH v5 4/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer
` [PATCH v5 8/8] spi: nsp-qspi: Add Broadcom NSP, NS2, Cygnus SoC support

[PATCH v3] spi: octeon: Add ThunderX driver
 2016-08-19 15:26 UTC  (2+ messages)
  ` Applied "spi: octeon: Add ThunderX driver" to the spi tree

omap2-mcspi, invalid SPI data received
 2016-08-18 11:47 UTC 

[PATCH v2] MAINTAINERS: add myself as Samsung SPI maintainer
 2016-08-18 10:17 UTC  (3+ messages)
` Applied "MAINTAINERS: add myself as Samsung SPI maintainer" to the spi tree

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-08-18 10:17 UTC  (5+ messages)
  ` [PATCH v2 1/3] spi: introduce max_message_size hook "
      ` Applied "spi: introduce max_message_size hook in spi_master" to the spi tree

[PATCH v2 3/3] spi: fsl-espi: eliminate spi nor flash read loop
 2016-08-18 10:17 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: eliminate spi nor flash read loop" 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).