<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/meilhaus, 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>2009-09-15T19:02:35Z</updated>
<entry>
<title>Staging: meilhaus: remove the drivers</title>
<updated>2009-09-15T19:02:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-09-03T04:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a8fcffbde4cedf319f7009cec21baddf9422685e'/>
<id>urn:sha1:a8fcffbde4cedf319f7009cec21baddf9422685e</id>
<content type='text'>
The comedi drivers should be used instead, no need to have
these in here as well.

Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Cc: Meilhaus Support &lt;support@meilhaus.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: ARRAY_SIZE changes</title>
<updated>2009-09-15T19:02:06Z</updated>
<author>
<name>Stoyan Gaydarov</name>
<email>sgayda2@uiuc.edu</email>
</author>
<published>2009-07-22T03:02:27Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b6ac161364eccce1bea4a23a9de395883e90d7ab'/>
<id>urn:sha1:b6ac161364eccce1bea4a23a9de395883e90d7ab</id>
<content type='text'>
These changes were a direct result of using a semantic patch
More information can be found at http://www.emn.fr/x-info/coccinelle/

Signed-off-by: Stoyan Gaydarov &lt;sgayda2@uiuc.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: meilhaus: convert nested spin_lock_irqsave to spin_lock</title>
<updated>2009-09-15T19:02:05Z</updated>
<author>
<name>Julia Lawall</name>
<email>julia@diku.dk</email>
</author>
<published>2009-07-18T15:25:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1dd7def0b5d7d0464991640687fc85c143b3c850'/>
<id>urn:sha1:1dd7def0b5d7d0464991640687fc85c143b3c850</id>
<content type='text'>
If spin_lock_irqsave is called twice in a row with the same second
argument, the interrupt state at the point of the second call overwrites
the value saved by the first call.  Indeed, the second call does not need
to save the interrupt state, so it is changed to a simple spin_lock.

The semantic match that finds this problem is as follows:
(http://www.emn.fr/x-info/coccinelle/)

// &lt;smpl&gt;
@@
expression lock1,lock2;
expression flags;
@@

*spin_lock_irqsave(lock1,flags)
... when != flags
*spin_lock_irqsave(lock2,flags)
// &lt;/smpl&gt;

Signed-off-by: Julia Lawall &lt;julia@diku.dk&gt;
Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Cc: Meilhaus Support &lt;support@meilhaus.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
</entry>
<entry>
<title>Staging: meilhaus: add email address to TODO</title>
<updated>2009-07-12T20:21:44Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-07-02T19:55:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e5a85d2179d0150688c1c4343c3c1b4a71bf6588'/>
<id>urn:sha1:e5a85d2179d0150688c1c4343c3c1b4a71bf6588</id>
<content type='text'>
Meilhaus Support also wants to be notified of changes to these drivers.

Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Cc: Meilhaus Support &lt;support@meilhaus.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: remove unused #include &lt;linux/version.h&gt;'s</title>
<updated>2009-06-19T18:00:36Z</updated>
<author>
<name>Huang Weiyi</name>
<email>weiyi.huang@gmail.com</email>
</author>
<published>2009-04-06T09:20:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=727cbafa51bfaab788250bd3a3ba5e09f3bccf0b'/>
<id>urn:sha1:727cbafa51bfaab788250bd3a3ba5e09f3bccf0b</id>
<content type='text'>
Remove unused #include &lt;linux/version.h&gt;'s.

Signed-off-by: Huang Weiyi &lt;weiyi.huang@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: meilhaus: fix build warnings</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-06-04T18:29:54Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=01c2c2348f1c1bfaf564ed93226280970d4cb6df'/>
<id>urn:sha1:01c2c2348f1c1bfaf564ed93226280970d4cb6df</id>
<content type='text'>
This fixes some build warnings in the meilhaus driver.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: meilhaus: Remove long-deprecated SA_* interrupt macros.</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Robert P. J. Day</name>
<email>rpjday@crashcourse.ca</email>
</author>
<published>2009-05-09T13:40:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=152cc3975353961e66ead09ee8e15ad3a82c2670'/>
<id>urn:sha1:152cc3975353961e66ead09ee8e15ad3a82c2670</id>
<content type='text'>
Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: meilhaus, move tables to .c</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dd96864204959c6bb707dfb8ab6f109b65cbf414'/>
<id>urn:sha1:dd96864204959c6bb707dfb8ab6f109b65cbf414</id>
<content type='text'>
Remove pci and usb tables from the header and place them directly in
the code.

While at it, use PCI_VDEVICE() to shorten the code.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: meilhaus, annotate cpi functions</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=8f456df9c9471bc1178725ae446a8a64285042ca'/>
<id>urn:sha1:8f456df9c9471bc1178725ae446a8a64285042ca</id>
<content type='text'>
Add __devinit and __devexit to pci probe/remove. Also make pci_driver
static.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: meilhaus, switch to misc device</title>
<updated>2009-06-19T18:00:35Z</updated>
<author>
<name>Jiri Slaby</name>
<email>jirislaby@gmail.com</email>
</author>
<published>2009-03-26T08:34:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1cd590481edcd186dcdba7cae5a7bd5c47dfdb92'/>
<id>urn:sha1:1cd590481edcd186dcdba7cae5a7bd5c47dfdb92</id>
<content type='text'>
There is no need to occupy one major number because of one device.

Switch to misc device, which also emits uevent, so that the dev node
is also created by udev.

Signed-off-by: Jiri Slaby &lt;jirislaby@gmail.com&gt;
Cc: David Kiliani &lt;mail@davidkiliani.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
