<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/bus/ti-sysc.c, branch v2022.07</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/bus/ti-sysc.c?h=v2022.07</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/bus/ti-sysc.c?h=v2022.07'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2021-03-19T14:35:20Z</updated>
<entry>
<title>bus: ti-sysc: change in a normal driver</title>
<updated>2021-03-19T14:35:20Z</updated>
<author>
<name>Dario Binacchi</name>
<email>dariobin@libero.it</email>
</author>
<published>2021-03-16T20:51:44Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ccc58b4d324b768d1d629890a218ab32cde5b378'/>
<id>urn:sha1:ccc58b4d324b768d1d629890a218ab32cde5b378</id>
<content type='text'>
The module defines a duplicate uclass driver for UCLASS_SIMPLE_BUS, but
it is not allowed. This breaks of-platdata and makes the result
non-deterministic.

The driver does not need to be an uclass driver, so lets remove it. I
had turned it into an uclass driver because I thought wrongly it had to
call the dm_scan_fdt_dev routine to work properly, but some tests on the
board have shown otherwise.

Signed-off-by: Dario Binacchi &lt;dariobin@libero.it&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>bus: ti: add minimal sysc interconnect target driver</title>
<updated>2021-01-12T05:28:04Z</updated>
<author>
<name>Dario Binacchi</name>
<email>dariobin@libero.it</email>
</author>
<published>2020-12-29T23:06:29Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=92cc4e1c21e27b604665f080973837c3618297a3'/>
<id>urn:sha1:92cc4e1c21e27b604665f080973837c3618297a3</id>
<content type='text'>
We can handle the sysc interconnect target module in a generic way for
many TI SoCs. Initially let's just enable domain clocks before the
children are probed.

The code is loosely based on the drivers/bus/ti-sysc.c of the Linux
kernel version 5.9-rc7.
For DT binding details see:
- Documentation/devicetree/bindings/bus/ti-sysc.txt

Signed-off-by: Dario Binacchi &lt;dariobin@libero.it&gt;
</content>
</entry>
</feed>
