<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/rar, 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>2010-03-04T00:42:56Z</updated>
<entry>
<title>Staging: rar_register: renaming directory to rar_register</title>
<updated>2010-03-04T00:42:56Z</updated>
<author>
<name>Mark Allyn</name>
<email>mark.a.allyn@intel.com</email>
</author>
<published>2010-02-05T18:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=e33cc5cec039ac6aef68568c06998707bceb0953'/>
<id>urn:sha1:e33cc5cec039ac6aef68568c06998707bceb0953</id>
<content type='text'>
Renames the directory in which the driver files
are located; again for clarity.

Signed-off-by: Mark Allyn &lt;mark.a.allyn@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: rar_register: renaming driver to rar_register</title>
<updated>2010-03-04T00:42:56Z</updated>
<author>
<name>Mark Allyn</name>
<email>mark.a.allyn@intel.com</email>
</author>
<published>2010-02-05T18:52:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ee7dfb7e245e92c011c335e7bac2474967eda192'/>
<id>urn:sha1:ee7dfb7e245e92c011c335e7bac2474967eda192</id>
<content type='text'>
Patch renames rar_driver to rar_register to clarifiy and differentiate
from rar_handler that will be submitted later

Signed-off-by: Mark Allyn &lt;mark.a.allyn@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>staging: make PCI device id constant</title>
<updated>2010-03-04T00:42:42Z</updated>
<author>
<name>Németh Márton</name>
<email>nm127@freemail.hu</email>
</author>
<published>2010-01-09T23:18:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=13ac58dac0c6b1edeb060102049b07ebceea9a40'/>
<id>urn:sha1:13ac58dac0c6b1edeb060102049b07ebceea9a40</id>
<content type='text'>
The id_table field of the struct pci_driver is constant in &lt;linux/pci.h&gt;
so it is worth to make the initialization data also constant.

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

// &lt;smpl&gt;
@r@
disable decl_init,const_decl_init;
identifier I1, I2, x;
@@
	struct I1 {
	  ...
	  const struct I2 *x;
	  ...
	};
@s@
identifier r.I1, y;
identifier r.x, E;
@@
	struct I1 y = {
	  .x = E,
	};
@c@
identifier r.I2;
identifier s.E;
@@
	const struct I2 E[] = ... ;
@depends on !c@
identifier r.I2;
identifier s.E;
@@
+	const
	struct I2 E[] = ...;
// &lt;/smpl&gt;

Signed-off-by: Németh Márton &lt;nm127@freemail.hu&gt;
Cc: Julia Lawall &lt;julia@diku.dk&gt;
Cc: cocci@diku.dk
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: rar: Fix all coding style issues.</title>
<updated>2010-03-04T00:42:39Z</updated>
<author>
<name>Benjamin Adolphi</name>
<email>b.adolphi@googlemail.com</email>
</author>
<published>2009-12-31T08:54:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f3557cc180b73308048867b591111df6436987ff'/>
<id>urn:sha1:f3557cc180b73308048867b591111df6436987ff</id>
<content type='text'>
This fixes all coding style issues and some spelling mistakes.

Signed-off-by: Benjamin Adolphi &lt;b.adolphi@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: fix assorted typos all over the place</title>
<updated>2009-12-11T20:23:20Z</updated>
<author>
<name>André Goddard Rosa</name>
<email>andre.goddard@gmail.com</email>
</author>
<published>2009-11-14T15:09:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=bbc9a9916bc1cd997f3bf303e7930d5f3c804d37'/>
<id>urn:sha1:bbc9a9916bc1cd997f3bf303e7930d5f3c804d37</id>
<content type='text'>
Signed-off-by: André Goddard Rosa &lt;andre.goddard@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: rar/sep: Don't use random VENDOR_ID macros but the proper names</title>
<updated>2009-09-15T19:02:12Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-06T19:44:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4dd00845690a6744dbd879fa49584c49098823d8'/>
<id>urn:sha1:4dd00845690a6744dbd879fa49584c49098823d8</id>
<content type='text'>
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
</entry>
<entry>
<title>Staging: rar: fix some initial type problems</title>
<updated>2009-09-15T19:02:11Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-06T19:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=137cf5b22f5fd38751265eae881749c311d27c75'/>
<id>urn:sha1:137cf5b22f5fd38751265eae881749c311d27c75</id>
<content type='text'>
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: sep: Move the RAR support into staging where it is supposed to be</title>
<updated>2009-09-15T19:02:11Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2009-08-06T19:44:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=542385ee6da337529c1087dd3d8c7af3e4269602'/>
<id>urn:sha1:542385ee6da337529c1087dd3d8c7af3e4269602</id>
<content type='text'>
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
