linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-09 11:33:58 to 2017-01-30 21:11:16 UTC [more...]

[PATCH 1/1] spi: bcm-qspi: Added mspi read fallback in bcm_qspi_flash_read()
 2017-01-30 21:11 UTC 

[PATCH] spi: fix device-node leaks
 2017-01-30 16:47 UTC 

[PATCH] spi - Fix possible NULL derefrence
 2017-01-30 12:52 UTC  (3+ messages)

[PATCH 1/2] spi: When no dma_chan map buffers with spi_master's parent
 2017-01-30 11:44 UTC  (5+ messages)
  ` [PATCH 2/2] spi: mediatek: Only do dma for 4-byte aligned buffers

[PATCH v2 0/3] Init device ids from ACPI of_compatible
 2017-01-30  9:41 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/3] i2c: acpi: Initialize info.type from of_compatible
    ` [PATCH v3 1/3] ACPI / bus: Export acpi_of_modalias equiv of of_modalias_node
    ` [PATCH v3 3/3] spi: acpi: Initialize modalias from of_compatible
  ` [PATCH v4 0/3] Init device ids from ACPI of_compatible
    ` [PATCH v4 1/3] ACPI / bus: Export acpi_of_modalias equiv of of_modalias_node
    ` [PATCH v4 2/3] i2c: acpi: Initialize info.type from of_compatible
    ` [PATCH v4 3/3] spi: acpi: Initialize modalias "

[PATCH] spi: mediatek: Manually set dma_ops for spi_master device
 2017-01-27 13:36 UTC  (12+ messages)

[PATCH] spi: rspi: fix the bug related to mount/remount jffs2
 2017-01-27  9:02 UTC  (3+ messages)

[PATCH] spi: qup: Fix runtime and system PM callbacks
 2017-01-27  6:32 UTC 

[PATCH v2 0/3] spi: pca2xx: Prepare for and enable MSI support
 2017-01-24 18:39 UTC  (30+ messages)
` [PATCH v2 1/3] spi: pxa2xx: Factor out handle_bad_msg
    ` Applied "spi: pxa2xx: Factor out handle_bad_msg" to the spi tree
` [PATCH v2 2/3] spi: pxa2xx: Prepare for edge-triggered interrupts
              ` [PATCH v3 "
              ` Applied "spi: pxa2xx: Prepare for edge-triggered interrupts" to the spi tree
` [PATCH v2 3/3] spi: pca2xx-pci: Allow MSI
    ` Applied "spi: pca2xx-pci: Allow MSI" to the spi tree

Urgent Please,,
 2017-01-23 14:07 UTC 

[PATCH, 1/1] mtd: spi-nor: Added support for gd25q16
 2017-01-23 10:29 UTC  (3+ messages)

(unknown),
 2017-01-22 20:22 UTC 

[PATCH v3 0/2] spi: pca2xx: Prepare for and enable MSI support
 2017-01-21  9:06 UTC  (3+ messages)
  ` [PATCH v3 1/2] spi: pxa2xx: Prepare for edge-triggered interrupts
` [PATCH v3 2/2] spi: pca2xx-pci: Allow MSI

RT5350 spi half duplex?
 2017-01-21  7:57 UTC  (2+ messages)
` AW: "

[PATCH v2, 1/1] mtd: devices: m25p80: Add PM suspend resume support
 2017-01-21  0:13 UTC  (17+ messages)

[PATCH v6, 0/8] Broadcom stb, and iProc SoC QSPI driver
 2017-01-20 19:35 UTC  (10+ messages)
` [PATCH v6, 5/8] mtd: m25p80: Let m25p80_read() fallback to spi transfer

[GIT PULL] SPI fixes for v4.10
 2017-01-20 15:11 UTC 

[PATCH] spi: pxa2xx: Add support for Intel Gemini Lake
 2017-01-19 14:25 UTC 

[Patch V1 1/2] spi: fsl-lpspi: fix indentation error
 2017-01-18  3:50 UTC  (7+ messages)
` [Patch V1 2/2] spi: fsl-lpspi: add VLLS mode support
  ` Applied "spi: fsl-lpspi: fix indentation error" to the spi tree

[PATCH 00/17] SPI: Fine-tuning for several function implementations
 2017-01-17 19:37 UTC  (41+ messages)
` [PATCH 01/17] spi: Use kcalloc() in spi_register_board_info()
    ` Applied "spi: Use kcalloc() in spi_register_board_info()" to the spi tree
` [PATCH 02/17] spi: Adjust checks for null pointers in two functions
` [PATCH 03/17] spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()
    ` Applied "spi: fsl: Use kcalloc() in of_fsl_spi_get_chipselects()" to the spi tree
` [PATCH 06/17] spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()
  ` Applied "spi/mpc52xx: Use kmalloc_array() in mpc52xx_spi_probe()" to the spi tree
` [PATCH 07/17] spi/mpc52xx: Combine substrings for two messages
  ` Applied "spi/mpc52xx: Combine substrings for two messages" to the spi tree
  ` [PATCH 04/17] spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()
    ` Applied "spi: fsl: Use kmalloc_array() in of_fsl_spi_get_chipselects()" to the spi tree
  ` [PATCH 05/17] spi: fsl: Combine substrings for two messages
    ` Applied "spi: fsl: Combine substrings for two messages" to the spi tree
  ` [PATCH 08/17] spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()
    ` Applied "spi/ppc4xx: Use kcalloc() in spi_ppc4xx_of_probe()" to the spi tree
  ` [PATCH 09/17] spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()
    ` Applied "spi/ppc4xx: Combine substrings for a message in spi_ppc4xx_of_probe()" to the spi tree
  ` [PATCH 13/17] spi/topcliff-pch: Delete an unnecessary return statement in two functions
    ` Applied "spi/topcliff-pch: Delete an unnecessary return statement in two functions" to the spi tree
  ` [PATCH 15/17] spi/topcliff-pch: Combine substrings for four messages
    ` Applied "spi/topcliff-pch: Combine substrings for four messages" to the spi tree
` [PATCH 10/17] spi/ppc4xx: Adjust checks for null pointers in two functions
    `  "
` [PATCH 11/17] spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()
    ` Applied "spi/topcliff-pch: Use kcalloc() in pch_spi_handle_dma()" to the spi tree
` [PATCH 12/17] spi/topcliff-pch: Improve size determinations in pch_spi_probe()
  ` Applied "spi/topcliff-pch: Improve size determinations in pch_spi_probe()" to the spi tree
` [PATCH 14/17] spi/topcliff-pch: Adjust six checks for null pointers
` [PATCH 16/17] spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx()
  ` Applied "spi/topcliff-pch: Delete an error message for a failed memory allocation in pch_spi_set_tx()" to the spi tree
` [PATCH 17/17] spi/topcliff-pch: One check less in pch_spi_set_tx()

[PATCH v3 0/2] spi: lantiq-ssc: add support for Lantiq SSC SPI controller
 2017-01-17 19:18 UTC  (4+ messages)
` [PATCH v3 1/2] spi: add transfer_status() callback

[patch] spi: s3c64xx: potential oops on probe error
 2017-01-17 18:46 UTC  (4+ messages)
  ` Applied "spi: s3c64xx: potential oops on probe error" to the spi tree

problem with spidev on RT5350
 2017-01-15 20:16 UTC 

[PATCH] uapi: use wildcards to list files
 2017-01-13 17:06 UTC  (32+ messages)
` [PATCH v2 0/7] uapi: export all headers under uapi directories
  ` [PATCH v2 1/7] arm: put types.h in uapi
  ` [PATCH v2 7/7] uapi: export all headers under uapi directories
    ` [Linux-c6x-dev] "
    ` [PATCH v3 0/8] "
      ` [PATCH v3 1/8] arm: put types.h in uapi
      ` [PATCH v3 2/8] h8300: put bitsperlong.h "
      ` [PATCH v3 3/8] nios2: put setup.h "
      ` [PATCH v3 4/8] x86: stop exporting msr-index.h to userland
      ` [PATCH v3 5/8] Makefile.headersinst: cleanup input files
      ` [PATCH v3 6/8] Makefile.headersinst: remove destination-y option
      ` [PATCH v3 7/8] uapi: export all headers under uapi directories
      ` [PATCH v3 8/8] uapi: export all arch specifics directories
      ` (unknown)
      ` (no subject)

[PATCH] spi: spi-fsl-spi: Add OF bus-num property
 2017-01-13 15:41 UTC  (2+ messages)

[RESEND] spi: davinci: Allow device tree devices to use DMA
 2017-01-13 12:04 UTC  (6+ messages)

[PATCH] spi: davinci: use dma_mapping_error()
 2017-01-12 17:46 UTC  (2+ messages)
  ` Applied "spi: davinci: use dma_mapping_error()" to the spi tree

x86: Add SPI slaves to PCIe SPI master?
 2017-01-12 13:47 UTC  (5+ messages)

[PATCH v2 0/2] spi: lantiq-ssc: add support for Lantiq SSC SPI controller
 2017-01-10 22:44 UTC  (6+ messages)
` [PATCH v2 1/2] spi: add check_finished() callback

[PATCH] SPI: make falcon-spi bool
 2017-01-10 12:27 UTC  (5+ messages)
  ` Applied "spi: make falcon-spi bool" to the spi tree

[PATCH] spi: spi-axi: Free resources on error path
 2017-01-09 20:02 UTC  (2+ messages)
` Applied "spi: spi-axi: Free resources on error path" to the spi tree

[PATCH 1/1] spi: dw: Make debugfs use bus num and make irq name unique
 2017-01-09 20:02 UTC  (2+ messages)
  ` Applied "spi: dw: Make debugfs use bus num and make irq name unique" to the spi tree

[PATCH] spi: s3c64xx: Don't request/release DMA channels for each SPI transfer
 2017-01-09 20:02 UTC  (2+ messages)
  ` Applied "spi: s3c64xx: Don't request/release DMA channels for each SPI transfer" 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).