linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-02-04 21:47:38 to 2013-02-15 15:52:27 UTC [more...]

[PATCH v3 0/7] 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-15 15:52 UTC  (8+ messages)
  ` [PATCH v3 1/7] spi: spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment
  ` [PATCH v3 2/7] spi: spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive
  ` [PATCH v3 3/7] spi: spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer
  ` [PATCH v3 5/7] spi: spi-fsl-spi: Add support for setting a maximum number of bits per word
  ` [PATCH v3 6/7] spi: spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC
  ` [PATCH v3 7/7] spi: spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores
` [PATCH v3 4/7] spi: spi-fsl-spi: Introduce a type for the driver

[PATCH v2 0/4] ARM: mvebu: Add support for SPI flash devices in Armada 370/XP
 2013-02-14 19:34 UTC  (9+ messages)
  ` [PATCH v2 1/4] arm: mvebu: Add support for SPI controller "
  ` [PATCH v2 2/4] ARM: mvebu: Update defconfig to select SPI support
  ` [PATCH v2 3/4] arm: mvebu: Add SPI flash on Armada XP-GP board
  ` [PATCH v2 4/4] ARM: mvebu: Update defconfig to select SPI flash and MTD support

Ne restez plus seul(e) pour la Saint Valentin - Rencontres Gratuites
 2013-02-14 16:14 UTC 

[PATCH v2] gpio: mcp23s08: convert driver to DT
 2013-02-14 12:22 UTC  (5+ messages)

[PATCH V2 0/5] Add polling support for 64xx spi controller
 2013-02-13 20:03 UTC  (6+ messages)
  ` [PATCH V2 1/5] spi: s3c64xx: modified error interrupt handling and init
  ` [PATCH V2 2/5] spi: s3c64xx: added support for polling mode
  ` [PATCH V2 3/5] spi: s3c64xx: Added provision for non-gpio i/o's
  ` [PATCH V2 4/5] spi: s3c64xx: Added provision for dedicated cs pin
  ` [PATCH V2 5/5] spi: s3c64xx: Added support for exynos5440 spi

[PATCH V2 0/5] Add polling support for 64xx spi controller
 2013-02-13 19:25 UTC  (6+ messages)
` [PATCH V2 1/5] spi: s3c64xx: modified error interrupt handling and init
  ` [PATCH V2 2/5] spi: s3c64xx: added support for polling mode
  ` [PATCH V2 3/5] spi: s3c64xx: Added provision for non-gpio i/o's
  ` [PATCH V2 4/5] spi: s3c64xx: Added provision for dedicated cs pin
  ` [PATCH V2 5/5] spi: s3c64xx: Added support for exynos5440 spi

Dernière minute : Offrez-lui un moment en amoureux ?
 2013-02-13 15:13 UTC 

[PATCH] of: spi: Return error from of_spi_register_master on bad "cs-gpios" property
 2013-02-13 13:23 UTC 

[PATCH] spi: Initialize cs_gpio and cs_gpios with -ENOENT
 2013-02-13 13:20 UTC 

[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-12 18:01 UTC  (15+ 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 3/6] of_spi: Initialize cs_gpios properly
` [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 v7 00/10] DMA Engine support for AM33XX
 2013-02-12 16:38 UTC  (40+ messages)
` [PATCH v7 01/10] ARM: davinci: move private EDMA API to arm/common
` [PATCH v7 07/10] dmaengine: add dma_request_slave_channel_compat()

1er Mois gratuit
 2013-02-12 10:46 UTC 

[PATCH] spi: spi-xilinx: Use DT information for bits_per_word value
 2013-02-11 16:28 UTC 

[PATCH] spi: spi-xilinx: Use DT information for bits_per_word value
 2013-02-11 14:55 UTC 

[PATCH 0/2] Convert mcp23s08 to DT usage
 2013-02-09 14:31 UTC  (5+ messages)
  ` [PATCH 1/2] gpio: mcp23s08: Allow -1 as a legal value for global gpio base
  ` [PATCH 2/2] gpio: mcp23s08: convert driver to DT

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

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

Super action- best poker
 2013-02-09  1:41 UTC 

[PATCH 2/5] spi: pl022: use generic DMA slave configuration if possible
 2013-02-08 22:10 UTC  (16+ messages)
` [PATCH 3/5] serial: pl011: "

[PATCH 0/4] Add polling support for 64xx spi controller
 2013-02-08 13:17 UTC  (23+ messages)
` [PATCH 2/4] spi: s3c64xx: added support for polling mode
  ` [PATCH 1/4] spi: s3c64xx: modified error interrupt handling and init
  ` [PATCH 3/4] spi: s3c64xx: add gpio quirk for controller
  ` [PATCH 4/4] spi: s3c64xx: add support for exynos5440 spi

[PATCH v2 0/7] 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-08  7:46 UTC  (12+ messages)
` [PATCH v2 3/7] spi: spi-fsl-spi: Move setting non-zero tx and rx shifts to a function accessed by a function pointer
  ` [PATCH v2 1/7] spi: spi-fsl-spi: Make driver usable in CPU mode outside of an FSL_SOC environment
  ` [PATCH v2 2/7] spi: spi-fsl-spi: Make sure in spi_fsl_setup that chipselect becomes inactive
  ` [PATCH v2 4/7] spi: spi-fsl-spi: Introduce a type for the driver
  ` [PATCH v2 5/7] spi: spi-fsl-spi: Add support for setting a maximum number of bits per word
  ` [PATCH v2 6/7] spi: spi-fsl-spi: Add support for Aeroflex Gaisler GRLIB cores normally running on SPARC
  ` [PATCH v2 7/7] spi: spi-fsl-spi: Add support for gpio chipselects for GRLIB type cores
  ` [PATCH v2 4/7 RESEND] spi: spi-fsl-spi: Introduce a type for the driver

[PATCH] arm: mvebu: Add SPI flash on Armada XP-GP board
 2013-02-06 15:32 UTC  (18+ messages)

[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-06 10:44 UTC  (3+ messages)

[PATCH v2] spi/ath79: add shutdown handler
 2013-02-06 10:41 UTC  (2+ messages)

Fixing eSPI controller driver: some queries
 2013-02-06  9:31 UTC  (3+ messages)

J-7 avant la Saint-Valentin! Personnalisez vos chocolats avec M&M's
 2013-02-06  7:47 UTC 

[PATCH 0/2] Add SPI flash for Aramda 370 and XP dev board
 2013-02-05 20:54 UTC  (3+ messages)
  ` [PATCH 1/2] arm: mvebu: Add SPI flash on Armada XP-DB board
  ` [PATCH 2/2] arm: mvebu: Add SPI flash on Armada 370 DB board

[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

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  (9+ 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  (4+ messages)
` [PATCH 2/2] ARM: mvebu: Update defconfig to select SPI support

[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] 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] 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


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