sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
modules: rockchip: Add a module for rk808 PMICNow that the drivers are split we need one for RK3399-based board.
modules: rockchip: Fix rk805 modules after recent changesWe need more files now.
arm64: rockchip: Move rk805 pmic driver to dev/iicbus/pmic/rockchipHaving all PMIC driver at the same place makes it easier.
arm64: rockchip: Add a module for rk_spiThe spi node doesn't lives under a simple-bus compatible node so we needOFWBUS_PNP_INFO instead of SIMPLEBUS_PNP_INFO.
arm64: rockchip: Add a module for rk_dwmmcThis is mostly needed for dev/debug as most users will have their rooton the sdcard or emmc.MFC after: 1 month
Add RK805 PMIC SupportRK805 is the companion PMIC for RK3328 SoC.Add a driver for it with most of it's regulators supported.MFC after: 1 month
Add modules/rockchipBuild rockchip modules as part of buildkernel.Add the i2c controller module.