linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-30 07:43:28 to 2016-06-17 12:28:03 UTC [more...]

[PATCH 0/5] SPI CS line logical change and s3c64xx code rework
 2016-06-17 12:28 UTC  (9+ messages)
  ` [PATCH 1/5] spi: do not fail if the CS line is not connected
  ` [PATCH 2/5] spi: s3c64xx: group the CS signalling writes in a single function
` [PATCH 3/5] spi: s3c64xx: consider the case where the CS line is not connected
` [PATCH 4/5] spi: s3c64xx: do not configure the device twice
` [PATCH 5/5] spi: s3c63xx: simplify if statement in prepare_transfer function

[PATCH 0/3] Init device ids from ACPI of_compatible
 2016-06-17 12:19 UTC  (9+ messages)
` [PATCH 1/3] acpi: Export acpi_of_modalias equiv of of_modalias_node
` [PATCH 2/3] acpi i2c: Initialize info.type from of_compatible
` [PATCH 3/3] acpi spi: Initialize modalias "

[PATCH v4 0/8]
 2016-06-17 11:52 UTC  (9+ messages)
` [PATCH v4 1/8] Documentation: acpi: add SSDT overlays documentation
` [PATCH v4 2/8] acpi: fix enumeration (visited) flags for bus rescans
` [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] spi: add spi_sync_single_transfer wrapper for single spi_transfer
 2016-06-17 11:38 UTC  (5+ messages)

[V3, 1/4] dt: bindings: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-06-17 11:32 UTC  (11+ messages)
  ` [V3, 2/4] spi: bcm-qspi: Add SPI flash and MSPI driver
  ` [V3, 3/4] arm: dts: Add bcm-nsp and bcm958625k support
  ` [V3, 4/4] arm64: dts: Add ns2 SoC support

[PATCH v3 01/13] spi: sunxi: set maximum and minimum speed of SPI master
 2016-06-17 10:34 UTC  (19+ messages)
  ` [PATCH v3 02/13] spi: sunxi: fix transfer timeout
    ` [PATCH v3 03/13] spi: sun4i: fix FIFO limit
    ` [PATCH v3 04/13] spi: sunxi: expose maximum transfer size limit
` [PATCH v3 00/13] sunxi spi fixes
    ` [PATCH v3 07/13] spi: sunxi: rename constants to match between sun4i and sun6i
    ` [PATCH v3 10/13] spi: sunxi: merge sun4i and sun6i SPI driver
                    ` [linux-sunxi] "
    ` [PATCH v3 11/13] dt: spi: sun4i: merge sun4i and sun6i binding doc

[RFC] regmap: Add regmap_pipe_read API
 2016-06-17  8:05 UTC  (4+ messages)

[PATCH v6] spi: orion.c: Add direct access mode
 2016-06-16  9:42 UTC  (5+ messages)

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

[PATCH 1/4] SPI: imx: Using existing properties for chipselects
 2016-06-14  9:19 UTC  (8+ messages)
  ` [PATCH 2/4] SPI: imx: Remove unnecessary field "mode" from struct spi_imx_config
      ` Applied "SPI: imx: Remove unnecessary field "mode" from struct spi_imx_config" to the spi tree
  ` [PATCH 3/4] SPI: imx: Remove "maybe_unused" attributes
      ` Applied "SPI: imx: Remove "maybe_unused" attributes" to the spi tree
  ` [PATCH 4/4] SPI: imx: Update DT binding documentation
      ` Applied "SPI: imx: Update DT binding documentation" to the spi tree
  ` Applied "SPI: imx: Using existing properties for chipselects" "

[PATCH -next] spi: orion: Fix return value check in orion_spi_probe()
 2016-06-13 15:48 UTC  (2+ messages)
  ` Applied "spi: orion: Fix return value check in orion_spi_probe()" to the spi tree

[PATCH v2 1/3] spi: xilinx: Remove bitbang and register with spi core
 2016-06-13 15:14 UTC  (3+ messages)

[PATCH] spi: spidev: Allow matching DT compatible strings from ACPI
 2016-06-10 10:55 UTC 

[PATCH 2/2] mtd: m25p80: consider max_transfer_size when reading
 2016-06-09  7:12 UTC  (21+ messages)

[PATCH] spi: rockchip: Signal unfinished DMA transfers
 2016-06-08 12:26 UTC  (4+ messages)
  ` Applied "spi: rockchip: Signal unfinished DMA transfers" to the spi tree

[PATCH v4 0/2] spi: Add DMA support for ti-qspi
 2016-06-08 10:00 UTC  (4+ messages)
  ` [PATCH v4 1/2] spi: Add DMA support for spi_flash_read()
    ` Applied "spi: Add DMA support for spi_flash_read()" to the spi tree
` [PATCH v4 2/2] spi: spi-ti-qspi: Add DMA support for QSPI mmap read

[PATCH v2 2/3] spi: Add DMA support for spi_flash_read()
 2016-06-08  9:27 UTC  (3+ messages)
` Applied "spi: Add DMA support for spi_flash_read()" to the spi tree

[PATCH v3 0/2] spi: Add DMA support for ti-qspi
 2016-06-08  6:53 UTC  (8+ messages)
` [PATCH v3 1/2] spi: Add DMA support for spi_flash_read()
` [PATCH v3 2/2] spi: spi-ti-qspi: Add DMA support for QSPI mmap read

[PATCH 0/6] clk: sti: Add support for critical clocks
 2016-06-07 15:17 UTC  (8+ messages)
` [PATCH 1/6] clk: st: clk-flexgen: Detect "
` [PATCH 2/6] clk: st: clkgen-fsyn: "
` [PATCH 3/6] clk: st: clkgen-pll: "
` [PATCH 4/6] ARM: sti: stih407-family: Supply defines for CLOCKGEN A0
` [PATCH 5/6] ARM: sti: stih410-clocks: Identify critical clocks
` [PATCH 6/6] spi: st-ssc4: Remove 'no clocking' hack

[PATCH 0/5] sunxi spi fixes
 2016-06-06 11:36 UTC  (34+ messages)
` [PATCH 1/5] spi: sunxi: fix transfer timeout
  ` [linux-sunxi] "
` [PATCH 2/5] spi: sun4i: fix FIFO limit
` [PATCH 3/5] spi: sunxi: expose maximum transfer size limit
` [PATCH 4/5] spi: sunxi: set maximum and minimum speed of SPI master
` [PATCH 5/5] RFC spi: sun4i: add DMA support
                          `  "
                              ` [linux-sunxi] "

[PATCH RFT] spi: st-ssc4: Fix misuse of devm_gpio_request/devm_gpio_free APIs
 2016-06-05 10:42 UTC 

[PATCH] spi-imx: imx6q add single burst transfer support
 2016-06-02  1:27 UTC  (6+ messages)

spi-imx: add support for single burst mode (8,16,32)
 2016-06-01  6:39 UTC  (10+ messages)

[PATCH] spi: spi-ti-qspi: Suspend the queue before removing the device
 2016-05-31 17:52 UTC  (6+ messages)
  ` Applied "spi: spi-ti-qspi: Suspend the queue before removing the device" to the spi tree

[RESEND PATCH] spi: spi-ti-qspi: Suspend the queue before removing the device
 2016-05-31 17:51 UTC  (2+ messages)

[PATCH 2/3] spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver
 2016-05-31 17:46 UTC  (2+ messages)
  ` Applied "spi/rockchip: add the rk3036/rk3228/rk3368 to match for driver" to the spi tree

Patch to parameterize DMA_MIN_BYTES for omap2-mcspi
 2016-05-31  5:03 UTC  (7+ messages)

[PATCH] spi: pxa2xx: use DMA by default if supported
 2016-05-30 17:39 UTC  (4+ messages)
  ` Applied "spi: pxa2xx: use DMA by default if supported" to the spi tree

[PATCH v2 3/3] spi: xilinx: Update devicetree bindings for spi-xilinx
 2016-05-30 17:38 UTC  (2+ messages)

[PATCH] devicetree - document using aliases to set spi bus number
 2016-05-30 16:13 UTC  (10+ messages)

[PATCH 1/1] spi: spidev: add compatible value for TI ADC322x family
 2016-05-30 10:28 UTC 

[PATCH v2 2/3] spi: xilinx: Add QUAD support
 2016-05-30  9:47 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).