<feed xmlns='http://www.w3.org/2005/Atom'>
<title>starfive-tech/linux.git/drivers/soc, branch VF2_v3.4.5</title>
<subtitle>StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)</subtitle>
<id>https://git.radix-linux.su/starfive-tech/linux.git/atom?h=VF2_v3.4.5</id>
<link rel='self' href='https://git.radix-linux.su/starfive-tech/linux.git/atom?h=VF2_v3.4.5'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/'/>
<updated>2023-06-27T06:09:29+00:00</updated>
<entry>
<title>soc: sifive: l2_cache: Add sifive_ccache_flush_range</title>
<updated>2023-06-27T06:09:29+00:00</updated>
<author>
<name>Samin Guo</name>
<email>samin.guo@starfivetech.com</email>
</author>
<published>2023-06-27T06:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=f2277bebd1141f78dbaa0bd1cbb793030f487d2f'/>
<id>urn:sha1:f2277bebd1141f78dbaa0bd1cbb793030f487d2f</id>
<content type='text'>
Add sifive_ccache_flush_range to be compatible with new code

Signed-off-by: Samin Guo &lt;samin.guo@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>soc: sifive: ccache: Add non-coherent DMA handling</title>
<updated>2023-06-26T10:38:36+00:00</updated>
<author>
<name>Emil Renner Berthing</name>
<email>kernel@esmil.dk</email>
</author>
<published>2022-07-06T10:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=8ef9414156a3c95b8a20e2533a73a2b26ea21acc'/>
<id>urn:sha1:8ef9414156a3c95b8a20e2533a73a2b26ea21acc</id>
<content type='text'>
Add functions to flush the caches and handle non-coherent DMA.

Signed-off-by: Emil Renner Berthing &lt;kernel@esmil.dk&gt;
</content>
</entry>
<entry>
<title>pmu: starfive: Fix some power domain can not be disabled</title>
<updated>2022-09-28T08:13:25+00:00</updated>
<author>
<name>Walker Chen</name>
<email>walker.chen@linux.starfivetech.com</email>
</author>
<published>2022-09-28T08:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=9732dc60fe1f66160758c3e82977100cb2ce7653'/>
<id>urn:sha1:9732dc60fe1f66160758c3e82977100cb2ce7653</id>
<content type='text'>
Vout and isp domain can not be disabled during clock tree
is running probe function. This bug has been fixed.

Signed-off-by: Walker Chen &lt;walker.chen@linux.starfivetech.com&gt;
</content>
</entry>
<entry>
<title>Add a pm function for GPU</title>
<updated>2022-07-01T07:01:36+00:00</updated>
<author>
<name>Walker Chen</name>
<email>walker.chen@starfivetech.com</email>
</author>
<published>2022-07-01T06:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=74339056fffc597f379a112a756503837ef20894'/>
<id>urn:sha1:74339056fffc597f379a112a756503837ef20894</id>
<content type='text'>
Signed-off-by: Walker Chen &lt;walker.chen@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>PMU: Power Domain Controller Driver for JH7110 SOC</title>
<updated>2022-07-01T02:44:20+00:00</updated>
<author>
<name>Walker Chen</name>
<email>walker.chen@starfivetech.com</email>
</author>
<published>2022-07-01T01:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=adc191a80f36d926d640a0fcfd9204f44b734953'/>
<id>urn:sha1:adc191a80f36d926d640a0fcfd9204f44b734953</id>
<content type='text'>
Signed-off-by: Walker Chen &lt;walker.chen@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>soc: starfive: Remove pmic driver</title>
<updated>2022-06-07T10:33:10+00:00</updated>
<author>
<name>mason.huo</name>
<email>mason.huo@starfivetech.com</email>
</author>
<published>2022-06-07T03:51:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=544da706959ca4cbcc38f7e2c811297e67ba9ffd'/>
<id>urn:sha1:544da706959ca4cbcc38f7e2c811297e67ba9ffd</id>
<content type='text'>
The pmic driver should employ regulator framework,
rather than a driver in soc.

Signed-off-by: mason.huo &lt;mason.huo@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>pmic: pmic use fs_initcall init</title>
<updated>2022-05-26T01:46:59+00:00</updated>
<author>
<name>changhuang.liang</name>
<email>changhuang.liang@starfivetech.com</email>
</author>
<published>2022-05-22T04:34:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=a35f91d90f9d446fb92b624c193894a12a03cf00'/>
<id>urn:sha1:a35f91d90f9d446fb92b624c193894a12a03cf00</id>
<content type='text'>
Signed-off-by: changhuang.liang &lt;changhuang.liang@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>pmic: modify pmic function</title>
<updated>2022-05-26T01:41:25+00:00</updated>
<author>
<name>changhuang.liang</name>
<email>changhuang.liang@starfivetech.com</email>
</author>
<published>2022-05-20T07:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=b22c843ee441208c3d26df0835a5faccc3306f07'/>
<id>urn:sha1:b22c843ee441208c3d26df0835a5faccc3306f07</id>
<content type='text'>
Signed-off-by: changhuang.liang &lt;changhuang.liang@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>soc/pmic: add pmic support</title>
<updated>2022-05-26T01:41:25+00:00</updated>
<author>
<name>changhuang.liang</name>
<email>changhuang.liang@starfivetech.com</email>
</author>
<published>2022-05-20T07:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=79b90da6fb96935732ae4d6f9c6216de0d107275'/>
<id>urn:sha1:79b90da6fb96935732ae4d6f9c6216de0d107275</id>
<content type='text'>
Signed-off-by: changhuang.liang &lt;changhuang.liang@starfivetech.com&gt;
</content>
</entry>
<entry>
<title>pmu:starfive: Mask PMU_INT_PCH_FAIL interrupt</title>
<updated>2022-05-19T03:21:38+00:00</updated>
<author>
<name>samin</name>
<email>samin.guo@starfivetech.com</email>
</author>
<published>2022-05-19T03:14:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/starfive-tech/linux.git/commit/?id=635c5dc375f1a1dc300b9640b92fcb89367427ab'/>
<id>urn:sha1:635c5dc375f1a1dc300b9640b92fcb89367427ab</id>
<content type='text'>
p-ch fail interrupt can be ignored.

Signed-off-by: samin &lt;samin.guo@starfivetech.com&gt;
</content>
</entry>
</feed>
