<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/dgap, branch v3.18</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=v3.18</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v3.18'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2014-09-24T06:39:25Z</updated>
<entry>
<title>staging: dgap: use dgap_release_remap() in dgap_cleanup_board()</title>
<updated>2014-09-24T06:39:25Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-09-23T00:22:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c74920124750e5270c689d8c892a1c4263e5a547'/>
<id>urn:sha1:c74920124750e5270c689d8c892a1c4263e5a547</id>
<content type='text'>
Just simply use dgap_release_remap() in dgap_cleanup_board() for
releasing map memory.

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: adds missing iounmap for re_map_port in dgap_release_remap()</title>
<updated>2014-09-24T06:39:25Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-09-23T00:22:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b23e487903ae1cf5d06c14fa719555dead0f5ae4'/>
<id>urn:sha1:b23e487903ae1cf5d06c14fa719555dead0f5ae4</id>
<content type='text'>
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 unused 'runwait' variable</title>
<updated>2014-09-24T06:39:24Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-09-23T00:21:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=476f6bc80ba98ce4feab8eb90ed389b6cd47d613'/>
<id>urn:sha1:476f6bc80ba98ce4feab8eb90ed389b6cd47d613</id>
<content type='text'>
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: use schedule_timeout_interruptible() instead of dgap_ms_sleep()</title>
<updated>2014-09-19T23:53:57Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-09-16T07:19:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=492a1e7be585c88a04ba763bb77fc865700e209d'/>
<id>urn:sha1:492a1e7be585c88a04ba763bb77fc865700e209d</id>
<content type='text'>
Using schedule_timeout_interruptible() is exactly same as
setting a status of current process and calling  schedule_timeout().

Removes dgap_ms_sleep(), because this function is used
only when closing tty channel on dgap_tty_close().
And also removes ch_close_delay that is always set to 250
on dgap_tty_init().

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>drivers: staging: dgap: fix the checkpatch.pl issue "Warning: line over 80 characters"</title>
<updated>2014-09-07T04:46:55Z</updated>
<author>
<name>Piotr Witoslawski</name>
<email>pwitos@gmail.com</email>
</author>
<published>2014-09-04T06:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=70c0ed98256a1b297029842b9e250dc9ec9bddd1'/>
<id>urn:sha1:70c0ed98256a1b297029842b9e250dc9ec9bddd1</id>
<content type='text'>
Break lines exceeding 80 characters

Signed-off-by: Piotr Witoslawski &lt;pwitos@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: dgap: remove useless a variable within board_t</title>
<updated>2014-08-30T21:04:58Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-08-18T14:32:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c643794eb3b57116924eadb40bbc34296b49d401'/>
<id>urn:sha1:c643794eb3b57116924eadb40bbc34296b49d401</id>
<content type='text'>
The use_interrupts is used only in dagp_request_irq() for checking
a value from user config file. It doesn't need in board_t struct.

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 redundant setting a variable</title>
<updated>2014-08-30T21:04:58Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-08-18T14:31:46Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=9f20ecc51bc08c1ee9c1ed320ef6ca411eb154c6'/>
<id>urn:sha1:9f20ecc51bc08c1ee9c1ed320ef6ca411eb154c6</id>
<content type='text'>
The brd(board_t) is initialized with zero, so "intr_used"
is not needed to set zero when request_irq() is failed.

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: cleanup print messages for dgap driver</title>
<updated>2014-08-16T19:23:06Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-08-09T05:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6c66843dabbc2cb75832c7ebcaade9038d16702f'/>
<id>urn:sha1:6c66843dabbc2cb75832c7ebcaade9038d16702f</id>
<content type='text'>
* use dev_{warn,err} instead of pr_{warn,err}
* removes dgap_err() and just use pr_err(). pr_err() used in
dgap_parsefile() not dev_err() because if dgap_parsefile() is
failed, just one message is printed.
* removes "out of memory" messages.

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: Simplify to set a module type</title>
<updated>2014-08-16T19:23:06Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-08-09T05:39:05Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3cfa648b124ccbf5bc6aea92beef8ed35a06f1ed'/>
<id>urn:sha1:3cfa648b124ccbf5bc6aea92beef8ed35a06f1ed</id>
<content type='text'>
It is same manner with setting a board type.
After allocating a type of "MNODE", get a token value
set to "module.type".

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: Simplify to set a concentrator type</title>
<updated>2014-08-16T19:23:06Z</updated>
<author>
<name>Daeseok Youn</name>
<email>daeseok.youn@gmail.com</email>
</author>
<published>2014-08-09T05:38:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=f6aa0164cd3b1c5192e87f5651ec382c3bc3abac'/>
<id>urn:sha1:f6aa0164cd3b1c5192e87f5651ec382c3bc3abac</id>
<content type='text'>
It is same manner with setting a board type.
For example of config file for concentrator,
    "conc ccon" or
    "conc epcon"

After allocating a type of "CNODE" then set a type of concentrator.
So remove cases in swith statement, just get a token from string
and set to "conc.type". And also it doesn't need to "conc.v_type".

Signed-off-by: Daeseok Youn &lt;daeseok.youn@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
