Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | generic: 5.15: fix new AQR PHY patches | Robert Marko | 2022-03-27 | |
| | | | | | | | | | | | | | After fixing the original 720 patch, it looks like more were added for additional AQR ID-s. Patches that add the additional AQR PHY ID-s is just copy/paste from 5.10 and kernel 5.11 dropped the ack_interrupt method for PHY IRQ handling, instead handle_interrupt is used. So, simply switch to using handle_interrupt like other upstream AQR PHY-s. Signed-off-by: Robert Marko <robimarko@gmail.com> | |||
* | generic: 5.15: rework hack patch | Ansuel Smith | 2022-03-27 | |
| | | | | | | | | Rework hack patch in dir for kernel 5.15. For the specific patch of packet mangeling introduce a new extra_priv_flags as we don't have enough space to add additional flags in priv_flags. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> | |||
* | generic: 5.15: copy config and patch from 5.10 | Ansuel Smith | 2022-03-27 | |
Copy config and patches from kernel 5.10 to kernel 5.15 Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> |