commit | b46f79bc78e00c392c5cb3eb56c5ee94e4142bcf | [log] [tgz] |
---|---|---|
author | Jaedon Shin <jaedon.shin@gmail.com> | Thu Nov 26 11:56:31 2015 +0900 |
committer | Tejun Heo <tj@kernel.org> | Mon Nov 30 09:57:32 2015 -0500 |
tree | 71f51477c53def634686893b8612dd3952592593 | |
parent | 7de3244530bf418cefdb64b635ee2d64ef63e3c9 [diff] |
ata: ahci_brcmstb: add a quirk for MIPS-based platforms Whereas ARM-based platforms have four phy interface registers and information, the MIPS-based platforms have only three registers, and there are no information and documentation. In the original BSP, It using "strict-ahci" did not control these registers. Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com> Tested-by: Florian Fainelli <f.fainelli@gmail.com> Acked-by: Brian Norris <computersforpeace@gmail.com>