la mutuelle la moins chère

2013-03-20 Thread Top Mutuelle
(http://www.top-mutuelle.fr/) (http://top-mutuelle.fr/) Top Mutuelle © 2012 - Le meilleur comparateur de mutuelle santé en ligne A tout moment, vous disposez d'un droit d'accès, de modification, de rectification et de suppression des donnèes qui vous concernent (art 34 de la loi «Informatique et

Vous n'avez pas utilisé votre bon d'achat de 100 euros

2013-03-20 Thread Service SFR
Bonjour, nous vous rappelons que vous n'avez toujours pas retirer votre bon d'achat sans conditions valable et jusqu'au 31 Mars. pour le retirer immédiatement et en profiter pleinement, contacter nos conseillés ou notre serveur vocale au 0899.105.763 Cordialement, service gagnant

Re: [PATCH] mxs/spi: Add SPI slave mode operation DT prop

2013-03-20 Thread Marek Vasut
Dear Trent Piepho, > On Thu, Aug 23, 2012 at 7:42 PM, Marek Vasut > > wrote: > > This allows user to select the slave mode of operation of the controller. > > This is by no means standard, see the binding documentation for details, > > there is plenty of them. Sadly, such knowledge is not provid

Re: [PATCH] mxs/spi: Add SPI slave mode operation DT prop

2013-03-20 Thread Trent Piepho
On Thu, Aug 23, 2012 at 7:42 PM, Marek Vasut wrote: > This allows user to select the slave mode of operation of the controller. > This is by no means standard, see the binding documentation for details, > there is plenty of them. Sadly, such knowledge is not provided in the chip > documentation. H

Livraison Offerte sur toute la déco*

2013-03-20 Thread Galerie des Marques pour Maisons du Monde
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9MzM4MTAmYz0xOTYxNjQxJmQ9MjAxMy0wMy0yMCAxNDoyMDowMSZlPTEmaD0zMzgwOCZmPTMzODEwJmc9MzM4MTA= Lien de desinscription : http://m10-fr.com/mc10_unsub/YT04JmI9MzM4MTAmYz0xOTYxNjQxJm

Re: [PATCH v4 0/5] Enable SPI flash support on da850-evm DT kernel

2013-03-20 Thread Sekhar Nori
Grant, On 3/20/2013 4:16 PM, Manjunathappa, Prakash wrote: > Patch enables support for m25p64 SPI flash support on > da850-EVM. With your ack, I would like to merge this series through davinci tree for v3.10. This will help manage dependencies for DT files. Thanks, Sekhar --

[PATCH v4 5/5] ARM: davinci: da850-evm: add SPI flash support

2013-03-20 Thread Manjunathappa, Prakash
Enable m25p64 SPI flash support on da850-EVM. Also add partition information of SPI flash. Signed-off-by: Manjunathappa, Prakash --- Since v2: Fixed partition sizes. Since v1: Look for m25p64 instead of m25p80. Corrected the filesystem partition information. arch/arm/boot/dts/da850-evm.dts |

[PATCH v4 4/5] ARM: davinci: da850: override SPI DT node device name

2013-03-20 Thread Manjunathappa, Prakash
Populate OF_DEV_AUXDATA with desired device name expected by spi-davinci driver. Without this clk_get of spi-davinci DT driver fails. Signed-off-by: Manjunathappa, Prakash --- arch/arm/mach-davinci/da8xx-dt.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/arm/mach-

[PATCH v4 3/5] ARM: davinci: da850: add SPI1 DT node

2013-03-20 Thread Manjunathappa, Prakash
Patch adds SPI1 DT node along with pinmux data. Signed-off-by: Manjunathappa, Prakash --- arch/arm/boot/dts/da850.dtsi | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi index 3ec1bda..327fb06 100

[PATCH v4 2/5] spi/davinci: add DT binding documentation

2013-03-20 Thread Manjunathappa, Prakash
From: Murali Karicheri Add binding documentation for spi-davinci module. [prakash...@ti.com: Follow DT naming convention for compatible property] Signed-off-by: Murali Karicheri Reviewed-by: Grant Likely Reviewed-by: Sekhar Nori Signed-off-by: Manjunathappa, Prakash --- Since v3: Changed the

[PATCH v4 1/5] spi/davinci: no wildcards in DT compatible property

2013-03-20 Thread Manjunathappa, Prakash
Follow DT naming convention for compatible property of the blob. Use first chip name that introduced the specific version of the device. Signed-off-by: Manjunathappa, Prakash --- drivers/spi/spi-davinci.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi

[PATCH v4 0/5] Enable SPI flash support on da850-evm DT kernel

2013-03-20 Thread Manjunathappa, Prakash
Patch enables support for m25p64 SPI flash support on da850-EVM. Testing information: da850-evm comes with partitions specified in DT blob. Able to mount/umount and create/delete files on filesystem partition. Applies on top of linux_davinci/master tree: git://gitorious.org/linux-davinci/linux-da