linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-04-14 06:29:58 to 2014-05-15 00:37:22 UTC [more...]

[PATCH v2 1/3] lib/crc7: Shift crc7() output left 1 bit
 2014-05-15  0:37 UTC  (13+ messages)
    ` [PATCH 2/3] drivers/mmc/host/mmc_spi.c: Use get/put_unaligned_be32
    ` [PATCH 3/3] drivers/net/wireless/ti/wl*/spi.c: Simplify CRC computation

[GIT PULL] SPI fixes for v3.15
 2014-05-14 16:08 UTC 

[PATCH 0/4] spi: qup: Fixes and new version support
 2014-05-14 15:17 UTC  (8+ messages)
` [PATCH 3/4] spi: qup: Fix order of spi_register_master
  ` [PATCH 1/4] spi: qup: Remove chip select function
  ` [PATCH 2/4] spi: qup: Correct selection of FIFO/Block mode
  ` [PATCH 4/4] spi: qup: Add support for v1.1.1

[PATCH] spi: dw: Remove unused dw_spi_cleanup function
 2014-05-12 21:04 UTC  (3+ messages)

[PATCH 1/2] mtd: m25p80: Revive dual read support
 2014-05-12 20:22 UTC  (5+ messages)
  ` [PATCH 2/2] mtd: spi-nor: Enable Dual and Quad SPI read transfers for s25sl032p

Support of Micron SPI flash (size > 16MB)
 2014-05-09 10:44 UTC 

[PATCH] spi: Force the registration of the spidev devices
 2014-05-08  2:22 UTC  (21+ messages)

[PATCH 1/6] spi: fsl-dspi: Make of_device_id array const
 2014-05-07 19:53 UTC  (9+ messages)
  ` [PATCH 2/6] spi: spi-gpio: "
  ` [PATCH 3/6] spi: qup: "
  ` [PATCH 4/6] spi: tegra114: "
  ` [PATCH 5/6] spi: tegra20-sflash: "
  ` [PATCH 6/6] spi: tegra20-slink: "

[PATCH] spi: atmel: fix incorrect comparison
 2014-05-07 19:50 UTC  (3+ messages)

[PATCH v2 2/2] spi: sirf: decrease the interrupt count and latency of PIO mode
 2014-05-06  1:10 UTC  (3+ messages)

[PATCH 0/7] spi: remove unnecessary OOM messages
 2014-05-03 21:48 UTC  (11+ messages)
  ` [PATCH 1/7] spi: pl022: "
  ` [PATCH 2/7] spi: pxa2xx: "
  ` [PATCH 3/7] spi: s3c24xx: "
  ` [PATCH 4/7] spi: s3c64xx: "
  ` [PATCH 5/7] spi: sh-msiof: "
  ` [PATCH 6/7] spi: tle62x0: "
  ` [PATCH 7/7] spi: topcliff-pch: "

[PATCH] spi: qup: Fix return value checking for pm_runtime_get_sync()
 2014-05-03 16:53 UTC  (2+ messages)

[PATCH] spi: core: Protect DMA code by #ifdef CONFIG_HAS_DMA
 2014-05-03  1:52 UTC  (4+ messages)

Possible race condition when accessing SPI NOR Flash ?
 2014-05-02 14:52 UTC 

[PATCH] spi: core: Don't destroy master queue if we fail to create it
 2014-05-01 19:03 UTC  (3+ messages)

[PATCH] spi: Fix hung task timeout when initialization fails
 2014-05-01 16:09 UTC  (2+ messages)

[PATCH] spi: Fix hung task timeout when initialization fails
 2014-05-01 16:03 UTC  (6+ messages)

MCSPI1_CS1 configuration
 2014-04-30 18:48 UTC 

[PATCH v2 00/10] mtd: spi-nor: Add the DDR quad read support
 2014-04-29  6:54 UTC  (17+ messages)
` [PATCH v2 03/10] mtd: spi-nor: add "
  ` [PATCH v2 01/10] mtd: spi-nor: fix the wrong dummy value
  ` [PATCH v2 02/10] mtd: spi-nor: add a new field for spi_nor{}
  ` [PATCH v2 04/10] Documentation: mtd: add a new document for SPI NOR flash
  ` [PATCH v2 05/10] Documentation: fsl-quadspi: update the document
  ` [PATCH v2 06/10] mtd: fsl-quadspi: use the information stored in spi-nor{}
  ` [PATCH v2 07/10] mtd: fsl-quadspi: add the DDR quad read support for Spansion NOR
  ` [PATCH v2 08/10] mtd: spi-nor: add more read transfer flags for n25q256a
  ` [PATCH v2 09/10] mtd: spi-nor: add DDR quad read support for Micron
  ` [PATCH v2 10/10] mtd: fsl-quadspi: "

[PATCH v3 0/5] spi: dw: device tree and generic queue support
 2014-04-24 16:40 UTC  (9+ messages)

[PATCH v1 0/7] mtd: spi-nor: Add the DDR quad read support
 2014-04-24 14:27 UTC  (19+ messages)
` [PATCH v1 1/7] mtd: spi-nor: fix the wrong dummy value
` [PATCH v1 2/7] mtd: spi-nor: add DDR quad read support
` [PATCH v1 3/7] Documentation: mtd: add a new document for SPI NOR flash
` [PATCH v1 4/7] Documentation: fsl-quadspi: update the document
` [PATCH v1 5/7] mtd: fsl-quadspi: get the dummy cycles for DDR Quad read from the DT property
` [PATCH v1 6/7] mtd: fsl-quadspi: use the information stored in spi-nor{}
` [PATCH v1 7/7] mtd: fsl-quadspi: add the DDR quad read support

[PATCH] spi-bfin: Add missing gpio.h include
 2014-04-24 12:36 UTC  (5+ messages)

[GIT PULL] spi updates for v3.15
 2014-04-24 11:46 UTC 

[PATCH 0/2] Add PCI mode support for BayTrail LPSS SPI
 2014-04-22 18:21 UTC  (10+ messages)
` [PATCH 1/2] spi/pxa2xx-pci: "
` [PATCH 2/2] spi/pxa2xx-pci: Pass host clock rate info from PCI glue layer

ARM: bcm2835: DMA driver + spi_optimize_message - some questions/info
 2014-04-21 22:20 UTC  (8+ messages)

(unknown)
 2014-04-21 13:26 UTC 

spi-omap2-mcspi hangs when DMA and PIO are used simultaneously
 2014-04-21 13:20 UTC  (3+ messages)

[PATCH] spi: core: Ignore unsupported Dual/Quad Transfer Mode bits
 2014-04-18 17:26 UTC  (2+ messages)

Re: spi-atmel: scheduling while atomic
 2014-04-18 14:42 UTC  (3+ messages)
` [PATCH] spi: atmel: Fix scheduling while atomic bug

[PATCH] Configure FSL eSPI CSBEF and CSAFT
 2014-04-16 21:05 UTC  (2+ messages)

[PATCH] Configure FSL eSPI CSBEF, CSAFT, and whether to send all received data to user
 2014-04-16 17:28 UTC  (2+ messages)

spi: spi-dw: Add support DT support
 2014-04-16 14:26 UTC  (3+ messages)

[PATCH] spi: cadence: Add dependency on ARCH_ZYNQ
 2014-04-15 16:26 UTC  (4+ messages)

[PATCH 1/2] spi: sirf: refactor spi transfer functions
 2014-04-15 11:40 UTC  (4+ messages)
  ` [PATCH 2/2] spi: sirf: decrease the interrupt count and latency of PIO mode

[PATCH v2] spi: cadence: Add dependency on ARM
 2014-04-15 11:19 UTC  (2+ messages)

[PATCH v2] spi: cadence: Add dependency on ARCH_ARM
 2014-04-15 10:40 UTC  (3+ messages)

[PATCH 0/5] spi : sirf: some chip-select, DMA and checkpatch fixes
 2014-04-15 10:12 UTC  (15+ messages)
` [PATCH 1/5] spi: sirf: correct TXFIFO empty interrupt status bit
  ` [PATCH 2/5] spi: sirf: set SPI controller in RISC IO chipselect mode
  ` [PATCH 3/5] spi: sirf: make GPIO chipselect function work well
  ` [PATCH 4/5] spi: sirf: fix line over 80 characters style issue
  ` [PATCH 5/5] spi: sirf: fix spi full-duplex DMA transferring issue

[PATCH v4 1/2] SPI: Add driver for Cadence SPI controller
 2014-04-15  4:17 UTC  (4+ messages)
` [PATCH v4 2/2] devicetree: Add devicetree bindings documentation for Cadence SPI

[PATCH v3 0/2] spi: sh-hspi: Do not specifically request shyway_clk clock
 2014-04-14 20:15 UTC  (6+ messages)
` [PATCH v3 1/2] ARM: shmobile: r8a7778: Use clks as MSTP007 parent
` [PATCH v3 2/2] spi: sh-hspi: Do not specifically request shyway_clk clock

[PATCH] spi: bfin5xx: fix build error
 2014-04-14 19:44 UTC  (2+ messages)

[PATCH v3 1/2] SPI: Add driver for Cadence SPI controller
 2014-04-14  9:11 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).