<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/olpc_dcon, branch v3.5</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/olpc_dcon?h=v3.5</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/olpc_dcon?h=v3.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-04-24T18:33:22Z</updated>
<entry>
<title>staging: olpc_dcon.c: Remove a few spaces between casts and variables</title>
<updated>2012-04-24T18:33:22Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2012-04-21T18:33:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c25626871c082432ae265594d4b336ccbeec4120'/>
<id>urn:sha1:c25626871c082432ae265594d4b336ccbeec4120</id>
<content type='text'>
Just a trivial style cleanup.

Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Acked-by: Andres Salomon &lt;dilinger@queued.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: olpc_dcon.c: Add missing level to a printk()</title>
<updated>2012-04-24T18:33:21Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2012-04-21T18:33:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5d2130862b1fbea27fb21b4d4be62f787f5d2898'/>
<id>urn:sha1:5d2130862b1fbea27fb21b4d4be62f787f5d2898</id>
<content type='text'>
Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Acked-by: Andres Salomon &lt;dilinger@queued.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: olpc_dcon.c: strings printed with printk() put on a single line</title>
<updated>2012-04-24T18:33:21Z</updated>
<author>
<name>Jesper Juhl</name>
<email>jj@chaosbits.net</email>
</author>
<published>2012-04-21T18:32:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=332a81961303dccac8bd3cb5c68aff1b3a6daeb6'/>
<id>urn:sha1:332a81961303dccac8bd3cb5c68aff1b3a6daeb6</id>
<content type='text'>
Quoted strings that were broken over multiple lines are put on a
single line for easier grep'ability.

Signed-off-by: Jesper Juhl &lt;jj@chaosbits.net&gt;
Acked-by: Andres Salomon &lt;dilinger@queued.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging:olpc_dcon:olpc_dcon_xo_1.c Fix typo in staging:olpc_dcon</title>
<updated>2012-04-10T16:29:21Z</updated>
<author>
<name>Justin P. Mattock</name>
<email>justinmattock@gmail.com</email>
</author>
<published>2012-03-19T15:17:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=5d25287f9b11e2395a1f6679f43aa544977b3e54'/>
<id>urn:sha1:5d25287f9b11e2395a1f6679f43aa544977b3e54</id>
<content type='text'>
The below patch fixes a typo I found while reading.

Signed-off-by: Justin P. Mattock &lt;justinmattock@gmail.com&gt;
Cc: Andres Salomon &lt;dilinger@queued.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: olpc_dcon.c: obsolete use of strict_stroul</title>
<updated>2011-12-08T23:01:49Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@googlemail.com</email>
</author>
<published>2011-12-05T10:02:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c542341dff7cd818015247d290aa0971888a7b08'/>
<id>urn:sha1:c542341dff7cd818015247d290aa0971888a7b08</id>
<content type='text'>
As Dan mentioned, dcon_write() will only write u16 values. The
appropriate parts have been changed. As a result of module_param()
not accepting u16 as a valid data type, ushort is used.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: olpc_dcon.c: obsolete use of strict_strtoul</title>
<updated>2011-12-08T23:01:48Z</updated>
<author>
<name>Valentin Rothberg</name>
<email>valentinrothberg@googlemail.com</email>
</author>
<published>2011-12-04T11:17:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=88e09a5e30a2b768480ab52628043e7d30a0e079'/>
<id>urn:sha1:88e09a5e30a2b768480ab52628043e7d30a0e079</id>
<content type='text'>
As noted by the checkpatch script, strict_strtoul is obsolete. Unsigned
longs are used, so it seems good to take kstrtoul.

Signed-off-by: Valentin Rothberg &lt;valentinrothberg@googlemail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: olpc_dcon: -&gt;read_status() API change</title>
<updated>2011-12-08T23:00:43Z</updated>
<author>
<name>Xi Wang</name>
<email>xi.wang@gmail.com</email>
</author>
<published>2011-12-02T21:28:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=91762057f439bb0adb33ca857b6022fda4b1fd69'/>
<id>urn:sha1:91762057f439bb0adb33ca857b6022fda4b1fd69</id>
<content type='text'>
Change -&gt;read_status() by separating the error handling and the
status bits.  This also fixes a signedness bug in dcon_interrupt()
that would break the error handling.

Signed-off-by: Xi Wang &lt;xi.wang@gmail.com&gt;
Acked-by: Andres Salomon &lt;dilinger@queued.net&gt;
Cc: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: Add module.h to drivers/staging users</title>
<updated>2011-08-26T00:01:20Z</updated>
<author>
<name>Paul Gortmaker</name>
<email>paul.gortmaker@windriver.com</email>
</author>
<published>2011-07-03T19:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=99c978529a40132a6f7a5f136b4362b56fc88d8c'/>
<id>urn:sha1:99c978529a40132a6f7a5f136b4362b56fc88d8c</id>
<content type='text'>
Lots of people expect module.h to just "be there" without
any #include effort.  But we are crushing that.  So fix those
files in staging relying on implicit module.h presence.

Signed-off-by: Paul Gortmaker &lt;paul.gortmaker@windriver.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging/olpc_dcon: Remove obsolete cleanup for clientdata</title>
<updated>2011-08-25T15:30:23Z</updated>
<author>
<name>Wolfram Sang</name>
<email>w.sang@pengutronix.de</email>
</author>
<published>2011-08-25T10:53:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=42b565df8567751dfdca85b57de6219ddfee49f8'/>
<id>urn:sha1:42b565df8567751dfdca85b57de6219ddfee49f8</id>
<content type='text'>
A few new i2c-drivers came into the kernel which clear the clientdata-pointer
on exit or error. This is obsolete meanwhile, the core will do it.

Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
Acked-by: Andres Salomon &lt;dilinger@queued.net&gt;
Cc: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Cc: Marek Belisko &lt;marek.belisko@open-nandra.com&gt;
Acked-by: Jean Delvare &lt;khali@linux-fr.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: olpc_dcon: replace remaining calls to i2c_smbus_read/write</title>
<updated>2011-08-23T21:37:09Z</updated>
<author>
<name>Andres Salomon</name>
<email>dilinger@queued.net</email>
</author>
<published>2011-07-22T03:38:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0b7a41ebb1bbee4be49e53497dc98e5517f2a2a8'/>
<id>urn:sha1:0b7a41ebb1bbee4be49e53497dc98e5517f2a2a8</id>
<content type='text'>
Use dcon_read and dcon_write; shorter, and understands the dcon_priv
struct.  This transition was started long ago.  This converts the
last few i2c_smbus_* callers.

Signed-off-by: Andres Salomon &lt;dilinger@queued.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
