<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/sm7xx, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/sm7xx?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/sm7xx?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2012-06-12T17:55:54Z</updated>
<entry>
<title>staging: sm7xxfb: sm7xx becomes sm7xxfb</title>
<updated>2012-06-12T17:55:54Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-06-10T11:12:24Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=925aa6600cee015b694cb5fe2a9c667e0d9a68c6'/>
<id>urn:sha1:925aa6600cee015b694cb5fe2a9c667e0d9a68c6</id>
<content type='text'>
Rename sm7xx driver to sm7xxfb. Fix Kconfig and Makefile to fit the new
change.

Changes are coherent with the rest of stable framebuffer drivers. TODO
updated.

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: update comments and clarify supported chips</title>
<updated>2012-06-12T17:55:54Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-06-10T11:12:23Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=0beb30d365b0fb36c9cac7b7dbe980e882378f23'/>
<id>urn:sha1:0beb30d365b0fb36c9cac7b7dbe980e882378f23</id>
<content type='text'>
This patch updates/adds comments in order to clarify devices and Lynx
families supported for this driver.

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: code improvement</title>
<updated>2012-06-12T17:55:54Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-06-10T11:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=67c4e9f46b5241ff777ced09e29048363de8703f'/>
<id>urn:sha1:67c4e9f46b5241ff777ced09e29048363de8703f</id>
<content type='text'>
This patch simplifies code. It erases redundant code under little endian
compilations.

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: rename function</title>
<updated>2012-04-30T01:32:20Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:55Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=acbaa0bf052a363de640725972563a34d61cfb82'/>
<id>urn:sha1:acbaa0bf052a363de640725972563a34d61cfb82</id>
<content type='text'>
This patch changes the name of function cfb_blank to smtc_blank. This
function is not implemented like a generic function for frame buffer.
Having the old prefix becomes confused when reading fb_ops structs.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: remove driver version support</title>
<updated>2012-04-30T01:32:19Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=5c40fb37c7e43db66ba8ecd4499ad5a6c2e734b8'/>
<id>urn:sha1:5c40fb37c7e43db66ba8ecd4499ad5a6c2e734b8</id>
<content type='text'>
This patch removes non used version support. Code won't show version
message almost 4 years old.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: merge hardware information in smtcfb_info struct</title>
<updated>2012-04-30T01:31:49Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=9be467d5b7ef350ef50eddcccfb5ad69b2c19090'/>
<id>urn:sha1:9be467d5b7ef350ef50eddcccfb5ad69b2c19090</id>
<content type='text'>
With this patch smtcfb_info becomes the main structure to reach/handle
state. fb_info struct links this struct via its private data field.

This change improves encapsulation in functions. It reduces the number
of arguments used in signatures too.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: use dynamic debug support to show info and errors</title>
<updated>2012-04-30T01:31:49Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=6f54b0948ad459fa9ffa22335aba2e2a86365b60'/>
<id>urn:sha1:6f54b0948ad459fa9ffa22335aba2e2a86365b60</id>
<content type='text'>
This patch makes happy checkpatch script. It uses dynamic debug support
to show info and errors. It unifies the way to report messages in the
same way that debug messages.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: use dynamic debug support</title>
<updated>2012-04-30T01:30:57Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:51Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bfdd40361987b5c2bd427f0fcf869b8862d4498d'/>
<id>urn:sha1:bfdd40361987b5c2bd427f0fcf869b8862d4498d</id>
<content type='text'>
This patch uses dynamic debug support.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: dead code removal</title>
<updated>2012-04-30T01:30:56Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:50Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d89954fa9b3db254d40136080e91f8ce19646345'/>
<id>urn:sha1:d89954fa9b3db254d40136080e91f8ce19646345</id>
<content type='text'>
This patch remove dead code.

Tested with SM712.

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xx: remove old references and non updated comments</title>
<updated>2012-04-30T01:30:15Z</updated>
<author>
<name>Javier M. Mellid</name>
<email>jmunhoz@igalia.com</email>
</author>
<published>2012-04-26T18:45:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=86f3125b84b1b830c19ec733bcbea927590e635d'/>
<id>urn:sha1:86f3125b84b1b830c19ec733bcbea927590e635d</id>
<content type='text'>
This patch removes obsolete references to previous code and non updated
comments.

Tested with SM712

Signed-off-by: Javier M. Mellid &lt;jmunhoz@igalia.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
