Conversation
9ff7d4b to
2f60a95
Compare
bc4107d to
0acb6e4
Compare
0acb6e4 to
b91ea4f
Compare
b91ea4f to
6eb65de
Compare
6eb65de to
8e8f24d
Compare
system76/common to driversapp/ to drivers
8287038 to
ab54cf7
Compare
app/ to driversapp/ to drivers
- Boards select the specific `DRIVERS_DGPU_*` config - Boards no longer select `HAVE_DGPU` directly - `I2C_DGPU` is renamed to `DGPU_I2C` - I2C controller selection is just the integer index Does not address the fact the bonw14 uses the I2C controller declared for dGPU access for KBLED access. Signed-off-by: Tim Crawford <tcrawford@system76.com>
- Boards select the specific `DRIVERS_USBPD_*` config - Boards no longer select `HAVE_USBPD` directly - `I2C_USBPD` is renamed to `USBPD_I2C` - I2C controller selection is just the integer index Signed-off-by: Tim Crawford <tcrawford@system76.com>
- No board change; continue selecting `SECURITY` config - Security state enum moved to driver header - Update related doc Signed-off-by: Tim Crawford <tcrawford@system76.com>
ab54cf7 to
acbccde
Compare
leviport
approved these changes
Jan 27, 2026
jackpot51
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Begin moving logic from
app/to drivers using the existing structure, starting with the following functionality: