aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rockchip/rk805
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* modules: rockchip: Fix rk805 modules after recent changesEmmanuel Vadot2021-11-141-1/+5
| | | | We need more files now.
* arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchipEmmanuel Vadot2021-11-141-1/+1
| | | | Having all PMIC driver at the same place makes it easier.
* Add RK805 PMIC SupportEmmanuel Vadot2018-11-281-0/+17
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