Perte de poids localisé

2011-10-29 Thread Equiforme
Equi-forme : comment perdre du poids sainement et principalement là où vous en avez vraiment besoin ! Vous ne

Re: i.MX: GPIO based SPI chip selects question

2011-10-29 Thread Baruch Siach
Hi Wayne, On Fri, Oct 28, 2011 at 02:06:16PM +0100, Wayne Tams wrote: Can I use GPIO pins on my i.mx53 for SPI chip select, I have found little on the web that can help me, I am hoping that it is straight-forward enough for me to implement it? Perhaps there is a macro that I can use in the

Re: [PATCH 3/3] OMAP: SPI: Correct the error path

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 05:14:19PM +0530, Shubhrajyoti D wrote: Currently McSPI driver doesnt follow correct failure fallback steps attempting to correct the same. Also - label names changed to give meaningful names. - Setting the driver data to NULL in remove Signed-off-by: Hebbar,

Re: [PATCH 2/3] OMAP: SPI: call pm_runtime_disable in error path and remove

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 05:14:18PM +0530, Shubhrajyoti D wrote: omap mcspi probe() doesnt call pm_runtime disable functions in case of failure. remove() doesnt call pm_runtime disable. This could lead to warnings as below on subsequent insmod. ~# insmod spi-omap2-mcspi.ko [ 255.383671]

Re: i.MX: GPIO based SPI chip selects question

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 02:06:16PM +0100, Wayne Tams wrote: Hi, Can I use GPIO pins on my i.mx53 for SPI chip select, I have found little on the web that can help me, I am hoping that it is straight-forward enough for me to implement it? Perhaps there is a macro that I can use in the

Re: [PATCH 1/3] OMAP: SPI: Use a workqueue per omap2_mcspi controller

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 05:14:17PM +0530, Shubhrajyoti D wrote: Currently all the spi controllers share the work queue. This patch allocates a work queue per controller. Signed-off-by: Steve Wilkins steve.wilk...@raymarine.com Signed-off-by: Shubhrajyoti D shubhrajy...@ti.com Applied for

Re: [PATCH 1/2] spi-topcliff-pch: Support new device LAPIS Semiconductor ML7831 IOH

2011-10-29 Thread Grant Likely
On Fri, Oct 28, 2011 at 09:35:21AM +0900, Tomoya MORINAGA wrote: ML7831 is companion chip for Intel Atom E6xx series. Signed-off-by: Tomoya MORINAGA tomoya-li...@dsn.lapis-semi.com Applied both for 3.3, thanks. g. --- drivers/spi/Kconfig|6 +++---