<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/modules/rockchip, branch release/14.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F14.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2023-08-16T17:54:58Z</updated>
<entry>
<title>sys: Remove $FreeBSD$: one-line sh pattern</title>
<updated>2023-08-16T17:54:58Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2023-08-16T17:54:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=031beb4e239bfce798af17f5fe8dba8bcaf13d99'/>
<id>urn:sha1:031beb4e239bfce798af17f5fe8dba8bcaf13d99</id>
<content type='text'>
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
</content>
</entry>
<entry>
<title>modules: rockchip: Add a module for rk808 PMIC</title>
<updated>2021-11-14T19:26:33Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-11-14T19:25:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6b96bb739548a8b8c2b13bd46234f70a29be12fb'/>
<id>urn:sha1:6b96bb739548a8b8c2b13bd46234f70a29be12fb</id>
<content type='text'>
Now that the drivers are split we need one for RK3399-based board.
</content>
</entry>
<entry>
<title>modules: rockchip: Fix rk805 modules after recent changes</title>
<updated>2021-11-14T19:26:33Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-11-14T19:23:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=090cbc39a5a16ba168dfdcd728e36503aad52e56'/>
<id>urn:sha1:090cbc39a5a16ba168dfdcd728e36503aad52e56</id>
<content type='text'>
We need more files now.
</content>
</entry>
<entry>
<title>arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchip</title>
<updated>2021-11-14T11:31:07Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2021-11-11T17:44:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=51919325ffd32c3881542bce54ce4482875598fd'/>
<id>urn:sha1:51919325ffd32c3881542bce54ce4482875598fd</id>
<content type='text'>
Having all PMIC driver at the same place makes it easier.
</content>
</entry>
<entry>
<title>arm64: rockchip: Add a module for rk_spi</title>
<updated>2020-01-02T17:44:41Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2020-01-02T17:44:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84e404763fa5a7e00105ff86e6caff5aebe0e55e'/>
<id>urn:sha1:84e404763fa5a7e00105ff86e6caff5aebe0e55e</id>
<content type='text'>
The spi node doesn't lives under a simple-bus compatible node so we need
OFWBUS_PNP_INFO instead of SIMPLEBUS_PNP_INFO.
</content>
</entry>
<entry>
<title>arm64: rockchip: Add a module for rk_dwmmc</title>
<updated>2019-12-11T18:43:39Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2019-12-11T18:43:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=1a37b8cdde36f72591427ce06749532290ebfc51'/>
<id>urn:sha1:1a37b8cdde36f72591427ce06749532290ebfc51</id>
<content type='text'>
This is mostly needed for dev/debug as most users will have their root
on the sdcard or emmc.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Add RK805 PMIC Support</title>
<updated>2018-11-28T13:53:43Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-11-28T13:53:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cee1927ea232902f890c3796c1d8673c44763194'/>
<id>urn:sha1:cee1927ea232902f890c3796c1d8673c44763194</id>
<content type='text'>
RK805 is the companion PMIC for RK3328 SoC.
Add a driver for it with most of it's regulators supported.

MFC after:	1 month
</content>
</entry>
<entry>
<title>Add modules/rockchip</title>
<updated>2018-06-14T06:40:59Z</updated>
<author>
<name>Emmanuel Vadot</name>
<email>manu@FreeBSD.org</email>
</author>
<published>2018-06-14T06:40:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c0fc404789367b884cc5d8d8ad95b951e30bd93a'/>
<id>urn:sha1:c0fc404789367b884cc5d8d8ad95b951e30bd93a</id>
<content type='text'>
Build rockchip modules as part of buildkernel.
Add the i2c controller module.
</content>
</entry>
</feed>
