ehci: update config to improve performance#295
ehci: update config to improve performance#295sakumisu merged 1 commit intocherry-embedded:masterfrom
Conversation
WalkthroughThe pull request updates the Changes
Sequence Diagram(s)sequenceDiagram
participant INIT as usb_hc_init
participant REG as EHCI_HCOR
INIT->>REG: Read current usbcmd value
INIT->>INIT: Clear EHCI_USBCMD_ITHRE_MASK & EHCI_USBCMD_FLSIZE_MASK bits
alt CONFIG_USB_EHCI_HPMICRO defined
INIT->>INIT: Set EHCI_USBCMD_ITHRE_1MF bit conditionally
end
INIT->>REG: Write updated regval back
Poem
Tip ⚡🧪 Multi-step agentic review comment chat (experimental)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
- update config to improve performance Signed-off-by: Zhihong Chen <zhihong.chen@hpmicro.com>
Summary by CodeRabbit