Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | treewide: remove files for building 5.10 kernel | Nick Hainke | 2023-05-12 | 1 | -237/+0 |
| | | | | | | | | | | | All targets are bumped to 5.15. Remove the old 5.10 patches, configs and files using: find target/linux -iname '*-5.10' -exec rm -r {} \; Further, remove the 5.10 include. Signed-off-by: Nick Hainke <vincent@systemli.org> | ||||
* | ipq806x: refresh 5.10 patches | Ansuel Smith | 2021-05-07 | 1 | -6/+0 |
| | | | | | | make target/linux/kernel refresh Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | ||||
* | ipq806x: introduce dedicated krait cpufreq | Ansuel Smith | 2021-05-07 | 1 | -0/+243 |
- Drop cpufreq patchs that tweak the cpufreq-dt driver - Add dedicated krait cpufreq driver Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |