aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rockchip
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-235-5/+0
| | | | | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/ Similar commit in current: (cherry picked from commit 031beb4e239b)
* arm64: rockchip: Add a module for rk_spiEmmanuel Vadot2020-01-022-1/+17
| | | | | | | | The spi node doesn't lives under a simple-bus compatible node so we need OFWBUS_PNP_INFO instead of SIMPLEBUS_PNP_INFO. Notes: svn path=/head/; revision=356277
* arm64: rockchip: Add a module for rk_dwmmcEmmanuel Vadot2019-12-112-1/+16
| | | | | | | | | | This is mostly needed for dev/debug as most users will have their root on the sdcard or emmc. MFC after: 1 month Notes: svn path=/head/; revision=355626
* Add RK805 PMIC SupportEmmanuel Vadot2018-11-282-0/+18
| | | | | | | | | | RK805 is the companion PMIC for RK3328 SoC. Add a driver for it with most of it's regulators supported. MFC after: 1 month Notes: svn path=/head/; revision=341142
* Add modules/rockchipEmmanuel Vadot2018-06-142-0/+23
Build rockchip modules as part of buildkernel. Add the i2c controller module. Notes: svn path=/head/; revision=335115