linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-09-14 19:45:26 to 2016-10-28 06:54:09 UTC [more...]

[PATCH v2 0/4] Support H3 SPI controller
 2016-10-28  6:54 UTC  (2+ messages)
  ` [PATCH v2 1/4] ARM: dts: sun8i: Add SPI pinctrl node in H3

[PATCH 1/3] spi: introduce max message size flag in spi_master
 2016-10-28  5:58 UTC  (8+ messages)
  ` [PATCH v2 2/3] mtd: m25p80: consider max message size in m25p80_read
          ` [PATCH RESEND] "
              ` [PATCH v2] "
    ` [PATCH v2 RESEND 2/3] "

[PATCH v7] spi: sun4i: Allow transfers larger than FIFO size
 2016-10-27 22:47 UTC  (9+ messages)
` [PATCH] "

[PATCH 02/11] spi: fsl-espi: remove unneeded check for SPI_QE_CPU_MODE
 2016-10-27 19:29 UTC  (22+ messages)
  ` [PATCH 03/11] spi: fsl-espi: fix handling of word sizes other than 8 bit
  ` [PATCH 04/11] spi: fsl-espi: fix and improve writing to TX FIFO
  ` [PATCH 05/11] spi: fsl-espi: Rename len in struct mpc8xxx_spi to rx_len and make it unsigned
  ` [PATCH 06/11] spi: fsl-espi: simplify and inline function fsl_espi_change_mode
  ` [PATCH 07/11] spi: fsl-espi: fix and improve reading from RX FIFO
  ` [PATCH 08/11] spi: fsl-espi: make better use of the "
  ` [PATCH 09/11] spi: fsl-espi: extend and improve transfer error handling
  ` [PATCH 10/11] spi: fsl-espi: add support for RXSKIP mode
  ` [PATCH 11/11] spi: fsl-espi: add support for dual read mode
  ` [PATCH v2 01/09] spi: fsl-espi: improve check for SPI_QE_CPU_MODE
  ` [PATCH v2 02/09] spi: fsl-espi: fix and improve writing to TX FIFO
  ` [PATCH v2 03/09] spi: fsl-espi: Rename len in struct mpc8xxx_spi to rx_len and make it unsigned
  ` [PATCH v2 04/09] spi: fsl-espi: simplify and inline function fsl_espi_change_mode
  ` [PATCH v2 05/09] spi: fsl-espi: fix and improve reading from RX FIFO
  ` [PATCH v2 06/09] spi: fsl-espi: make better use of the "
  ` [PATCH v2 07/09] spi: fsl-espi: extend and improve transfer error handling
  ` [PATCH v2 08/09] spi: fsl-espi: add support for RXSKIP mode
  ` [PATCH v2 09/09] spi: fsl-espi: add support for dual read mode

[PATCH] spi: fsl-espi: fix merge conflict for commit "avoid processing uninitalized data on error"
 2016-10-27 18:24 UTC 

[PATCH] spi: fsl-espi: avoid processing uninitalized data on error
 2016-10-27 18:11 UTC  (3+ messages)

[PATCH 17/28] spi: fsl-espi: avoid processing uninitalized data on error
 2016-10-26 21:59 UTC  (10+ messages)
  ` Applied "spi: fsl-espi: avoid processing uninitalized data on error" to the spi tree
    ` Merge problem: "

[PATCH] spi: change post transfer udelay() to usleep_range() for long delays
 2016-10-26 15:13 UTC  (2+ messages)
  ` Applied "spi: change post transfer udelay() to usleep_range() for long delays" to the spi tree

[v4.9 PATCH] spi: fsl-espi: avoid processing uninitalized data on error
 2016-10-25 20:57 UTC 

Why isn't spi_set_cs() public?
 2016-10-25 17:03 UTC 

[PATCH v2 0/2] spi, i2c: mark device nodes only in case of successful instantiation
 2016-10-25  9:23 UTC  (12+ messages)
` [PATCH v2 1/2] spi: "
  ` Applied "spi: mark device nodes only in case of successful instantiation" to the spi tree
` [PATCH v2 2/2] i2c: mark device nodes only in case of successful instantiation

[PATCH -next] spi: omap2-mcspi: Remove redundant return value check of platform_get_resource()
 2016-10-24 18:05 UTC  (2+ messages)
  ` Applied "spi: omap2-mcspi: Remove redundant return value check of platform_get_resource()" to the spi tree

[PATCH] spi: imx: support DMA for imx35
 2016-10-24 18:05 UTC  (4+ messages)
  ` [PATCH v2] "
    ` Applied "spi: imx: support DMA for imx35" to the spi tree

[PATCH v1 1/2] ARM: dts: vfxxx: Enable DMA for DSPI on Vybrid
 2016-10-24  7:23 UTC  (7+ messages)
  ` [PATCH v1 2/2] spi: spi-fsl-dspi: Add DMA support for Vybrid
      ` [PATCH v2] "

[PATCH 0/3] Support H3 SPI controller
 2016-10-21 13:39 UTC  (10+ messages)
` [PATCH 1/3] spi: sun6i: Add binding for Allwinner "
` [PATCH 2/3] spi: sun6i: Support "
` [PATCH 3/3] spi: sun6i: Use the driver data to get the buffer size

[PATCH] spi: mark device nodes only in case of successful instantiation
 2016-10-17 21:09 UTC  (7+ messages)

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2016-10-17 17:08 UTC  (3+ messages)

[PATCH] spi: dspi: clear SPI_SR before enable interrupt
 2016-10-17 10:02 UTC 

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2016-10-14 13:17 UTC  (13+ messages)
` [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
    ` Applied "spi: iproc-qspi: Add Broadcom iProc SoCs support" to the spi tree

[PATCHv3 1/2] spi: Add Flag to Enable Slave Select with GPIO Chip Select
 2016-10-11 10:30 UTC  (4+ messages)
` [PATCHv3 2/2] spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CS
    ` Applied "spi: dw: Set GPIO_SS flag to toggle Slave Select on GPIO CS" to the spi tree
  ` Applied "spi: Add Flag to Enable Slave Select with GPIO Chip Select." "

Applied "spi: imx: wait_for_completion_timeout(..) for PIO transfers" to the spi tree
 2016-10-09 20:39 UTC 

[PATCHv2 1/2] Documentation: dt: spi: Add GPIO Slave Select Parameter
 2016-10-07 20:01 UTC  (4+ messages)
  ` [PATCHv2 2/2] spi: Add Flag to Enable Slave Select with GPIO Chip Select

[PATCH v2 0/2] Moving runnable code from Documentation (last 2 patches)
 2016-10-06 23:48 UTC  (3+ messages)
` [PATCH v2 1/2] samples: move blackfin gptimers-example from Documentation
` [PATCH v2 2/2] Doc: update 00-INDEX files to reflect the runnable code move

Applied "spi: spidev: Add device to spidev device tree compatibility list" to the spi tree
 2016-10-06 16:03 UTC 

Applied "spi: fsl-espi: replace of_get_property with of_property_read_u32" to the spi tree
 2016-10-06 16:03 UTC 

Applied "spi: fsl-espi: reject MSB-first transfers with word sizes other than 8 or 16" to the spi tree
 2016-10-06 16:03 UTC 

Applied "spi: fsl-espi: fix handling of word sizes other than 8 bit" to the spi tree
 2016-10-06 16:03 UTC 

[PATCH 1/1] Add devices to spidev device tree compatibility list
 2016-10-06 14:49 UTC  (6+ messages)
    ` [PATCH v2 1/1] Add device "

[PATCH] spi: dw: Enable Slave Select with GPIO Chip Select
 2016-10-06 14:15 UTC  (3+ messages)

[PATCH] spi: intel-ssc: add support for Intel SSC SPI controller
 2016-10-05 15:25 UTC  (4+ messages)

[GIT PULL] spi updates for v4.9
 2016-10-04 10:25 UTC 

[PATCH] spi: omap2-mcspi: fix blatant abuse of the resource subsystem
 2016-10-04  9:27 UTC  (2+ messages)
` Applied "spi: omap2-mcspi: Fix modifying platform resource data" to the spi tree

[PATCH 01/11] spi: fsl-espi: reject MSB-first transfers with word sizes other than 8 or 16
 2016-10-02 12:22 UTC 

[PATCH 00/11] spi: fsl-espi: improvements and additional functionality
 2016-10-02 12:22 UTC 

[PATCH 0/2] Moving runnable code from Documentation (last 2 patches)
 2016-10-01 20:46 UTC  (7+ messages)
` [PATCH 1/2] samples: move blackfin gptimers-example from Documentation
` [PATCH 2/2] Doc: update 00-INDEX files to reflect the runnable code move

[PATCH 1/4] spi: fsl-espi: remove unused variable in fsl_espi_setup
 2016-10-01 19:07 UTC  (11+ messages)
      ` Applied "spi: fsl-espi: remove unused variable in fsl_espi_setup" to the spi tree
  ` [PATCH 2/4] spi: fsl-espi: simplify of_fsl_espi_probe
      ` Applied "spi: fsl-espi: simplify of_fsl_espi_probe" to the spi tree
  ` [PATCH 3/4] spi: fsl-espi: improve return value handling in fsl_espi_probe
      ` Applied "spi: fsl-espi: improve return value handling in fsl_espi_probe" to the spi tree
  ` [PATCH 4/4] spi: fsl-espi: replace of_get_property with of_property_read_u32
      ` [PATCH v2] "

[PATCH] spi: omap2-mcspi: Fix modifying platform resource data
 2016-09-30 14:23 UTC 

[PATCH] spi: pxa2xx: Fix build error because of missing header
 2016-09-29 18:04 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Fix build error because of missing header" to the spi tree

[PATCH 1/1] spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep
 2016-09-29 18:04 UTC  (2+ messages)
  ` Applied "spi: sc18is602: Change gpiod_set_value to gpiod_set_value_cansleep" to the spi tree

[PATCH -next] spi: imx: fix error return code in spi_imx_probe()
 2016-09-28 18:27 UTC  (3+ messages)
  ` Applied "spi: imx: fix error return code in spi_imx_probe()" to the spi tree

[PATCH v2] spi: pxa2xx: Add support for GPIO descriptor chip selects
 2016-09-28 16:50 UTC  (2+ messages)

[PATCH] spi-fsl-dspi: add slave support
 2016-09-26 21:03 UTC 

[PATCH] spi: imx: Gracefully handle NULL master->cs_gpios
 2016-09-26 16:15 UTC  (2+ messages)
  ` Applied "spi: imx: Gracefully handle NULL master->cs_gpios" to the spi tree

[PATCH] spi: pxa2xx: Add support for GPIO descriptor chip selects
 2016-09-26 16:15 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Add support for GPIO descriptor chip selects" to the spi tree

[PATCH v3 10/15] spi: fsl-espi: improve the ISR frame
 2016-09-24 18:45 UTC  (2+ messages)

[PATCH/RFC v2 0/7] spi: Add slave mode support
 2016-09-22 21:13 UTC  (7+ 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] spi: atmel: use managed resource for gpio chip select
 2016-09-21  8:20 UTC  (2+ messages)

[PATCH] spi: dw: use relaxed IO accessor
 2016-09-19 10:19 UTC  (2+ messages)

[PATCH] spi: bcm-qspi: fix build error
 2016-09-19  9:20 UTC  (2+ messages)

[PATCH 0/4] spi: fsl-espi: further smaller improvements
 2016-09-17 13:42 UTC 

[PATCH] spi: core: Use spi_sync_transfer() in spi_write()/spi_read()
 2016-09-16 17:40 UTC  (2+ messages)
  ` Applied "spi: core: Use spi_sync_transfer() in spi_write()/spi_read()" to the spi tree

[PATCH] spi: bcm-qspi: don't include linux/mtd/cfi.h
 2016-09-16 17:40 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: don't include linux/mtd/cfi.h" to the spi tree

[PATCH] spi: bcm-qspi: fix suspend/resume #ifdef
 2016-09-16 17:40 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: fix suspend/resume #ifdef" to the spi tree

[PATCH -next] spi: bcm-qspi: Fix return value check in bcm_qspi_probe()
 2016-09-16 17:40 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Fix return value check in bcm_qspi_probe()" to the spi tree

[PATCH -next] spi: bcm-qspi: Fix error return code in bcm_qspi_probe()
 2016-09-16 17:40 UTC  (2+ messages)
  ` Applied "spi: bcm-qspi: Fix error return code in bcm_qspi_probe()" to the spi tree

linux-next: Tree for Sep 16 (spi/spi-bcm-qspi.c)
 2016-09-16 16:26 UTC 

[PATCH 0/2] spi: meson: Add Amlogic GXBB compatible
 2016-09-16 15:33 UTC  (6+ messages)
` [PATCH 1/2] dt-bindings: spi-meson: Add GXBB Compatible string

[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 


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