<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/tidspbridge, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2014-07-16T04:01:05Z</updated>
<entry>
<title>staging: tidspbridge: remove driver</title>
<updated>2014-07-16T04:01:05Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-07-15T23:30:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f190be7f39a5e480ddc5e0f49bbe670feb328c32'/>
<id>urn:sha1:f190be7f39a5e480ddc5e0f49bbe670feb328c32</id>
<content type='text'>
The driver has been broken and disabled for several kernel versions now.
It doesn't have a maintainer anymore, and most of the people who've
worked on it have moved on. There's also still a long list of issues in
the TODO file before it can be moved out of staging. Until someone can
put in the work to make the driver work again and move it out of
staging, remove it from the kernel.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Cc: Omar Ramirez Luna &lt;omar.ramirez@copitl.com&gt;
Cc: Suman Anna &lt;s-anna@ti.com&gt;
Cc: Felipe Contreras &lt;felipe.contreras@gmail.com&gt;
Cc: Ohad Ben-Cohen &lt;ohad@wizery.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Merge 3.16-rc4 into staging-next</title>
<updated>2014-07-08T00:59:07Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2014-07-08T00:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c1a567d31b5488f4593eae7ca215264947b355ca'/>
<id>urn:sha1:c1a567d31b5488f4593eae7ca215264947b355ca</id>
<content type='text'>
We want the staging tree fixes in here as well.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: fix an erroneous removal of parentheses</title>
<updated>2014-06-27T01:10:31Z</updated>
<author>
<name>Suman Anna</name>
<email>s-anna@ti.com</email>
</author>
<published>2014-06-24T05:24:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ff4f58f0ca5dee33a80a72393dd195de9284702b'/>
<id>urn:sha1:ff4f58f0ca5dee33a80a72393dd195de9284702b</id>
<content type='text'>
Commit 4a9fdbb (staging: core: tiomap3430.c Fix line over 80 characters.)
erroneously removed the parentheses around the function pointer leading
to the following build error (when enabling the build of TI DSP/Bridge
driver):

drivers/staging/tidspbridge/core/tiomap3430.c: In function 'bridge_brd_monitor':
drivers/staging/tidspbridge/core/tiomap3430.c:283:10: error: invalid type argument of unary '*' (have 'u32')
make[3]: *** [drivers/staging/tidspbridge/core/tiomap3430.o] Error 1

Fix this build error properly.

Fixes: 4a9fdbb (staging: core: tiomap3430.c Fix line over 80 characters.)
Cc: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Cc: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
Cc: Omar Ramirez Luna &lt;omar.ramirez@copitl.com&gt;
Signed-off-by: Suman Anna &lt;s-anna@ti.com&gt;
Cc: stable &lt;stable@vger.kernel.org&gt; # 3.15
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging:tidspbridge Fix minor checkpatch.pl warning</title>
<updated>2014-06-20T00:16:04Z</updated>
<author>
<name>Adithya Krishnamurthy</name>
<email>linux.challenge1@gmail.com</email>
</author>
<published>2014-06-19T03:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dc5d8180ea26b96d9e6a19ec2bce8faef8b4eb0b'/>
<id>urn:sha1:dc5d8180ea26b96d9e6a19ec2bce8faef8b4eb0b</id>
<content type='text'>
Fixed checkpatch "WARNING: Missing a blank line after declarations"

Signed-off-by: Adithya Krishnamurthy &lt;linux.challenge1@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "staging: tidspbridge: use safer test on the result of find_first_zero_bit"</title>
<updated>2014-06-19T20:18:06Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2014-06-19T20:18:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2'/>
<id>urn:sha1:22b5371412f91ea0e1bf5e1c1dd527eb3eed6dc2</id>
<content type='text'>
This reverts commit cc0be81f00472d782804293766ddd9d1c2b4ebd1, it was
incorrect.

Reported-by: Julia Lawall &lt;julia.lawall@lip6.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: Fix whitespace for pointers in function headers</title>
<updated>2014-06-18T22:25:56Z</updated>
<author>
<name>Jeff Oczek</name>
<email>jeffoczek@gmail.com</email>
</author>
<published>2014-06-14T13:21:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c79386368edab72ae54c639150a1390e4e7c7a3e'/>
<id>urn:sha1:c79386368edab72ae54c639150a1390e4e7c7a3e</id>
<content type='text'>
Change style in function headers from 'type * ptr' to 'type *ptr'

Signed-off-by: Jeff Oczek &lt;jeffoczek@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: Add parameter names to function ptrs in struct dbll_attrs</title>
<updated>2014-06-18T22:25:56Z</updated>
<author>
<name>Jeff Oczek</name>
<email>jeffoczek@gmail.com</email>
</author>
<published>2014-06-14T13:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f2a53f47ee7c932c0584a178e65e59600498242e'/>
<id>urn:sha1:f2a53f47ee7c932c0584a178e65e59600498242e</id>
<content type='text'>
Add more descriptive names to function pointers in definition of struct dbll_attrs

Signed-off-by: Jeff Oczek &lt;jeffoczek@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: use safer test on the result of find_first_zero_bit</title>
<updated>2014-06-18T22:23:05Z</updated>
<author>
<name>Julia Lawall</name>
<email>Julia.Lawall@lip6.fr</email>
</author>
<published>2014-06-04T09:07:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cc0be81f00472d782804293766ddd9d1c2b4ebd1'/>
<id>urn:sha1:cc0be81f00472d782804293766ddd9d1c2b4ebd1</id>
<content type='text'>
Find_first_zero_bit considers BITS_PER_LONG bits at a time, and thus may
return a larger number than the maximum position argument if that position
is not a multiple of BITS_PER_LONG.

The semantic match that finds this problem is as follows:
(http://coccinelle.lip6.fr/)

// &lt;smpl&gt;
@@
expression e1,e2,e3;
statement S1,S2;
@@

e1 = find_first_zero_bit(e2,e3)
...
if (e1
- ==
+ &gt;=
  e3)
S1 else S2
// &lt;/smpl&gt;

Signed-off-by: Julia Lawall &lt;Julia.Lawall@lip6.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: pmgr: dspapi.c: Cleaning up uninitialized variable</title>
<updated>2014-06-18T22:22:37Z</updated>
<author>
<name>Rickard Strandqvist</name>
<email>rickard_strandqvist@spectrumdigital.se</email>
</author>
<published>2014-06-03T22:23:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cee49b3cfb4be8da81b346c9ed405cc5bae056c6'/>
<id>urn:sha1:cee49b3cfb4be8da81b346c9ed405cc5bae056c6</id>
<content type='text'>
There is a risk that the variables will be used without being initialized.
Has also improved error handling, after an email proposal from Dan Carpenter.

Signed-off-by: Rickard Strandqvist &lt;rickard_strandqvist@spectrumdigital.se&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: tidspbridge: check for CONFIG_SND_OMAP_SOC_MCBSP</title>
<updated>2014-05-27T03:19:26Z</updated>
<author>
<name>Paul Bolle</name>
<email>pebolle@tiscali.nl</email>
</author>
<published>2014-05-26T19:47:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=d3921a03a89acb1b9ca599590c0131c89f8737d8'/>
<id>urn:sha1:d3921a03a89acb1b9ca599590c0131c89f8737d8</id>
<content type='text'>
Commit d0f47ff17f29 ("ASoC: OMAP: Build config cleanup for McBSP")
removed the Kconfig symbol OMAP_MCBSP. It left two checks for
CONFIG_OMAP_MCBSP untouched.

Convert these to checks for CONFIG_SND_OMAP_SOC_MCBSP. That must be
correct, since that re-enables calls to functions that are all found in
sound/soc/omap/mcbsp.c. And that file is built only if
CONFIG_SND_OMAP_SOC_MCBSP is defined.

Fixes: d0f47ff17f29 ("ASoC: OMAP: Build config cleanup for McBSP")
Signed-off-by: Paul Bolle &lt;pebolle@tiscali.nl&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
