Re: [PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver.

2010-10-08 Thread David Brownell
On Fri, 2010-10-08 at 12:29 -0600, Grant Likely wrote: > On Fri, Oct 08, 2010 at 12:22:28PM +0100, Jonathan Cameron wrote: > > Is it ever wrong to over specify elements of a transfer? I wouldn't say that's even possible. > > We have a driver that (for historical reasons) specifies > > that a par

Re: [PATCH v5 1/1] davinci: spi: replace existing driver

2010-10-08 Thread Michael Williamson
Hi Sekhar, On 10/6/2010 11:37 AM, Nori, Sekhar wrote: > Hi Mike, > > On Mon, Sep 20, 2010 at 23:12:53, Michael Williamson wrote: >> >> Let me know if you want testing on the DMA portion of the patch (when your >> ready, of course). > > I just finished pushing the DMA related patches to the git

[SPAM] Ventes privees de voyages à prix discount

2010-10-08 Thread Voyageprive.com par Plein Temps
-- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on t

[PATCH] spi/topcliff: cleanups for style and conciseness

2010-10-08 Thread Grant Likely
This patch makes multiple cleanups to the new topcliff pch spi driver including, but not limited to, - removing superfluous brackets around variables - open coding functions that are only used once - removing unnecessary line breaks - removing unused functions - simplifying the interrupt enable/dis

Re: [MeeGo-Dev][PATCH v2] Topcliff: Update PCH_SPI driver to 2.6.35

2010-10-08 Thread Grant Likely
On Thu, Sep 16, 2010 at 04:32:56PM +0900, Masayuki Ohtak wrote: > Hi Grant, > > We have modified whole of your indications. > > Thanks, Ohtake (OKISemi) Hi Ohtake. There are still a bunch of minor issues with this driver, but I've picked it up anyway and additional cleanups can be done in-tree

Re: [PATCH 22/24] spi: change to new flag variable

2010-10-08 Thread Grant Likely
On Fri, Sep 24, 2010 at 12:17:32PM -0700, matt mooney wrote: > Replace EXTRA_CFLAGS with ccflags-y. > > Signed-off-by: matt mooney Applied, thanks. g. > --- > drivers/spi/Makefile |4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > > diff --git a/drivers/spi/Makefile b/drivers/

Re: [PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver.

2010-10-08 Thread Grant Likely
On Fri, Oct 08, 2010 at 12:22:28PM +0100, Jonathan Cameron wrote: > *bump* For anyone from spi side of things. > > Quick summary of question (hence top post :) > Is it ever wrong to over specify elements of a transfer? > We have a driver that (for historical reasons) specifies > that a particular

Re: [PATCH 7/6] spi/imx: Support different fifo sizes

2010-10-08 Thread Grant Likely
On Fri, Oct 08, 2010 at 11:24:01AM +0200, Uwe Kleine-König wrote: > From: David Jander > > The i.MX51 ECSPI has a fifo size of 64 entries instead of 8 entries as > found on the other cspi bus devices. > > Cc: Jason Wang > Signed-off-by: David Jander > Signed-off-by: Sascha Hauer > Signed-off-

Re: [PATCH 0/2 V2] Adding support for adis16250/5 to adis16260 driver.

2010-10-08 Thread Jonathan Cameron
*bump* For anyone from spi side of things. Quick summary of question (hence top post :) Is it ever wrong to over specify elements of a transfer? We have a driver that (for historical reasons) specifies that a particular transfer is 8 bit. .bits_per_word = 8, This causes issues with the at

[PATCH 7/6] spi/imx: Support different fifo sizes

2010-10-08 Thread Uwe Kleine-König
From: David Jander The i.MX51 ECSPI has a fifo size of 64 entries instead of 8 entries as found on the other cspi bus devices. Cc: Jason Wang Signed-off-by: David Jander Signed-off-by: Sascha Hauer Signed-off-by: Uwe Kleine-König --- Hello, this patch depends on patches already acked by Gra

Pour votre securité faites confiance au numero 1 Europeen

2010-10-08 Thread SD Telesurveillance par Plein Temps
-- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. Spend less time writing and rewriting code and more time creating great experiences on t

Re: [PATCH v3 6/7] mtd: m25p80: add a read function to read page by page

2010-10-08 Thread Kumar Gala
On Oct 7, 2010, at 9:15 PM, Hu Mingkai-B21284 wrote: Yes, I agree with David on this. If large transfers don't work, then it is the SPI master driver that is buggy. >>> >>> By the way, does this fix your problem? >>> >>> https://patchwork.kernel.org/patch/184752/ >> >> It shouldn't.