<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pm24.git/drivers/staging/sm750fb, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://git.kobert.dev/pm24.git/atom/drivers/staging/sm750fb?h=master</id>
<link rel='self' href='https://git.kobert.dev/pm24.git/atom/drivers/staging/sm750fb?h=master'/>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/'/>
<updated>2024-11-10T07:03:30Z</updated>
<entry>
<title>staging: sm750fb: Remove TODO contact information</title>
<updated>2024-11-10T07:03:30Z</updated>
<author>
<name>Dominik Karol Piątkowski</name>
<email>dominik.karol.piatkowski@protonmail.com</email>
</author>
<published>2024-11-07T17:30:57Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=d2197db2158f863cd3e93e89c8f59ab6842dece1'/>
<id>urn:sha1:d2197db2158f863cd3e93e89c8f59ab6842dece1</id>
<content type='text'>
Remove contact information from TODO file, as it is redundant and can
get stale easily.

Signed-off-by: Dominik Karol Piątkowski &lt;dominik.karol.piatkowski@protonmail.com&gt;
Link: https://lore.kernel.org/r/20241107172908.95530-3-dominik.karol.piatkowski@protonmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>video/nomodeset: Select nomodeset= parameter with CONFIG_VIDEO</title>
<updated>2024-01-23T09:11:38Z</updated>
<author>
<name>Thomas Zimmermann</name>
<email>tzimmermann@suse.de</email>
</author>
<published>2024-01-18T09:05:28Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=71fc3249f50ac22f495185872e71393cfa9d6f07'/>
<id>urn:sha1:71fc3249f50ac22f495185872e71393cfa9d6f07</id>
<content type='text'>
Enable support for nomodeset= parameter via CONFIG_VIDEO. Both,
DRM and fbdev, already select this option. Remove the existing
option CONFIG_VIDEO_NOMODESET. Simplifies the Kconfig rules.

Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;
Reviewed-by: Daniel Vetter &lt;daniel.vetter@ffwll.ch&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20240118090721.7995-4-tzimmermann@suse.de
</content>
</entry>
<entry>
<title>staging/sm750fb: Initialize fb_ops with fbdev macros</title>
<updated>2023-11-29T11:20:41Z</updated>
<author>
<name>Thomas Zimmermann</name>
<email>tzimmermann@suse.de</email>
</author>
<published>2023-11-27T13:15:55Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=dc0ad215e5d8524bd72180206e042d904fcc1d4f'/>
<id>urn:sha1:dc0ad215e5d8524bd72180206e042d904fcc1d4f</id>
<content type='text'>
Initialize all instances of struct fb_ops with fbdev initializer
macros for framebuffers in I/O address space. Set the read/write,
draw and mmap callbacks to the correct implementation and avoid
implicit defaults. Also select the necessary helpers in Kconfig.

Fbdev drivers sometimes rely on the callbacks being NULL for a
default I/O-memory-based implementation to be invoked; hence
requiring the I/O helpers to be built in any case. Setting all
callbacks in all drivers explicitly will allow to make the I/O
helpers optional. This benefits systems that do not use these
functions.

Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;
Cc: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;
Cc: Teddy Wang &lt;teddy.wang@siliconmotion.com&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Cc: linux-staging@lists.linux.dev
Reviewed-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20231127131655.4020-27-tzimmermann@suse.de
</content>
</entry>
<entry>
<title>staging/sm750fb: Declare fb_ops as constant</title>
<updated>2023-11-29T11:20:40Z</updated>
<author>
<name>Thomas Zimmermann</name>
<email>tzimmermann@suse.de</email>
</author>
<published>2023-11-27T13:15:54Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=f7c8a046577e09d8f88213c985d102604e73ed4c'/>
<id>urn:sha1:f7c8a046577e09d8f88213c985d102604e73ed4c</id>
<content type='text'>
Split up lynxfb_ops and declare each as constant. The fb_ops
instance used to be modified while initializing the driver. It is
now constant and the driver picks the correct instance, depending
on the settings for acceleration and cursor support.

Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;
Cc: Sudip Mukherjee &lt;sudipm.mukherjee@gmail.com&gt;
Cc: Teddy Wang &lt;teddy.wang@siliconmotion.com&gt;
Cc: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Cc: linux-staging@lists.linux.dev
Acked-by: Javier Martinez Canillas &lt;javierm@redhat.com&gt;
Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Link: https://patchwork.freedesktop.org/patch/msgid/20231127131655.4020-26-tzimmermann@suse.de
</content>
</entry>
<entry>
<title>staging: sm750fb: Remove unused return variable in program_mode_registers()</title>
<updated>2023-10-21T10:01:01Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-19T10:13:37Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=3cad0b9d0bdd3092f0b1b620e2375d8cc94c82f6'/>
<id>urn:sha1:3cad0b9d0bdd3092f0b1b620e2375d8cc94c82f6</id>
<content type='text'>
Drops variable ret as it is unused in the code. This therefore modifies
the return type of program_mode_registers() to void from int since the
return value is being ignored in all function calls. This improves code
readability and maintainability.

Suggested-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231019101348.22076-3-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: sm750fb: Rename ddk750_setModeTiming</title>
<updated>2023-10-17T13:38:00Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-16T20:14:12Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=260e7623d948301e6d99e43c215cf80da899b1ea'/>
<id>urn:sha1:260e7623d948301e6d99e43c215cf80da899b1ea</id>
<content type='text'>
Rename function ddk750_setModeTiming to ddk750_set_mode_timing. This
patch affects three files as the function is imported to other external
files.

This follows snakecase naming convention and ensures a consistent naming
style throughout the file. Issue found by checkpatch.

Mutes the following checkpatch error:
CHECK:Avoid CamelCase: &lt;ddk750_setModeTiming&gt;

Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231016201434.7880-6-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: sm750fb: Rename programModeRegisters</title>
<updated>2023-10-17T13:38:00Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-16T20:14:11Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=3632219898e79a54d3690864180f09ad4fbf9d44'/>
<id>urn:sha1:3632219898e79a54d3690864180f09ad4fbf9d44</id>
<content type='text'>
Rename function programModeRegisters to program_mode_registers. This
follows snakecase naming convention and ensures a consistent naming style
throughout the file. Issue found by checkpatch.

Mutes the following checkpatch error:
CHECK: Avoid CamelCase: &lt;programModeRegisters&gt;

Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231016201434.7880-5-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: sm750fb: Rename dispControl</title>
<updated>2023-10-17T13:38:00Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-16T20:14:10Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=7826b6338b144c99fcaa5c283eead3c6b320be1d'/>
<id>urn:sha1:7826b6338b144c99fcaa5c283eead3c6b320be1d</id>
<content type='text'>
Rename variable dispControl to disp_control. This follows
snakecase naming convention and ensures a consistent naming style
throughout the file. Issue found by checkpatch.

Mutes the following checkpatch error:
CHECK: Avoid CamelCase: &lt;dispControl&gt;

Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231016201434.7880-4-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: sm750fb: Rename pModeParam</title>
<updated>2023-10-17T13:38:00Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-16T20:14:09Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=474adce40776b2de1641c4e6d9237559dfa3f842'/>
<id>urn:sha1:474adce40776b2de1641c4e6d9237559dfa3f842</id>
<content type='text'>
Rename variable pModeParam to mode_param. This follows snakecase naming
convention and ensures a consistent naming style throughout the file.
Issue found by checkpatch.

Mutes the following checkpatch error:
CHECK: Avoid CamelCase: &lt;pModeParam&gt;

Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231016201434.7880-3-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: sm750fb: Rename displayControlAdjust_SM750E</title>
<updated>2023-10-17T13:38:00Z</updated>
<author>
<name>Dorcas AnonoLitunya</name>
<email>anonolitunya@gmail.com</email>
</author>
<published>2023-10-16T20:14:08Z</published>
<link rel='alternate' type='text/html' href='https://git.kobert.dev/pm24.git/commit/?id=fd79614e394c4a1e678bf39f2036b36ceade12ca'/>
<id>urn:sha1:fd79614e394c4a1e678bf39f2036b36ceade12ca</id>
<content type='text'>
Rename function displayControlAdjust_SM750E to
display_control_adjust_SM750E. This follows snakecase naming convention
and ensures a consistent naming style throughout the file. Issue found by
checkpatch.

Mutes the following error:
CHECK:Avoid CamelCase: &lt;displayControlAdjust_SM750E&gt;

Signed-off-by: Dorcas AnonoLitunya &lt;anonolitunya@gmail.com&gt;
Link: https://lore.kernel.org/r/20231016201434.7880-2-anonolitunya@gmail.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
