linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-20 16:03:46 to 2015-12-02 10:00:42 UTC [more...]

[RFC v02 00/15] dmaengine: New 'universal' API for requesting channel
 2015-12-02 10:00 UTC  (47+ messages)
` [RFC v02 01/15] dmaengine: core: Allow NULL mask pointer in __dma_device_satisfies_mask()
` [RFC v02 02/15] dmaengine: core: Move and merge the code paths using private_candidate
` [RFC v02 03/15] dmaengine: core: Introduce new, universal API to request a channel
` [RFC v02 04/15] dmaengine: edma: Add support for DMA filter mapping to slave devices
` [RFC v02 05/15] ARM: davinci: devices-da8xx: Add dma_filter_map to edma
` [RFC v02 06/15] ARM: davinci: dm355: "
` [RFC v02 07/15] ARM: davinci: dm365: "
` [RFC v02 08/15] ARM: davinci: dm644x: "
` [RFC v02 09/15] ARM: davinci: dm646x: "
` [RFC v02 10/15] mmc: davinci_mmc: Use dma_request_chan() to requesting DMA channel
` [RFC v02 11/15] spi: davinci: "
` [RFC v02 12/15] ARM: davinci: devices-da8xx: Remove DMA resources for MMC and SPI
` [RFC v02 13/15] ARM: davinci: devices: Remove DMA resources for MMC
` [RFC v02 14/15] ARM: davinci: dm355: Remove DMA resources for SPI
` [RFC v02 15/15] ARM: davinci: dm365: "

[PATCH v5 00/10] add error checking to spi-nor read and write
 2015-12-02  9:55 UTC  (17+ messages)
` [PATCH v5 01/10] mtd: spi-nor: change return value of read/write
` [PATCH v5 03/10] mtd: fsl-quadspi: return amount of data read/written or error
` [PATCH v5 04/10] mtd: spi-nor: check return value from read/write
` [PATCH v5 02/10] mtd: m25p80: return amount of data transferred or error in read/write
` [PATCH v5 05/10] mtd: spi-nor: stop passing around retlen
` [PATCH v5 06/10] mtd: spi-nor: simplify write loop
` [PATCH v5 07/10] mtd: spi-nor: add read loop
` [PATCH v5 10/10] spi: m25p80: read in spi_max_transfer_size chunks
` [PATCH v5 09/10] spi: fsl-espi: expose maximum transfer size limit
` [PATCH v5 08/10] spi: expose master transfer size limitation

[PATCH 0/3] spi: spi-message transformation framework
 2015-12-02  7:30 UTC  (8+ messages)
  ` [PATCH 1/3] spi: added spi_resource management
  ` [PATCH 2/3] spi: add initial set of spi_transfer transformation methods
  ` [PATCH 3/3] spi: bcm2835: moved to the spi_transfer transformation to avoid HW restrictions

[PATCH] spi: omap2-mcspi: Prevent duplicate gpio_request
 2015-12-01 23:00 UTC  (2+ messages)
  ` Applied "spi: omap2-mcspi: Prevent duplicate gpio_request" to the spi tree

[PATCH 0/2] spi: Fix multi probing with overlays
 2015-12-01 23:00 UTC  (5+ messages)
  ` [PATCH 1/2] spi: Uninline spi_unregister_device()
      ` Applied "spi: Uninline spi_unregister_device()" to the spi tree
  ` [PATCH 2/2] spi: Mark instantiated device nodes with OF_POPULATE
      ` Applied "spi: Mark instantiated device nodes with OF_POPULATE" to the spi tree

[PATCH 2/2] spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions
 2015-12-01 18:56 UTC 

[PATCH v2 1/2] spi: core: add max_msg_size to spi_master
 2015-12-01 18:55 UTC 

RfC: Handle SPI controller limitations like maximum message length
 2015-12-01 18:53 UTC  (42+ messages)
                              ` [PATCH 0/3] spi: mtd: Handle HW message length restrictions
                              ` [PATCH 1/3] spi: core: add max_msg_size to spi_master
                              ` [PATCH 2/3] mtd: m25p80: handle HW message size restrictions
                              ` [PATCH 3/3] spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions
                              ` [PATCH v2 1/2] spi: core: add max_msg_size to spi_master
                              ` [PATCH resubmit 2/2] spi: fsl-espi: make use of max_msg_size in spi_master to handle HW restrictions

[PATCH v4 0/5] Add memory mapped read support for ti-qspi
 2015-12-01 16:39 UTC  (13+ messages)
` [PATCH v4 1/5] spi: introduce accelerated read support for spi flash devices
` [PATCH v4 2/5] spi: spi-ti-qspi: add mmap mode read support
  ` [PATCH v4 3/5] mtd: devices: m25p80: add support for mmap read request
  ` [PATCH v4 4/5] ARM: dts: DRA7: add entry for qspi mmap region
` [PATCH v4 5/5] ARM: dts: AM4372: "

[PATCH v4 0/7] Improvements for SPI IMX driver for Freescale IMX51, IMX53 and IMX6
 2015-11-30 23:35 UTC  (10+ messages)
  ` [PATCH v4 1/7] spi: imx: Fix DMA transfer
  ` [PATCH v4 2/7] spi: imx: replace fixed timeout with calculated one
` [PATCH v4 3/7] spi: imx: add support for all SPI word width for DMA transfer
` [PATCH v4 4/7] spi: imx: add function to check for IMX51 family controller
` [PATCH v4 5/7] spi: imx: Add support for loopback for ECSPI controllers
` [PATCH v4 6/7] spi: imx: return error from dma channel request
` [PATCH v4 7/7] spi: imx: defer spi initialization, if DMA engine is pending

[PATCH 00/28] MIPS Boston board support
 2015-11-30 16:39 UTC  (4+ messages)
` [PATCH 17/28] spi: topcliff-pch: allow build for MIPS platforms
    ` Applied "spi: topcliff-pch: allow build for MIPS platforms" to the spi tree

[PATCH] spi: sh-msiof: Add support for SH-Mobile AG5
 2015-11-30 16:23 UTC  (3+ messages)
  ` Applied "spi: sh-msiof: Add support for SH-Mobile AG5" to the spi tree

[PATCH] spi: spidev: Use "%u" to format __u32
 2015-11-30 16:23 UTC  (2+ messages)
  ` Applied "spi: spidev: Use "%u" to format __u32" to the spi tree

[PATCH] spi: dw-mid: constify dw_spi_dma_ops structure
 2015-11-30 12:25 UTC  (3+ messages)
  ` Applied "spi: dw-mid: constify dw_spi_dma_ops structure" to the spi tree

[PATCH] spi: tools: move spidev_test metadata
 2015-11-30 12:25 UTC  (2+ messages)
  ` Applied "spi: tools: move spidev_test metadata" to the spi tree

Dynamically adding SPI buses (was: Re: [PATCH v8 0/8] Device Tree Overlays - 8th time's the charm)
 2015-11-29  9:47 UTC  (3+ messages)

[PATCH 0/2] spi: spi_loopback_test regression test module
 2015-11-27 16:17 UTC  (4+ messages)
  ` [PATCH 1/2] spi: add spi_message_init_no_memset to avoid zeroing the spi_message
  ` [PATCH 2/2] spi: add loopback test driver to allow for spi_master regression tests
  ` [PATCH] spi: add spi-loopback-test to build framework

[PATCH] spi: bugfix: spi_message.transfer_length does not get reset
 2015-11-27 12:55 UTC  (2+ messages)
  ` Applied "spi: bugfix: spi_message.transfer_length does not get reset" to the spi tree

spi: tests driver to test basic alignment/length issues via loopback
 2015-11-26 12:18 UTC  (6+ messages)

[PATCH v3] mfd: cros ec: Lock the SPI bus while holding chipselect
 2015-11-26  9:14 UTC  (4+ messages)

[PATCH 1/4] spi: mediatek: update document devicetree bindings to fix syntax error
 2015-11-25 12:11 UTC  (11+ messages)
` [PATCH 3/4] spi: mediatek: remove needless pair of writel()/readl()
    ` Applied "spi: mediatek: remove needless pair of writel()/readl()" to the spi tree
` [PATCH 4/4] spi: mediatek: revise mtk_spi_probe() failure flow
    ` Applied "spi: mediatek: revise mtk_spi_probe() failure flow" to the spi tree
  ` Applied "spi: mediatek: update document devicetree bindings to fix syntax error" "

[PATCH v3] spi: mediatek: revise mtk_spi_probe() failure flow
 2015-11-25  9:50 UTC 

[PATCH v2] spi: mediatek: revise mtk_spi_probe() failure flow
 2015-11-25  9:14 UTC  (4+ messages)

Handling clocks on external busses
 2015-11-24 17:37 UTC 

[PATCH v2] mfd: cros ec: Lock the SPI bus while holding chipselect
 2015-11-24 17:00 UTC  (2+ messages)

[PATCH] spi/spi-xilinx: Use a cached copy of CR register
 2015-11-24 12:51 UTC  (3+ messages)

[PATCH] spi: davinci: fix spurious i/o error
 2015-11-24 12:27 UTC  (2+ messages)

[PATCH v2 2/6] spi: spidev_test: transfer_escaped_string function
 2015-11-23 14:54 UTC  (2+ messages)
  ` Applied "spi: spidev_test: transfer_escaped_string function" to the spi tree

Applied "spi: Move spi code from Documentation to tools" to the spi tree
 2015-11-23 14:54 UTC 

[PATCH v2 3/6] spi: spidev_test: accept input from a file
 2015-11-23 14:54 UTC  (2+ messages)
  ` Applied "spi: spidev_test: accept input from a file" to the spi tree

[PATCH v2 4/6] spi: spidev_test: output to a file
 2015-11-23 14:54 UTC  (2+ messages)
  ` Applied "spi: spidev_test: output to a file" to the spi tree

[PATCH v2 5/6] spi: spidev_test: check error
 2015-11-23 14:54 UTC  (2+ messages)
  ` Applied "spi: spidev_test: check error" to the spi tree

[PATCH v2 6/6] spi: spidev_test: fix whitespace
 2015-11-23 14:54 UTC  (2+ messages)
  ` Applied "spi: spidev_test: fix whitespace" to the spi tree

[PATCH] spi: pl022: handle EPROBE_DEFER for dma
 2015-11-23 11:41 UTC  (2+ messages)
  ` Applied "spi: pl022: handle EPROBE_DEFER for dma" to the spi tree

[PATCH] spi: dts: sun4i: Add support for inter-word wait cycles
 2015-11-23  9:14 UTC  (11+ messages)
` [PATCH] spi: dts: sun4i: Add support for inter-word wait cycles using the SPI Wait Clock Register
  ` [linux-sunxi] "

[PATCH 2/4] spi: mediatek: remove unrequired description
 2015-11-21 14:03 UTC  (2+ messages)
  ` Applied "spi: mediatek: remove unrequired description" to the spi tree

[PATCH] spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe
 2015-11-20 18:20 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Remove redundant call to lpss_ssp_setup() in probe" 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).