linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-08 11:22:28 to 2010-10-22 14:20:24 UTC [more...]

[PATCH v3 00/12] tnetv107x ssp driver stack
 2010-10-22 14:20 UTC  (20+ messages)
  ` [PATCH v3 01/12] misc: add driver for sequencer serial port
  ` [PATCH v3 02/12] davinci: add tnetv107x ssp platform device
  ` [PATCH v3 03/12] davinci: add ssp config for tnetv107x evm board
  ` [PATCH v3 04/12] spi: add ti-ssp spi master driver
  ` [PATCH v3 05/12] davinci: add spi devices on tnetv107x evm
  ` [PATCH v3 07/12] davinci: add tnetv107x evm regulators
  ` [PATCH v3 08/12] gpio: add ti-ssp virtual gpio driver
  ` [PATCH v3 09/12] davinci: add tnetv107x evm ti-ssp gpio device
  ` [PATCH v3 10/12] backlight: add support for tps6116x controller
  ` [PATCH v3 11/12] davinci: add tnetv107x evm backlight device
  ` [PATCH v3 12/12] davinci: add tnetv107x evm i2c eeprom device
` [PATCH v3 06/12] regulator: add driver for tps6524x regulator

[PATCH] spi: fixed some core weirdness
 2010-10-22 10:55 UTC  (4+ messages)

[PATCH v4 0/5] refactor spi_mpc8xxx.c and add eSPI controller support
 2010-10-22  7:39 UTC  (16+ messages)
  ` [PATCH v4 1/5] spi/mpc8xxx: rename spi_mpc8xxx.c to spi_fsl_spi.c
      ` [PATCH v4 2/5] spi/mpc8xxx: refactor the common code for SPI/eSPI controller
          ` [PATCH v4 3/5] eSPI: add eSPI controller support
            ` [PATCH v4 4/5] powerpc/of: add eSPI controller dts bindings and DTS modification
                ` [PATCH v4 5/5] mtd: m25p80: add support to parse the partitions by OF node

[PATCH 1/2] spi/bfin_spi: only request GPIO on first load
 2010-10-22  7:33 UTC  (8+ messages)
  ` [PATCH 2/2] spi/bfin_spi: handle error/status changes after data interrupts
          ` [Uclinux-dist-devel] [PATCH 1/2] spi/bfin_spi: only request GPIO on first load

[PATCH] spi/bfin_sport_spi: new driver to emulate a SPI bus using Blackfin SPORT peripheral
 2010-10-22  7:29 UTC  (4+ messages)
          ` [Uclinux-dist-devel] "

[SPAM] Une bonne mutuelle, ce n'est pas forcément cher
 2010-10-22  2:46 UTC 

阿巴斯 迪拜 卡拉奇 $1200/40HQ 10月部分港口临时报价
 2010-10-22  2:05 UTC 

[PATCH v2 00/12] tnetv107x ssp driver stack
 2010-10-22  0:00 UTC  (21+ messages)
  ` [PATCH v2 01/12] misc: add driver for sequencer serial port
  ` [PATCH v2 02/12] davinci: add tnetv107x ssp platform device
  ` [PATCH v2 03/12] davinci: add ssp config for tnetv107x evm board
  ` [PATCH v2 04/12] spi: add ti-ssp spi master driver
  ` [PATCH v2 05/12] davinci: add spi devices on tnetv107x evm
  ` [PATCH v2 06/12] regulator: add driver for tps6524x regulator
  ` [PATCH v2 07/12] davinci: add tnetv107x evm regulators
  ` [PATCH v2 08/12] gpio: add ti-ssp virtual gpio driver
  ` [PATCH v2 09/12] davinci: add tnetv107x evm ti-ssp gpio device
  ` [PATCH v2 10/12] backlight: add support for tps6116x controller
  ` [PATCH v2 11/12] davinci: add tnetv107x evm backlight device
  ` [PATCH v2 12/12] davinci: add tnetv107x evm i2c eeprom device

[PATCH] spi/pl022: fix erroneous platform data in U300
 2010-10-21 19:05 UTC 

[git pull] SPI driver changes for 2.6.37
 2010-10-21 17:59 UTC 

[PATCH] spi/omap2_mcspi: Verify TX reg is empty after TX only xfer with DMA
 2010-10-20 16:43 UTC  (3+ messages)

[PATCH] spi/omap2_mcspi: disable channel after TX_ONLY transfer in PIO mode
 2010-10-20 16:31 UTC  (2+ messages)

[SPAM] Urgent 25% d'economie sur vos impots
 2010-10-20 14:58 UTC 

[PATCH 00/28] Blackfin SPI updates for 2.6.36
 2010-10-18 15:27 UTC  (47+ messages)
  ` [PATCH 01/28] Blackfin SPI: fix resources leakage
  ` [PATCH 02/28] Blackfin SPI: work around anomaly 05000119
  ` [PATCH 03/28] Blackfin SPI: force sane master-mode state at boot
  ` [PATCH 04/28] Blackfin SPI: utilize the SPI interrupt in PIO mode
  ` [PATCH 05/28] Blackfin SPI: fix CS handling
  ` [PATCH 06/28] Blackfin SPI: drop custom cs_change_per_word support
  ` [PATCH 07/28] Blackfin SPI: punt useless null read/write funcs
  ` [PATCH 08/28] Blackfin SPI: fix up some unused/misleading comments
  ` [PATCH 09/28] Blackfin SPI: convert queue run state to true/false
  ` [PATCH 10/28] Blackfin SPI: convert read/write/duplex funcs to a dedicated ops structure
  ` [PATCH 11/28] Blackfin SPI: convert struct names to something more logical
  ` [PATCH 12/28] Blackfin SPI: drop extra memory we don't need
  ` [PATCH 13/28] Blackfin SPI: use the SPI namespaced bit names
  ` [PATCH 14/28] Blackfin: SPI: expand SPI bitmasks
  ` [PATCH 15/28] Blackfin SPI: redo GPIO CS handling
  ` [PATCH 16/28] Blackfin SPI: save/restore state when suspending/resuming
  ` [PATCH 17/28] Blackfin SPI: sync hardware state before reprogramming everything
  ` [PATCH 18/28] Blackfin SPI: use nosync when disabling the IRQ from the IRQ handler
  ` [PATCH 19/28] Blackfin SPI: push all size checks into the transfer function
  ` [PATCH 20/28] Blackfin SPI: reset ctl_reg bits when setup is run again on a device
  ` [PATCH 21/28] Blackfin SPI: combine duplicate SPI_CTL read/write logic
  ` [PATCH 22/28] Blackfin SPI: use dma_disable_irq_nosync() in irq handler
  ` [PATCH 23/28] Blackfin SPI: reject unsupported SPI modes
  ` [PATCH 24/28] Blackfin SPI: fix typo in comment
  ` [PATCH 25/28] Blackfin SPI: cs should be always low when a new transfer begins
  ` [PATCH 26/28] Blackfin SPI: warn when CS is driven by hardware (CPHA=0)
  ` [PATCH 27/28] Blackfin SPI: check per-transfer bits_per_word
  ` [PATCH 28/28] Blackfin SPI: init early
  ` [PATCH 29/28] spi/bfin_spi: namespace local structs

[PATCH 00/12] tnetv107x ssp driver stack
 2010-10-18 14:59 UTC  (21+ messages)
  ` [PATCH 01/12] misc: add driver for sequencer serial port
  ` [PATCH 02/12] davinci: add tnetv107x ssp platform device
  ` [PATCH 03/12] davinci: add ssp config for tnetv107x evm board
  ` [PATCH 04/12] spi: add ti-ssp spi master driver
  ` [PATCH 05/12] davinci: add spi devices on tnetv107x evm
  ` [PATCH 06/12] regulator: add driver for tps6524x regulator
  ` [PATCH 07/12] davinci: add tnetv107x evm regulators
  ` [PATCH 08/12] gpio: add ti-ssp virtual gpio driver
  ` [PATCH 09/12] davinci: add tnetv107x evm ti-ssp gpio device
  ` [PATCH 10/12] backlight: add support for tps6116x controller
  ` [PATCH 11/12] davinci: add tnetv107x evm backlight device
  ` [PATCH 12/12] davinci: add tnetv107x evm i2c eeprom device

[SPAM] Votre complementaire sante offerte pendant 2 mois
 2010-10-17 20:47 UTC 

[PATCH] atmel_spi.c - typo in debug message
 2010-10-16  3:56 UTC  (2+ messages)

[SPAM] Service tout compris contre le vol par le Numero 1 Français
 2010-10-15  8:31 UTC 

[SPAM] 职业
 2010-10-15  7:03 UTC 

欧洲基本港 $1500/2900/2950 10月部分港口临时报价
 2010-10-15  1:09 UTC 

[RFC PATCH 0/3] spi/xilinx: Merge OF and non-OF drivers
 2010-10-14 16:20 UTC  (4+ messages)
` [RFC PATCH 1/3] spi/xilinx: Eliminate pdata references from common code
  ` [RFC PATCH 2/3] spi/xilinx: fold platform_driver support into main body
  ` [RFC PATCH 3/3] spi/xilinx: merge OF support code into main driver

[PATCH] spi/fsl_spi: Fix compile errors when building on ppc64
 2010-10-14 14:47 UTC  (4+ messages)

[Patch] atmel_spi.c - let transfers through if not changing bits_per_word
 2010-10-14  5:16 UTC  (2+ messages)

Mega Pixels IP Camera, 1280 x 720 (720P), really High Definition Network IP Camera
 2010-10-14  4:48 UTC 

[PATCH] spi: tegra: fix error setting on timeout
 2010-10-14  1:50 UTC  (2+ messages)

рассылки
 2010-10-13 10:21 UTC 

[SPAM] 股权激励方案设计技巧o
 2010-10-13  6:26 UTC 

Assert CS, wait for IRQ, write data sequence
 2010-10-12 17:29 UTC  (7+ messages)

[SPAM] ☆供应商品质管理(SQM)☆
 2010-10-12 14:31 UTC 

[PATCH v5 0/1] davinci: spi: replace existing driver
 2010-10-12 12:14 UTC  (17+ messages)
` [PATCH v5 1/1] "

[PATCH v3] spi: add spi_tegra driver
 2010-10-11 21:01 UTC  (5+ messages)
` [PATCH v4] "

nitin vishnoi invites you to join Ecademy
 2010-10-11  4:53 UTC 

[PATCH] spi/pl022: fix dubious allocation staticize platform data
 2010-10-10  7:01 UTC  (2+ messages)

[PATCH] spi/pl022: get rid of chipinfo dev pointer
 2010-10-10  6:51 UTC  (2+ messages)

spi: amba_pl022: driver and platform spi->mode fixes
 2010-10-10  6:51 UTC  (3+ messages)
` [PATCH] spi: amba_pl022: Add spi->mode support to AMBA SPI driver

[PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver
 2010-10-09 10:24 UTC  (5+ messages)

[SPAM] Mega promo vers tous les operateurs sans engagement
 2010-10-09  8:32 UTC 

[SPAM] Ventes privees de voyages à prix discount
 2010-10-08 19:16 UTC 

[PATCH] spi/topcliff: cleanups for style and conciseness
 2010-10-08 18:51 UTC 

[MeeGo-Dev][PATCH v2] Topcliff: Update PCH_SPI driver to 2.6.35
 2010-10-08 18:40 UTC 

[PATCH 22/24] spi: change to new flag variable
 2010-10-08 18:33 UTC  (2+ messages)

[PATCH 0/6] add spi support for i.MX51 in the existing spi_imx driver
 2010-10-08 16:39 UTC  (3+ messages)
` [PATCH 7/6] spi/imx: Support different fifo sizes


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