aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rockchip
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-155-5/+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
* spibus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
| | | | | | | No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory. Sponsored by: Beckhoff Automation GmbH & Co. KG
* iicbus: Move rockchip driver into the common directoryEmmanuel Vadot2024-01-101-1/+1
| | | | | | | | | | No need to keep it under sys/arm64/rockchip It's easier to find which controller we support by looking under one directory. While here remove the condition on SOC option, device rk_i2c is enough as all Rockchip SoC that we support have this controller. Sponsored by: Beckhoff Automation GmbH & Co. KG Differential Revision: https://reviews.freebsd.org/D43184
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* modules: rockchip: Add a module for rk808 PMICEmmanuel Vadot2021-11-142-0/+22
| | | | Now that the drivers are split we need one for RK3399-based board.
* 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.
* 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