aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/rockchip/rk_i2c
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
* 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-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* Add modules/rockchipEmmanuel Vadot2018-06-141-0/+16
Build rockchip modules as part of buildkernel. Add the i2c controller module. Notes: svn path=/head/; revision=335115