linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-31 14:49:34 to 2016-09-14 20:34:50 UTC [more...]

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2016-09-14 20:34 UTC  (5+ messages)
` [PATCH v6, 6/8] arm: dts: Add bcm-nsp and bcm958625k support
` [PATCH v6, 7/8] arm64: dts: Add ns2 SoC support

[spi:topic/bcm 2/4] drivers/spi/spi-bcm-qspi.c:703:13: error: 'bcm_qspi_suspend' undeclared here (not in a function)
 2016-09-14 19:45 UTC 

[PATCH 1/4] spi: fsl-espi: simplify fsl_espi_setup_transfer
 2016-09-14 17:25 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: simplify fsl_espi_setup_transfer" to the spi tree

[PATCH 2/4] spi: fsl-espi: improve and simplify interrupt handler
 2016-09-14 17:25 UTC  (6+ messages)
      ` Applied "spi: fsl-espi: improve and simplify interrupt handler" to the spi tree
  ` [PATCH 3/4] spi: fsl-espi: align register access with other drivers
      ` Applied "spi: fsl-espi: align register access with other drivers" to the spi tree
  ` [PATCH 4/4] spi: fsl-espi: improve and extend register bit definitions
      ` Applied "spi: fsl-espi: improve and extend register bit definitions" to the spi tree

[PATCH RFT] spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs
 2016-09-14 17:17 UTC  (2+ messages)
  ` Applied "spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs" to the spi tree

[PATCH v2] spi: spidev_test: Fix buffer overflow in unescape()
 2016-09-14 17:16 UTC  (2+ messages)
` Applied "spi: spidev_test: Fix buffer overflow in unescape()" to the spi tree

[PATCH v6, 1/8] spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings
 2016-09-14 17:16 UTC  (2+ messages)
  ` Applied "spi: Broadcom BRCMSTB, NSP, NS2 SoC bindings" to the spi tree

[PATCH v6, 3/8] spi: brcmstb-qspi: Broadcom settop platform driver
 2016-09-14 17:16 UTC  (2+ messages)
  ` Applied "spi: brcmstb-qspi: Broadcom settop platform driver" to the spi tree

[PATCH v6, 4/8] spi: bcm-qspi: Add BSPI spi-nor flash controller driver
 2016-09-14 17:16 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Add BSPI spi-nor flash controller driver" to the spi tree

[PATCH 1/2] spi: imx: set spi_bus_clk for mx1, mx31 and mx35
 2016-09-14 17:16 UTC  (3+ messages)
` Applied "spi: imx: set spi_bus_clk for mx1, mx31 and mx35" to the spi tree

[PATCH 2/2] spi: imx: support loopback mode on imx35
 2016-09-14 17:16 UTC  (2+ messages)
  ` Applied "spi: imx: support loopback mode on imx35" to the spi tree

[PATCH] spi: core: Use spi_sync_transfer() in spi_write()/spi_read()
 2016-09-13 13:38 UTC 

[PATCH 00/26] constify local structures
 2016-09-12 21:11 UTC  (15+ messages)
` [PATCH 14/26] spi: dw-pci: "

[PATCH/RFC v2 0/7] spi: Add slave mode support
 2016-09-12 20:50 UTC  (8+ messages)
  ` [PATCH/RFC v2 1/7] spi: Document DT bindings for SPI controllers in slave mode
  ` [PATCH/RFC v2 3/7] spi: core: Add support for registering SPI slave controllers
  ` [PATCH/RFC v2 4/7] spi: Document SPI slave controller support
` [PATCH/RFC v2 2/7] spi: core: Extract of_spi_parse_dt()
` [PATCH/RFC v2 5/7] spi: sh-msiof: Add slave mode support
` [PATCH/RFC v2 6/7] spi: slave: Add SPI slave handler reporting uptime at previous message
` [PATCH/RFC v2 7/7] spi: slave: Add SPI slave handler controlling system state

[PATCH 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-09-12 20:06 UTC  (3+ messages)

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-09-12 20:01 UTC 

[PATCH 4/7] spi: meson: Add GXBB compatible
 2016-09-12 19:12 UTC  (6+ messages)
      ` Applied "spi: meson: Add GXBB compatible" to the spi tree
` [PATCH 5/7] dt-bindings: spi-meson: Add GXBB Compatible string
  ` Applied "spi: meson: Add GXBB Compatible string" to the spi tree

[PATCH 03/23] spi: fsl-espi: remove unused elements n_rx and n_tx in struct fsl_espi_transfer
 2016-09-12 19:08 UTC  (78+ messages)
` [PATCH 08/23] spi: fsl-espi: factor out filling the local buffer
  ` [PATCH 02/23] spi: fsl-espi: pre-allocate message buffer
    ` [PATCH v2 03/23] "
        ` Applied "spi: fsl-espi: pre-allocate message buffer" to the spi tree
    ` [PATCH v2 04/18] spi: fsl-espi: pre-allocate message buffer
    ` [PATCH v3 "
    ` [PATCH v3 01/15] "
  ` [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
      ` Applied "spi: fsl-espi: factor out filling the local buffer" to the spi tree
  ` [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
      ` Applied "spi: fsl-espi: remove element status from struct fsl_espi_transfer" to the spi tree
  ` [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
      ` Applied "spi: fsl-espi: remove element actual_length from struct fsl_espi_trans" to the spi tree
  ` [PATCH v2 14/23] spi: fsl-espi: eliminate struct fsl_espi_transfer
      ` Applied "spi: fsl-espi: eliminate struct fsl_espi_transfer" to the spi tree
  ` [PATCH v2 15/23] spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans
      ` Applied "spi: fsl-espi: merge fsl_espi_cmd_trans and fsl_espi_rw_trans" to the spi tree
  ` [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
      ` Applied "spi: fsl-espi: centralize populating struct spi_transfer" to the spi tree
  ` [PATCH v2 21/23] spi: fsl-espi: factor out handling of read data
      ` Applied "spi: fsl-espi: factor out handling of read data" to the spi tree
  ` [PATCH v2 22/23] spi: fsl-espi: improve message length handling
      ` Applied "spi: fsl-espi: improve message length handling" to the spi tree
  ` [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 v3 11/15] spi: fsl-espi: factor out initial message checking
  ` [PATCH v3 12/15] spi: fsl-espi: centralize populating struct spi_transfer
  ` [PATCH v3 13/15] spi: fsl-espi: factor out handling of read data
  ` [PATCH v3 14/15] spi: fsl-espi: improve message length handling
  ` [PATCH v3 15/15] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans

[PATCH 10/23] spi: fsl-espi: fix status handling in fsl_espi_do_one_msg
 2016-09-12 19:08 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: fix status handling in fsl_espi_do_one_msg" to the spi tree

[PATCH 15/23] spi: fsl-espi: improve return value handling in fsl_espi_bufs
 2016-09-12 19:08 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: improve return value handling in fsl_espi_bufs" to the spi tree

[PATCH 16/23] spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs
 2016-09-12 19:08 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: merge fsl_espi_bufs and fsl_espi_cpu_bufs" to the spi tree

[PATCH v2 2/2] spi: dw: round up result of calculation for clock divider
 2016-09-12 19:08 UTC  (6+ messages)
    ` [PATCH v3 "
          ` [PATCH v4] "
      ` Applied "spi: dw: round up result of calculation for clock divider" to the spi tree

[PATCH 1/3] spi: pxa2xx: Do not needlessly initialize stack variables
 2016-09-12 19:08 UTC  (6+ messages)
  ` [PATCH 2/3] spi: pxa2xx: Remove pointer to current SPI message from driver data
      ` Applied "spi: pxa2xx: Remove pointer to current SPI message from driver data" to the spi tree
  ` [PATCH 3/3] spi: pxa2xx: Remove pointer to chip data from driver data
      ` Applied "spi: pxa2xx: Remove pointer to chip data from driver data" to the spi tree
  ` Applied "spi: pxa2xx: Do not needlessly initialize stack variables" "

[PATCH v2 1/1] spi: pxa2xx: Default thresholds to PXA configuration
 2016-09-12 19:07 UTC  (4+ messages)
  ` Applied "spi: pxa2xx: Default thresholds to PXA configuration" to the spi tree

[PATCH v2] tools: spi: enable CROSS_COMPILE in Makefile
 2016-09-12 19:07 UTC  (3+ messages)
` Applied "spi: tools: enable CROSS_COMPILE in Makefile" to the spi tree

[PATCH 18/23] spi: fsl-espi: factor out initial message checking
 2016-09-12 19:07 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: factor out initial message checking" to the spi tree

[PATCH 0/2] spi: meson: Add Amlogic GXBB compatible
 2016-09-12 19:07 UTC  (9+ messages)
` [PATCH 1/2] dt-bindings: spi-meson: Add GXBB Compatible string
` [PATCH 2/2] spi: meson: Add GXBB compatible

[PATCH 23/23] spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans
 2016-09-12 19:07 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: merge fsl_espi_trans and fsl_espi_do_trans" to the spi tree

[PATCH] spi: spidev_test: Fix buffer overflow in unescape()
 2016-09-09  7:00 UTC  (2+ messages)

[PATCH] tools: spi: enable CROSS_COMPILE in Makefile
 2016-09-07 15:24 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

[PATCH 21/23] spi: fsl-espi: simplify fsl_espi_setup_transfer
 2016-09-06 11:29 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: simplify fsl_espi_setup_transfer" 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  (6+ messages)
` Applied "spi: qup: skip clk_disable_unprepare if the device is already runtime suspended" to the spi tree

[PATCH 1/1] spi: sc18is602: Add reset control via gpio pin
 2016-09-01 20:35 UTC  (2+ messages)
  ` 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  (2+ messages)
  ` Applied "spi: loopback-test: mark rx_ranges_cmp() static" to the spi tree

[PATCH 01/23] spi: fsl-espi: dont include irq.h
 2016-09-01 20:35 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: dont include irq.h" to the spi tree

[PATCH 04/23] spi: fsl-espi: change return type of fsl_espi_setup_transfer to void
 2016-09-01 20:35 UTC  (2+ messages)
  ` 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
 2016-09-01 20:35 UTC  (2+ messages)
  ` 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
 2016-09-01 20:35 UTC  (2+ messages)
  ` 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
 2016-09-01 20:35 UTC  (2+ messages)
  ` Applied "spi: fsl-espi: remove unneeded variable in fsl_espi_do_trans" 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 0/1] spi: sc18is602: Add reset control via gpio pin
 2016-09-01 10:04 UTC  (4+ 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).