linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-17 11:52:11 to 2016-07-01 20:19:12 UTC [more...]

[PATCH v5 0/8] ACPI overlays
 2016-07-01 20:19 UTC  (9+ messages)
` [PATCH v5 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [PATCH v5 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v5 4/8] i2c: add support for ACPI reconfigure notifications
  ` [PATCH v5 1/8] Documentation: acpi: add SSDT overlays documentation
  ` [PATCH v5 5/8] spi: add support for ACPI reconfigure notifications
  ` [PATCH v5 6/8] efi: load SSTDs from EFI variables
` [PATCH v5 7/8] acpi: add support for configfs
` [PATCH v5 8/8] acpi: add support for loading SSDTs via configfs

[PATCH v2 0/3] Updated spidev usability patchset
 2016-07-01 19:36 UTC  (29+ messages)
` [PATCH v2 1/3] spi: spidev: fix the check for spidev in dt
` [PATCH v2 2/3] spi: of: allow instantiating slaves without a driver
  ` [PATCH v2 3/3] drivers core: allow id match override when manually binding driver

[PATCH 1/4] spi: Add option to wake a device by toggling CS
 2016-07-01 17:17 UTC  (15+ messages)
` [PATCH 2/4] spi: Document "
` [PATCH 3/4] spi: Add option to insert delay between transactions
` [PATCH 4/4] spi: Document "

[PATCH, V4, 1/5] Documentation: dt: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-07-01 16:07 UTC  (14+ messages)
  ` [PATCH, V4, 2/5] spi: bcm-qspi: Add SPI flash and MSPI driver
  ` [PATCH, V4, 3/5] arm: dts: Add bcm-nsp and bcm958625k support
  ` [PATCH, V4, 4/5] arm64: dts: Add ns2 SoC support
  ` [PATCH, V4, 5/5] mtd: m25p80: Let m25p80_read() fallback to spi transfer

[PATCH] spi: imx: wait_for_completion_timeout(..) for PIO transfers
 2016-07-01 15:01 UTC  (5+ messages)
` Applied "spi: imx: wait_for_completion_timeout(..) for PIO transfers" to the spi tree

[PATCH RESEND] spi: spidev: Allow matching DT compatible strings from ACPI
 2016-07-01 14:50 UTC  (18+ messages)

[PATCH 0/6] clk: sti: Add support for critical clocks
 2016-07-01  9:59 UTC  (7+ messages)
` [PATCH 6/6] spi: st-ssc4: Remove 'no clocking' hack

[PATCH 2/5] spi: s3c64xx: group the CS signalling writes in a single function
 2016-06-30 12:15 UTC  (2+ messages)
` Applied "spi: s3c64xx: group the CS signalling writes in a single function" to the spi tree

[PATCH v2 0/5] s3c64xx: consider the case of a disconnected CS line and some code rework
 2016-06-30 12:15 UTC  (7+ messages)
` [PATCH v2 1/5] spi: s3c64xx: group the CS signalling writes in a single function
` [PATCH v2 2/5] spi: s3c64xx: consider the case when the CS line is not connected
  ` Applied "spi: s3c64xx: consider the case when the CS line is not connected" to the spi tree
` [PATCH v2 3/5] spi: s3c64xx: do not configure the device twice
` [PATCH v2 4/5] spi: s3c64xx: simplify if statement in prepare_transfer function
` [PATCH v2 5/5] spi: s3c64xx: use unsigned type for fifo handling variables

[PATCH 4/5] spi: s3c64xx: do not configure the device twice
 2016-06-30 12:15 UTC  (2+ messages)
` Applied "spi: s3c64xx: do not configure the device twice" to the spi tree

[PATCH 5/5] spi: s3c63xx: simplify if statement in prepare_transfer function
 2016-06-30 12:15 UTC  (2+ messages)
` Applied "spi: s3c64xx: simplify if statement in prepare_transfer function" to the spi tree

[PATCH v4 0/8]
 2016-06-30 11:56 UTC  (11+ messages)
` [PATCH v4 3/8] acpi: add support for ACPI reconfiguration notifiers
` [PATCH v4 4/8] i2c: add support for ACPI reconfigure notifications
` [PATCH v4 5/8] spi: "
` [PATCH v4 6/8] efi: load SSTDs from EFI variables
  ` [PATCH v4 7/8] acpi: add support for configfs
` [PATCH v4 8/8] acpi: add support for loading SSDTs via configfs

[PATCH/RFC 0/6] spi: Add slave mode support
 2016-06-29  9:30 UTC  (9+ messages)
` [PATCH/RFC 1/6] spi: Document DT bindings for SPI controllers in slave mode
` [PATCH/RFC 2/6] spi: core: Add support for registering SPI slave controllers
` [PATCH/RFC 3/6] spi: sh-msiof: Add slave mode support
` [PATCH/RFC 4/6] spi: slave: Add SPI slave handler reporting boot up time
` [PATCH/RFC 5/6] spi: slave: Add SPI slave handler controlling system state
` [PATCH/RFC 6/6] spi: spidev: Allow direct references in DT from SPI slave controllers

[PATCH v4] wlcore: spi: add wl18xx support
 2016-06-28 20:56 UTC  (2+ messages)

[PATCH] spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"
 2016-06-28 19:36 UTC  (2+ messages)
` Applied "spi: loopback-test: fix spelling mistake: "missmatch" -> "mismatch"" to the spi tree

[PATCH] Doc: spi: Fix typo in devicetree/bindings/spi
 2016-06-28 19:36 UTC  (3+ messages)
  ` Applied "spi: Fix typo in devicetree/bindings/spi" to the spi tree

[PATCH 0/3] Another stab at making spidev usable with devicetree
 2016-06-27 19:09 UTC  (27+ messages)
` [PATCH 1/3] spi: spidev: fix the check for spidev in dt
` [PATCH 2/3] spi: of: allow instantiating slaves without a driver
` [PATCH 3/3] drivers core: allow id match override when manually binding driver

[RFC] [PATCH v2 0/3] scatterlist: Add support to clone sg_table
 2016-06-27 14:54 UTC  (4+ messages)
  ` [RFC] [PATCH v2 1/3] scatterlist: Add support to clone scatterlist
  ` [RFC] [PATCH v2 2/3] spi: omap2-mcspi: Add comments for RX only DMA buffer workaround
` [RFC] [PATCH v2 3/3] spi: omap2-mcspi: Use the SPI framework to handle DMA mapping

[PATCH 0/5] SPI CS line logical change and s3c64xx code rework
 2016-06-27 14:08 UTC  (10+ messages)
` [PATCH 1/5] spi: do not fail if the CS line is not connected

[PATCH] spi: spi-ti-qspi: spelling mistake: "trasnfers" -> "transfers"
 2016-06-26 12:03 UTC  (2+ messages)
` Applied "spi: ti-qspi: spelling mistake: "trasnfers" -> "transfers"" to the spi tree

[PATCH] spi: Improve DT binding documentation
 2016-06-22 15:29 UTC  (2+ messages)
  ` Applied "spi: Improve DT binding documentation" to the spi tree

[PATCH] spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata
 2016-06-22 15:29 UTC  (2+ messages)
  ` Applied "spi: sh-msiof: Remove sh_msiof_spi_priv.chipdata" to the spi tree

[RFC] [PATCH 0/3] scatterlist: Add support to clone sg_table
 2016-06-22 15:18 UTC  (5+ messages)
` [RFC] [PATCH 1/3] lib/scatterlist: "
` [RFC] [PATCH 2/3] spi: omap2-mcspi: Add comments for RX only DMA buffer workaround
` [RFC] [PATCH 3/3] spi: omap2-mcspi: Use the SPI framework to handle DMA mapping

[PATCH] spi: spidev: Allow matching DT compatible strings from ACPI
 2016-06-22 15:14 UTC  (3+ messages)

[RFC] regmap: Add regmap_pipe_read API
 2016-06-22 10:06 UTC  (8+ messages)

[PATCHv3] wlcore: spi: add wl18xx support
 2016-06-22  6:05 UTC  (3+ messages)

[PATCH 1/2] spi: pxa2xx: Use local struct spi_master pointer in pump_transfers()
 2016-06-21 18:53 UTC  (4+ messages)
  ` [PATCH 2/2] spi: pxa2xx: Switch to SPI core DMA mapping functionality
      ` Applied "spi: pxa2xx: Switch to SPI core DMA mapping functionality" to the spi tree
  ` Applied "spi: pxa2xx: Use local struct spi_master pointer in pump_transfers()" "

RE
 2016-06-20  8:33 UTC 

RE
 2016-06-20  7:00 UTC 

DERNIER AVERTISSEMENT
 2016-06-20  6:54 UTC 

DERNIER AVERTISSEMENT
 2016-06-19 14:20 UTC 

RE
 2016-06-19  8:58 UTC 

DERNIER AVERTISSEMENT
 2016-06-19  8:54 UTC 

[PATCH 2/2] mtd: m25p80: consider max_transfer_size when reading
 2016-06-17 20:13 UTC  (10+ messages)

[PATCH 0/3] Init device ids from ACPI of_compatible
 2016-06-17 12:19 UTC  (5+ messages)
` [PATCH 2/3] acpi i2c: Initialize info.type from of_compatible


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