A【*�l**票*代*理*】

2012-03-09 Thread hongtangduj097
偌山腥鄙啄��6wWZE6GyQe 9454470720 eWTxVTta 868781UqmPaoK J9pcOduib HLjQTTVTX rzPpN 6IffHU5QCZ4 -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud

Re: [PATCH 1/4 v4] of_spi: add generic binding support to specify cs gpio

2012-03-09 Thread Grant Likely
On Wed, 7 Mar 2012 13:23:06 +0100, Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com wrote: This will allow to use gpio for chip select with no modification in the driver binding When use the cs-gpios, the gpio number will be passed via the cs_gpio field and the number of chip select

Re: [PATCH 6/6] spi/s3c64xx: Allow usage for ARCH_S3C24XX

2012-03-09 Thread Grant Likely
On Sun, 4 Mar 2012 19:09:10 +0100, Heiko Stübner he...@sntech.de wrote: Newer SoCs from the S3C24XX line, namely S3C2416/2443/2450 contain hsspi-controllers compatible with the s3c64xx type. The previous patches enabled platform support for it, so make the driver also usable for the S3C24xx

Re: [PATCH v3] spi: Add SuperH HSPI prototype driver

2012-03-09 Thread Grant Likely
On Thu, Mar 1, 2012 at 6:10 PM, Kuninori Morimoto kuninori.morimoto...@renesas.com wrote: This patch adds SuperH HSPI driver. It is still prototype driver, but has enough function at this point. Signed-off-by: Kuninori Morimoto kuninori.morimoto...@renesas.com Applied, thanks. However, the

Re: [PATCH] spi: Trivial warning fix

2012-03-09 Thread Grant Likely
On Mon, 27 Feb 2012 19:29:05 +0530, Shubhrajyoti D shubhrajy...@ti.com wrote: The loop count i traverses for ntrans which is unsigned so make the loop count i also unsigned. Fix the below warning In file included from drivers/spi/spi-omap2-mcspi.c:38: include/linux/spi/spi.h: In function

[PATCH 1/4 v5] of_spi: add generic binding support to specify cs gpio

2012-03-09 Thread Jean-Christophe PLAGNIOL-VILLARD
This will allow to use gpio for chip select with no modification in the driver binding When use the cs-gpios, the gpio number will be passed via the cs_gpio field and the number of chip select will automatically increased. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD plagn...@jcrosoft.com Cc:

Re: [PATCH] spi/doc: spi_master_put must be followed up by kfree

2012-03-09 Thread Grant Likely
On Thu, 23 Feb 2012 10:40:14 +0100, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de Applied, thanks. g. --- drivers/spi/spi.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git

Re: [PATCH] spi: controller drivers don't need to depend on SPI_MASTER explicitly

2012-03-09 Thread Grant Likely
On Thu, 23 Feb 2012 10:37:55 +0100, Uwe Kleine-König u.kleine-koe...@pengutronix.de wrote: They are all defined in an if SPI_MASTER ... endif block. Signed-off-by: Uwe Kleine-König u.kleine-koe...@pengutronix.de Applied, thanks g. --- drivers/spi/Kconfig | 11 +-- 1 files

Re: [PATCH] spi/s3c64xx: Convert to using core message queue

2012-03-09 Thread Grant Likely
On Wed, 15 Feb 2012 14:48:32 -0800, Mark Brown broo...@opensource.wolfsonmicro.com wrote: Convert the s3c64xx driver to using the new message queue factored out of the pl022 driver by Linus Walleij, saving us a nice block of code and getting the benefits of improvements implemented in the

Re: [PATCH] spi: Mark spi_register_board_info() __devinit

2012-03-09 Thread Grant Likely
On Fri, 17 Feb 2012 16:23:29 -0800, Mark Brown broo...@opensource.wolfsonmicro.com wrote: Some systems have SPI devices located on plugin modules which are enumerated at runtime as devices. The drivers for these plugin modules need to register their SPI devices at probe() time so want to be

Re: [PATCH v2] spi-topcliff-pch: fix -Wuninitialized warning

2012-03-09 Thread Grant Likely
On Tue, 14 Feb 2012 15:35:03 +0100, Danny Kukawka danny.kuka...@bisect.de wrote: Fix for: drivers/spi/spi-topcliff-pch.c: In function ‘pch_spi_handler_sub’: drivers/spi/spi-topcliff-pch.c:325:17: warning: ‘bpw_len’ may be used uninitialized in this function [-Wuninitialized]

Re: [PATCH v4] SPI: add CSR SiRFprimaII SPI controller driver

2012-03-09 Thread Grant Likely
On Mon, 13 Feb 2012 17:45:38 +0800, Barry Song barry.s...@csr.com wrote: From: Zhiwu Song zhiwu.s...@csr.com CSR SiRFprimaII has two SPIs (SPI0 and SPI1). Features: * Master and slave modes * 8-/12-/16-/32-bit data unit * 256 bytes receive data FIFO and 256 bytes transmit data FIFO *

Re: [PATCH] spi: Compatibility with direction which is used in samsung DMA operation

2012-03-09 Thread Grant Likely
On Wed, 08 Feb 2012 15:54:40 +0900, Kyoungil Kim ki0351@samsung.com wrote: Signed-off-by: Boojin Kim boojin@samsung.com Signed-off-by: Kyoungil Kim ki0351@samsung.com I'm sorry, I don't understand the reason for the patch. Please help a poor maintainer out and include the reason

Re: [PATCH v4] spi: add Broadcom BCM63xx SPI controller driver

2012-03-09 Thread Grant Likely
On Wed, 1 Feb 2012 11:14:09 +0100, Florian Fainelli flor...@openwrt.org wrote: This patch adds support for the SPI controller found on the Broadcom BCM63xx SoCs. Signed-off-by: Tanguy Bouzeloc tanguy.bouze...@efixo.com Signed-off-by: Florian Fainelli flor...@openwrt.org Acked-by: Grant

[PATCH] spi: Compatibility with direction which is used in samsung DMA operation

2012-03-09 Thread Kyoungil Kim
I found that there are two kind of direction type. First one is dma_data_direction defined in include/linux/dma-direction.h. It is used for parameter of dma_map/unmap_single in spi-s3c64xx. The other one is dma_transter_direction defined in include/linux/dmaengine.h. It is used for direction of

Re: [PATCH 1/4] spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 13:11:42 +0900, Tomoya MORINAGA tomoya.r...@gmail.com wrote: Signed-off-by: Tomoya MORINAGA tomoya.r...@gmail.com --- drivers/spi/spi-topcliff-pch.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/drivers/spi/spi-topcliff-pch.c

Re: [PATCH RESEND] spi/imx: simplify error handling to free gpios

2012-03-09 Thread Grant Likely
On Tue, 10 Jan 2012 15:27:36 +0800, Axel Lin axel@gmail.com wrote: Simplify the error handling by moving the code to free gpios in one place. Signed-off-by: Axel Lin axel@gmail.com Acked-by: Shawn Guo shawn@linaro.org Applied, thanks. g. --- drivers/spi/spi-imx.c | 11

Re: [PATCH 1/4] spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info

2012-03-09 Thread Grant Likely
On Thu, 19 Jan 2012 11:34:43 +0900, Tomoya MORINAGA tomoya.r...@gmail.com wrote: Hi Grant. More than a month has been passed since I posted the following patches. However still not reviewed yet. [PATCH 1/4] spi-topcliff-pch: Modify pci-bus number dynamically to get DMA device info

Re: [PATCH V2 1/2] SPI: MIPS: lantiq: add FALC-ON spi driver

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 15:17:02 +0100, John Crispin blo...@openwrt.org wrote: The external bus unit (EBU) found on the FALC-ON SoC has spi emulation that is designed for serial flash access. This driver has only been tested with m25p80 type chips. The hardware has no support for other types of spi

Re: [PATCH] spi: Convert to DEFINE_PCI_DEVICE_TABLE

2012-03-09 Thread Grant Likely
On Thu, 15 Dec 2011 08:11:25 +0800, Axel Lin axel@gmail.com wrote: Convert static struct pci_device_id *[] to static DEFINE_PCI_DEVICE_TABLE tables. Signed-off-by: Axel Lin axel@gmail.com Applied, thanks. g. --- drivers/spi/spi-dw-pci.c |2 +-

Re: [PATCH 2/4] spi-topcliff-pch: Fix issue for transmitting over 4KByte

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 13:13:27 +0900, Tomoya MORINAGA tomoya.r...@gmail.com wrote: Currently, when spi-topcliff-pch receives transmit request over 4KByte, this driver can't process correctly. This driver needs to divide the data into 4Kbyte unit. This patch fixes the issue. Signed-off-by:

Re: [PATCH 3/4][RESEND] spi-topcliff-pch: supports a spi mode setup and bit order setup by IO control

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 13:13:28 +0900, Tomoya MORINAGA tomoya.r...@gmail.com wrote: This patch supports a spi mode setup and bit order setup by IO control. spi mode: mode 0 to mode 3 bit order:LSB first, MSB first Signed-off-by: Tomoya MORINAGA tomoya.r...@gmail.com Applied,

Re: [PATCH 4/4] spi-topcliff-pch: add recovery processing in case wait-event timeout

2012-03-09 Thread Grant Likely
On Fri, 9 Dec 2011 13:13:29 +0900, Tomoya MORINAGA tomoya.r...@gmail.com wrote: Currently, pch_spi_start_transfer failure is not anticipated. This patch adds the processing. Signed-off-by: Tomoya MORINAGA tomoya.r...@gmail.com Applied, thanks. g. --- drivers/spi/spi-topcliff-pch.c |

Re: [PATCH] spi: Compatibility with direction which is used in samsung DMA operation

2012-03-09 Thread Grant Likely
On Sat, 10 Mar 2012 09:48:46 +0900, Kyoungil Kim ki0351@samsung.com wrote: I found that there are two kind of direction type. First one is dma_data_direction defined in include/linux/dma-direction.h. It is used for parameter of dma_map/unmap_single in spi-s3c64xx. The other one is

Réduction 10% supplémentaire sur tout le site. Profitez-en vite !

2012-03-09 Thread Virginie Rendez vous déco
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0yNyZiPTc2ODYmYz0yMzY0MzcmZD0yMDEyLTAzLTEwIDAxOjEwOjAxJmU9MSZoPTc2ODUmZj03Njg2Jmc9NzY4Ng== Lien de désinscription :

[SPAM] Votre alarme remboursée

2012-03-09 Thread Stop Cambriolages par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTc1OTUmYz00Mzg3NzkmZD0yMDEyLTAzLTA5IDE0OjEwOjAxJmU9MSZoPTc1OTQmZj03NTk1Jmc9NzU5NQ== Lien de désinscription :