4ème Démarque jusqu'à -80%

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

Votre téléviseur intégralement remboursé*

2012-07-23 Thread Pixmania par Galerie des Marques .fr
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT04JmI9MTY2MDYmYz0xOTYxNjQxJmQ9MjAxMi0wNy0yMyAxODo0MDowMSZlPTEmaD0xNjYwNSZmPTE2NjA2Jmc9MTY2MDY= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT04JmI9MTY2MDYmYz0xOTYxNjQxJm

Téléchargez le guide des radiateurs à inertie

2012-07-23 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/YT0xMyZiPTE2NjI0JmM9NDgzNjEyJmQ9MjAxMi0wNy0yNCAwMDoxMDowMSZlPTEmaD0xNjYyMyZmPTE2NjI0Jmc9MTY2MjQ= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE2NjI0JmM9NDgzNjEyJm

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

2012-07-23 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC: Shawn Guo --- Documentation/devicetree/bindings/spi/mxs-spi.txt | 18 ++ 1 file changed, 18 insertions(+) create mode

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

2012-07-23 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC: Shawn Guo --- drivers/spi/spi-mxs.c | 229 + 1 file changed, 214 insertions(+), 15 delet

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

2012-07-23 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC: Shawn Guo --- arch/arm/boot/dts/imx28.dtsi | 39 +++ 1 file changed, 39 insertions(+) diff --git a

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

2012-07-23 Thread Marek Vasut
These parts will be used by the MXS SPI driver too. Signed-off-by: Marek Vasut Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC: Shawn Guo --- drivers/mmc/host/mxs-mmc.c | 88 +--

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Grant Likely C

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC:

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC:

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Grant Likely Cc: Linux ARM kernel Cc: Ma

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Grant Like

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

2012-07-23 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: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown C

[PATCH 00/10 V2] MXS SPI driver

2012-07-23 Thread Marek Vasut
create mode 100644 include/linux/spi/mxs-spi.h V2: Fixes for MX233, to allow compiling as a module (thanks to Attila Kinali). Rebase on top of next-20120723 Cc: Attila Kinali Cc: Chris Ball CC: Dong Aisheng Cc: Fabio Estevam Cc: Grant Likely Cc: Linux ARM kernel Cc: Mark Brown CC: Shawn

Re: [PATCH 2/2] kthread_worker: reimplement flush_kthread_work() to allow freeing the work item being executed

2012-07-23 Thread Tejun Heo
Hello, On Sun, Jul 22, 2012 at 04:46:54PM -0400, Andy Walls wrote: > Hmmm, I didn't know about the constraint about 'known to be alive' in > the other email I just sent. > > That might make calling flush_kthread_work() hard for a user to use, if > the user lets the work get freed by another threa

Re: [PATCH 19/25] of: add const to struct *of_device_id.data

2012-07-23 Thread Greg Kroah-Hartman
On Mon, Jul 23, 2012 at 11:13:24AM +0200, Uwe Kleine-König wrote: > Drivers should never need to modify the data of a device id. So it can > be const which in turn allows more consts in the driver. > > Signed-off-by: Uwe Kleine-König Acked-by: Greg Kroah-Hartman ---

[PATCH v2 00/25] make *struct of_device_id.data const

2012-07-23 Thread Uwe Kleine-König
getting it in via the respective maintainer trees would need a much bigger coordination effort. That means I prefer getting Acks over you taking the patch. Vinod Koul already took dmaengine: at_hdmac: add a few const qualifiers that is in next-20120723 as 7fd63ccdad72 now. Vinod, I don&#

[PATCH 19/25] of: add const to struct *of_device_id.data

2012-07-23 Thread Uwe Kleine-König
Drivers should never need to modify the data of a device id. So it can be const which in turn allows more consts in the driver. Signed-off-by: Uwe Kleine-König --- include/linux/mod_devicetable.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/mod_devicetable

[PATCH 02/25] spi/spi-omap2-mcspi: add a const qualifier

2012-07-23 Thread Uwe Kleine-König
This prepares *of_device_id.data becoming const. Without this change the following warning would occur: drivers/spi/spi-omap2-mcspi.c: In function 'omap2_mcspi_probe': drivers/spi/spi-omap2-mcspi.c:1118: warning: assignment discards qualifiers from pointer target type Signed-off-

[PATCH 01/25] spi/imx: make spi_imx_data.devtype_data member point to const data

2012-07-23 Thread Uwe Kleine-König
This prepares *of_device_id.data becoming const. Without this change the following warning would occur: drivers/spi/spi-imx.c: In function spi_imx_probe: drivers/spi/spi-imx.c:814:24: warning: assignment discards const qualifier from pointer target type [enabled by default] Signe