<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/uc2322, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/uc2322?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/uc2322?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2009-07-28T21:07:11Z</updated>
<entry>
<title>staging: remove aten2011 driver</title>
<updated>2009-07-28T21:07:11Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-07-20T06:37:32Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0bfc240575acb8769d0be78facedabd8e3d2c33a'/>
<id>urn:sha1:0bfc240575acb8769d0be78facedabd8e3d2c33a</id>
<content type='text'>
This driver is not needed, as the existing mos7840 driver works
properly for this device.

Thanks to Russell Lang for doing the work to figure this out.

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>USB: usb-serial: replace shutdown with disconnect, release</title>
<updated>2009-06-16T04:44:47Z</updated>
<author>
<name>Alan Stern</name>
<email>stern@rowland.harvard.edu</email>
</author>
<published>2009-06-02T15:53:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f9c99bb8b3a1ec81af68d484a551307326c2e933'/>
<id>urn:sha1:f9c99bb8b3a1ec81af68d484a551307326c2e933</id>
<content type='text'>
This patch (as1254) splits up the shutdown method of usb_serial_driver
into a disconnect and a release method.

The problem is that the usb-serial core was calling shutdown during
disconnect handling, but drivers didn't expect it to be called until
after all the open file references had been closed.  The result was an
oops when the close method tried to use memory that had been
deallocated by shutdown.

Signed-off-by: Alan Stern &lt;stern@rowland.harvard.edu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;


</content>
</entry>
<entry>
<title>Staging: aten2011: Clean up some tty bits</title>
<updated>2009-04-17T18:06:26Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@lxorguk.ukuu.org.uk</email>
</author>
<published>2009-04-07T17:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=20aa9e9b5465a2566e23d78643735dfae3277dab'/>
<id>urn:sha1:20aa9e9b5465a2566e23d78643735dfae3277dab</id>
<content type='text'>
Minor fixes for tty layer stuff in this driver

Signed-off-by: Alan Cox &lt;alan@lxorguk.ukuu.org.uk&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: fix checkpatch errors and warnings</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-04T05:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8532b09fde479026bd5b9fe0feb09dd5e9810362'/>
<id>urn:sha1:8532b09fde479026bd5b9fe0feb09dd5e9810362</id>
<content type='text'>
After this, only warnings are line length ones.

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: s/__FUNCTION__/__func__</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-04T05:35:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9d7005450b7a001ddde8e7b928cf9181941e7169'/>
<id>urn:sha1:9d7005450b7a001ddde8e7b928cf9181941e7169</id>
<content type='text'>
replace __FUNCTION__ with __func__

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: remove DPRINTK macro</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-04T00:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9e3697a5cc7689bc1481130caacb6e27cfdae4f5'/>
<id>urn:sha1:9e3697a5cc7689bc1481130caacb6e27cfdae4f5</id>
<content type='text'>
Convert to use the dbg() macro we already have in the usb-serial layer.
This also turns off the default for the driver to spit out all of the
debug messages, now it is controlled by the module parameter.

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: aten2011: fix up c++ comments</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-02-04T00:06:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=87ed9bd2259c55537a9a621826829d6bc3baa5f7'/>
<id>urn:sha1:87ed9bd2259c55537a9a621826829d6bc3baa5f7</id>
<content type='text'>
Convert all C++ comments to /* */

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: remove wrappers around serial get and put data functions</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-01-30T23:37:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c3e06f2fc9f4f7c14f84a876bed60a2f61b8ba2b'/>
<id>urn:sha1:c3e06f2fc9f4f7c14f84a876bed60a2f61b8ba2b</id>
<content type='text'>
Don't wrap things that do not need to be wrapped...

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: delete the Dump_serial_port function</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-01-30T23:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4649dd3a8f3ad333fcd7166609773163d4478283'/>
<id>urn:sha1:4649dd3a8f3ad333fcd7166609773163d4478283</id>
<content type='text'>
It's useless, drop it.

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: aten2011: fix up the get_uart_reg function</title>
<updated>2009-04-03T21:53:38Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-01-30T23:36:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=12cbe0b3384b281a2e0fb03638a342d9c128629f'/>
<id>urn:sha1:12cbe0b3384b281a2e0fb03638a342d9c128629f</id>
<content type='text'>
Name it something sane, and fix up the code to be cleaner.

Cc: Russell Lang &lt;gsview@ghostgum.com.au&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
