<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starfive-tech/linux.git/drivers, branch visionfive</title>
<subtitle>StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)</subtitle>
<id>https://git.radix-linux.su/starfive-tech/linux.git/atom?h=visionfive</id>
<link rel='self' href='https://git.radix-linux.su/starfive-tech/linux.git/atom?h=visionfive'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/'/>
<updated>2025-10-09T14:57:13+00:00</updated>
<entry>
<title>drm/i2c/tda998x: Hardcode register values for Starlight</title>
<updated>2025-10-09T14:57:13+00:00</updated>
<author>
<name>sw.multimedia</name>
<email>sw.multimedia@starfivetech.com</email>
</author>
<published>2021-08-31T08:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=3d923bef34427227fe12f403de6cdcb7ea65c83a'/>
<id>urn:sha1:3d923bef34427227fe12f403de6cdcb7ea65c83a</id>
<content type='text'>
A proper solution to this hack should be found.

Signed-off-by: jack.zhu &lt;jack.zhu@starfivetech.com&gt;
Signed-off-by: keith.zhao &lt;keith.zhao@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>drm/starfive: set FOP_UNSIGNED_OFFSET in starfive_drm_driver_fops</title>
<updated>2025-10-09T14:57:13+00:00</updated>
<author>
<name>Andreas Schwab</name>
<email>schwab@suse.de</email>
</author>
<published>2024-10-29T14:03:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=802499181dec9abaf3cbf5308ffa95d3c11bdfa3'/>
<id>urn:sha1:802499181dec9abaf3cbf5308ffa95d3c11bdfa3</id>
<content type='text'>
This fixes the error from drm_open:

[  +0.000020] [      C1] WARNING: CPU: 1 PID: 1110 at drivers/gpu/drm/drm_file.c

Signed-off-by: Andreas Schwab &lt;schwab@suse.de&gt;
</content>
</entry>
<entry>
<title>[WIP] drm/starfive: Support DRM_FORMAT_XRGB8888</title>
<updated>2025-10-09T14:57:13+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>kernel@esmil.dk</email>
</author>
<published>2021-09-22T14:35:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=a3806e816f60587ff8bb6160b93b75042ebce4bd'/>
<id>urn:sha1:a3806e816f60587ff8bb6160b93b75042ebce4bd</id>
<content type='text'>
When creating dumb buffers with 32bpp and 24bit colour depth this is
default mode return by drm_mode_legacy_fb_format. So we need to support
this for common dumb buffers to just work.

Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>drm/starfive: Add StarFive drm driver</title>
<updated>2025-10-09T14:57:13+00:00</updated>
<author>
<name>sw.multimedia</name>
<email>sw.multimedia@starfivetech.com</email>
</author>
<published>2021-08-31T08:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=c4ec020d1969261b0248f4040bdf149cd3edd920'/>
<id>urn:sha1:c4ec020d1969261b0248f4040bdf149cd3edd920</id>
<content type='text'>
Add starfive DRM Display driver framework

Signed-off-by: jack.zhu &lt;jack.zhu@starfivetech.com&gt;
Signed-off-by: keith.zhao &lt;keith.zhao@starfivetech.com&gt;
Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: José Expósito &lt;jose.exposito89@gmail.com&gt;
Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>dmaengine: dw-axi-dmac: Add StarFive JH7100 support</title>
<updated>2025-10-09T11:18:20+00:00</updated>
<author>
<name>Samin Guo</name>
<email>samin.guo@starfivetech.com</email>
</author>
<published>2021-11-17T06:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=2ab5b77f19e6f7b0ddf65f98ea9f70b342aab7fa'/>
<id>urn:sha1:2ab5b77f19e6f7b0ddf65f98ea9f70b342aab7fa</id>
<content type='text'>
Signed-off-by: Samin Guo &lt;samin.guo@starfivetech.com&gt;
Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>dmaengine: dw-axi-dmac: Handle xfer start while non-idle</title>
<updated>2025-10-09T11:18:20+00:00</updated>
<author>
<name>Samin Guo</name>
<email>samin.guo@starfivetech.com</email>
</author>
<published>2021-11-17T06:50:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=bdc941af689980cb50e87686ea5e41ab4cc3e258'/>
<id>urn:sha1:bdc941af689980cb50e87686ea5e41ab4cc3e258</id>
<content type='text'>
Signed-off-by: Samin Guo &lt;samin.guo@starfivetech.com&gt;
Signed-off-by: Curry Zhang &lt;curry.zhang@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>hwrng: Add StarFive JH7100 Random Number Generator driver</title>
<updated>2025-10-09T11:18:19+00:00</updated>
<author>
<name>Huan Feng</name>
<email>huan.feng@starfivetech.com</email>
</author>
<published>2021-01-07T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=13abf98c9cfb109a12df565736e836844a1804e9'/>
<id>urn:sha1:13abf98c9cfb109a12df565736e836844a1804e9</id>
<content type='text'>
Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>drivers/tty/serial/8250: update driver for JH7100</title>
<updated>2025-10-09T11:18:19+00:00</updated>
<author>
<name>Samin Guo</name>
<email>samin.guo@starfivetech.com</email>
</author>
<published>2021-01-07T19:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=2fa87b8604f3fac83772edbf480ba52d3bc5f57a'/>
<id>urn:sha1:2fa87b8604f3fac83772edbf480ba52d3bc5f57a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>serial: 8250_dw: Add starfive,jh7100-hsuart compatible</title>
<updated>2025-10-09T11:18:19+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>kernel@esmil.dk</email>
</author>
<published>2021-10-14T18:56:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=6db20338ad6e1c877add7ac5ccd483899e577f30'/>
<id>urn:sha1:6db20338ad6e1c877add7ac5ccd483899e577f30</id>
<content type='text'>
This adds a compatible for the high speed UARTs on the StarFive JH7100
RISC-V SoC. Just like the regular uarts we also need to keep the input
clocks at their default rate and rely only on the divisor in the UART.

Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>net: stmmac: use GFP_DMA32</title>
<updated>2025-10-09T11:18:19+00:00</updated>
<author>
<name>Matteo Croce</name>
<email>technoboy85@gmail.com</email>
</author>
<published>2021-05-21T01:26:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=c929f5f3c26ccc226e62e4ac592213f8add61970'/>
<id>urn:sha1:c929f5f3c26ccc226e62e4ac592213f8add61970</id>
<content type='text'>
Signed-off-by: Matteo Croce &lt;mcroce@microsoft.com&gt;
</content>
</entry>
</feed>
