<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/sm7xxfb, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/sm7xxfb?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/sm7xxfb?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2015-08-07T22:05:01Z</updated>
<entry>
<title>staging: sm7xxfb: merge sm712fb with fbdev</title>
<updated>2015-08-07T22:05:01Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-08-07T13:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=1461d66728648540a043ba69ace1081ed5006faf'/>
<id>urn:sha1:1461d66728648540a043ba69ace1081ed5006faf</id>
<content type='text'>
Now since all cleanups are done and the code is ready to be merged lets
move it out of staging into fbdev location.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: usr fb_read and fb_write</title>
<updated>2015-07-16T17:17:08Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-07-15T08:29:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=613a7c5e0f2b216e62b7dfaa92c54959319bed42'/>
<id>urn:sha1:613a7c5e0f2b216e62b7dfaa92c54959319bed42</id>
<content type='text'>
Now since the Big-Endian and Little-Endian based calculations are moved
into a macro we can make fb_read() and fb_write() common for both
Little-Endian and Big-Endian.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: define new macros</title>
<updated>2015-07-16T17:17:08Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-07-15T08:29:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=87bf79298036a47ab158ae7e335cc7f8b0df4e9c'/>
<id>urn:sha1:87bf79298036a47ab158ae7e335cc7f8b0df4e9c</id>
<content type='text'>
Define and use some new macros to work with different situations
based on little-endian and big-endian.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: use kernel commandline</title>
<updated>2015-07-15T03:05:32Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-07-07T08:14:35Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=eb90d44de7e6c7498a21e8de2935123395bbc31b'/>
<id>urn:sha1:eb90d44de7e6c7498a21e8de2935123395bbc31b</id>
<content type='text'>
We were only using the kernel commandline to set the mode if this driver
is builtin, but when it is built as a module we were not having any way
to set the mode. Start using commandline even if it is built as a
module.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: fix error handling</title>
<updated>2015-07-15T03:05:32Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-07-07T08:14:34Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4a012d30508ed09063e35eeee95e34ecc8534716'/>
<id>urn:sha1:4a012d30508ed09063e35eeee95e34ecc8534716</id>
<content type='text'>
We were checking smtc_regbaseaddress and that too at a place where it
can never be NULL. Real check should be on sfb-&gt;lfb immediately after
we do ioremap.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: remove unused macros</title>
<updated>2015-07-15T03:05:32Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-07-07T08:14:33Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d6cb68d51e7123a66c78ec4c48b2686509f290b6'/>
<id>urn:sha1:d6cb68d51e7123a66c78ec4c48b2686509f290b6</id>
<content type='text'>
These macros were only defined but not used anywhere.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: fix camelcase</title>
<updated>2015-06-18T04:44:30Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-06-17T11:24:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8efba0e0d01368d5ff490776853057b4913c0472'/>
<id>urn:sha1:8efba0e0d01368d5ff490776853057b4913c0472</id>
<content type='text'>
Fix the checkpatch warning about CamelCase.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: fix indention</title>
<updated>2015-06-18T04:44:30Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-06-17T11:24:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=e09df4870eed1ea61ced6321ba39af3524773392'/>
<id>urn:sha1:e09df4870eed1ea61ced6321ba39af3524773392</id>
<content type='text'>
Fix the odd indention of vesa_mode_table.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: move mode table</title>
<updated>2015-06-18T04:44:29Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-06-17T11:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=dac7c1bd1e66a1d389e943408f1f29a700411775'/>
<id>urn:sha1:dac7c1bd1e66a1d389e943408f1f29a700411775</id>
<content type='text'>
move vgamode table from the header file to the C file and mark it
as const.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: sm7xxfb: reduce indention</title>
<updated>2015-06-18T04:44:29Z</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2015-06-17T11:24:45Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=36fa82a6f024db3f1f4d9a8690bef30f571b8fbb'/>
<id>urn:sha1:36fa82a6f024db3f1f4d9a8690bef30f571b8fbb</id>
<content type='text'>
reduce code indention keeping the logic same.

Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
