[SPAM] Important Notice Regarding Your Website

2012-08-01 Thread Network Solution
Upon reviewing your account, we noticed that your website is not listed first on Google, Yahoo, Bing or any other search engine. This may be costing you sales and website traffic, so we wanted to bring this to your attention. Please give me a call at 1 (800) 455-8040 to discuss how we can get yo

Profitez de 50% de réduction* pour retrouver la ligne avec Weight Watchers

2012-08-01 Thread Weight Watchers par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE3MjY1JmM9NDgzNjEyJmQ9MjAxMi0wOC0wMiAwMDozMDowMSZlPTEmaD0xNzI2NCZmPTE3MjY1Jmc9MTcyNjU= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE3MjY1JmM9NDgzNjEyJm

Soldes jusqu'à -60 pour cent sur la mode Femme

2012-08-01 Thread Lulu Castagnette par Duano
Pour voir le message, veuillez utiliser un lecteur de mail compatible HTML Lien miroir : http://m10-fr.com/mc10_m/YT0xMyZiPTE3MjYxJmM9NDgzNjEyJmQ9MjAxMi0wOC0wMiAwMDozMDowMSZlPTEmaD0xNzI2MCZmPTE3MjYxJmc9MTcyNjE= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE3MjYxJmM9NDgzNjEyJm

Fais des rencontres sans sortir ta carte bancaire

2012-08-01 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/YT0xMyZiPTE3MjYyJmM9NDgzNjEyJmQ9MjAxMi0wOC0wMiAwMDoyMDowMSZlPTEmaD0xNzI2MSZmPTE3MjYyJmc9MTcyNjI= Lien de désinscription : http://m10-fr.com/mc10_unsub/YT0xMyZiPTE3MjYyJmM9NDgzNjEyJm

Re: [PATCH 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-08-01 Thread Daniel Mack
On 01.08.2012 22:51, Mark Brown wrote: > On Wed, Aug 01, 2012 at 10:45:19PM +0200, Daniel Mack wrote: > >> could you have another look at these patches maybe? They aren't urgent, >> I just want to avoid the get lost. > > Can you please resend them with me in the CCs? My process for handling > pa

[PATCH resend 2/2] SPI: spi-gpio: Add DT bindings

2012-08-01 Thread Daniel Mack
This patch adds DT bindings to the spi-gpio driver and some documentation about how to use it. Signed-off-by: Daniel Mack Cc: Mark Brown Cc: Grant Likely Cc: Linus Walleij --- Documentation/devicetree/bindings/spi/spi-gpio.txt | 29 +++ drivers/spi/spi-gpio.c |

[PATCH resend 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-08-01 Thread Daniel Mack
The spi-gpio driver currently assumes the chipselect gpio number is stored in ->controller_data of the device's static board information. In devicetree environments, this information is unavailable and has to be derived from the DT node. This patch moves the gpio storage to the controller's priva

Re: [PATCH 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-08-01 Thread Mark Brown
On Wed, Aug 01, 2012 at 10:45:19PM +0200, Daniel Mack wrote: > could you have another look at these patches maybe? They aren't urgent, > I just want to avoid the get lost. Can you please resend them with me in the CCs? My process for handling patches is very heavily based on my inbox. -

Re: [PATCH 1/2] SPI: spi-gpio: store chipselect information in private structure

2012-08-01 Thread Daniel Mack
Mark, could you have another look at these patches maybe? They aren't urgent, I just want to avoid the get lost. Thanks for your time, Daniel On 25.07.2012 13:44, Daniel Mack wrote: > The spi-gpio driver currently assumes the chipselect gpio number is > stored in ->controller_data of the device

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

2012-08-01 Thread Mark Brown
On Mon, Jul 23, 2012 at 10:40:50PM +0200, Marek Vasut wrote: > + /* > + * Small blocks can be transfered via PIO. > + * Measured by empiric means: > + * > + * dd if=/dev/mtdblock0 of=/dev/null bs=1024k count=1 > + * > +

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

2012-08-01 Thread Mark Brown
On Mon, Jul 23, 2012 at 10:40:48PM +0200, Marek Vasut wrote: > This is slightly reworked version of the SPI driver. > Support for DT has been added and it's been converted > to queued API. Looks reasonable overall. > + bits_per_word = dev->bits_per_word; > + if (t && t->bits_per_word) >

Re: [PATCH] spi: omap2-mcspi: Fix the error handling in probe

2012-08-01 Thread Guenter Roeck
On Wed, Aug 01, 2012 at 03:06:28PM +0530, Shubhrajyoti D wrote: > The kfree() is taken care of by the spi core (spi_master_release() function) > that is called once the last reference to the underlying struct device has > been released. So the driver need not call kfree. > > Also the put was misse

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

2012-08-01 Thread Guenter Roeck
On Wed, Aug 01, 2012 at 03:50:12PM +0800, Shawn Guo wrote: > On Tue, Jul 31, 2012 at 11:56:50PM -0700, Guenter Roeck wrote: > > Guess we are in violent agreement. The sequence would then either be > > master = spi_alloc_device(); > > The discussion is around spi_alloc_master rather than spi_al

[PATCH] spi: omap2-mcspi: Fix the error handling in probe

2012-08-01 Thread Shubhrajyoti D
The kfree() is taken care of by the spi core (spi_master_release() function) that is called once the last reference to the underlying struct device has been released. So the driver need not call kfree. Also the put was missed in some of the error handling fix the same. There by fixing the missing

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

2012-08-01 Thread Shawn Guo
On Wed, Aug 01, 2012 at 09:38:07AM +0200, Lothar Waßmann wrote: > Shawn Guo writes: > > On Wed, Aug 01, 2012 at 08:45:19AM +0200, Marek Vasut wrote: > > > > I must be missing something. Why do almost all spi drivers call it in > > > > the > > > > error path, even if there is no call to spi_master

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

2012-08-01 Thread Lothar Waßmann
Shawn Guo writes: > On Wed, Aug 01, 2012 at 08:45:19AM +0200, Marek Vasut wrote: > > > I must be missing something. Why do almost all spi drivers call it in the > > > error path, even if there is no call to spi_master_get ? > > > > To push the refcounting to 0, to deallocate the device, I'd say .

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

2012-08-01 Thread Shawn Guo
On Tue, Jul 31, 2012 at 11:56:50PM -0700, Guenter Roeck wrote: > Guess we are in violent agreement. The sequence would then either be > master = spi_alloc_device(); The discussion is around spi_alloc_master rather than spi_alloc_device, isn't it? Regards, Shawn > ... > spi_mast

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

2012-08-01 Thread Shawn Guo
On Wed, Aug 01, 2012 at 03:40:53PM +0800, Shawn Guo wrote: > On Wed, Aug 01, 2012 at 08:45:19AM +0200, Marek Vasut wrote: > > > I must be missing something. Why do almost all spi drivers call it in the > > > error path, even if there is no call to spi_master_get ? > > > > To push the refcounting

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

2012-08-01 Thread Shawn Guo
On Wed, Aug 01, 2012 at 08:45:19AM +0200, Marek Vasut wrote: > > I must be missing something. Why do almost all spi drivers call it in the > > error path, even if there is no call to spi_master_get ? > > To push the refcounting to 0, to deallocate the device, I'd say ... > It's not going to work