RSS Bot Posted March 7, 2023 Posted March 7, 2023 Description Slim down the dmc driver for rk322x for 5.15 and 6.1 kernels: the patch was carrying also the rk3328 driver, but was unnecessary. Also fixes various code misunderstandings that may cause crashes at startup and now uses managed driver resources with devm_* calls in place of doing everything manually. How Has This Been Tested? [x] deb kernel packages compile without errors Checklist: [x] My code follows the style guidelines of this project [x] I have performed a self-review of my own code [x] I have commented my code, particularly in hard-to-understand areas [x] I have made corresponding changes to the documentation [x] My changes generate no new warnings [x] Any dependent changes have been merged and published in downstream modules View the full article
Recommended Posts