<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/video/sis/init.c, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/video/sis/init.c?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/video/sis/init.c?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2014-04-17T05:10:19Z</updated>
<entry>
<title>video: move fbdev to drivers/video/fbdev</title>
<updated>2014-04-17T05:10:19Z</updated>
<author>
<name>Tomi Valkeinen</name>
<email>tomi.valkeinen@ti.com</email>
</author>
<published>2014-02-13T13:31:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f7018c21350204c4cf628462f229d44d03545254'/>
<id>urn:sha1:f7018c21350204c4cf628462f229d44d03545254</id>
<content type='text'>
The drivers/video directory is a mess. It contains generic video related
files, directories for backlight, console, linux logo, lots of fbdev
device drivers, fbdev framework files.

Make some order into the chaos by creating drivers/video/fbdev
directory, and move all fbdev related files there.

No functionality is changed, although I guess it is possible that some
subtle Makefile build order related issue could be created by this
patch.

Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Acked-by: Laurent Pinchart &lt;laurent.pinchart@ideasonboard.com&gt;
Acked-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Acked-by: Rob Clark &lt;robdclark@gmail.com&gt;
Acked-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Acked-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
</content>
</entry>
<entry>
<title>sisfb: fix 1280x720 resolution support</title>
<updated>2014-03-07T12:19:55Z</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2014-03-07T11:18:53Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=d677d2c6ef6e4a2ff31f1b84a3058e575692ed53'/>
<id>urn:sha1:d677d2c6ef6e4a2ff31f1b84a3058e575692ed53</id>
<content type='text'>
It uses the wrong mode index because there is no break statement.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
</content>
</entry>
<entry>
<title>bitops: Introduce a more generic BITMASK macro</title>
<updated>2013-10-21T22:12:01Z</updated>
<author>
<name>Chen, Gong</name>
<email>gong.chen@linux.intel.com</email>
</author>
<published>2013-10-18T21:29:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=10ef6b0dffe404bcc54e94cb2ca1a5b18445a66b'/>
<id>urn:sha1:10ef6b0dffe404bcc54e94cb2ca1a5b18445a66b</id>
<content type='text'>
GENMASK is used to create a contiguous bitmask([hi:lo]). It is
implemented twice in current kernel. One is in EDAC driver, the other
is in SiS/XGI FB driver. Move it to a more generic place for other
usage.

Signed-off-by: Chen, Gong &lt;gong.chen@linux.intel.com&gt;
Cc: Borislav Petkov &lt;bp@alien8.de&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Cc: Jean-Christophe Plagniol-Villard &lt;plagnioj@jcrosoft.com&gt;
Cc: Tomi Valkeinen &lt;tomi.valkeinen@ti.com&gt;
Acked-by: Borislav Petkov &lt;bp@suse.de&gt;
Acked-by: Mauro Carvalho Chehab &lt;m.chehab@samsung.com&gt;
Signed-off-by: Tony Luck &lt;tony.luck@intel.com&gt;
</content>
</entry>
<entry>
<title>via: Remove bogus if check</title>
<updated>2012-07-11T15:37:24Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2012-07-11T13:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=39012f68058e845b63b98fc07f37cf631dddbed3'/>
<id>urn:sha1:39012f68058e845b63b98fc07f37cf631dddbed3</id>
<content type='text'>
Reported-by: &lt;dcb314@hotmail.com&gt;
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Resolves-bug:  https://bugzilla.kernel.org/show_bug.cgi?id=44331
Signed-off-by: Jiri Kosina &lt;jkosina@suse.cz&gt;
</content>
</entry>
<entry>
<title>sisfb: change register I/O functions to use fixed size types</title>
<updated>2010-12-22T03:56:46Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-12-20T21:50:13Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f48b9644ef330a13c6bb16ca85c2efdbe7e25558'/>
<id>urn:sha1:f48b9644ef330a13c6bb16ca85c2efdbe7e25558</id>
<content type='text'>
Use fixed-sized types (u8, u16, u32) instead of plain C types.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sisfb: delete HAVE_CONFIG_H checks</title>
<updated>2010-12-22T03:56:36Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-12-20T21:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b5b7dda7b5d9126d531ffa212b6a89d72aeac90a'/>
<id>urn:sha1:b5b7dda7b5d9126d531ffa212b6a89d72aeac90a</id>
<content type='text'>
Delete unneeded HAVE_CONFIG_H checks.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sisfb: replace SiS_SetMemory with memset_io</title>
<updated>2010-11-24T07:03:09Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-11-19T21:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=ec49ec33e22885a255855c2f820b640afbd88ef4'/>
<id>urn:sha1:ec49ec33e22885a255855c2f820b640afbd88ef4</id>
<content type='text'>
Get rid of one more wrapper.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sisfb: remove InPort/OutPort wrappers</title>
<updated>2010-11-24T07:03:03Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-11-19T21:58:48Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2ad28472695a940bbda8fa1aec8286f0df8f6c4f'/>
<id>urn:sha1:2ad28472695a940bbda8fa1aec8286f0df8f6c4f</id>
<content type='text'>
Remove register IO wrappers.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sisfb: use CONFIG_FB_SIS_301/315 instead of SIS301/315H</title>
<updated>2010-11-24T07:02:56Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-11-19T21:58:47Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=f7854e5df3f0828e942b089a82dfa5ce9baea428'/>
<id>urn:sha1:f7854e5df3f0828e942b089a82dfa5ce9baea428</id>
<content type='text'>
There is no need to alias CONFIG #defines.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
<entry>
<title>sisfb: delete redudant #define SIS_LINUX_KERNEL</title>
<updated>2010-11-24T07:02:51Z</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2010-11-19T21:58:46Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=b6c30ca6136c6c6900a086b6b843f738a588a2f3'/>
<id>urn:sha1:b6c30ca6136c6c6900a086b6b843f738a588a2f3</id>
<content type='text'>
It's not needed anymore with SIS_XORG_XF86 gone.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Cc: Thomas Winischhofer &lt;thomas@winischhofer.net&gt;
Signed-off-by: Paul Mundt &lt;lethal@linux-sh.org&gt;
</content>
</entry>
</feed>
