ec
ec copied to clipboard
Refactor support from `system76/common` to drivers
Proof of concept for moving logic from system76/common to drivers using the existing structure, starting with the following functionality:
- dGPU: NVIDIA
- USB-PD: TPS65987
- WP security feature
TODO
- Investigate use of structs with function pointers for drivers
- Requires
__reentrantfor any functions using the pointers
- Requires