linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-01 13:02:07 to 2015-03-04 16:40:03 UTC [more...]

[PATCH 1/2] SPI: control CS via standard GPIO operations instead of SPI-HW
 2015-03-04 16:40 UTC 

[PATCH v4] spi: qup: Add DMA capabilities
 2015-03-04 10:02 UTC 

[PATCH v3] spi: qup: Add DMA capabilities
 2015-03-04  9:37 UTC  (3+ messages)

[PATCH] spi: fsl-spi: use of_iomap() to map parameter ram on CPM1
 2015-03-04  8:00 UTC  (3+ messages)

[PATCH] spi: img-spfi: Remove udelay in soft reset
 2015-03-03 14:27 UTC  (2+ messages)

[PATCH] spi: img-spfi: Verify max spfi transfer length
 2015-03-03 14:26 UTC  (2+ messages)

[PATCH] spi - fix a typo in comment
 2015-03-03 14:14 UTC  (2+ messages)

[PATCH] spi: spi-pxa2xx: Fix potential NULL handler data in pump_transfers
 2015-03-03 10:02 UTC  (2+ messages)

[PATCH] spi: spi-imx: use correct enumeration type
 2015-03-03  9:58 UTC  (2+ messages)

[PATCH v2 0/9] spi: dw: make DMA working
 2015-03-02 18:16 UTC  (10+ messages)
  ` [PATCH v2 1/9] spi: dw-mid: avoid potential NULL dereference
  ` [PATCH v2 2/9] spi: dw-mid: clear BUSY flag fist and test other one
  ` [PATCH v2 3/9] spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
  ` [PATCH v2 4/9] spi: dw-mid: split dma_setup() from dma_transfer()
  ` [PATCH v2 5/9] spi: dw-mid: take care of FIFO overrun/underrun when do DMA
  ` [PATCH v2 6/9] spi: dw-mid: clear ongoing DMA transfers on timeout
  ` [PATCH v2 7/9] spi: dw-mid: move to use core SPI DMA mappings
  ` [PATCH v2 8/9] spi: dw-mid: convert to use dw_dmac instead of intel_mid_dma
  ` [PATCH v2 9/9] dmaengine: intel-mid-dma: remove the driver

[PATCH v4 0/3] spi: dw: refactor to use SPI core message handling
 2015-03-02 12:58 UTC  (4+ messages)
  ` [PATCH v4 1/3] spi: dw: make sure SPI controller is enabled
  ` [PATCH v4 2/3] spi: dw: program registers as soon as possible
  ` [PATCH v4 3/3] spi: dw: move to SPI core message handling

[PATCH] spi: spidev_test: Added functionalities
 2015-03-01 20:39 UTC  (6+ messages)

[PATCH 1/3] spi: imx: Fix DMA transfer
 2015-03-01 14:15 UTC  (3+ messages)
  ` [PATCH 2/3] spi: imx: replace fixed timeout with calculated one
  ` [PATCH 3/3] spi: imx: add support for all SPI word width for DMA transfer

[PATCH v3 0/3] spi: dw: refactor to use SPI core message handling
 2015-02-27 20:11 UTC  (5+ messages)
  ` [PATCH v3 1/3] spi: dw: make sure SPI controller is enabled
  ` [PATCH v3 2/3] spi: dw: program registers as soon as possible
  ` [PATCH v3 3/3] spi: dw: move to SPI core message handling

[PATCH 1/2] spi: introduce master->handle_err() callback
 2015-02-27 15:34 UTC  (2+ messages)
  ` [PATCH 2/2] spi/rockchip: do an error handling in proper time

[PATCH 4/4] spi: pl022: Fix race in giveback() leading to driver lock-up
 2015-02-27 15:30 UTC 

[PATCH 3/4] spi: pl022: Remove dead code
 2015-02-27 15:30 UTC 

[PATCH 2/4] spi: pl022: Don't touch unspecified bits in interrupt mask
 2015-02-27 15:30 UTC 

[PATCH 1/4] spi: pl022: Remove incorrect TxFIFO full reporting
 2015-02-27 15:30 UTC 

[PATCH v2] spi: qup: Add DMA capabilities
 2015-02-27 14:46 UTC  (8+ messages)

[PATCH v1 1/1] spi: clarify what driver can do with message->status
 2015-02-26 13:15 UTC  (7+ messages)

[PATCH 0/7] Add SPI support for Colibri modules and DSPI driver fixes
 2015-02-26  8:02 UTC  (3+ messages)
` [PATCH 1/7] ARM: vf610: add second DSPI instance

[PATCH v2 1/1] spi: dw: move to SPI core message handling
 2015-02-26  2:44 UTC  (3+ messages)

[PATCH 1/1] spi: atmel: Fix interrupt setup for PDC transfers
 2015-02-26  2:34 UTC  (2+ messages)

[PATCH v2 1/1] spi: dw: revisit FIFO size detection again
 2015-02-26  2:10 UTC  (2+ messages)

[PATCH v1 1/1] spi: dw: revisit FIFO size detection again
 2015-02-25  9:35 UTC  (4+ messages)

[PATCH] spi: xilinx: Use standard num-cs binding
 2015-02-24 14:52 UTC  (5+ messages)

[PATCH v1 0/5] spi: dw: refactor to use SPI core message handling
 2015-02-24 14:45 UTC  (9+ messages)
  ` [PATCH v1 1/5] spi: dw: move piece of code out of condition
  ` [PATCH v1 2/5] spi: dw: get TX level without an additional variable
  ` [PATCH v1 3/5] spi: dw: refactor code that handles clk_div
  ` [PATCH v1 4/5] spi: dw: always reprogram CTRL0
  ` [PATCH v1 5/5] spi: dw: move to SPI core message handling

[PATCH] spi: sirf: add reset controller dependency
 2015-02-24 14:27 UTC  (12+ messages)

[PATCH 1/1] spi: atmel: Fix interrupt setup for PDC transfers
 2015-02-24 13:40 UTC  (2+ messages)

[PATCH] spi: Enable Cadence SPI driver for ARM64
 2015-02-24 13:22 UTC  (4+ messages)

[PATCH v1 1/1] spi: dw-pci: correct number of chip selects
 2015-02-24  7:59 UTC  (2+ messages)

[PATCH 1/4] serial: imx: checkpatch cleanup
 2015-02-24  1:54 UTC  (15+ messages)
  ` [PATCH 2/4] spi: "
` [PATCH 3/4] spi: imx: Chose DMA bits per word transfered
` [PATCH 4/4] dt: fsl-imx-cspi.txt: Add fsl,spi-dma-bits-per-word

[PATCH] spi: spidev: Convert buf pointers for 32-bit compat SPI_IOC_MESSAGE(n)
 2015-02-23 15:46 UTC  (4+ messages)
  ` [PATCH v2] spi: spidev: only use up TX/RX bounce buffer space when needed

[PATCH] drivers: spi: fix compiler warning in spi-s3c64xx
 2015-02-23 14:21 UTC  (2+ messages)

spi: omap2-mcspi: Missing DMA callbacks with low RTPRIO for spi kthread
 2015-02-23 13:26 UTC 

[PATCH 1/1] drivers: spi: ti-qspi: wait for busy bit clear before data write/read
 2015-02-21  9:29 UTC  (2+ messages)

[PATCH] spi: spidev: only use up TX/RX bounce buffer space when needed
 2015-02-16 14:33 UTC  (8+ messages)

[trivial PATCH] treewide: Remove unnecessary BCMA_CORETABLE_END macro
 2015-02-11 22:38 UTC  (2+ messages)

[PATCH] spi: bcm53xx: use msecs_to_jiffies for conversion
 2015-02-11  2:14 UTC  (2+ messages)

spi: spi-fsl-dspi: new(ish) memory leak in dspi_setup_transfer()
 2015-02-10 18:20 UTC  (3+ messages)

[GIT PULL] spi v3.20
 2015-02-09  7:38 UTC 

[PATCH resend] spi: sc18is602: Support multiple devices on a single I2C bus if DT is configured
 2015-02-06 20:27 UTC 

[PATCH] spi: sc18is602: Support multiple devices on a single I2C bus if DT is configured
 2015-02-06 20:25 UTC 

[PATCH v2] spi: mxs: cleanup wait_for_completion return handling
 2015-02-05 18:05 UTC  (2+ messages)

[PATCH v2] spi: ti-qspi: cleanup wait_for_completion return handling
 2015-02-05 18:04 UTC  (2+ messages)

Backport of spi-fsl-spi bugfix to 3.14.y
 2015-02-05 14:33 UTC  (9+ messages)

[GIT PULL] spi fixes for v3.19
 2015-02-04 21:08 UTC 

[PATCH 1/5] spi: match var type to return type of wait_for_completion
 2015-02-04 20:53 UTC  (10+ messages)
` [PATCH 2/5] spi: mxs: cleanup wait_for_completion return handling
` [PATCH 3/5] spi: sh-msiof: "
  ` [PATCH 4/5] spi: spi-imx: cleanup wait_for_completion handling
` [PATCH 5/5] spi: ti-qspi: cleanup wait_for_completion return handling

[PATCH] spi: spi-pxa2xx: only include mach/dma.h for legacy DMA
 2015-02-04 20:14 UTC  (4+ messages)

[PATCH v2] spi: atmel: cleanup wait_for_completion return handling
 2015-02-04 11:26 UTC  (3+ messages)

[PATCH] spi: img-spfi: same edge bit set to double spfi speeds
 2015-02-04  6:10 UTC  (2+ messages)

[PATCH v1] spi: imx: use pio mode for i.mx6dl
 2015-02-03 12:18 UTC  (2+ messages)

[PATCH] spi: fsl-dspi: Remove possible memory leak of 'chip'
 2015-02-02 20:23 UTC  (3+ messages)

[PATCH] spi: sh-msiof: Update calculation of frequency dividing
 2015-02-02 20:03 UTC  (2+ messages)

imx6dl, spi: read/write problem with SPI-NOR on imx6d
 2015-02-02 12:25 UTC  (3+ messages)

[PATCH v2] spi/xilinx: Fix access invalid memory on xilinx_spi_tx
 2015-02-02 12:17 UTC  (2+ messages)

[PATCH] spi: atmel: cleanup wait_for_completion return handling
 2015-02-02 12:08 UTC  (2+ messages)

[PATCH 1/2 v3] spi: tegra20-sflash: cleanup wait_for_completion return handling
 2015-02-02 11:40 UTC  (2+ messages)

[PATCH 1/2] spi: tegra20-sflash: cleanup wait_for_completion return handling
 2015-02-02  9:15 UTC  (4+ messages)

[PATCH v2] spi: tegra114: cleanup wait_for_completion return handling
 2015-02-02  9:11 UTC  (3+ messages)
` [PATCH 1/2 v2] spi: tegra20-sflash: "
  ` [PATCH 2/2 v2] spi: tegra20-slink: "

[PATCH] spi: tegra114: cleanup wait_for_completion return handling
 2015-02-02  9:04 UTC  (2+ messages)

[PATCH 2/2] spi: tegra20-slink: cleanup wait_for_completion return handling
 2015-02-02  9:03 UTC  (2+ 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).