linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-02-19 07:43:07 to 2016-03-11 06:27:23 UTC [more...]

[PATCHv3 1/2] spi/spi-xilinx: Add clock support
 2016-03-11  6:27 UTC  (6+ messages)
  ` [PATCHv3 2/2] bindings: spi: Add clock entries for spi-xilinx

ACPI SPI slave device
 2016-03-10 18:12 UTC  (8+ messages)

[PATCH 0/2] spi: Fix make htmldocs issues
 2016-03-10 18:01 UTC  (3+ messages)
` [PATCH 1/2] spi: Fix htmldocs build error due struct spi_replaced_transfers
  ` [PATCH 2/2] spi: Add gfp parameter to kernel-doc to fix build warning

[PATCHv2 1/3] bindings: spi: Add devicetree binding for spi-xilinx
 2016-03-10 11:20 UTC  (7+ messages)
  ` [PATCHv2 2/3] spi/spi-xilinx: Add clock support
  ` [PATCHv2 3/3] bindings: spi: Add clock entries for spi-xilinx
  ` Applied "spi: xilinx: Add devicetree binding for spi-xilinx" to the spi tree

[PATCH RESEND 0/2] spi: sun4i: add DMA support
 2016-03-10  9:01 UTC  (9+ messages)
` [PATCH 1/2] "
  ` [PATCH 2/2] ARM: sunxi: spi: add notice about SPI FIFO limit

[PATCH 2/2] spi: rockchip: covert rsd_nsecs to u32 type
 2016-03-10  6:52 UTC 

[PATCH 1/2] spi: rockchip: header file cleanup
 2016-03-10  6:51 UTC 

[GIT PULL] spi fixes for v4.5
 2016-03-10  4:14 UTC 

[PATCH 0/3] Some fixes for slave-dma stuff for spi-rockchip
 2016-03-10  3:39 UTC  (7+ messages)
  ` [PATCH 1/3] spi: rockchip: check return value of dmaengine_prep_slave_sg
      ` Applied "spi: rockchip: check return value of dmaengine_prep_slave_sg" to the spi tree
  ` [PATCH 2/3] spi: rockchip: migrate to dmaengine_terminate_async
      ` Applied "spi: rockchip: migrate to dmaengine_terminate_async" to the spi tree
  ` [PATCH 3/3] spi: rockchip: check requesting dma channel with EPROBE_DEFER
      ` Applied "spi: rockchip: check requesting dma channel with EPROBE_DEFER" to the spi tree

[PATCH v1 1/1] spi: respect the maximum segment size of DMA device
 2016-03-10  3:39 UTC  (2+ messages)
  ` Applied "spi: respect the maximum segment size of DMA device" to the spi tree

[PATCH] spi/spi-xilinx: Add clock support
 2016-03-09  9:07 UTC  (5+ messages)

imx spi performance
 2016-03-09  8:26 UTC 

[PATCH] spi: core: Fix deadlock when sending messages
 2016-03-09  2:34 UTC  (5+ messages)
  ` [PATCH V2] "
      ` Applied "spi: core: Fix deadlock when sending messages" to the spi tree

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

[PATCH v4] i.MX SPI DMA cleanup
 2016-03-07  7:54 UTC  (15+ messages)
  ` [PATCH 1/9] spi: imx: drop fallback to PIO
  ` [PATCH 2/9] spi: imx: initialize usedma earlier
  ` [PATCH 3/9] spi: imx: drop unnecessary read/modify/write
  ` [PATCH 4/9] spi: imx: drop unncessary dma_is_inited variable
  ` [PATCH 5/9] spi: imx: add support for all SPI word width for DMA
  ` [PATCH 6/9] spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
  ` [PATCH 7/9] spi: imx: make some register defines simpler
  ` [PATCH 8/9] spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
  ` [PATCH 9/9] spi: imx: drop bogus tests for rx/tx bufs in DMA transfer

[PATCH v3 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-03-06 14:56 UTC  (2+ messages)
  ` [PATCH v3 2/2] spi: spi-pic32: Add PIC32 SPI master driver

[PATCH] spi/rockchip: fix endian mode for 16-bit transfers
 2016-03-06 11:37 UTC  (2+ messages)
  ` Applied "spi/rockchip: fix endian mode for 16-bit transfers" to the spi tree

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

[PATCH v2 2/2] spi: spi-pic32: Add PIC32 SPI master driver
 2016-03-06  2:25 UTC  (6+ messages)
  ` [PATCH] spi: spi-pic32: fix platform_no_drv_owner.cocci warnings

[PATCH] spi: pxa2xx: Use newer more explicit DMAengine terminate API
 2016-03-05 12:26 UTC  (4+ messages)
  ` Applied "spi: pxa2xx: Use newer more explicit DMAengine terminate API" to the spi tree

Applied "spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs" to the spi tree
 2016-03-05 12:26 UTC 

[PATCH 1/2] spi/fsl-espi: Correct the maximum transaction length
 2016-03-05  5:36 UTC  (5+ messages)
` [PATCH 2/2] spi/fsl-espi: Remove the address conversion operation

[PATCH] spi/rockchip: Make sure spi clk is on in rockchip_spi_set_cs
 2016-03-05  4:45 UTC  (5+ messages)

[PATCH v2 1/2] dt/bindings: Add bindings for PIC32 SPI peripheral
 2016-03-05  4:31 UTC  (3+ messages)
` [PATCH v2 2/2] spi: spi-pic32: Add PIC32 SPI master driver

[PATCH RFC] spi: add flow controll support
 2016-03-02 12:26 UTC  (17+ messages)
        ` [PATCH 1/6] "
            ` [PATCH 2/6] spi: add add flow control test driver
            ` [PATCH 3/6] DT: add documentation for spi-fc-test driver
            ` [PATCH 4/6] spi: davinci: set new SPI_FC_* flags
            ` [PATCH 5/6] spi: sun4i: "
            ` [PATCH 6/6] spi: bitbang: "

[PATCH] spi: pxa2xx: Add support for Intel Broxton B-Step
 2016-03-02 11:04 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Add support for Intel Broxton B-Step" to the spi tree

spi-imx: hung task caused by vfs_read
 2016-03-02 10:40 UTC  (2+ messages)

CISCO AND AVAYA IP Phones
 2016-03-01 20:10 UTC 

[PATCH] spi: Fix incomplete handling of SPI_MASTER_MUST_RX/_MUST_TX
 2016-03-01 12:17 UTC  (5+ messages)

[PATCH] spi: lp-8841: return correct error code from probe
 2016-02-28 22:03 UTC  (5+ messages)
  ` Applied "spi: lp-8841: return correct error code from probe" to the spi tree

INFORMAÇÃO IMPORTANTE RE: Consultoria de Investimento em sua Localidade
 2016-02-28 12:40 UTC 

[PATCH 05/13] spi: imx: initialize usedma earlier
 2016-02-26  2:48 UTC  (2+ messages)
  ` Applied "spi: imx: initialize usedma earlier" to the spi tree

[PATCH 06/13] spi: imx: drop unnecessary read/modify/write
 2016-02-26  2:48 UTC  (2+ messages)
  ` Applied "spi: imx: drop unnecessary read/modify/write" to the spi tree

[PATCH 07/13] spi: imx: drop unncessary dma_is_inited variable
 2016-02-26  2:47 UTC  (2+ messages)
  ` Applied "spi: imx: drop unncessary dma_is_inited variable" to the spi tree

[PATCH 08/13] spi: imx: add support for all SPI word width for DMA
 2016-02-26  2:47 UTC  (2+ messages)
  ` Applied "spi: imx: add support for all SPI word width for DMA" to the spi tree

[PATCH 09/13] spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
 2016-02-26  2:47 UTC  (2+ messages)
  ` Applied "spi: imx: remove unnecessary bit clearing in mx51_ecspi_config" to the spi tree

[PATCH 10/13] spi: imx: make some register defines simpler
 2016-02-26  2:47 UTC  (2+ messages)
  ` Applied "spi: imx: make some register defines simpler" to the spi tree

[PATCH 11/13] spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
 2016-02-26  2:47 UTC  (2+ messages)
  ` Applied "spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function" to the spi tree

[PATCH v3] i.MX SPI DMA cleanup
 2016-02-26  2:47 UTC  (15+ messages)
  ` [PATCH 1/9] spi: imx: drop fallback to PIO
      ` Applied "spi: imx: drop fallback to PIO" to the spi tree
  ` [PATCH 2/9] spi: imx: initialize usedma earlier
          ` [PATCH] "
  ` [PATCH 3/9] spi: imx: drop unnecessary read/modify/write
  ` [PATCH 4/9] spi: imx: drop unncessary dma_is_inited variable
  ` [PATCH 5/9] spi: imx: add support for all SPI word width for DMA
  ` [PATCH 6/9] spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
  ` [PATCH 7/9] spi: imx: make some register defines simpler
  ` [PATCH 8/9] spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
  ` [PATCH 9/9] spi: imx: drop bogus tests for rx/tx bufs in DMA transfer
      ` Applied "spi: imx: drop bogus tests for rx/tx bufs in DMA transfer" to the spi tree

[PATCH v5 0/5] Add memory mapped read support for ti-qspi
 2016-02-24 12:21 UTC  (9+ messages)
` [PATCH v5 3/5] mtd: devices: m25p80: add support for mmap read request

[PATCH v1] spi: master driver to enable RTC on ICPDAS LP-8841
 2016-02-24  4:15 UTC  (13+ messages)
` [PATCH v2] "
` [PATCH v3] "
  ` [PATCH v4] "
      ` Applied "spi: master driver to enable RTC on ICPDAS LP-8841" to the spi tree

[PATCH] Doc: spi: make xmldocs warning caused by spi.c
 2016-02-24  3:54 UTC  (3+ messages)
  ` Applied "spi: make xmldocs warning caused by spi.c" to the spi tree

[PATCH 0/7] PM runtime regression fixes for omaps
 2016-02-22 17:54 UTC  (8+ messages)
` [PATCH 1/7] mmc: omap_hsmmc: Fix PM regression with deferred probe for pm_runtime_reinit

propper support of 5 wire SPI (SPI_READY signal)
 2016-02-22 11:42 UTC  (7+ messages)

[PATCH] spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH
 2016-02-20 20:02 UTC  (2+ messages)
  ` Applied "spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH" to the spi tree

[Patch v1] spi: imx: fix spi resource leak with dma transfer
 2016-02-20 18:11 UTC  (2+ messages)
  ` Applied "spi: imx: fix spi resource leak with dma transfer" to the spi tree

[PATCH 03/13] spi: imx: replace fixed timeout with calculated
 2016-02-20 18:11 UTC  (2+ messages)
  ` Applied "spi: imx: replace fixed timeout with calculated" to the spi tree

[PATCH] spi: pxa2xx: Remove unused DMA buffer mappings
 2016-02-20 18:11 UTC  (2+ messages)
  ` Applied "spi: pxa2xx: Remove unused DMA buffer mappings" to the spi tree

[PATCH] spi: spi-pxa2xx-pci: Add ID and driver type for WildcatPoint PCH
 2016-02-20 17:43 UTC 

[PATCH v2] i.MX SPI DMA cleanup
 2016-02-19 15:51 UTC  (11+ messages)
` [PATCH 04/12] spi: imx: drop fallback to PIO
` [PATCH 05/12] spi: imx: initialize usedma earlier
  ` [PATCH 07/12] spi: imx: drop unncessary dma_is_inited variable
  ` [PATCH 08/12] spi: imx: add support for all SPI word width for DMA
  ` [PATCH 09/12] spi: imx: remove unnecessary bit clearing in mx51_ecspi_config
  ` [PATCH 10/12] spi: imx: make some register defines simpler
  ` [PATCH 11/12] spi: imx: set MX51_ECSPI_CTRL_SMC bit in setup function
  ` [PATCH 12/12] spi: imx: drop bogus tests for rx/tx bufs in DMA transfer


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