Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
linux-seco-qcom
Manage
Activity
Members
Labels
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
qualcomm
linux-seco-qcom
Commits
e9c5799c
Commit
e9c5799c
authored
4 months ago
by
QCTECMDR Service
Committed by
Gerrit - the friendly Code Review server
4 months ago
Browse files
Options
Downloads
Plain Diff
Merge "BACKPORT: PCI: Add ACS quirk for Qualcomm SA8775P"
parents
aab45813
851c5ff8
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
drivers/pci/quirks.c
+2
-0
2 additions, 0 deletions
drivers/pci/quirks.c
with
2 additions
and
0 deletions
drivers/pci/quirks.c
+
2
−
0
View file @
e9c5799c
...
...
@@ -5063,6 +5063,8 @@ static const struct pci_dev_acs_enabled {
/* QCOM QDF2xxx root ports */
{
PCI_VENDOR_ID_QCOM
,
0x0400
,
pci_quirk_qcom_rp_acs
},
{
PCI_VENDOR_ID_QCOM
,
0x0401
,
pci_quirk_qcom_rp_acs
},
/* QCOM SA8775P root port */
{
PCI_VENDOR_ID_QCOM
,
0x0115
,
pci_quirk_qcom_rp_acs
},
/* HXT SD4800 root ports. The ACS design is same as QCOM QDF2xxx */
{
PCI_VENDOR_ID_HXT
,
0x0401
,
pci_quirk_qcom_rp_acs
},
/* Intel PCH root ports */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment