Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | treewide: remove files for building 5.10 kernel | Nick Hainke | 2023-05-12 |
| | | | | | | | | | | | 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> | ||
* | realtek: replace RTL93xx GPIO patches | Sander Vanheule | 2022-05-22 |
Patches to support the SoC's GPIO controller for RTL930x and RTL931x devices have been accepted upstream. Replace the current preliminary patch with the upstream ones, excluding devictree binding changes. The updated patches add GPIO IRQ balancing support on RTL930x, but this cannot be used until these devices also support SMP. Signed-off-by: Sander Vanheule <sander@svanheule.net> |