<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/drivers/staging/ced1401, branch v3.7.2</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>staging:ced1401: remove read write callbacks from fops</title>
<updated>2012-09-21T15:56:41+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-20T16:10:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=bae95b09076abeecd193a8efbc34c00f4309d3f6'/>
<id>bae95b09076abeecd193a8efbc34c00f4309d3f6</id>
<content type='text'>
As the driver says that read and writes should not be performed
and instead the user to kernel transactions are performed through
ioctl interface, remove these functions as they are not required

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the driver says that read and writes should not be performed
and instead the user to kernel transactions are performed through
ioctl interface, remove these functions as they are not required

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging:ced1401: use module_usb_driver macro</title>
<updated>2012-09-21T15:56:41+00:00</updated>
<author>
<name>Devendra Naga</name>
<email>devendra.aaru@gmail.com</email>
</author>
<published>2012-09-20T16:06:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=2341111f6dcfad5f81d3de21acc43c97ce56ec60'/>
<id>2341111f6dcfad5f81d3de21acc43c97ce56ec60</id>
<content type='text'>
the module init and exit functions that are
doing usb_register and usb_deregister respectively can be
replaced with module_usb_driver code

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the module init and exit functions that are
doing usb_register and usb_deregister respectively can be
replaced with module_usb_driver code

Signed-off-by: Devendra Naga &lt;devendra.aaru@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ced1401: fix a couple off by one checks</title>
<updated>2012-09-21T15:56:41+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2012-09-20T08:43:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=428ed14f366276550a70014ed80be941d7e721d5'/>
<id>428ed14f366276550a70014ed80be941d7e721d5</id>
<content type='text'>
nArea is used as an offset into the -&gt;rTransDef[] array which has
MAX_TRANSAREAS elements.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nArea is used as an offset into the -&gt;rTransDef[] array which has
MAX_TRANSAREAS elements.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ced1401: fix copy_from/to_user warning messages</title>
<updated>2012-09-18T04:25:28+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-09-18T04:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=74f5671442c6e9b2b54137d20fd7789078265897'/>
<id>74f5671442c6e9b2b54137d20fd7789078265897</id>
<content type='text'>
Properly check the return value of copy_from/to_user() and handle any
errors that might happen.

This removes a bunch of compiler warnings.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Properly check the return value of copy_from/to_user() and handle any
errors that might happen.

This removes a bunch of compiler warnings.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging ced1401: cleanup coding style issues.</title>
<updated>2012-09-18T04:14:20+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-09-18T04:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=cd915200af6e01a8e923cc5440f72fb288bf2d6b'/>
<id>cd915200af6e01a8e923cc5440f72fb288bf2d6b</id>
<content type='text'>
A basic Lindent run on the .c files, clean up the .h file by hand.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A basic Lindent run on the .c files, clean up the .h file by hand.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ced1401: add driver to the build</title>
<updated>2012-09-18T03:30:02+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-09-18T02:43:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=2d96650139bf6f163970f72ef8aa1abaa6c8b3d1'/>
<id>2d96650139bf6f163970f72ef8aa1abaa6c8b3d1</id>
<content type='text'>
This adds the ced1401 driver to the build system.

Yes, there are a lot of warning messages, but it does compile, so it
should be good to get going.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds the ced1401 driver to the build system.

Yes, there are a lot of warning messages, but it does compile, so it
should be good to get going.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ced1401: add TODO file</title>
<updated>2012-09-18T02:46:05+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-09-18T02:42:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=c7fbfc825fdf183829fac42f55e1e5727f746bb0'/>
<id>c7fbfc825fdf183829fac42f55e1e5727f746bb0</id>
<content type='text'>
This adds a first cut of a TODO file to get this driver out of the
staging directory.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a first cut of a TODO file to get this driver out of the
staging directory.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: ced1401: usb1401: fix build errors.</title>
<updated>2012-09-18T02:45:53+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-09-18T02:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=6ede1edea3e7632e50a4b86165112d6364cdadb6'/>
<id>6ede1edea3e7632e50a4b86165112d6364cdadb6</id>
<content type='text'>
This fixes up the usb1401.c file to remove the usage of err() (which is
gone), and the two-argument kmap_atomic() call, and the compat_ioctl
pointer warning.

The code now builds properly, there are lots of warnings still, but it's
a start.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes up the usb1401.c file to remove the usage of err() (which is
gone), and the two-argument kmap_atomic() call, and the compat_ioctl
pointer warning.

The code now builds properly, there are lots of warnings still, but it's
a start.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: add ced1401 USB driver</title>
<updated>2012-09-18T02:45:28+00:00</updated>
<author>
<name>Alois Schlögl</name>
<email>alois.schloegl@ist.ac.at</email>
</author>
<published>2012-09-18T02:22:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=2eae6bdc12f4e49b7f94f032b82d664dcf3881bc'/>
<id>2eae6bdc12f4e49b7f94f032b82d664dcf3881bc</id>
<content type='text'>
This was imported from the
http://pub.ist.ac.at/~schloegl/src/ced1401/.git git repo at the request
of Alois.  The driver originally came from Cambridge Electronic Design
Ltd and was authored by Greg P Smith and others, but Alois did the
maintance work to get it into a semi-building state and pushed to get it
into the main kernel tree here.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was imported from the
http://pub.ist.ac.at/~schloegl/src/ced1401/.git git repo at the request
of Alois.  The driver originally came from Cambridge Electronic Design
Ltd and was authored by Greg P Smith and others, but Alois did the
maintance work to get it into a semi-building state and pushed to get it
into the main kernel tree here.

Cc: Alois Schlögl &lt;alois.schloegl@ist.ac.at&gt;
Cc: Greg P. Smith &lt;greg@ced.co.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
