[v2 PATCH 10/14] spi/atmel_spi: correct 16 bits transfers using PIO

2012-12-03 Thread Wenyou Yang
From: Richard Genoud Signed-off-by: Richard Genoud Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lists.sourceforge.net --- drivers/spi/spi-atmel.c | 46 +- 1 file changed, 37 insertions(+), 9 deletions(-) diff --git a/drivers/spi/spi-atmel.c

[v2 PATCH 09/14] spi/atmel_spi: Fix spi-atmel driver to adapt to slave_config changes

2012-12-03 Thread Wenyou Yang
From: Richard Genoud This is the following of the patch e2b35f3dbfc080f15b72834d08f04f0269dbe9be Signed-off-by: Richard Genoud [wenyou.y...@atmel.com: fix DMA: when enable both spi0 and spi1, spi0 doesn't work] Signed-off-by: Wenyou Yang Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lis

[v2 PATCH 08/14] spi/atmel_spi: add dmaengine support

2012-12-03 Thread Wenyou Yang
From: Nicolas Ferre Add dmaengine support. The has_dma_support to select DMA as the SPI xfer mode. Signed-off-by: Nicolas Ferre [wenyou.y...@atmel.com: add has_dma_support to select DMA as the SPI xfer mode] [wenyou.y...@atmel.com: add support NPCS1,2,3 chip select other than NPCS0] [wenyou.y..

[v2 PATCH 07/14] spi/atmel_spi: add DT support

2012-12-03 Thread Wenyou Yang
From: Jean-Christophe PLAGNIOL-VILLARD The atmel_spi use only gpio for chip select. Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD [wenyou.y...@atmel.com: Add driver data and compatible "atmel,at91sam9260-spi", "atmel,at91sam9x5-spi"] Signed-off-by: Wenyou Yang Cc: devicetree-disc...@lists.o

[v2 PATCH 06/14] spi/atmel_spi: add flag to controller data for lock operations

2012-12-03 Thread Wenyou Yang
From: Nicolas Ferre Will allow to drop the lock during DMA operations. Signed-off-by: Nicolas Ferre Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lists.sourceforge.net --- drivers/spi/spi-atmel.c | 31 +++ 1 file changed, 19 insertions(+), 12 deletions(-) d

[v2 PATCH 02/14] of_spi: add generic binding support to specify cs gpio

2012-12-03 Thread Wenyou Yang
From: 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 PL

Re: [RFC] spi: spi-fsl-spi: Making spi-fsl-spi partly platform-agnostic and adding a new mode for a new core

2012-12-03 Thread Andreas Larsson
On 2012-11-22 10:26, Andreas Larsson wrote: > I am looking into writing a driver for a core running on sparc that is mostly > but not entirely compatible with the cpu mode of spi-fsl-spi. I am thinking of > what could be the best approach for realizing this. Any comments on a > preferred > approac

[v2 PATCH 05/14] spi/atmel_spi: status information passed through controller data

2012-12-03 Thread Wenyou Yang
From: Nicolas Ferre The status of transfer is stored in controller data structure so that it can be used not only by atmel_spi_msg_done() function. This will be useful for upcoming dmaengine enabled driver. Signed-off-by: Nicolas Ferre Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lists.s

[v2 PATCH 04/14] spi/atmel_spi: call unmapping on transfers buffers

2012-12-03 Thread Wenyou Yang
From: Nicolas Ferre Signed-off-by: Nicolas Ferre Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lists.sourceforge.net --- drivers/spi/spi-atmel.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 2e040be..

[v2 PATCH 03/14] spi/atmel_spi: add physical base address

2012-12-03 Thread Wenyou Yang
From: Nicolas Ferre Needed for future use with dmaengine enabled driver. Signed-off-by: Nicolas Ferre Cc: grant.lik...@secretlab.ca Cc: spi-devel-general@lists.sourceforge.net --- drivers/spi/spi-atmel.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/spi/spi-atmel.c b/drivers

[PATCH RFT] spi: spi-xcomm: Fix wrong setting for SPI_XCOMM_SETTINGS_CPHA

2012-12-03 Thread Axel Lin
The logic of setting SPI_XCOMM_SETTINGS_CPHA bit is reversed. Signed-off-by: Axel Lin --- Hi Lars, The logic of setting SPI_XCOMM_SETTINGS_CPHA bit looks wrong to me. Can you check if this patch works? Thanks, Axel drivers/spi/spi-xcomm.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletio

[PATCH RESEND] spi: stmp: remove obsolete driver

2012-12-03 Thread Wolfram Sang
This driver is obsolete and can't even be built anymore since the platform it depends has been removed. The STMP series is completely covered by the MXS platform these days, so spi-mxs can be used instead. Signed-off-by: Wolfram Sang --- drivers/spi/Kconfig|6 - drivers/spi/Makefile |

10€ offerts à chaque commande

2012-12-03 Thread Noël chez Coolcadeau . fr
Coolcadeau.fr: Eh oui c?est bientôt Noël Pour visualiser la version en images, rendez-vous sur cette page   Coolcadeau.fr - Une filiale du groupe Smart&co. http://p5trc.emv2.com/HS?a=ENX7CqmVXCyi8SA9MKJXS0jnGHxKLVOTWPcStGb5lw8W0bBhOG5mpqVsje_HhdA5HlIP   Plus de 3 000 idées cadeaux à la carte

Re: [PATCH] spi: stmp: remove obsolete driver

2012-12-03 Thread Mark Brown
On Mon, Dec 03, 2012 at 10:58:18PM +0100, Wolfram Sang wrote: > On Sun, Nov 25, 2012 at 08:11:03PM +0100, Wolfram Sang wrote: > > This driver is obsolete and can't even be built anymore since the > > platform it depends has been removed. > > > > The STMP series is completely covered by the MXS pla

[PATCH RESEND] spi: erase pointer to drvdata on removal

2012-12-03 Thread Vivien Didelot
Without this patch, a SPI device may keep its drvdata whereas it was unbound from its driver. This may result in accessing an invalid pointer. As for i2c-core, let the SPI core handle the removal of the device's drvdata, after a remove(), or a probe() failure. This is a resent of the previous pat

[PATCH v1 1/1] spi: davinci: add OF support for the spi controller

2012-12-03 Thread Murali Karicheri
This adds OF support to DaVinci SPI controller to configure platform data through device bindings. Also replaces clk_enable() with of clk_prepare_enable() as well as clk_disable() with clk_disable_unprepare(). Signed-off-by: Murali Karicheri Reviewed-by : Grant Likely --- .../devicetree/binding

[PATCH v1 0/1] spi: davinci: add OF support for the spi controller

2012-12-03 Thread Murali Karicheri
This adds OF support for DaVinci SPI driver. Following are changes from initial version based on mostly review comments. - removed attribute for spi version. instead, compatibility string is modified to include version info. - pdata ptr in davinci_spi_platform_data is replaced with struct itse

[SPAM] 代/开――发/票

2012-12-03 Thread 13544100624
您好: 本公司优惠代理全国各地大城市发票; 贵公司如有需要,欢迎您的来电与我联系: 负责人:张先生(0)13544100624 -- Keep yourself connected to Go Parallel: BUILD Helping you discover the best ways to construct your parallel projects. http://go

Re: [linux-keystone] Re: [linux-keystone] [PATCH] spi: davinci: add OF support for the spi controller

2012-12-03 Thread Grant Likely
On Fri, 30 Nov 2012 17:57:38 -0500, Murali Karicheri wrote: > On 11/15/2012 11:20 AM, Grant Likely wrote: > > On Mon, 12 Nov 2012 16:28:22 -0500, Murali Karicheri > > wrote: > >> This adds OF support to DaVinci SPI controller to configure platform > >> data through device bindings. > >> > >> Si

Pour Noël : offrez une Smartbox !

2012-12-03 Thread Smartbox par Galerie des Marques
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9MjYyNDgmYz0xOTYxNjQxJmQ9MjAxMi0xMi0wMyAxNTowMDowMSZlPTEmaD0yNjI0NiZmPTI2MjQ4Jmc9MjYyNDg= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT04JmI9MjYyNDgmYz0xOTYxNjQxJm