linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2010-10-28 18:35:02 to 2010-11-21 21:31:38 UTC [more...]

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

[SPAM] Gagnez 1 voyage en Corse ou 1 cheque cadeau de 500 euros
 2010-11-21  9:16 UTC 

[PATCH 6/6] atmel_spi: fix warning In function 'atmel_spi_dma_map_xfer'
 2010-11-21  2:19 UTC  (3+ messages)

[PATCH][RFC] spi-gpio: implement spidelay() for platforms that configure SLOWER_SPI_GPIO
 2010-11-19 22:19 UTC 

Grandes Marcas e Grandes Ofertas
 2010-11-19 10:44 UTC 

[PATCH] dw_spi: add DMA support
 2010-11-18 20:31 UTC 

[SPAM] Reservez vite votre essai !
 2010-11-18 13:24 UTC 

[PATCH 00/49] spi: davinci: re-write existing driver
 2010-11-18 13:14 UTC  (56+ messages)
  ` [PATCH 01/49] spi: davinci: fix checkpatch errors
      ` [PATCH 02/49] spi: davinci: whitespace cleanup
          ` [PATCH 03/49] spi: davinci: remove unused variable 'pdata'
              ` [PATCH 04/49] spi: davinci: removed unused #defines
                  ` [PATCH 05/49] spi: davinci: remove unnecessary typecast
                      ` [PATCH 06/49] spi: davinci: set chip-select mode in SPIDEF only once
                          ` [PATCH 07/49] spi: davinci: enable both activation and deactivation of chip-selects
                              ` [PATCH 08/49] spi: davinci: remove unnecessary data transmit on CS disable
                                  ` [PATCH 09/49] spi: davinci: enable GPIO lines to be used as chip selects
                                      ` [PATCH 10/49] spi: davinci: simplify prescalar calculation
                                          ` [PATCH 11/49] spi: davinci: remove 'wait_enable' platform data member
                                              ` [PATCH 12/49] spi: davinci: make chip-slect specific parameters really chip-select specific
                                                  ` [PATCH 13/49] spi: davinci: consolidate setup of SPIFMTn in one function
                                                      ` [PATCH 14/49] spi: davinci: setup chip-select timers values only if timer enabled
                                                          ` [PATCH 15/49] spi: davinci: add support for wait enable timeouts
                                                              ` [PATCH 16/49] spi: davinci: remove unused members of davinci_spi_slave
                                                                  ` [PATCH 17/49] spi: davinci: eliminate the single member structure davinci_spi_slave
                                                                      ` [PATCH 18/49] spi: davinci: eliminate unnecessary update of davinci_spi->count
                                                                          ` [PATCH 19/49] spi: davinci: simplify calculation of edma acount value
                                                                              ` [PATCH 20/49] spi: davinci: check for NULL buffer pointer before using it
                                                                                  ` [PATCH 21/49] spi: davinci: remove unnecessary disable of SPI
                                                                                      ` [PATCH 22/49] spi: davinci: remove unnecessary 'count' variable in driver private data
                                                                                          ` [PATCH 23/49] spi: davinci: do not treat Tx interrupt being set as error
                                                                                              ` [PATCH 24/49] spi: davinci: remove unnecessary completion variable initialization
                                                                                                  ` [PATCH 25/49] spi: davinci: remove non-useful interrupt mode support
                                                                                                      ` [PATCH 26/49] spi: davinci: simplify poll mode transfers
                                                                                                          ` [PATCH 27/49] spi: davinci: add support for interrupt mode
                                                                                                              ` [PATCH 28/49] spi: davinci: configure the invariable bits in spipc0 only once
                                                                                                                  ` [PATCH 29/49] spi: davinci: remove unnecessary function davinci_spi_bufs_prep()
                                                                                                                      ` [PATCH 30/49] spi: davinci: remove unnecessary call to davinci_spi_setup_transfer()
                                                                                                                          ` [PATCH 31/49] spi: davinci: do not store DMA channel information per chip select
                                                                                                                              ` [PATCH 32/49] spi: davinci: always start transmit DMA
                                                                                                                                  ` [PATCH 33/49] spi: davinci: do not use temporary buffer if no transmit data provided
                                                                                                                                      ` [PATCH 34/49] spi: davinci: always start receive DMA
                                                                                                                                          ` [PATCH 35/49] spi: davinci: use edma_write_slot() to setup EDMA PaRAM slot
                                                                                                                                              ` [PATCH 36/49] spi: davinci: fix DMA event generation stoppage
                                                                                                                                                  ` [PATCH 37/49] spi: davinci: do not allocate DMA channels during SPI device setup
                                                                                                                                                      ` [PATCH 38/49] spi: davinci: fix EDMA CC errors at end of transfers
                                                                                                                                                          ` [PATCH 39/49] spi: davinci: handle DMA completion errors correctly
                                                                                                                                                              ` [PATCH 40/49] spi: davinci: remove usage of additional completion variables for DMA
                                                                                                                                                                  ` [PATCH 41/49] spi: davinci: let DMA operation be specified on per-device basis
                                                                                                                                                                      ` [PATCH 42/49] spi: davinci: remove non-useful "clk_internal" platform data
                                                                                                                                                                          ` [PATCH 43/49] spi: davinci: enable and power-up SPI only when required
                                                                                                                                                                              ` [PATCH 44/49] spi: davinci: setup the driver owner
                                                                                                                                                                                  ` [PATCH 45/49] spi: davinci: add additional comments
                                                                                                                                                                                      ` [PATCH 46/49] spi: davinci: add EF Johnson Technologies copyright
                                                                                                                                                                                          ` [PATCH 47/49] spi: davinci: remove unnecessary private data member 'region_size'
                                                                                                                                                                                              ` [PATCH 48/49] spi: davinci: shorten variable names
                                                                                                                                                                                                  ` [PATCH 49/49] spi: davinci: kconfig: add manufacturer name to prompt string

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

[SPAM] Duree limitee! Profitez vite de notre offre pour concretiser vos projets
 2010-11-16 18:42 UTC 

[SPAM] 如何认定严重违反企业规章制度?
 2010-11-16 11:27 UTC 

[PATCH v4 1/1] OMAP2: Spi: Force CS to be in inactive state after off-mode transition
 2010-11-16  7:54 UTC  (2+ messages)

[SPAM] Votre mutuelle à partir de 13,47 euros par mois
 2010-11-16  5:00 UTC 

[RFC 11/18] spi: add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
 2010-11-15 16:28 UTC  (6+ messages)

[PATCH 00/44] remove unnecessary semicolons
 2010-11-15  3:57 UTC  (3+ messages)
` [PATCH 28/44] drivers/spi: Remove "

[SPAM] (结合15个真实案例剖析)
 2010-11-13 15:06 UTC 

[SPAM] Evitez les depenses inutiles avec nos formules sur mesure
 2010-11-13  4:15 UTC 

[PATCH v4 0/1] Put the OMAP2 SPI CS in inactive state when returning from suspend
 2010-11-13  1:07 UTC  (2+ messages)

[PATCH v3 1/1] OMAP2: Spi: Force CS to be in inactive state after off-mode transition
 2010-11-12 23:01 UTC  (3+ messages)

[RFC 11/18] spi: add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs
 2010-11-12 19:50 UTC 

[PATCH v3 0/1] Put the OMAP2 SPI CS in inactive state when returning from suspend
 2010-11-12 16:45 UTC 

[SPAM] Antoloji'den bir sayfa
 2010-11-12 11:59 UTC 

[PATCH] ifx6x60: SPI protocol driver for Infineon 6x60 modem
 2010-11-11 19:56 UTC  (3+ messages)

Grandes Marcas e Grandes Ofertas
 2010-11-11 17:29 UTC 

[SPAM] Recevez votre essai pour arreter de fumer
 2010-11-11 17:26 UTC 

[PATCH v2 2/2] spi: Force CS to be in inactive state after off-mode transition
 2010-11-11 11:57 UTC  (6+ messages)

nitin vishnoi invites you to join Ecademy
 2010-11-11  5:06 UTC 

[SPAM] Besoin d'argent, decouvrez nos offres de financement
 2010-11-10 21:12 UTC 

[RFC PATCH 0/3] spi/xilinx: Merge OF and non-OF drivers
 2010-11-10 15:59 UTC  (8+ messages)

[PATCH v2 1/2] spi: Add hook on suspend/resume for spi master
 2010-11-10 15:58 UTC  (2+ messages)

[SPAM] ‘ÄúµÄÆó˜I´òÔì¡°½ðÊÖäD¡±
 2010-11-10 15:57 UTC 

[PATCH v4 08/12] gpio: add ti-ssp gpio driver
 2010-11-10 14:34 UTC  (9+ messages)

[PATCH v2 0/2] Put the OMAP2 SPI CS in inactive state when returning from suspend
 2010-11-10 10:32 UTC 

[SPAM] Calculez la rentabilité en localisant votre maison sur un plan
 2010-11-10  8:31 UTC 

[SPAM] ˆFê µÄÁ¦Á¿„Ù춂€ÈËÁ¦Á¿
 2010-11-09 15:28 UTC 

[PATCH] input: spi: Driver for SPI data stream driven vibrator
 2010-11-08 12:18 UTC  (5+ messages)

[SPAM] 税/票――代/开
 2010-11-08  8:48 UTC 

[SPAM] 代/开――发/票
 2010-11-07 20:01 UTC 

核销单
 2010-11-07 14:39 UTC 

Ethhyje Tzxc
 2010-11-07  5:20 UTC 

spi_lm70llp module crash on unload (2.6.37-rc1)
 2010-11-05  0:16 UTC 

[SPAM] Les prix s'adaptent à vos besoins et votre budget, comparez!
 2010-11-04 21:48 UTC 

spi_butterfly null ptr dereference on unload module
 2010-11-04 20:19 UTC 

spi_butterfly null ptr dereference on unload module
 2010-11-04 19:46 UTC 

[SPAM] 税/票――代/开
 2010-11-04 16:21 UTC 

[SPAM] etude financiere
 2010-11-04 12:00 UTC 

阿巴斯 迪拜 卡拉奇 $1350/40HQ 上海港11月
 2010-11-04  4:08 UTC 

fafw企业流程体系建设与实施实战tfgfjw
 2010-11-03 22:55 UTC 

[SPAM] 代/开――发/票
 2010-11-03 12:25 UTC 

阿巴斯 迪拜 卡拉奇 $1350/40HQ 上海港11月
 2010-11-02  7:58 UTC 

Access the linux_2.6.36 SPI Drivers from Userspace?
 2010-11-01 14:26 UTC  (2+ messages)

[PATCH] spi/bfin_sport_spi: new driver to emulate a SPI bus using Blackfin SPORT peripheral
 2010-11-01  5:56 UTC  (2+ messages)

[PATCH] spi/pl022: fix erroneous platform data in U300
 2010-11-01  5:01 UTC  (2+ messages)

[PATCH 1/2] spi/bfin_spi: only request GPIO on first load
 2010-10-31  4:07 UTC  (6+ messages)
    ` [Uclinux-dist-devel] "


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