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