2ème démarque jusqu'à -70%

2012-07-16 Thread Lee Cooper par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDA2JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNyAwMjoyMDowMSZlPTEmaD0xNjAwNSZmPTE2MDA2Jmc9MTYwMDY= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDA2JmM9NDgzNjEyJm

RE: [PATCH 2/2] spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites

2012-07-16 Thread Kukjin Kim
Linus Walleij wrote: > > On Thu, Jun 28, 2012 at 3:23 PM, Mark Brown > wrote: > > > They have very few users and they're both just doing a single register > > write so the advantage of having the macro is a bit limited. An inline > > function might make sense but it's as easy to just do the writ

Téléchargez le guide des radiateurs à inertie

2012-07-16 Thread Meilleur Choix par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDk5JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAyMzo1MDowMSZlPTEmaD0xNjA5OCZmPTE2MDk5Jmc9MTYwOTk= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDk5JmM9NDgzNjEyJm

Perdez 5 Kilos avec 5 comprimes

2012-07-16 Thread Zacti Plus par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDI5JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNDoyMDowMSZlPTEmaD0xNjAyOCZmPTE2MDI5Jmc9MTYwMjk= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDI5JmM9NDgzNjEyJm

Fais des rencontres sans sortir ta carte bancaire

2012-07-16 Thread Service rencontre par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDQ1JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNjozMDowMSZlPTEmaD0xNjA0NCZmPTE2MDQ1Jmc9MTYwNDU= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDQ1JmM9NDgzNjEyJm

[PATCH 10/10] ARM: mx28: Add SPI pinmux into imx28.dtsi

2012-07-16 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring CC: Shawn Guo Cc: Stefano Babic Cc: Wolfgang Denk --- arch/arm/boot/dts/imx28.dtsi | 39 +++ 1 file

[PATCH 07/10] mmc: spi: Pull out common DMA parts from MXS MMC

2012-07-16 Thread Marek Vasut
These parts will be used by the MXS SPI driver too. Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring CC: Shawn Guo Cc: Stefano Babic Cc: Wolfgang Denk --- drivers/mmc/host/mxs-mmc.c |

[PATCH 06/10] spi: Add SPI driver for mx233/mx28

2012-07-16 Thread Marek Vasut
This is slightly reworked version of the SPI driver. Support for DT has been added and it's been converted to queued API. Based on previous attempt by: Fabio Estevam Signed-off-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Grant Likely C

[PATCH 05/10] mmc: spi: Pull out the SSP clock configuration function

2012-07-16 Thread Marek Vasut
Pull out the MMC clock configuration function and make it into SSP clock configuration function, so it can be used by the SPI driver too. Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring CC:

[PATCH 04/10] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Marek Vasut
Abstract out the common part of private data shared between MMC and SPI. These shall later allow to use common clock configuration function. Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring

[PATCH 00/10] MXS SPI driver

2012-07-16 Thread Marek Vasut
This patchset adds SPI master support for Freescale i.MX233/i.MX28. This is rebased on top of next-20120713. Please consider applying, bugs shall now be squashed during the previous two review rounds. This is a repost (rebased) of the patchset from Jul 6, 2012. Marek Vasut (10): mmc: spi: Move

[PATCH 03/10] mmc: spi: Add necessary bits into mxs-spi.h

2012-07-16 Thread Marek Vasut
Add missing register bits and registers into mxs-spi.h . These will be used by the SPI driver. Based on previous attempt by: Fabio Estevam Signed-off-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Grant Likely Cc: Linux ARM kernel Cc: Ro

[PATCH 08/10] spi: Add DMA support into SPI driver

2012-07-16 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring CC: Shawn Guo Cc: Stefano Babic Cc: Wolfgang Denk --- drivers/spi/spi-mxs.c | 230 + 1 fi

[PATCH 09/10] spi: Add SSP/SPI device tree documentation

2012-07-16 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Rob Herring CC: Shawn Guo Cc: Stefano Babic Cc: Wolfgang Denk --- Documentation/devicetree/bindings/spi/mxs-spi.txt | 18 ++ 1 file

[PATCH 01/10] mmc: spi: Move SSP register definitions into separate file

2012-07-16 Thread Marek Vasut
Move the definitions into separate file so separate SPI driver can be implemented. The SSP controller in MXS can act both as a MMC host and as a SPI host. Based on previous attempt by: Fabio Estevam Signed-off-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC:

[PATCH 02/10] mmc: spi: Rename IMX2[38]_MMC to IMX2[38]_SSP

2012-07-16 Thread Marek Vasut
Since the SSP controller can act as both SPI and MMC host, renaming the enum to properly reflect the naming seems appropriate. Based on previous attempt by: Fabio Estevam Signed-off-by: Fabio Estevam Signed-off-by: Marek Vasut Cc: Chris Ball Cc: Detlev Zundel CC: Dong Aisheng Cc: Grant Like

Comme tu peux le constater, c'est le moment

2012-07-16 Thread Ethylostest par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDQ4JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNTozMDowMSZlPTEmaD0xNjA0NyZmPTE2MDQ4Jmc9MTYwNDg= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDQ4JmM9NDgzNjEyJm

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Attila Kinali
Moin Marek, On Mon, 16 Jul 2012 12:59:14 +0200 Marek Vasut wrote: > Well I have it rebased on top of current -next, but ... will some of the SPI > maintainers possibly apply it to their -next tree any soon? Or why are these > patches stuck as they are without much review ? Do you have somewhe

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Marek Vasut
Dear Attila Kinali, > Moin, > > I just wanted to try out this patchset as i have a use for proper spi > support on i.mx23. But this patch (4/10) fails to apply at line 635 > [...] > > + struct mxs_ssp *ssp; > > > > iores = platform_get_resource(pdev, IORESOURCE_MEM, 0); > > dmares =

Votre devis alarme est disponible

2012-07-16 Thread Expert protection par Planduweb
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE2MDU0JmM9NDgzNjEyJmQ9MjAxMi0wNy0xNiAwNjozMDowMSZlPTEmaD0xNjA1MyZmPTE2MDU0Jmc9MTYwNTQ= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2MDU0JmM9NDgzNjEyJm

Re: [PATCH 04/10 RESEND] mmc: spi: Pull out parts shared between MMC and SPI

2012-07-16 Thread Attila Kinali
Moin, I just wanted to try out this patchset as i have a use for proper spi support on i.mx23. But this patch (4/10) fails to apply at line 635 On Fri, 6 Jul 2012 08:17:23 +0200 Marek Vasut wrote: > diff --git a/drivers/mmc/host/mxs-mmc.c b/drivers/mmc/host/mxs-mmc.c > index f9509e8..1ea1cba 1