linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-03 14:14:51 to 2015-03-20 12:16:32 UTC [more...]

[PATCH 0/2] spi: Add driver for Routerboard RB4xx boards
 2015-03-20 12:16 UTC  (2+ messages)
` [PATCH 1/2] spi: Add SPI driver for Mikrotik RB4xx series boards

[PATCH] SPI: BCM2835: fix all checkpath --strict messages
 2015-03-20  9:52 UTC  (12+ messages)
  ` [PATCH V2] SPI: BCM2835: allow arbitrary GPIO to act as SPI-chip_select
  ` [PATCH] SPI: BCM2835: clock divider can be a multiple of 2
  ` [PATCH] SPI: BCM2835: enable support of 3-wire mode

[RESEND_2 PATCH 1/3] ARM: sun4i: spi: Allow transfers larger than FIFO size
 2015-03-20  7:11 UTC  (2+ messages)

Patch to parameterize DMA_MIN_BYTES for omap2-mcspi
 2015-03-19 18:51 UTC  (8+ messages)

[PATCH] spi: trigger trace event for message-done before mesg->complete
 2015-03-19 11:51 UTC  (8+ messages)

[PATCH 09/13] spi: atmel: use endian agnostic IO
 2015-03-19  8:53 UTC  (3+ messages)

[PATCH/RFC] spi: sh-msiof: Fix MSIOF address for DMAC
 2015-03-19  6:52 UTC  (3+ messages)

[PATCH] spi: fsl-spi: use of_iomap() to map parameter ram on CPM1
 2015-03-18 12:03 UTC  (6+ messages)

[PATCH] spi: sh-msiof: Fix limit maximum word transfer size of FIFO size
 2015-03-18 10:51 UTC  (8+ messages)

[PATCH v3 0/7] spi: dw: make DMA working
 2015-03-17 12:31 UTC  (11+ messages)
  ` [PATCH v3 1/7] spi: dw-mid: convert value of dma_width to enum dma_slave_buswidth
  ` [PATCH v3 2/7] spi: dw-mid: split dma_setup() from dma_transfer()
  ` [PATCH v3 3/7] spi: dw-mid: take care of FIFO overrun/underrun when do DMA
  ` [PATCH v3 4/7] spi: dw-mid: clear ongoing DMA transfers on timeout
  ` [PATCH v3 5/7] spi: dw-mid: move to use core SPI DMA mappings
  ` [PATCH v3 6/7] spi: dw-mid: convert to use dw_dmac instead of intel_mid_dma
  ` [PATCH v3 7/7] dmaengine: intel-mid-dma: remove the driver

[PATCHv5] spi: Convert DesignWare SPI driver to 32-bit accesses
 2015-03-17 12:27 UTC  (4+ messages)
  ` [PATCHv5] spi: dw-spi: Convert 16bit accesses to 32bit accesses

[PATCH 00/35 linux-next] constify of_device_id array
 2015-03-17 12:15 UTC  (3+ messages)
  ` [PATCH 15/35 linux-next] spi: "

[PATCH 1/2] spi: qup: Fix cs-num DT property parsing
 2015-03-17 11:02 UTC  (13+ messages)
` [PATCH 2/2] spi: qup: Request CS GPIO's during probe

[PATCH 1/2] SPI: control CS via standard GPIO operations instead of SPI-HW
 2015-03-17  8:03 UTC  (11+ messages)
  ` [PATCH 2/2] dt/bindings: "

[PATCH 04/10] pm: domains: sync runtime PM status with PM domains after probe
 2015-03-13 17:33 UTC  (2+ messages)

[PATCH v2] spi: Ensure that CS line is in non-active state after spi_setup()
 2015-03-13 16:43 UTC 

[PATCHv4] spi: Convert Designware SPI driver to 32-bit accesses
 2015-03-12 10:26 UTC  (3+ messages)
  ` [PATCHv4] spi: dw-spi: Convert 16bit accesses to 32bit accesses

[PATCHv3] spi: dw-spi: Convert to 32-bit register accesses
 2015-03-11 21:11 UTC  (4+ messages)
  ` [PATCHv3] spi: dw-spi: Convert 16bit accesses to 32bit accesses

[RFC/PATCHv2 0/3] spi: spi-dw: Select 16b or 32b register access
 2015-03-11 10:27 UTC  (20+ messages)
  ` [RFC/PATCHv2 1/3] spi: dw-spi: Single Register read to clear IRQs
  ` [RFC/PATCHv2 2/3] dt-binding: spi: spi-dw: Select 16b or 32b access for Designware SPI
  ` [RFC/PATCHv2 3/3] spi: dw-spi: Pointers select 16b vs. 32b DesignWare access

[PATCHv2 0/4] spi: spidev_test: Added functionalities
 2015-03-10 20:55 UTC  (9+ messages)
` [PATCHv2 1/4] Cleaned hexadecimal dump
    ` [PATCHv2 2/4] Added verbose output
      ` [PATCHv2 3/4] Added input buffer from the terminal
        ` [PATCHv2 4/4] Moved spidev_tool.c to tools/spi

Fixing eSPI controller driver: some queries
 2015-03-09 20:34 UTC  (4+ messages)

[PATCH 0/4] spi: spidev_test: Added functionalities
 2015-03-09 18:40 UTC  (11+ messages)
` [PATCH 1/4] Cleaned hexadecimal dump
  ` [PATCH 2/4] Added verbose output
    ` [PATCH 3/4] Added input buffer from the terminal
      ` [PATCH 4/4] Moved spidev_tools.c to tools/spi

[PATCH v2] spi: cadence: Remove Kconfig dependency
 2015-03-09 18:09 UTC  (2+ messages)

[GIT PULL] spi fixes for v4.0
 2015-03-09 18:08 UTC 

[RFC PATCH] spi: Ensure that CS line is in non-active state after setup
 2015-03-09 12:11 UTC  (4+ messages)

[PATCH v4 0/3] spi: dw: refactor to use SPI core message handling
 2015-03-09 11:41 UTC  (9+ 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 1/3] spi: imx: Fix DMA transfer
 2015-03-09 10:31 UTC  (2+ messages)

[PATCH v4] spi: qup: Add DMA capabilities
 2015-03-09  9:12 UTC  (7+ messages)

[PATCH 1/2] spi: Use PM ops instead of legacy suspend/resume
 2015-03-08 19:58 UTC  (3+ messages)
  ` [PATCH 2/2] spi: Remove support for legacy PM

[PATCH] spi: xilinx: Use standard num-cs binding
 2015-03-08 19:00 UTC  (2+ messages)

[PATCH v2, resend for stable 1/1] spi: dw-mid: clear BUSY flag fist and test other one
 2015-03-07 19:14 UTC  (3+ messages)

[PATCH] spi: spidev_test: Added functionalities
 2015-03-07 17:59 UTC  (5+ messages)

[PATCH v2 0/9] spi: dw: make DMA working
 2015-03-07 11:04 UTC  (8+ 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

[RFC/PATCH 0/2] spi: spi-dw: Select 16b or 32b register access
 2015-03-06 23:06 UTC  (12+ messages)
` [RFC/PATCH 2/2] spi: dw-spi: Pointers select 16b vs. 32b DesignWare access
  ` [RFC/PATCH 1/2] dt-binding: spi: spi-dw: Select 16b or 32b access for Designware SPI

[PATCH 4/4] spi: pl022: Fix race in giveback() leading to driver lock-up
 2015-03-06 19:49 UTC  (2+ messages)

[PATCH 3/4] spi: pl022: Remove dead code
 2015-03-06 19:45 UTC  (2+ messages)

[PATCH 2/4] spi: pl022: Don't touch unspecified bits in interrupt mask
 2015-03-06 19:44 UTC  (2+ messages)

[PATCH 1/4] spi: pl022: Remove incorrect TxFIFO full reporting
 2015-03-06 19:44 UTC  (2+ messages)

[PATCH 1/2] spi: introduce master->handle_err() callback
 2015-03-06 19:42 UTC  (2+ messages)

[RESENT PATCH] spi: xilinx: Use standard num-cs binding
 2015-03-05 13:10 UTC 

[PATCH v3] spi: qup: Add DMA capabilities
 2015-03-04  9:37 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)


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