<feed xmlns='http://www.w3.org/2005/Atom'>
<title>talos-op-linux/drivers/staging/xgifb, branch master</title>
<subtitle>Talos™ II Linux sources for OpenPOWER</subtitle>
<id>https://git.raptorcs.com/git/talos-op-linux/atom?h=master</id>
<link rel='self' href='https://git.raptorcs.com/git/talos-op-linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/'/>
<updated>2019-01-22T10:32:35+00:00</updated>
<entry>
<title>staging: xgifb: delete the driver</title>
<updated>2019-01-22T10:32:35+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2019-01-18T10:08:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=b1bd42aa72d6d8d8d5234408ebfdd9a0827dec64'/>
<id>urn:sha1:b1bd42aa72d6d8d8d5234408ebfdd9a0827dec64</id>
<content type='text'>
There has not been any real work done on cleaning this driver up and
getting it out of the staging tree in years.  Also, no new fb drivers
are being added to the tree, so it should be converted into a drm driver
as well.

Due to the lack of interest in this codebase, just drop it.

Cc: Arnaud Patard &lt;arnaud.patard@rtp-net.org&gt;
Cc: Mauro Carvalho Chehab &lt;mchehab+samsung@kernel.org&gt;
Reported-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/xgifb: Needs to be converted to a drm driver</title>
<updated>2019-01-18T10:01:02+00:00</updated>
<author>
<name>Daniel Vetter</name>
<email>daniel.vetter@ffwll.ch</email>
</author>
<published>2019-01-16T10:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=422531c173696efc91815a12adcfb0dcd4016841'/>
<id>urn:sha1:422531c173696efc91815a12adcfb0dcd4016841</id>
<content type='text'>
The fbdev subsystem is closed for new drivers, those need to become
drm ones (which generally results in smaller drivers nowadays, with
the massive amounts of shared infrastructure and helper libraries drm
has).

Although given the lack of progress since 2010, maybe time to ditch it
from staging outright?

Signed-off-by: Daniel Vetter &lt;daniel.vetter@intel.com&gt;
Cc: Arnaud Patard &lt;arnaud.patard@rtp-net.org&gt;
Cc: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: clean an indentation issue</title>
<updated>2018-11-07T11:35:10+00:00</updated>
<author>
<name>Colin Ian King</name>
<email>colin.king@canonical.com</email>
</author>
<published>2018-10-30T11:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=40d68841df0e9867d7b8ccc5303da9e6300d89a4'/>
<id>urn:sha1:40d68841df0e9867d7b8ccc5303da9e6300d89a4</id>
<content type='text'>
Trivial fix to clean up an indentation issue

Signed-off-by: Colin Ian King &lt;colin.king@canonical.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: vb_setmode: adjust descendant indentation to right</title>
<updated>2018-11-05T13:16:33+00:00</updated>
<author>
<name>Kimberly Brown</name>
<email>kimbrownkd@gmail.com</email>
</author>
<published>2018-10-28T18:12:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=dda4eaa8b6c3007c69174f59292f1f91e62fa3e3'/>
<id>urn:sha1:dda4eaa8b6c3007c69174f59292f1f91e62fa3e3</id>
<content type='text'>
Adjust descendant indentation so that it is placed substantially to the
right. This change improves code readability and complies with the
Linux kernel coding style.

Signed-off-by: Kimberly Brown &lt;kimbrownkd@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: vb_setmode: fix multiple line dereference</title>
<updated>2018-11-05T13:16:33+00:00</updated>
<author>
<name>Kimberly Brown</name>
<email>kimbrownkd@gmail.com</email>
</author>
<published>2018-10-28T18:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=e00c51d0c07f171580fa2fb3e75b0e31c2b74bc4'/>
<id>urn:sha1:e00c51d0c07f171580fa2fb3e75b0e31c2b74bc4</id>
<content type='text'>
Fix multiple line dereference by adding a new line and adjusting
indentations. This change improves code readability. Issue found by
checkpatch.

Signed-off-by: Kimberly Brown &lt;kimbrownkd@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: xgifb: XGI_main_26.c: Refactored the function</title>
<updated>2018-03-22T17:29:50+00:00</updated>
<author>
<name>Pratik Jain</name>
<email>pratik.jain0509@gmail.com</email>
</author>
<published>2018-03-21T09:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=65197a7d361f01878ac23a2cc007c19095e5d8a6'/>
<id>urn:sha1:65197a7d361f01878ac23a2cc007c19095e5d8a6</id>
<content type='text'>
Refactored the function `XGIfb_search_refresh_rate` by removing a level
of `if...else` block nesting. Removed unnecessary parantheses. Removed
potential bug of array underflow.

Signed-off-by: Pratik Jain &lt;pratik.jain0509@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: vb_setmode: brace style fixes</title>
<updated>2018-01-16T08:41:19+00:00</updated>
<author>
<name>Kenny Ballou</name>
<email>kballou@devnulllabs.io</email>
</author>
<published>2018-01-15T18:34:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=2b44667b8fb667b9fec4b278285f61aaee26e626'/>
<id>urn:sha1:2b44667b8fb667b9fec4b278285f61aaee26e626</id>
<content type='text'>
Add braces to certain "multiline" conditions where "multiline" means
including comments.

Signed-off-by: Kenny Ballou &lt;kballou@devnulllabs.io&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: vb_setmode: fix long line warnings</title>
<updated>2018-01-16T08:41:19+00:00</updated>
<author>
<name>Kenny Ballou</name>
<email>kballou@devnulllabs.io</email>
</author>
<published>2018-01-15T18:34:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=5d2161dad70bc9c3a1d35851602c836e9f693b6a'/>
<id>urn:sha1:5d2161dad70bc9c3a1d35851602c836e9f693b6a</id>
<content type='text'>
Fix a number of checkpatch warnings in xgfib/vb_setmode.c about line
length being over 80 characters.

Signed-off-by: Kenny Ballou &lt;kballou@devnulllabs.io&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: vb_table: fix whitespacing issues</title>
<updated>2018-01-15T14:57:39+00:00</updated>
<author>
<name>Kenny Ballou</name>
<email>kballou@devnulllabs.io</email>
</author>
<published>2018-01-12T22:34:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=454431c61e559723657c8880b6896c0303f787af'/>
<id>urn:sha1:454431c61e559723657c8880b6896c0303f787af</id>
<content type='text'>
Correct minor checkpatch issues.

Signed-off-by: Kenny Ballou &lt;kballou@devnulllabs.io&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: xgifb: remove macros with hidden variable</title>
<updated>2017-12-06T08:59:27+00:00</updated>
<author>
<name>Joshua Abraham</name>
<email>j.abraham1776@gmail.com</email>
</author>
<published>2017-12-02T01:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.raptorcs.com/git/talos-op-linux/commit/?id=f8de92c9f616d87881a772f5d25d8d4041455573'/>
<id>urn:sha1:f8de92c9f616d87881a772f5d25d8d4041455573</id>
<content type='text'>
This patch removes macros in XGI_main.h that contain a xgifb_info
variable.  These macros hurt readability by hiding said variable
behind a define.  It also uses a temporary variable to keep the
replaced code from getting too long.

Signed-off-by: Joshua Abraham &lt;j.abraham1776@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
