<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ldd3/tty, branch master</title>
<subtitle>ldd3 code examples</subtitle>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/'/>
<entry>
<title>Change in timer_list struct</title>
<updated>2018-06-20T12:59:05+00:00</updated>
<author>
<name>Eusebio Gomez</name>
<email>eu_340@me.com</email>
</author>
<published>2018-06-14T22:54:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=bdf0647e57c8319cf5ce90375891c173b8f5d63f'/>
<id>bdf0647e57c8319cf5ce90375891c173b8f5d63f</id>
<content type='text'>
Member data of timer struct (timer_list) is no longer available. Use timer_setup function to pass the parameter to the callback function</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Member data of timer struct (timer_list) is no longer available. Use timer_setup function to pass the parameter to the callback function</pre>
</div>
</content>
</entry>
<entry>
<title>tty: tiny_tty: Use timer_setup() instead of init_timer()</title>
<updated>2018-02-25T22:54:39+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2018-02-25T22:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=3e267492490c0e50c67fd88dc91732bced25761f'/>
<id>3e267492490c0e50c67fd88dc91732bced25761f</id>
<content type='text'>
The init_timer() function has been deprecated, use timer_setup() instead.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The init_timer() function has been deprecated, use timer_setup() instead.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: tiny_tty: Include &lt;linux/sched/signal.h&gt; header for signal_pending()</title>
<updated>2018-02-25T13:29:40+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2018-02-25T01:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=1699b275f9e43ad807ddff3f69af2ebbb8667d1f'/>
<id>1699b275f9e43ad807ddff3f69af2ebbb8667d1f</id>
<content type='text'>
Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tiny_tty update for 3.10</title>
<updated>2018-02-25T01:04:01+00:00</updated>
<author>
<name>hwangcc</name>
<email>hwangcc@csie.nctu.edu.tw</email>
</author>
<published>2015-01-20T12:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=89112d043efe08f5c259c41ec9b94b0657d4f6dc'/>
<id>89112d043efe08f5c259c41ec9b94b0657d4f6dc</id>
<content type='text'>
1. checkpatch.pl cleanups.
2. Add init_timer
3. Link tty ports.

Signed-off-by: hwangcc &lt;hwangcc@csie.nctu.edu.tw&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
1. checkpatch.pl cleanups.
2. Add init_timer
3. Link tty ports.

Signed-off-by: hwangcc &lt;hwangcc@csie.nctu.edu.tw&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: update termios access due tty_struct changes</title>
<updated>2013-04-26T23:48:13+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2013-04-26T23:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=b18a1db4a4e63a02f87ce2fee745b5b0932bbfb5'/>
<id>b18a1db4a4e63a02f87ce2fee745b5b0932bbfb5</id>
<content type='text'>
commit adc8d746 ("tty: move the termios object into the tty")

moved the struct ktermios inside struct tty_struct instead of
keeping just a pointer to it. So, let's update the access to
termios according to this change.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit adc8d746 ("tty: move the termios object into the tty")

moved the struct ktermios inside struct tty_struct instead of
keeping just a pointer to it. So, let's update the access to
termios according to this change.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: pass tty_port to tty functions instead of tty_struct</title>
<updated>2013-04-26T23:48:13+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>javier@dowhile0.org</email>
</author>
<published>2013-04-26T20:56:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=d9c53b5a84cc98e901b5eb0bdd925edecbe334d7'/>
<id>d9c53b5a84cc98e901b5eb0bdd925edecbe334d7</id>
<content type='text'>
commit 227434f8 ("TTY: switch tty_buffer_request_room to tty_port")

started to convert all tty functions to receive a tty_port
instead of a tt_struct. Update the drivers according this
API change.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
commit 227434f8 ("TTY: switch tty_buffer_request_room to tty_port")

started to convert all tty functions to receive a tty_port
instead of a tt_struct. Update the drivers according this
API change.

Signed-off-by: Javier Martinez Canillas &lt;javier@dowhile0.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: tiny_tty: Remove struct file * argument from tty_operations handler functions</title>
<updated>2011-03-08T00:48:57+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>martinez.javier@gmail.com</email>
</author>
<published>2011-03-08T00:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=68a31beb468f8a55b1e1fa631f055f49212da547'/>
<id>68a31beb468f8a55b1e1fa631f055f49212da547</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: Use sema_init() instead init_MUTEX()</title>
<updated>2011-01-08T00:52:02+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>martinez.javier@gmail.com</email>
</author>
<published>2011-01-03T15:24:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=f9737e7aab3b4138542459316696b9efe0302494'/>
<id>f9737e7aab3b4138542459316696b9efe0302494</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: tiny_tty: Use seq_file instead read_proc</title>
<updated>2011-01-07T23:57:39+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>martinez.javier@gmail.com</email>
</author>
<published>2011-01-04T01:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=685330e5d22c51fd217d1f8c5f3034b5fc8b23aa'/>
<id>685330e5d22c51fd217d1f8c5f3034b5fc8b23aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tty: tiny_serial: Remove tty_[start | stop] to tyny_[start | stop]_tx</title>
<updated>2010-12-31T06:26:21+00:00</updated>
<author>
<name>Javier Martinez Canillas</name>
<email>martinez.javier@gmail.com</email>
</author>
<published>2010-12-31T06:26:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fcked.net/ldd3/commit/?id=e5e8b383adc8a7a10831188694e41ae383852ec5'/>
<id>e5e8b383adc8a7a10831188694e41ae383852ec5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
