linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-01-29 14:53:41 to 2013-02-05 19:53:12 UTC [more...]

[PATCH 0/6] spi/ath79: various fixes
 2013-02-05 19:53 UTC  (15+ messages)
` [PATCH 1/6] spi/ath79: add delay between SCK changes
` [PATCH 2/6] spi/ath79: add missing HIGH->LOW SCK transition
` [PATCH 3/6] spi/ath79: remove superfluous chip select code
` [PATCH 4/6] spi/ath79: use gpio_request_one
` [PATCH 5/6] spi/ath79: avoid multiple initialization of the SPI controller
` [PATCH 6/6] spi/ath79: add shutdown handler

[PATCH] arm: mvebu: Add SPI flash on Armada XP-GP board
 2013-02-05 19:46 UTC  (13+ messages)

[PATCH v7 00/10] DMA Engine support for AM33XX
 2013-02-05 19:45 UTC  (75+ messages)
  ` [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common
  ` [PATCH v7 02/10] ARM: edma: remove unused transfer controller handlers
  ` [PATCH v7 05/10] dmaengine: edma: Add TI EDMA device tree binding
  ` [PATCH v7 06/10] ARM: dts: add AM33XX EDMA support
  ` [PATCH v7 07/10] dmaengine: add dma_request_slave_channel_compat()
  ` [PATCH v7 08/10] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
  ` [PATCH v7 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [PATCH v7 10/10] ARM: dts: add AM33XX SPI DMA support
` [PATCH v7 03/10] ARM: edma: add AM33XX support to the private EDMA API
` [PATCH v7 04/10] dmaengine: edma: enable build for AM33XX

[PATCH RESEND] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc
 2013-02-05 17:56 UTC  (2+ messages)

Fixing eSPI controller driver: some queries
 2013-02-05 17:32 UTC  (2+ messages)

Trying to use spidev to send an spi message, result from spidev_test.c "Illegal argument" . (i.mx23, kernel 3.7)
 2013-02-05 17:28 UTC  (2+ messages)

[PATCH v2 1/2] spi: bitbang: simplify pointer arithmetics
 2013-02-05 17:22 UTC  (6+ messages)
` [PATCH v2 2/2] spi: bitbang: convert to using core message queue

[PATCH 1/2] SPI: MIPS: lantiq: make use of spi_finalize_current_message
 2013-02-05 17:17 UTC  (4+ messages)
  ` [PATCH 2/2] SPI: MIPS: lantiq: set SPI_MASTER_HALF_DUPLEX flag

[PATCH V2 0/2] spi/bcm63xx: fix multi transfer messages
 2013-02-05 17:14 UTC  (10+ messages)
  ` [PATCH V2 1/2] spi/bcm63xx: reject transfers unable to transfer
  ` [PATCH V2 2/2] spi/bcm63xx: work around inability to keep CS up

[PATCH] spi: davinci: use request_threaded_irq() to fix deadlock
 2013-02-05 17:13 UTC  (4+ messages)

[PATCH 1/2] ARM: mvebu: Add support for SPI controller in Armada 370/XP
 2013-02-05 15:40 UTC  (11+ messages)
  ` [PATCH 2/2] ARM: mvebu: Update defconfig to select SPI support
  ` [PATCH 0/2] ARM: mvebu: Add support for SPI controller in Armada 370/XP

[PATCH V2] spi: Remove erroneous __init, __exit and __exit_p() references in drivers
 2013-02-05 14:45 UTC 

[PATCH] spi: orion: Use module_platform_driver()
 2013-02-05 14:39 UTC  (2+ messages)

[PATCH RFC 0/1] Convert mcp23s08 to DT usage
 2013-02-05 14:29 UTC  (4+ messages)
  ` [PATCH RFC 1/1] gpio: mcp23s08: convert driver to DT

[PATCH 2/5] spi: pl022: use generic DMA slave configuration if possible
 2013-02-05 14:22 UTC  (7+ messages)
` [PATCH 3/5] serial: pl011: "
` [PATCH v2 0/5] dmaengine: convert dw_dmac/spear13xx to generic binding

[PATCH] spi: Ensure memory used for spi_write_then_read() is DMA safe
 2013-02-05 14:21 UTC  (2+ messages)

[PATCH 25/33] spi: Convert to devm_ioremap_resource()
 2013-02-05 14:20 UTC  (2+ messages)

[PATCH 1/2] spi: spi-mpc512x-psc: init mode bits supported by the driver
 2013-02-05 14:18 UTC  (4+ messages)
` [PATCH 2/2] spi: spi-mpc512x-psc: add support for gpio chip selects

[PATCH] spi: spi-mpc512x-psc: don't use obsolet cell-index property
 2013-02-05 14:09 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] spi: Add helper functions for setting up transfers
 2013-02-05 14:07 UTC  (3+ messages)

[PATCH] spi: Remove erroneous __exit and __exit_p() references in drivers
 2013-02-05 13:58 UTC 

[PATCH] driver-core: constify data for class_find_device()
 2013-02-05 13:36 UTC  (2+ messages)

[PATCH 14/19] spi/atmel: remove incorrect __exit_p()
 2013-02-05 13:34 UTC  (2+ messages)

[PATCH] spi: s3c64xx: fix checkpatch warnings and error
 2013-02-05 13:22 UTC  (2+ messages)

[PATCH v2] spi: s3c64xx: Use devm_clk_get() and devm_request_irq()
 2013-02-05 13:20 UTC  (2+ messages)

[PATCH] spi: spi-imx: Add MODULE_ALIAS()
 2013-02-05 13:17 UTC  (2+ messages)

[PATCH 1/2] spi: make sure all transfer has proper speed set
 2013-02-05 13:12 UTC  (4+ messages)
` [PATCH 2/2] spi: tegra: remove checks for valid speed

[PATCH 1/2] spi: spi-gpio: Add checks for the dt properties
 2013-02-05 13:08 UTC  (4+ messages)

[PATCH V2] mxs: spi: clear XFER_COUNT in ctrl0 field in DMA descriptor
 2013-02-05 12:45 UTC  (2+ messages)

[PATCH 1/2] spi: sirf: use clk_prepare_enable and clk_disable_unprepare
 2013-02-05 12:43 UTC  (4+ messages)
` [PATCH 2/2] spi: sirf: add support for new SiRFmarco SMP SoC

Tradition des Vosges, DERNIERES DEMARQUES!
 2013-02-04  7:02 UTC 

[SPAM] Un mensaje solidario de Ricardo y Alejandra Darin
 2013-02-02 23:34 UTC 

Build regressions/improvements in v3.8-rc6
 2013-02-02 20:08 UTC 

[SPAM] 中药伟哥 仅118元一大盒,买二送一。
 2013-02-01 19:33 UTC 

%member_site_name% vous reserve ses offres exclusives
 2013-02-01 15:40 UTC 

SALE!! luxury watches, -Online
 2013-02-01 14:57 UTC 

[PATCH v6 00/10] DMA Engine support for AM33XX
 2013-02-01 11:57 UTC  (22+ messages)
` [PATCH v6 02/10] ARM: edma: remove unused transfer controller handlers
  ` [PATCH v6 01/10] ARM: davinci: move private EDMA API to arm/common
  ` [PATCH v6 03/10] ARM: edma: add AM33XX support to the private EDMA API
  ` [PATCH v6 04/10] dmaengine: edma: enable build for AM33XX
  ` [PATCH v6 05/10] dmaengine: edma: Add TI EDMA device tree binding
  ` [PATCH v6 06/10] ARM: dts: add AM33XX EDMA support
  ` [PATCH v6 08/10] spi: omap2-mcspi: convert to dma_request_slave_channel_compat()
  ` [PATCH v6 09/10] spi: omap2-mcspi: add generic DMA request support to the DT binding
  ` [PATCH v6 10/10] ARM: dts: add AM33XX SPI DMA support
` [PATCH v6 07/10] dmaengine: add dma_request_slave_channel_compat()

[PATCH v2 0/6] of, of_gpio, of_spi: Bugfix and improve of_parse_phandle_with_args, of_gpio_named_count and of_spi_register_master
 2013-02-01  9:37 UTC  (6+ messages)
` [PATCH v2 2/6] of: Return -ENXIO from of_parse_phandle_with_args for too large index and return errors from of_gpio_named_count
  ` [PATCH v2 4/6] of_spi: Document cs_gpios and cs_gpio in kernel-doc
` [PATCH v2 5/6] of_spi: Add fetching of of_gpio flags to of_spi_register_master
` [PATCH v2 6/6] of_spi: Initialize cs_gpios and cs_gpio with -EEXIST

[PATCH] spi: spi-gpio: fix compilation warning on 64 bits systems
 2013-01-31 10:26 UTC  (2+ messages)

Le TOP des lunettes loupe à partir de 59 euros livraison offerte
 2013-01-31  3:42 UTC 

[PATCH v5 00/14] DMA Engine support for AM33XX
 2013-01-31  1:31 UTC  (9+ messages)
` [PATCH v5 03/14] ARM: edma: add AM33XX support to the private EDMA API
` [PATCH v5 07/14] dmaengine: add dma_request_slave_channel_compat()

[PATCH] spi: spi-fsl-spi: Make spi-fsl-spi usable in cpu mode outside of FSL SOC environments and add a grlib variant normally running on sparc
 2013-01-30 11:54 UTC  (5+ 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).