<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/dgap, branch v3.16</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/dgap?h=v3.16</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/dgap?h=v3.16'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2014-05-29T20:59:03Z</updated>
<entry>
<title>Revert "staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()"</title>
<updated>2014-05-29T20:59:03Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2014-05-29T20:59:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=aec46bbdeab172a2129ef4e64051e706cbe9ec56'/>
<id>urn:sha1:aec46bbdeab172a2129ef4e64051e706cbe9ec56</id>
<content type='text'>
This reverts commit 0ade4a34fd439d62df46937e8f3e584eb0879579 as it was
wrong.

Cc: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Cc: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Use EIO instead of ENXIO</title>
<updated>2014-05-28T21:35:09Z</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-05-28T20:18:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=6d488a0c780346f5b0a7f7bd41cd347deb2952b2'/>
<id>urn:sha1:6d488a0c780346f5b0a7f7bd41cd347deb2952b2</id>
<content type='text'>
Replaces ENXIO with EIO errno

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Simplify dgap_find_config</title>
<updated>2014-05-28T21:35:09Z</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-05-28T20:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0be048cbc66e0cc98e9578769afede9fe103806b'/>
<id>urn:sha1:0be048cbc66e0cc98e9578769afede9fe103806b</id>
<content type='text'>
Simplify ugly dgap_find_config function

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: misc cleanup of NULL conditionals</title>
<updated>2014-05-28T21:35:09Z</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-05-28T20:17:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=9a133a9039bf8f65d79937ec05db74d7dd0a069b'/>
<id>urn:sha1:9a133a9039bf8f65d79937ec05db74d7dd0a069b</id>
<content type='text'>
refactors NULL conditionals

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: move tty_port_init() for serial_ports.</title>
<updated>2014-05-26T17:35:25Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-26T10:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=a66369a59016e6f5c5da77afbd53eec49b03fb68'/>
<id>urn:sha1:a66369a59016e6f5c5da77afbd53eec49b03fb68</id>
<content type='text'>
If printer_ports which is allocated after serial_ports is failed
to allocate, tty_port_init for serial_ports doesn't need anymore.
So move this after allocating memory for printer_ports.

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove unneeded kfree() in dgap_tty_register_ports()</title>
<updated>2014-05-26T17:35:24Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-26T10:24:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0ade4a34fd439d62df46937e8f3e584eb0879579'/>
<id>urn:sha1:0ade4a34fd439d62df46937e8f3e584eb0879579</id>
<content type='text'>
When it failed to allocate for printer_ports, serial_ports
can be freed in dgap_tty_uninit().

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove unneeded kfree() for ttys in tty_driver</title>
<updated>2014-05-26T17:35:24Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-05-26T10:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=462310f3f3f2f86b02d2a0c8681ea7900e2bb82c'/>
<id>urn:sha1:462310f3f3f2f86b02d2a0c8681ea7900e2bb82c</id>
<content type='text'>
In destruct_tty_driver() from put_tty_driver() will free the
ttys in tty_driver.

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: dgap: Fixed iomem accesses in dgap.c</title>
<updated>2014-05-25T18:09:14Z</updated>
<author>
<name>Pascal COMBES</name>
<email>pascom@orange.fr</email>
</author>
<published>2014-05-24T13:58:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=77870a1b856d181936ca13f6732010e63b803b4a'/>
<id>urn:sha1:77870a1b856d181936ca13f6732010e63b803b4a</id>
<content type='text'>
I changed dereferences from iomem into the adequate ioread function.

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: dgap: Change GFP_ATOMICs to GFP_KERNEL</title>
<updated>2014-05-23T19:40:53Z</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-05-23T18:02:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=244a0341d2804f788b4341eb860861899394d6db'/>
<id>urn:sha1:244a0341d2804f788b4341eb860861899394d6db</id>
<content type='text'>
We don't need to use GFP_ATOMIC at driver load time
so use GFP_KERNEL instead.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: Simplify get_altpin and get_useintr functions</title>
<updated>2014-05-23T19:40:52Z</updated>
<author>
<name>Mark Hounschell</name>
<email>markh@compro.net</email>
</author>
<published>2014-05-23T17:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0c24b2325598326cc7af3e93266ebe232c629fe4'/>
<id>urn:sha1:0c24b2325598326cc7af3e93266ebe232c629fe4</id>
<content type='text'>
Simplify dgap_config_get_useintr and dgap_config_get_altpin
changing the case statement to an if statement.

Signed-off-by: Mark Hounschell &lt;markh@compro.net&gt;
Tested-by: Mark Hounschell &lt;markh@compro.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
