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

[PATCH] spi: rockchip: limit transfers to (64K - 1) bytes
 2016-07-20 17:01 UTC  (7+ messages)
  ` Applied "spi: rockchip: limit transfers to (64K - 1) bytes" to the spi tree

[RFC v2] regmap: Add regmap_pipe_read API
 2016-07-20 16:17 UTC  (2+ messages)

[PATCH v2 0/3] Init device ids from ACPI of_compatible
 2016-07-20 11:37 UTC  (15+ messages)
` [PATCH v2 3/3] acpi spi: Initialize modalias from of_compatible
  ` [PATCH v2 1/3] acpi: Export acpi_of_modalias equiv of of_modalias_node
  ` [PATCH v2 2/3] acpi i2c: Initialize info.type from of_compatible

[PATCH, V4, 1/5] Documentation: dt: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-07-20 11:25 UTC  (11+ messages)
` [PATCH, V4, 2/5] spi: bcm-qspi: Add SPI flash and MSPI driver

[PATCH] wlcore: spi: fix build warning caused by redundant variable
 2016-07-20  7:30 UTC 

[PATCH v3 0/3] Spidev usability patchset update
 2016-07-20  7:16 UTC  (14+ messages)
` [PATCH v3 1/3] spi: spidev: create spidev device for all spi slaves
    ` [lkp] "
` [PATCH v3 2/3] spi: of: allow instantiating slaves without a driver
` [PATCH v3 3/3] spi: core: allow creating devices without spi-max-frequency

[PATCHv8] wlcore: spi: add wl18xx support
 2016-07-20  7:04 UTC  (3+ messages)

[PATCH v7] wlcore: spi: add wl18xx support
 2016-07-19 18:16 UTC  (4+ messages)
  ` [v7] "

[PATCH v6] wlcore: spi: add wl18xx support
 2016-07-19  6:30 UTC 

[PATCH v5] wlcore: spi: add wl18xx support
 2016-07-18 17:04 UTC  (4+ messages)

[PATCH/RFC 0/6] spi: Add slave mode support
 2016-07-18 17:02 UTC  (5+ messages)
` [PATCH/RFC 2/6] spi: core: Add support for registering SPI slave controllers
` [PATCH/RFC 4/6] spi: slave: Add SPI slave handler reporting boot up time

[PATCH] spi: sh-msiof: request and set cs-gpio direction to output
 2016-07-18 12:09 UTC  (2+ messages)

[PATCH v3 0/7] spi s3c64xx ioclk handling
 2016-07-18 10:30 UTC  (18+ messages)
` [PATCH v3 1/7] bindings: spi-samsung: add exynos5433 spi compatible
` [PATCH v3 2/7] bindings: spi-samsung: document the clocks and the clock-name property
` [PATCH v3 3/7] spi: s3c64xx: rename goto labels to meaningful names
` [PATCH v3 4/7] spi: s3c64xx: use error code from clk_prepare_enable()
` [PATCH v3 5/7] spi: s3c64xx: add Exynos5433 compatible for ioclk handling
` [PATCH v3 6/7] spi: s3c64xx: restore removed comments
  ` [PATCH v3 7/7] clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocks

Unhandled fault: external abort on non-linefetch (0x1028)
 2016-07-17  8:45 UTC  (2+ messages)

SPI device sniffing/mirror feature
 2016-07-16 13:27 UTC 

[PATCH] spi: spi-sh: Remove deprecated create_singlethread_workqueue
 2016-07-16  8:06 UTC  (2+ messages)

[PATCH v2 1/2] spi: xilinx: Handle errors from platform_get_irq()
 2016-07-15 11:57 UTC  (3+ messages)
  ` [PATCH v2 2/2] spi: xilinx: Return IRQ_NONE if no interrupts were detected
  ` Applied "spi: xilinx: Handle errors from platform_get_irq()" to the spi tree

[PATCH 1/2] spi: xilinx: Handle errors from platform_get_irq()
 2016-07-15 11:57 UTC  (6+ messages)
  ` [PATCH 2/2] spi: xilinx: Return IRQ_NONE if no interrupts were detected
      ` Applied "spi: xilinx: Return IRQ_NONE if no interrupts were detected" to the spi tree

[Question] Can of_find_spi_xx_by_node be moved out of CONFIG_OF_DYNAMIC in SPI driver
 2016-07-15 11:23 UTC  (3+ messages)

[PATCH -next] spi: s3c64xx: fix reference leak to master in s3c64xx_spi_remove()
 2016-07-14 16:33 UTC  (6+ messages)
    `  "
        `  "
    ` Applied "spi: s3c64xx: fix reference leak to master in s3c64xx_spi_remove()" to the spi tree

[PATCH v2 0/7] spi s3c64xx ioclk handling
 2016-07-14 16:33 UTC  (35+ messages)
` [PATCH v2 1/7] bindings: spi-samsung: add exynos5433 spi compatible
  ` Applied "spi: s3c64xx: add exynos5433 spi compatible" to the spi tree
` [PATCH v2 2/7] bindings: spi-samsung: document the clocks and the clock-name property
    ` [PATCH v3] "
      ` Applied "spi: s3c64xx: document the clocks and the clock-name property" to the spi tree
` [PATCH v2 3/7] spi: s3c64xx: rename goto labels to meaningful names
    ` Applied "spi: s3c64xx: rename goto labels to meaningful names" to the spi tree
` [PATCH v2 4/7] spi: s3c64xx: use error code from clk_prepare_enable()
  ` Applied "spi: s3c64xx: use error code from clk_prepare_enable()" to the spi tree
` [PATCH v2 6/7] spi: s3c64xx: restore removed comments
        ` [PATCH v3 "
            ` Applied "spi: s3c64xx: restore removed comments" to the spi tree
` [PATCH v2 7/7] clk: exynos5433: remove CLK_IGNORE_UNUSED flag from SPI clocks
  ` [PATCH v2 5/7] spi: s3c64xx: add exynos5433 compatible for ioclk handling
    ` Applied "spi: s3c64xx: add Exynos5433 compatible for ioclk handling" to the spi tree

[PATCH RFCv1 0/1] Update struct spi_transfer to specify 8x bit transfers
 2016-07-14 13:30 UTC  (3+ messages)
` [PATCH RFCv1 1/1] spi: Expand tx_nbits/rx_nbits to add 8-bit transfer

Loan
 2016-07-14 11:51 UTC 

[PATCH v2 1/2] spi: clps711x: Driver refactor
 2016-07-13  8:32 UTC  (6+ messages)
` [PATCH v2 2/2] spi: add DT binding for clps711x SPI

[PATCH] spi: spi-sh: Remove deprecated create_singlethread_workqueue
 2016-07-12 18:44 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] spi: spi-topcliff-pch: Remove deprecated create_singlethread_workqueue
 2016-07-12 18:44 UTC  (3+ messages)
  ` [PATCH v2] "

[RFC] [PATCH v2 0/3] scatterlist: Add support to clone sg_table
 2016-07-12 17:14 UTC  (12+ messages)
` [RFC] [PATCH v2 1/3] scatterlist: Add support to clone scatterlist

[PATCH] spi: spi-ti-qspi: clear wlen field while setting word length
 2016-07-11 17:08 UTC  (10+ messages)

[PATCH 1/2] spi: clps711x: Driver refactor
 2016-07-11 14:42 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: spi: add binding for clps711x SPI
` Applied "spi: clps711x: Driver refactor" to the spi tree

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

[PATCH 0/4] spi s3c64xx ioclk handling
 2016-07-08 13:21 UTC  (12+ messages)
` [PATCH 1/4] spi: s3c64xx: rename goto labels to meaningful names
` [PATCH 2/4] bindings: spi-samsung: add exynos5433 spi compatible
` [PATCH 3/4] spi: s3c64xx: add nexynos5433 compatible for ioclk handling
` [PATCH 4/4] spi: s3c64xx: restore removed comments

[PATCH v4] wlcore: spi: add wl18xx support
 2016-07-08  9:57 UTC  (2+ messages)

[RFC] [PATCH v3 0/4] spi: omap2-mcspi: Use the SPI framework to handle DMA mapping
 2016-07-08  8:54 UTC  (10+ messages)
` [RFC] [PATCH v3 2/4] spi: spi-omap2-mcspi: Select SPI_SPLIT
    ` Applied "spi: omap2-mcspi: Select SPI_SPLIT" to the spi tree
  ` [RFC] [PATCH v3 1/4] spi: omap2-mcspi: Add comments for RX only DMA buffer workaround
  ` [RFC] [PATCH v3 3/4] spi: omap2-mcspi: Use the SPI framework to handle DMA mapping
      ` Applied "spi: omap2-mcspi: Use the SPI framework to handle DMA mapping" to the spi tree
  ` [RFC] [PATCH v3 4/4] ARM: dts: am335x-icev2: Add SPI based NOR

[PATCH] spi: s3c64xx: do not disable the clock while configuring the spi
 2016-07-07 12:24 UTC  (4+ messages)
  ` Applied "spi: s3c64xx: do not disable the clock while configuring the spi" to the spi tree

[PATCH v1 1/1] spi: pxa2xx-pci: Support both chipselects on Braswell
 2016-07-07 10:05 UTC  (2+ messages)
  ` Applied "spi: pxa2xx-pci: Support both chipselects on Braswell" to the spi tree


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