[spi-devel-general] [PATCH 5/9] drivers/spi: Drop unnecessary null test

2010-08-03 Thread Julia Lawall
From: Julia Lawall list_for_each_entry binds its first argument to a non-null value, and thus any null test on the value of that argument is superfluous. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // @@ iterator I; expression x,E; @@ I(x,...) { <...

[spi-devel-general] [SPAM] Feel her come with more intensity

2010-08-03 Thread spi-devel-general
Women want men with a big tool between their pants, so make sure you measure up. http://www.colalist.com/ -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to

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

2010-08-03 Thread Christophe Aeschlimann
Hi, On 02.08.2010 16:10, Brian Niebuhr wrote: > Grant - [...] > I am just trying to help out all of the other users that are > stuck with a broken driver like I was. Thank you Brian. The work you've done there is very much appreciated. > Maybe if TI wants to give their customers a driver tha

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

2010-08-03 Thread Grant Likely
On Mon, Aug 2, 2010 at 8:10 AM, Brian Niebuhr wrote: > Grant - > > That's fine - I understand your position.  I do wish you had decided > earlier that you weren't going to accept the patch in that form though > so I could have decided whether I wanted to spend any more time on it. >  For my part,

[spi-devel-general] [git pull] spi tree

2010-08-03 Thread Grant Likely
Hi Linus, Here are the spi driver changes queued up for 2.6.36. Cheers, g. The following changes since commit 9fe6206f400646a2322096b56c59891d530e8d51: Linus Torvalds (1): Linux 2.6.35 are available in the git repository at: git://git.secretlab.ca/git/linux-2.6 next-spi Anatolij G