Re: Moorestown SPI

2011-06-08 Thread Tom
Hi Everyone, Has anybody noticed such issues? Or is there something wrong with my protocol driver... any pointers will be really helpful. Regards, Tom On Fri, May 27, 2011 at 8:22 PM, Tom wrote: > The MRST dw_spi in Transmit & receive mode running on kernel 2.6.35, > stepping A3, is unable to

Anticipez des aujourd hui votre retraite

2011-06-08 Thread Gan Prevoyance - Plein Temps
-- EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.n

Re: [PATCH/RESEND v4 1/2] spi_topcliff_pch: support new device ML7213 IOH

2011-06-08 Thread Tomoya MORINAGA
(2011/06/08 23:44), Grant Likely wrote: > Sorry about that Tomoya. I got completely overloaded at the end of > April and all of May. I ended up dropping a lot of patches on the > floor because of it. I'm not purposefully ignoring you! I can understand you ware very busy last month. Though I th

Re: [PATCH/RESEND 2/2] spi_topcliff_pch: DMA support

2011-06-08 Thread Grant Likely
On Tue, Jun 07, 2011 at 02:50:11PM +0900, Tomoya MORINAGA wrote: > This patch enables this SPI driver works with DMA mode. > > Signed-off-by: Tomoya MORINAGA > --- > drivers/spi/spi_topcliff_pch.c | 612 > > 1 files changed, 492 insertions(+), 120 delet

Re: [PATCH/RESEND v4 1/2] spi_topcliff_pch: support new device ML7213 IOH

2011-06-08 Thread Grant Likely
On Tue, Jun 07, 2011 at 02:50:10PM +0900, Tomoya MORINAGA wrote: > ***Modify Grant's comments. >- Delete unrelated whitespace >- Prevent device driver from accessing platform data >- Add __devinit and __devexit >- Save pdev->dev to pd_dev->dev.parent >- Have own suspend/resume p

[GIT PULL] spi bug fixes for v3.0

2011-06-08 Thread Grant Likely
The following changes since commit 59c5f46fbe01a00eedf54a23789634438bb80603: Linux 3.0-rc2 (2011-06-06 18:06:33 +0900) are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 spi/merge Geert Uytterhoeven (1): spi/rtc-m41t93: Use spi_get_drvdata() for SPI devices G

Re: [PATCH/RESEND v4 1/2] spi_topcliff_pch: support new device ML7213 IOH

2011-06-08 Thread Grant Likely
On Wed, Jun 08, 2011 at 05:35:19PM +0900, Tomoya MORINAGA wrote: > Hi Grant, > > Why don't you give us your comment/opinion at all for our v4 patch ?? > We have been long waiting since 27-April. Sorry about that Tomoya. I got completely overloaded at the end of April and all of May. I ended up

Lunettes de soleil GUESS et DIESEL, Montres DOLCE&GABBANA, Ceintures Calvin KLEIN, Friteuses sans huile PHILIPS, Coffrets de couteaux en ceramiques et Make-up LANCOME CLINIQUE ESTEE LAUDER en exclu

2011-06-08 Thread Ouverture des ventes :
http://p4tre.emv3.com/HS?a=ENX7Cqm3dpdG8SA9MKJOU7vnGHxKLISYo_cStGb5lw8W0bBhOG5mpqVsje_HhdBefVFU En exclusivité: Lunettes de soleil GUESS et DIESEL, Montres DOLCE&GABBANA, Ceintures Calvin KLEIN, Friteuses sans huile PHILIPS, Coffrets de couteaux en ceramiques et LUXURY Make-up LANCOME. http://p

Re: [PATCH/RESEND v4 1/2] spi_topcliff_pch: support new device ML7213 IOH

2011-06-08 Thread Tomoya MORINAGA
Hi Grant, Why don't you give us your comment/opinion at all for our v4 patch ?? We have been long waiting since 27-April. (2011/06/07 14:50), Tomoya MORINAGA wrote: > ***Modify Grant's comments. > - Delete unrelated whitespace > - Prevent device driver from accessing platform data > -