ahci_xgene: Skip the PHY and clock initialization if already configured by the firmware
Bug #1359501 reported by
Craig Magina
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Medium
|
Craig Magina | ||
Trusty |
Fix Released
|
Undecided
|
Craig Magina | ||
Utopic |
Fix Released
|
Medium
|
Craig Magina |
Bug Description
[IMPACT]
Some disk types will never be seen after boot, while others can disappear after a reboot.
This patch implements the feature to skip the PHY and clock
initialization if it is already configured by the firmware.
[TEST CASE]
Repeatedly reboot the system.
[Regression Potential]
Only affects the the xgene ahci driver.
Changed in linux (Ubuntu): | |
status: | Incomplete → Invalid |
Changed in linux (Ubuntu): | |
status: | Invalid → Confirmed |
tags: | added: patch |
description: | updated |
Changed in linux (Ubuntu Trusty): | |
assignee: | nobody → Craig Magina (craig.magina) |
status: | New → Fix Committed |
Changed in linux (Ubuntu Utopic): | |
assignee: | nobody → Craig Magina (craig.magina) |
milestone: | none → ubuntu-14.10 |
status: | Triaged → In Progress |
tags: |
added: verification-done-trusty removed: verification-needed-trusty |
To post a comment you must log in.
First 2 hunks of the patch applied cleanly, 3rd hunk needed to be shifted down some lines.