la deuxième chemise à 1 euro

2013-05-07 Thread Chemises en coton

 
(http://fmo43.com/jdjd5lzve0mcsroell/index0.html)
(http://fmo43.com/qojoyljlewh1tmgesy/index1.html)
(http://fmo43.com/oyjynlm1ei1ckijwdd/index2.html)
CHEMISE HOMME (http://fmo43.com/ggjggllmeqg14hqwys/index3.html)     |     
CHEMISIER FEMME (http://fmo43.com/myycnnycwdxcyvjkuy/index4.html)     |     
NOUVEAUTES (http://fmo43.com/pgytgn5rwej1beqkel/index5.html)     |     BONNES 
AFFAIRES (http://fmo43.com/rdyx5ngewr5cuno4ks/index6.html)
(http://fmo43.com/5oy2ynndwca1zwg4vd/index7.html)
CHEMISES HOMME
(http://fmo43.com/ada0p24kebzcqdocnl/index8.html)
CHEMISIERS FEMME
(http://fmo43.com/ioafs2osezu1clgc4y/index9.html)
Ozoa-chemises.com est le n°1 de la vente de chemises et chemisiers en ligne. 
Notre objectif est de vous proposer en permanence des modeles en edition 
limitee qui font la mode. Plus de 300 chemises et chemisiers sont disponibles 
en coupe cintree et coupe droite. Tous les styles sont representes : casual, 
chic, sportswear, etc... Trouvez votre modele et commandez en un minimum de 
clics, en toute confiance : vous beneficiez de la garantie satisfait ou 
rembourse et du paiement 100% securise.
© 2012 www.ozoa-chemises.com
--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


[SPAM] business question

2013-05-07 Thread Patrick Thomas | EBUSA
Hello, 

If you are reading this message, you are proving that e-mail marketing works.   
Use e-mail marketing to drive sales and leads for less than any other 
marketing.

Our Offer:  

 Use our targeted database of 200MM consumers | 45MM Businesses
 Use our servers to send your messages 
 No contracts | Month to Month 
 Flat Rate for Unlimited Mailing   

E-mail Marketing has been proven to be tremendously cost-effective and 
efficient.   

Call us at 1 (800) 676-2011 for a DEMO and to receive a special discount.   

We look forward to working with your company!   

Sincerely,  

Patrick Thomas  
Senior Prospect Specialist  
E-mail Marketing Services   
1 (800) 676-2011



--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH] spi/sirf: Let device core handle pinctrl

2013-05-07 Thread Barry Song
2013/5/7 Mark Brown broo...@opensource.wolfsonmicro.com:
 Since commit ab78029 (drivers/pinctrl: grab default handles from device
 core) we can rely on device core for handling pinctrl so remove
 devm_pinctrl_get_select_default() from the driver.

 Signed-off-by: Mark Brown broo...@opensource.wolfsonmicro.com

Acked-by: Barry Song baohua.s...@csr.com

 ---
  drivers/spi/spi-sirf.c |   12 +---
  1 file changed, 1 insertion(+), 11 deletions(-)

 diff --git a/drivers/spi/spi-sirf.c b/drivers/spi/spi-sirf.c
 index f59d417..899dc3b 100644
 --- a/drivers/spi/spi-sirf.c
 +++ b/drivers/spi/spi-sirf.c
 @@ -19,7 +19,6 @@
  #include linux/of_gpio.h
  #include linux/spi/spi.h
  #include linux/spi/spi_bitbang.h
 -#include linux/pinctrl/consumer.h

  #define DRIVER_NAME sirfsoc_spi

 @@ -127,7 +126,6 @@ struct sirfsoc_spi {
 void __iomem *base;
 u32 ctrl_freq;  /* SPI controller clock speed */
 struct clk *clk;
 -   struct pinctrl *p;

 /* rx  tx bufs from the spi_transfer */
 const void *tx;
 @@ -558,15 +556,10 @@ static int spi_sirfsoc_probe(struct platform_device 
 *pdev)
 master-bus_num = pdev-id;
 sspi-bitbang.master-dev.of_node = pdev-dev.of_node;

 -   sspi-p = pinctrl_get_select_default(pdev-dev);
 -   ret = IS_ERR(sspi-p);
 -   if (ret)
 -   goto free_master;
 -
 sspi-clk = clk_get(pdev-dev, NULL);
 if (IS_ERR(sspi-clk)) {
 ret = -EINVAL;
 -   goto free_pin;
 +   goto free_master;
 }
 clk_prepare_enable(sspi-clk);
 sspi-ctrl_freq = clk_get_rate(sspi-clk);
 @@ -594,8 +587,6 @@ static int spi_sirfsoc_probe(struct platform_device *pdev)
  free_clk:
 clk_disable_unprepare(sspi-clk);
 clk_put(sspi-clk);
 -free_pin:
 -   pinctrl_put(sspi-p);
  free_master:
 spi_master_put(master);
  err_cs:
 @@ -618,7 +609,6 @@ static int  spi_sirfsoc_remove(struct platform_device 
 *pdev)
 }
 clk_disable_unprepare(sspi-clk);
 clk_put(sspi-clk);
 -   pinctrl_put(sspi-p);
 spi_master_put(master);
 return 0;
  }
 --
 1.7.10.4

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


Re: [PATCH v6 01/16] spi/spi-atmel: fix probing failure after xfer-speed_hz set

2013-05-07 Thread Nicolas Ferre
On 07/05/2013 03:11, Yang, Wenyou :
 Hi, Mark
 
 From: Mark Brown [mailto:broo...@kernel.org]
 Sent: 2013年5月6日 18:31
 To: Ferre, Nicolas
 Cc: grant.lik...@secretlab.ca; Grant Likely; Richard Genoud; Yang, Wenyou;
 Joachim Eastwood; linux-arm-ker...@lists.infradead.org;
 plagn...@jcrosoft.com; Lin, JM; spi-devel-general@lists.sourceforge.net;
 linux-ker...@vger.kernel.org
 Subject: Re: [PATCH v6 01/16] spi/spi-atmel: fix probing failure after
 xfer-speed_hz set

 On Thu, May 02, 2013 at 12:34:55PM +0200, Nicolas Ferre wrote:

 Can you tell us if this SPI patch will be merged upstream using one of
 your paths?

 I have no idea what patch this is but if it's not in my tree -next it's 
 unlikely to be
 merged.
 This is dropped patch, no need to be merged.
 
 We tested Atmel spi in your tree-next , but it doesn't work, the reason is 
 the Joachim Eastwood's patch is not included.
 https://patchwork.kernel.org/patch/2165301/
 which Joachim said that Grant said he applied.

Hi Wenyou,

Sorry for not having communicating with you after Mark told me the story
about this patch: Mark merged Grant's material in his SPI tree (with is
the official one nowadays). You can see that by browsing linux-next:

 Merge remote-tracking branch 'spi/fix/grant' into spi-linus

Joachim's patch is well included in it. We still have to monitor
inclusion of it in Linus' tree...

Mark, sorry for the noise.

Bye,
-- 
Nicolas Ferre

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general


RE: [PATCH] spi/omap2: Let device core handle pinctrl

2013-05-07 Thread Hebbar, Gururaja
On Tue, May 07, 2013 at 14:25:35, Mark Brown wrote:
 On Tue, May 07, 2013 at 03:56:09AM +, Hebbar, Gururaja wrote:
 
  There are cases where driver('s) needs to place pin-mux's to sleep on 
  suspend
   default/idle on resume. For such cases Pinctrl needs to be handled inside 
  the driver. Example [1].
 
 Well, obviously - but at the minute the driver is pure boilerplate.

Correct. 

 There's also been some discussion about factoring out the suspend/resume
 code since it's going to get equally repetitive.

Really. Any link/referenceso that I can follow.
But I think each module will have its own work to do. May be I can confirm once 
I look at the factoring-out discussion.

 
  I will be submitting a patch to enhance the existing pinctrl support for 
  spi omap2 shortly which does above work.
 
 How soon is shortly?

Since I am adding this Pinctrl PM mode support to many other drivers (i2c, 
cpsw, da8xx-fb, hsmmc, ti-pwm, usb ...), I would say Shortly = 1 week - 10 days.

 


Regards, 
Gururaja

--
Learn Graph Databases - Download FREE O'Reilly Book
Graph Databases is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
___
spi-devel-general mailing list
spi-devel-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/spi-devel-general