linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-23 15:09:29 to 2017-03-23 10:36:45 UTC [more...]

[PATCH 1/2] spi: Allow master drivers to set realtime priority
 2017-03-23 10:36 UTC 

Enable DMA for daVinci SPI controller
 2017-03-22 13:30 UTC  (8+ messages)
` [PATCH 3/8] spi: davinci: limit the transfer size if DMA enabled

[PATCH 0/2] spi: imx: native chip selects and devicetree
 2017-03-22  7:09 UTC  (17+ messages)
` [PATCH 1/2] spi: imx: set correct chip_select in platform setup
  ` [PATCH 2/2] spi: imx: fix use of native chip-selects with devicetree

[PATCH] spi: omap2-mcspi: poll OMAP2_MCSPI_CHSTAT_RXS for PIO transfer
 2017-03-22  0:18 UTC 

[PATCH] arm64: dts: hi6220: enable DMA in spi0
 2017-03-21 19:13 UTC 

[PATCH 1/4] spi: pl022: remove nonexistent properties from DT binding example
 2017-03-21 18:46 UTC  (7+ messages)
` [PATCH 2/4] ARM: SPEAr: DT: Remove nonexistent properties
` [PATCH 3/4] arm64: dts: amd: Remove nonexistent property
  ` [PATCH 4/4] arm64: dts: NS2: Remove nonexistent properties
  ` Applied "spi: pl022: remove nonexistent properties from DT binding example" to the spi tree

[PATCH] spi: pl022: Document property values
 2017-03-21 18:46 UTC  (2+ messages)
  ` Applied "spi: pl022: Document property values" to the spi tree

Applied "spi: sun6i: update max transfer size reported" to the spi tree
 2017-03-21 18:46 UTC 

[PATCH] spi: loopback-test: fix potential integer overflow on multiple
 2017-03-21 18:46 UTC  (2+ messages)
` Applied "spi: loopback-test: fix potential integer overflow on multiple" to the spi tree

spi: spidev_test: add option to continuously transfer data - v2
 2017-03-21 18:46 UTC  (3+ messages)
  ` [PATCH v2] spi: spidev_test: add option to continuously transfer data
      ` Applied "spi: spidev_test: add option to continuously transfer data" to the spi tree

[PATCHv2 0/2] spi: imx: native chip selects and devicetree
 2017-03-21 12:43 UTC  (3+ messages)
  ` [PATCHv2 1/2] spi: imx: fix use of native chip-selects with devicetree
  ` [PATCHv2 2/2] spi: imx: document use of native chip-selects in devicetree

[PATCH] spi: sun6i: update max transfer size reported
 2017-03-21  7:24 UTC  (2+ messages)

(unknown),
 2017-03-20 19:40 UTC 

[PATCH] spi: spidev_test: add option to continously transfer data
 2017-03-20 17:30 UTC  (2+ messages)

[PATCH] spi: davinci: add comment about dummy tx buffer usage
 2017-03-17 22:01 UTC  (2+ messages)
` Applied "spi: davinci: add comment about dummy tx buffer usage" to the spi tree

[PATCH] spi: loopback-test: fix compile error on x86
 2017-03-17 21:55 UTC  (2+ messages)
  ` Applied "spi: loopback-test: fix compile error on x86" to the spi tree

[PATCH 0/6] spi: loopback-test: add new tests and bug fixes
 2017-03-17 21:55 UTC  (13+ messages)
  ` [PATCH 1/6] spi: loopback-test: correct mismatched test description and configuration
      ` Applied "spi: loopback-test: correct mismatched test description and configuration" to the spi tree
  ` [PATCH 2/6] spi: loopback-test: don't skip comparing the first byte of rx_buf
      ` Applied "spi: loopback-test: don't skip comparing the first byte of rx_buf" to the spi tree
  ` [PATCH 3/6] spi: loopback-test: add ability to test zero-length transfer
      ` Applied "spi: loopback-test: add ability to test zero-length transfer" to the spi tree
  ` [PATCH 4/6] spi: loopback-test: test zero-length transfer
      ` Applied "spi: loopback-test: test zero-length transfer" to the spi tree
  ` [PATCH 5/6] spi: loopback-test: add elapsed time check
      ` Applied "spi: loopback-test: add elapsed time check" to the spi tree
  ` [PATCH 6/6] spi: loopback-test: add test spi_message with delay after transfers
      ` Applied "spi: loopback-test: add test spi_message with delay after transfers" to the spi tree

[PATCH] spi: Add spi-bits-per-word binding
 2017-03-17 21:21 UTC  (8+ messages)

[spi:topic/loopback 10/10] drivers/spi/spi-loopback-test.c:983:3: error: implicit declaration of function 'vmalloc'
 2017-03-16 14:52 UTC 

[PATCH v3 0/6] Enable DMA for daVinci SPI controller
 2017-03-16 14:11 UTC  (12+ messages)
  ` [PATCH v3 1/6] spi: davinci: Use SPI framework to handle DMA mapping
    ` Applied "spi: davinci: Use SPI framework to handle DMA mapping" to the spi tree
  ` [PATCH v3 2/6] spi: davinci: enable DMA when channels are defined in DT
  ` [PATCH v3 3/6] spi: davinci: use rx buffer as dummy tx buffer
  ` [PATCH v3 4/6] spi: davinci: do not use DMA if transfer length is less than 16
      ` Applied "spi: davinci: do not use DMA if transfer length is less than 16" to the spi tree
  ` [PATCH v3 5/6] spi: davinci: do not use DMA for vmalloc'ed buffers
      ` Applied "spi: davinci: do not use DMA for vmalloc'ed buffers" to the spi tree
  ` [PATCH v3 6/6] spi: loopback-test: add option to use vmalloc'ed buffers
      ` Applied "spi: loopback-test: add option to use vmalloc'ed buffers" to the spi tree

[PATCH] spi: spidev: Add sx1301 to device tree compatibility list
 2017-03-16 14:11 UTC  (2+ messages)
  ` Applied "spi: spidev: Add sx1301 to device tree compatibility list" to the spi tree

[PATCH v2 3/6] spi: davinci: use rx buffer as dummy tx buffer
 2017-03-15 19:37 UTC  (2+ messages)
  ` Applied "spi: davinci: use rx buffer as dummy tx buffer" to the spi tree

[PATCH] [v2] mtd: spi-nor: don't include linux/mtd/cfi.h from header
 2017-03-15 10:40 UTC 

[RFC PATCH 0/2] mtd: spi-nor: Handle vmalloc'd buffers
 2017-03-14 13:21 UTC  (35+ messages)
` [RFC PATCH 1/2] mtd: spi-nor: Introduce bounce buffer to handle "
` [RFC PATCH 2/2] mtd: devices: m25p80: Enable spi-nor bounce buffer support

[RFC] spi: imx: fix use of native chip-selects with devicetree
 2017-03-14  8:32 UTC  (4+ messages)

[PATCH] spi: lantiq-ssc: add LTQ_ prefix to defines
 2017-03-13 16:57 UTC  (2+ messages)
  ` Applied "spi: lantiq-ssc: add LTQ_ prefix to defines" to the spi tree

[PATCH 1/3] spi/bcm63xx-hsspi: allow providing clock rate through a second clock
 2017-03-13 16:57 UTC  (12+ messages)
` [PATCH 2/3] dt-bindings: spi: document bcm63xx HS SPI devicetree bindings
` [PATCH 3/3] spi/bcm63xx-hsspi: allow for probing through devicetree
  ` Applied "spi/bcm63xx-hsspi: allow providing clock rate through a second clock" to the spi tree

[PATCH V2 1/3] spi/bcm63xx-hsspi: allow providing clock rate through a second clock
 2017-03-13 16:57 UTC  (6+ messages)
  ` [PATCH V2 2/3] dt-bindings: spi: document bcm63xx HS SPI devicetree bindings
      ` Applied "spi/bcm63xx-hsspi: document bcm63xx HS SPI devicetree bindings" to the spi tree
  ` [PATCH V2 3/3] spi/bcm63xx-hsspi: allow for probing through devicetree
      ` Applied "spi/bcm63xx-hsspi: allow for probing through devicetree" to the spi tree

[PATCH] spi: fsl: Call irq_dispose_mapping in err path
 2017-03-13 16:57 UTC  (2+ messages)
  ` Applied "spi: fsl: Call irq_dispose_mapping in err path" to the spi tree

[PATCH] spi: xlp: update for ARCH_VULCAN2
 2017-03-13 16:57 UTC  (2+ messages)
` Applied "spi: xlp: update for ARCH_VULCAN2" to the spi tree

[PATCH 2/2] spi: davinci: enable DMA when channels are defined in DT
 2017-03-13 16:43 UTC  (6+ messages)
` Applied "spi: davinci: enable DMA when channels are defined in DT" to the spi tree

[PATCH v6 0/3] Add spi-nor flash device pm support
 2017-03-09 20:03 UTC  (9+ messages)
` [PATCH v6 1/3] mtd: spi-nor: Add spi-nor init function
` [PATCH v6 2/3] mtd: spi-nor: Add spi-nor flash device synchronization between flash states
  ` [PATCH v6 3/3] mtd: spi-nor: Add spi-nor mtd suspend and resume handlers

spi-sun4i: how/where to set the bus number of spi_master ?
 2017-03-08  7:16 UTC  (2+ messages)

Applied "spi: sun6i: Allow transfers larger than FIFO size" to the spi tree
 2017-03-07 12:27 UTC 

[PATCH] spi: sun6i: Allow transfers larger than FIFO size
 2017-03-07 10:18 UTC  (2+ messages)

[PATCH] iio: adc: add max1117/max1118/max1119 ADC driver
 2017-03-06 14:33 UTC  (2+ messages)

[PATCH] spi: sc18is602: Add OF device ID table
 2017-03-06 10:47 UTC  (2+ messages)
` Applied "spi: sc18is602: Add OF device ID table" to the spi tree

Applied "spi: allow attaching device properties to SPI board info" to the spi tree
 2017-03-06 10:47 UTC 

Applied "spi: allow registering empty spi_board_info lists" to the spi tree
 2017-03-06 10:47 UTC 

[PATCH] spi: zynqmp: Add runtime support
 2017-03-03  5:13 UTC  (3+ messages)

[PATCHv2] spi: zynqmp: Add runtime support
 2017-03-03  5:11 UTC 

[PATCH v2] ARM: spi/sun7i: Add Master Sample Data Mode for SPI
 2017-03-02 22:00 UTC  (5+ messages)

[PATCH v3 0/2] Allow specifying properties with spi_register_board_info
 2017-02-28 22:25 UTC  (3+ messages)
` [PATCH v3 1/2] spi: allow attaching device properties to SPI board info
` [PATCH v3 2/2] spi: allow registering empty spi_board_info lists

[PATCH v2 0/3] Allow specifying properties with spi_register_board_info
 2017-02-28 22:12 UTC  (12+ messages)
` [PATCH v2 1/3] spi: allow attaching device properties to SPI board info
` [PATCH v2 2/3] spi: allocate spi_board_info entries one by one
` [PATCH v2 3/3] spi: allow registering empty spi_board_info lists

[PATCH 1/3] spi: allow attaching device properties to SPI board info
 2017-02-28  4:11 UTC  (4+ messages)
` [PATCH 2/3] spi: allocate spi_board_info entries one by one
  ` [PATCH 3/3] spi: allow registering empty spi_board_info lists

Handling vmalloc'd buffers in spi-nor
 2017-02-26 15:55 UTC  (2+ messages)

[PATCH v5 0/2] Added support for spi-nor device pm in m25p80
 2017-02-23 22:06 UTC  (4+ messages)
` [PATCH v5 1/2] mtd: spi-nor: Added spi-nor init function

SPI fix needed in kernel (DragonBoard 410c)
 2017-02-23 17:41 UTC  (2+ messages)

RE:
 2017-02-23 15:09 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).