Completed
MediaTek Clock Driver Cleanup - Part 1
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Updating and Modernizing Clock Drivers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Early Days of Common Clock Framework
- 3 Evolution of the Common Clock Framework
- 4 Drivers are upstreamed and forgotten
- 5 No Error Checking or Proper Cleanup
- 6 Inefficient String Matching for Clock Parent Matching
- 7 Clean Up The Drivers
- 8 Switch to Local Clock References for Parents
- 9 MediaTek Clock Driver Cleanup - Part 1
- 10 Switch to Local Parent References Where Possible
- 11 Improve Duplicate Clock Check
- 12 Improve Documentation
- 13 Merge Multiple Regmap Clock Implementations
- 14 Prepare Lock Problems