linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-12 11:43:27 to 2016-05-09 09:59:09 UTC [more...]

[RFC PATCH v2 00/10] ACPI overlays
 2016-05-09  9:59 UTC  (21+ messages)
` [RFC PATCH v2 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH v2 02/10] acpi: decouple initrd table install from CONFIG_ACPI_INITRD_TABLE_OVERRIDE
` [RFC PATCH v2 03/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH v2 04/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH v2 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH v2 06/10] spi: "
` [RFC PATCH v2 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH v2 08/10] acpi: add support for configfs
` [RFC PATCH v2 09/10] acpi: add support for loading SSDTs via configfs
` [RFC PATCH v2 10/10] HACK: acpi: configfs: add unload_hanlde_path attribute for tables

[PATCH 0/2] spi: spi-fsl-dspi: replace regmap R/W with internal implementation
 2016-05-09  8:48 UTC  (8+ messages)
  ` [PATCH 1/2] "
  ` [PATCH 2/2] spi: spi-fsl-dspi: Update DT binding documentation
      ` Applied "spi: spi-fsl-dspi: Update DT binding documentation" to the spi tree

[PATCH RFT] spi: pic32-sqi: Remove pic32_sqi_setup and pic32_sqi_cleanup
 2016-05-06 17:19 UTC  (2+ messages)
  ` Applied "spi: pic32-sqi: Remove pic32_sqi_setup and pic32_sqi_cleanup" to the spi tree

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

[PATCH] mtd: m25p80: add message if mmap flash read is supported
 2016-05-05  0:54 UTC  (2+ messages)

Unsynchronized access to spi bus by mmc_rescan?
 2016-05-04 22:44 UTC  (2+ messages)

[PATCH] spi: zynqmp: disable clocks in error paths
 2016-05-04 13:56 UTC  (2+ messages)
  ` Applied "spi: zynqmp: disable clocks in error paths" to the spi tree

[patch] spi: rockchip: potential NULL dereference on error
 2016-05-04 13:56 UTC  (2+ messages)
` Applied "spi: rockchip: potential NULL dereference on error" to the spi tree

[PATCH] spi: Fix simple typo s/impelment/implement
 2016-05-04 13:56 UTC  (2+ messages)
  ` Applied "spi: Fix simple typo s/impelment/implement" to the spi tree

SPI: Slave mode for McSPI
 2016-05-03 23:34 UTC 

[RFC, 1/4] dt: bindings: spi-bcm-qspi: NSP, NS2, BRCMSTB SoC bindings
 2016-05-03 20:36 UTC  (4+ messages)
  ` [RFC, 2/4] spi: bcm-qspi: Add SPI flash and MSPI driver
  ` [RFC, 3/4] arm: dts: Add bcm-nsp and bcm958625k support
  ` [RFC, 4/4] arm64: dts: Add ns2 SoC support

[PATCH v8] spi: orion.c: Add direct access mode
 2016-05-03  5:53 UTC 

[PATCH 1/2] spi: qup: Handle clocks in pm_runtime suspend and resume
 2016-05-02 15:47 UTC  (4+ messages)
  ` [PATCH 2/2] spi: qup: Add spi_master_put in remove function
    ` Applied "spi: qup: Add spi_master_put in remove function" to the spi tree
` Applied "spi: qup: Handle clocks in pm_runtime suspend and resume" "

[PATCH] spi: Drop unnecessary dependencies on relaxed I/O accessors
 2016-05-02 15:47 UTC  (2+ messages)
  ` Applied "spi: Drop unnecessary dependencies on relaxed I/O accessors" to the spi tree

[PATCH v7] spi: orion.c: Add direct access mode
 2016-05-02 15:44 UTC  (2+ messages)

[PATCH v6] spi: orion.c: Add direct access mode
 2016-05-02 15:40 UTC  (7+ messages)

[RFC v02 11/15] spi: davinci: Use dma_request_chan() to requesting DMA channel
 2016-05-02 11:04 UTC  (2+ messages)
` Applied "spi: davinci: Use dma_request_chan() for requesting DMA channel" to the spi tree

[PATCH] spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel
 2016-05-02 11:04 UTC  (2+ messages)
  ` Applied "spi: omap2-mcspi: Use dma_request_chan() for requesting DMA channel" to the spi tree

[PATCH 1/2] spi: st-ssc4: Allow compile test build
 2016-05-02 11:03 UTC  (4+ messages)
  ` [PATCH 2/2] spi: st-ssc4: Fix missing spi_master_put in spi_st_probe error paths
      ` Applied "spi: st-ssc4: Fix missing spi_master_put in spi_st_probe error paths" to the spi tree
  ` Applied "spi: st-ssc4: Allow compile test build" "

[PATCH] spi: davinci: Use dma_request_chan() for requesting DMA channel
 2016-04-29 13:10 UTC 

[PATCH] spi: pic32: Fix checking return value of devm_ioremap_resource
 2016-04-29 11:34 UTC  (2+ messages)
  ` Applied "spi: pic32: Fix checking return value of devm_ioremap_resource" to the spi tree

Slave mode for McSPI
 2016-04-28 16:30 UTC 

[PATCH] spi: imx: Add pm-runtime autosuspend
 2016-04-28 11:22 UTC  (2+ messages)

[PATCH v2 0/3] spi: Add DMA support for ti-qspi
 2016-04-27  5:04 UTC  (6+ messages)
` [PATCH v2 1/3] spi: return error if kmap'd buffers passed to spi_map_buf()
  ` Applied "spi: return error if kmap'd buffers passed to spi_map_buf()" to the spi tree
  ` [PATCH v2 2/3] spi: Add DMA support for spi_flash_read()
` [PATCH v2 3/3] spi: spi-ti-qspi: Add DMA support for QSPI mmap read

[PATCH] spi: Drop duplicate code to set master->dev.parent
 2016-04-26 11:08 UTC  (2+ messages)
  ` Applied "spi: Drop duplicate code to set master->dev.parent" to the spi tree

[PATCH] spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT
 2016-04-26 10:26 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Do not detect number of enabled chip selects on Intel SPT" to the spi tree

[PATCH RFT] spi: pic32: Set proper bits_per_word_mask
 2016-04-26 10:26 UTC  (2+ messages)
  ` Applied "spi: pic32: Set proper bits_per_word_mask" to the spi tree

SPI: Integer overflow cause timeout to be too small
 2016-04-25 22:19 UTC  (3+ messages)

[PATCH] spi: core: add hook flash_read_supported to spi_master
 2016-04-25 17:57 UTC  (2+ messages)
  ` Applied "spi: core: add hook flash_read_supported to spi_master" to the spi tree

[PATCH] spi: spi-orion: enable the driver on ARCH_MVEBU platforms
 2016-04-22 15:27 UTC  (2+ messages)
  ` Applied "spi: spi-orion: enable the driver on ARCH_MVEBU platforms" to the spi tree

[patch] spi: pic32-sqi: silence array overflow warning
 2016-04-22 15:27 UTC  (3+ messages)
` Applied "spi: pic32-sqi: silence array overflow warning" to the spi tree

[PATCHv2] wlcore: spi: add wl18xx support
 2016-04-21 11:11 UTC  (13+ messages)

[PATCH] spi: spi-pxa2xx: Remove CLK_IS_ROOT
 2016-04-20 16:20 UTC  (2+ messages)
` Applied "spi: spi-pxa2xx: Remove CLK_IS_ROOT" to the spi tree

[RFC 0/2] sysfs new_id file support for spidev
 2016-04-20 13:52 UTC  (9+ messages)
  ` [RFC 1/2] spi: spidev: Use 'new_id' sysfs file for enabling spidev
` [RFC 2/2] spi core: Add new sysfs 'num_chipselect' file

[PATCH v5] spi: orion.c: Add direct access mode
 2016-04-20  8:11 UTC  (10+ messages)

[PATCH] spi: pxa2xx: disallow building on MMP
 2016-04-19 15:06 UTC  (2+ messages)

[PATCH v1 1/1] spi: dw-mid: set DMA burst on memory side
 2016-04-19 13:33 UTC  (6+ messages)

[PATCH] dspi: config dspi master regmap with right mode depend on BE or LE
 2016-04-19  2:30 UTC  (5+ messages)

Greetings!!!
 2016-04-18 20:12 UTC 

[PATCH v3 1/2] spi: pic32-sqi: add binding document for PIC32 Quad-SPI driver
 2016-04-18 19:04 UTC  (4+ messages)
` [PATCH v3 2/2] spi: pic32-sqi: add SPI driver for PIC32 SQI controller
  ` Applied "spi: pic32-sqi: add SPI driver for PIC32 SQI controller." to the spi tree
` Applied "spi: pic32-sqi: add binding document for PIC32 Quad-SPI driver." "

Greetings!!!
 2016-04-18 17:43 UTC 

[PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads
 2016-04-18 13:48 UTC  (6+ messages)
  ` [PATCH V2 "

[PATCH] spi: dln2: Pass of_node to spi master
 2016-04-18 13:11 UTC  (4+ messages)
` Applied "spi: dln2: Pass of_node to spi master" to the spi tree

[PATCH] spi: cadence: mark pm functions __maybe_unused
 2016-04-18 13:11 UTC  (3+ messages)
  ` Applied "spi: cadence: mark pm functions __maybe_unused" to the spi tree

Issues with cros_ec and "spi: rockchip: check return value of dmaengine_prep_slave_sg"
 2016-04-17  0:07 UTC  (4+ messages)

[PATCH v3] spi: orion.c: Add direct access mode
 2016-04-16 20:06 UTC  (9+ messages)

[PATCH v2 1/2] spi: pic32-sqi: add binding document for PIC32 Quad-SPI driver
 2016-04-15  9:35 UTC  (5+ messages)
` [PATCH v2 2/2] spi: pic32-sqi: add SPI driver for PIC32 SQI controller

[PATCH 1/2] dt/bindings/spi: Add bindings for PIC32 Quad-SPI driver
 2016-04-14 16:18 UTC  (4+ messages)
` [PATCH 2/2] spi: pic32-sqi: add SPI driver for PIC32 SQI controller

[LINUX PATCH v2 1/3] spi: Added dummy_cycle entry in the spi_transfer structure
 2016-04-14 15:23 UTC  (6+ messages)

[PATCH v2 1/2] spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
 2016-04-13 13:12 UTC  (7+ messages)
  ` [PATCH v2 2/2] spi: spi-ti-qspi: Handle truncated frames properly
      ` Applied "spi: spi-ti-qspi: Handle truncated frames properly" to the spi tree

spi & enable gpio
 2016-04-13  8:23 UTC  (2+ messages)

[PATCH 1/2] spi: spi-ti-qspi: Fix FLEN and WLEN settings if bits_per_word is overridden
 2016-04-13  6:59 UTC  (8+ messages)
` [PATCH 2/2] spi: spi-ti-qspi: Handle truncated frames properly

am335x: spi driver and two chip select
 2016-04-13  4:57 UTC  (4+ messages)

[PATCH v4] spi: orion.c: Add direct access mode
 2016-04-12 14:15 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).