ata: ahci: Add Tiger Lake UP{3,4} AHCI controller
authorSimon Gaiser <simon@invisiblethingslab.com>
Mon, 13 Feb 2023 10:24:49 +0000 (11:24 +0100)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Tue, 14 Feb 2023 03:23:34 +0000 (12:23 +0900)
commit104ff59af73aba524e57ae0fef70121643ff270e
tree4f0a71f405c7c97c04de9c262f98bac246553268
parentead089577e0f55b238f980d9f62eaa90b7b64672
ata: ahci: Add Tiger Lake UP{3,4} AHCI controller

Mark the Tiger Lake UP{3,4} AHCI controller as "low_power". This enables
S0ix to work out of the box. Otherwise this isn't working unless the
user manually sets /sys/class/scsi_host/*/link_power_management_policy.

Intel lists a total of 4 SATA controller IDs in [1] for those mobile
PCHs. This commit just adds the "AHCI" variant since I only tested
those.

[1]: https://cdrdv2.intel.com/v1/dl/getContent/631119

Signed-off-by: Simon Gaiser <simon@invisiblethingslab.com>
CC: stable@vger.kernel.org
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
drivers/ata/ahci.c