linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-17 07:27:21 to 2016-04-04 15:05:58 UTC [more...]

[PATCH v5 0/2] J-Core SPI controller support
 2016-08-03  1:26 UTC  (2+ messages)
  ` [PATCH v5 2/2] spi: add driver for J-Core SPI controller

[PATCH v4 0/2] J-Core SPI controller support
 2016-07-28  6:11 UTC  (2+ messages)
` [PATCH v4 2/2] spi: add driver for J-Core SPI controller

[PATCH 0/4] scatterlist: sg_table from virtual pointer
 2016-04-04 15:05 UTC  (12+ messages)
` [PATCH 1/4] mm: add is_highmem_addr() helper
  ` [PATCH 2/4] scatterlist: add sg_alloc_table_from_buf() helper
` [PATCH 3/4] spi: use sg_alloc_table_from_buf()
` [PATCH 4/4] mtd: provide helper to prepare buffers for DMA operations

[RFC PATCH 00/10] ACPI overlays
 2016-04-04 13:07 UTC  (22+ messages)
` [RFC PATCH 01/10] kernel: add TAINT_OVERLAY_ACPI_TABLE
` [RFC PATCH 02/10] acpi: install SSDT tables from initrd
` [RFC PATCH 03/10] acpi: add support for ACPI reconfiguration notifiers
` [RFC PATCH 04/10] acpi: fix enumeration (visited) flags for bus rescans
` [RFC PATCH 05/10] i2c: add support for ACPI reconfigure notifications
` [RFC PATCH 06/10] spi: "
  ` [RFC PATCH 07/10] efi: load SSTDs from EFI variables
` [RFC PATCH 08/10] configfs: fix CONFIGFS_BIN_ATTR_[RW]O definitions
` [RFC PATCH 09/10] acpi: add support for configfs
` [RFC PATCH 10/10] acpi: add support for loading SSDTs via configfs

[PATCH v5 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-04-04 10:07 UTC  (4+ messages)
  ` [PATCH v5 2/2] spi: spi-pic32: Add PIC32 SPI master driver

Handling clocks on external busses
 2016-04-04  9:57 UTC  (3+ messages)

spi/tegra114: add spi driver
 2016-04-04  8:56 UTC  (3+ messages)

4.6-rc1 regression in SPI core -- deadlock
 2016-04-04  7:04 UTC  (3+ messages)

WE NEED YOUR HELP URGENTLY
 2016-04-03 16:14 UTC 

Issues with cros_ec and "spi: rockchip: check return value of dmaengine_prep_slave_sg"
 2016-04-02 13:37 UTC  (3+ messages)

[PATCH v2] spi: rockchip: fix warning of static check
 2016-03-31 19:09 UTC  (3+ messages)
  ` Applied "spi: rockchip: fix probe deferral handling" to the spi tree

[LINUX PATCH 1/2] mtd: Added dummy entry in the spi_transfer structure
 2016-03-31 11:12 UTC  (10+ messages)
` [LINUX PATCH 2/2] spi:zynqmp:gqspi: Added separate dummy entry

[PATCH v4 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-03-31 11:09 UTC  (8+ messages)
` [PATCH v4 2/2] spi: spi-pic32: Add PIC32 SPI master driver

[PATCH v2 0/7] mtd: nand: sunxi: add support for DMA operations
 2016-03-31  7:26 UTC  (13+ messages)
  ` [PATCH v2 1/7] mtd: nand: sunxi: move some ECC related operations to their own functions
  ` [PATCH v2 2/7] mtd: nand: sunxi: make OOB retrieval optional
  ` [PATCH v2 3/7] mtd: nand: sunxi: make cur_off parameter optional in extra oob helpers
  ` [PATCH v2 4/7] scatterlist: add sg_alloc_table_from_buf() helper
    ` [v2,4/7] "
  ` [PATCH v2 5/7] mtd: provide helper to prepare buffers for DMA operations
  ` [PATCH v2 6/7] mtd: nand: sunxi: add support for DMA assisted operations
  ` [PATCH v2 7/7] mtd: nand: sunxi: update DT bindings

[PATCH v2] spi: orion.c: Add direct access mode
 2016-03-29 22:04 UTC  (41+ messages)

[PATCHv2 1/3] spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare()
 2016-03-29  7:42 UTC  (5+ messages)
  ` [PATCHv2 2/3] spi: pxa2xx: Remove rx_/tx_map_len members from struct driver_data
  ` [PATCHv2 3/3] spi: pxa2xx: Use dummy buffers provided by SPI core
  ` Applied "spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare()" to the spi tree

[PATCH 1/3] spi/fsl-espi: Don't spin forever on SPIE_RXCNT
 2016-03-29  7:42 UTC  (2+ messages)
  ` Applied "spi/fsl-espi: Don't spin forever on SPIE_RXCNT" to the spi tree

[PATCH 1/3] spi: pxa2xx: handle error of pxa2xx_spi_dma_prepare()
 2016-03-29  7:42 UTC  (8+ messages)
  ` [PATCH 2/3] spi: pxa2xx: Remove rx_/tx_map_len members from struct driver_data
      ` Applied "spi: pxa2xx: Remove rx_/tx_map_len members from struct driver_data" to the spi tree
  ` [PATCH 3/3] spi: pxa2xx: Use dummy buffers provided by SPI core
      ` Applied "spi: pxa2xx: Use dummy buffers provided by SPI core" to the spi tree

[PATCH 2/3] spi/fsl-espi: avoid infinite loops on fsl_espi_cpu_irq()
 2016-03-29  7:42 UTC  (2+ messages)
  ` Applied "spi/fsl-espi: avoid infinite loops on fsl_espi_cpu_irq()" to the spi tree

[PATCH 3/3] spi/fsl-espi: Don't wait transaction completion forever
 2016-03-29  7:42 UTC  (2+ messages)
  ` Applied "spi/fsl-espi: Don't wait transaction completion forever" to the spi tree

[PATCH] spi: pxa2xx: Fix cs_change management
 2016-03-29  7:42 UTC  (4+ messages)
  ` Applied "spi: pxa2xx: Fix cs_change management" to the spi tree

spi: sirf: request and free cs gpio in setup and cleanup callbacks
 2016-03-25  6:56 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 19:12 UTC 

CISCO IP PHONES AND CPU's
 2016-03-23 18:45 UTC 

[PATCH] spi: fsl-dspi: Set max_speed_hz for master
 2016-03-23 13:55 UTC  (3+ messages)
  ` Applied "spi: fsl-dspi: Set max_speed_hz for master" to the spi tree

[PATCH] spi: xlp: Enable SPI driver for Broadcom Vulcan ARM64
 2016-03-23 13:43 UTC  (2+ messages)
  ` Applied "spi: xlp: Enable SPI driver for Broadcom Vulcan ARM64" to the spi tree

[PATCH] spi: omap2-mcspi: fix dma transfer for vmalloced buffer
 2016-03-23 13:43 UTC  (2+ messages)
  ` Applied "spi: omap2-mcspi: fix dma transfer for vmalloced buffer" to the spi tree

[PATCH] spi: rockchip: fix warning of static check
 2016-03-22 16:23 UTC  (4+ messages)

[PATCH 0/3] Some fixes for slave-dma stuff for spi-rockchip
 2016-03-22 13:12 UTC  (9+ messages)
` [PATCH 3/3] spi: rockchip: check requesting dma channel with EPROBE_DEFER

[PATCH] spi: octeon: Convert to use devm_ioremap_resource
 2016-03-21 17:06 UTC  (2+ messages)
  ` Applied "spi: octeon: Convert to use devm_ioremap_resource" to the spi tree

[PATCH 0/7] mtd: nand: sunxi: add support for DMA operations
 2016-03-21 15:46 UTC  (7+ messages)
` [PATCH 4/7] scatterlist: add sg_alloc_table_from_buf() helper
` [PATCH 6/7] mtd: nand: sunxi: add support for DMA assisted operations
` [PATCH 7/7] mtd: nand: sunxi: update DT bindings

RE
 2016-03-19 10:06 UTC 

[PATCH RESEND 0/2] spi: sun4i: add DMA support
 2016-03-18 20:33 UTC  (13+ messages)
` [PATCH 1/2] "

[PATCH v2] spi: fix possible deadlock between internal bus locks and bus_lock_flag
 2016-03-18 16:22 UTC  (4+ messages)
` Applied "spi: fix possible deadlock between internal bus locks and bus_lock_flag" to the spi tree

[PATCH 0/3] fix infinite loops and worker task hang up
 2016-03-18 11:35 UTC 

[PATCH] spi: don't lock the bus in __spi_pump_messages if it is already locked
 2016-03-18  5:23 UTC  (2+ messages)

[PATCHv2 1/3] bindings: spi: Add devicetree binding for spi-xilinx
 2016-03-17 16:46 UTC  (5+ messages)

[PATCH] spi: imx: only do necessary changes to ECSPIx_CONFIGREG
 2016-03-17 15:00 UTC  (4+ messages)
  ` Applied "spi: imx: only do necessary changes to ECSPIx_CONFIGREG" to the spi tree

[RESEND PATCH v2 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-03-17 12:00 UTC  (2+ messages)

[PATCH] spi: imx: Fix possible NULL pointer deref
 2016-03-17 11:45 UTC  (2+ messages)
  ` Applied "spi: imx: Fix possible NULL pointer deref" to the spi tree

spi: imx: initialize usedma earlier
 2016-03-17  8:25 UTC  (2+ messages)


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