Skip to content

Pin TPS6699x PD CFU fix - #954

Open
asasine wants to merge 3 commits into
OpenDevicePartnership:stable-v0.1.yfrom
asasine:pin-pd-cfu-tps-fix
Open

Pin TPS6699x PD CFU fix#954
asasine wants to merge 3 commits into
OpenDevicePartnership:stable-v0.1.yfrom
asasine:pin-pd-cfu-tps-fix

Conversation

@asasine

@asasine asasine commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Validation

  • cargo fmt --check
  • cargo test -p type-c-service --locked
  • cargo clippy -p type-c-service --locked --tests
  • cargo check -p type-c-service -F log --locked --target x86_64-unknown-linux-gnu
  • cargo check -p type-c-service -F defmt --locked --target thumbv8m.main-none-eabihf

Use the confirmed upstream revision containing the PD CFU timeout
fixes instead of the v0.1.1 tag.

Assisted-by: GitHub Copilot:gpt-5.6-sol
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@asasine
asasine requested a review from a team as a code owner September 3, 2026 23:11
@asasine
asasine requested review from felipebalbi, kurtjd, tullom and williampMSFT and a lite review from Copilot September 3, 2026 23:11

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is a straightforward dependency pin with the corresponding lockfile update and no additional code-path modifications.

Pull request overview

Pins the workspace tps6699x git dependency to a specific commit so type-c-service (and other workspace users) reliably consume the PD CFU timeout fixes referenced in the PR description.

Changes:

  • Switch tps6699x from the v0.1.1 tag to a fixed git rev in workspace dependencies.
  • Update Cargo.lock to reflect the new tps6699x source revision.
File summaries
File Description
Cargo.toml Pins the workspace tps6699x dependency to the specified commit revision.
Cargo.lock Updates the resolved git source for tps6699x to match the new pinned revision.
Review details
  • Files reviewed: 1/2 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Keep the standalone example workspaces on the same TPS6699x revision as the root workspace so their locked clippy checks resolve without modifying lockfiles.

Assisted-by: GitHub Copilot:gpt-5.6-sol

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
kurtjd
kurtjd previously approved these changes Sep 3, 2026
Replace the pre-merge revision with the authoritative commit merged
into the upstream stable-v0.1.y branch.

Assisted-by: GitHub Copilot:gpt-5.6-sol
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 924bf312-4bcf-4658-9b15-3ddb146548b2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants