<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/crystalhd, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/crystalhd?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/crystalhd?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-06-20T15:15:08Z</updated>
<entry>
<title>staging: crystalhd: remove driver</title>
<updated>2014-06-20T15:15:08Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-06-20T14:49:59Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5c0ed8cdc4544a94fa6d1ea3797fcc6a4bd22010'/>
<id>urn:sha1:5c0ed8cdc4544a94fa6d1ea3797fcc6a4bd22010</id>
<content type='text'>
The driver hasn't had significant work done on it for a long time.
Broadcom has EOLed the hardware and is no longer selling it. There are
probably very few people still using it. So remove the driver.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Cc: Naren Sankar &lt;nsankar@broadcom.com&gt;
Cc: Jarod Wilson &lt;jarod@wilsonet.com&gt;
Cc: Scott Davilla &lt;davilla@4pi.com&gt;
Cc: Manu Abraham &lt;abraham.manu@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: Improve kzalloc calls in crystalhd_lnx.c</title>
<updated>2014-04-18T23:22:15Z</updated>
<author>
<name>Pascal COMBES</name>
<email>pascom@orange.fr</email>
</author>
<published>2014-04-15T19:21:37Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b8dd8654d9162e90c4179698f42e6edfec30dc1d'/>
<id>urn:sha1:b8dd8654d9162e90c4179698f42e6edfec30dc1d</id>
<content type='text'>
Replace sizeof(type) by sizeof(variable) in crystalhd_lnx.c.

Signed-off-by: Pascal COMBES &lt;pascom@orange.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: Removed cast in crystalhd_lnx.c</title>
<updated>2014-04-18T23:22:15Z</updated>
<author>
<name>Pascal COMBES</name>
<email>pascom@orange.fr</email>
</author>
<published>2014-04-15T19:21:18Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9744f06bf2ecfa34ec2a1575b32d06723934c653'/>
<id>urn:sha1:9744f06bf2ecfa34ec2a1575b32d06723934c653</id>
<content type='text'>
Removed useless (because automatic) cast from void * in crystalhd_lnx.c

Signed-off-by: Pascal COMBES &lt;pascom@orange.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: Fix alignement in crystalhd_lnx.c</title>
<updated>2014-04-18T23:22:15Z</updated>
<author>
<name>Pascal COMBES</name>
<email>pascom@orange.fr</email>
</author>
<published>2014-04-15T19:21:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=776ed179769d9e51c92cd480a00eee9800949b7f'/>
<id>urn:sha1:776ed179769d9e51c92cd480a00eee9800949b7f</id>
<content type='text'>
Signed-off-by: Pascal COMBES &lt;pascom@orange.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: crystalhd: Fix no space before tabs</title>
<updated>2014-03-17T04:32:32Z</updated>
<author>
<name>Gulsah Kose</name>
<email>gulsah.1004@gmail.com</email>
</author>
<published>2014-03-15T01:06:06Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4353ea8f77808a77188f36b2c70552a3cedee868'/>
<id>urn:sha1:4353ea8f77808a77188f36b2c70552a3cedee868</id>
<content type='text'>
This patch fixes no spaces before tabs warning in crystalhd_misc.h

Signed-off-by: Gulsah Kose &lt;gulsah.1004@gmail.com&gt;
Acked-by: Paul E. McKenney &lt;paulmck@linux.vnet.ibm.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>drivers/staging/crystalhd:crystalhd_lnx.c: Fix line over 80 characters.</title>
<updated>2014-03-17T02:39:02Z</updated>
<author>
<name>Aybuke Ozdemir</name>
<email>aybuke.147@gmail.com</email>
</author>
<published>2014-03-14T21:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=80b2392a4c473039374f0290cc7b398f152d5f54'/>
<id>urn:sha1:80b2392a4c473039374f0290cc7b398f152d5f54</id>
<content type='text'>
Fix checkpatch.pl issues with line over 80 characters in crystalhd_lnx.c

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>drivers/staging/crystalhd/bcm_70012_regs.h: Fix line over 80 characters.</title>
<updated>2014-03-11T06:09:54Z</updated>
<author>
<name>Andreea-Cristina Bernat</name>
<email>bernat.ada@gmail.com</email>
</author>
<published>2014-03-09T16:06:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=25c76d1313d02c6c6e9b79d241bc669b13e5a9ad'/>
<id>urn:sha1:25c76d1313d02c6c6e9b79d241bc669b13e5a9ad</id>
<content type='text'>
Fix checkpatch.pl issue with line over 80.

Signed-off-by: Andreea-Cristina Bernat &lt;bernat.ada@gmail.com&gt;
Signed-off-by: Peter P Waskiewicz Jr &lt;peter.p.waskiewicz.jr@intel.com&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: prefer pr_warn to printk(KERN_WARNING)</title>
<updated>2014-03-09T03:58:57Z</updated>
<author>
<name>Georgiana Rodica Chelu</name>
<email>georgiana.chelu93@gmail.com</email>
</author>
<published>2014-03-08T09:37:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=af3f31b8161964c585ac2080f9e07488ab7a3e87'/>
<id>urn:sha1:af3f31b8161964c585ac2080f9e07488ab7a3e87</id>
<content type='text'>
Fix warning issue by using pr_err instead of printk

Signed-off-by: Georgiana Rodica Chelu &lt;georgiana.chelu93@gmail.com&gt;
Reviewed-by: Sarah Sharp &lt;sarah.a.sharp@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: Fix different address spaces warning</title>
<updated>2014-03-07T23:16:26Z</updated>
<author>
<name>Monam Agarwal</name>
<email>monamagarwal123@gmail.com</email>
</author>
<published>2014-03-05T00:43:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9df2b0d40e77a80274b69d3e8567e6b354c4c0c1'/>
<id>urn:sha1:9df2b0d40e77a80274b69d3e8567e6b354c4c0c1</id>
<content type='text'>
This patch fixes following sparse warning in crystalhd_lnx.c
WARNING: incorrect type in argument

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: crystalhd: Fix different address spaces warning from sparse in crystalhd_misc.c</title>
<updated>2014-03-07T23:16:26Z</updated>
<author>
<name>Monam Agarwal</name>
<email>monamagarwal123@gmail.com</email>
</author>
<published>2014-03-05T00:35:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6df1a83ba75d71024e489b67584d298b24305fcf'/>
<id>urn:sha1:6df1a83ba75d71024e489b67584d298b24305fcf</id>
<content type='text'>
This patch fixes following sparse warning in crystalhd_misc.c
WARNING: incorrect type in argument

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
