]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Feb 2023 11:59:48 +0000 (12:59 +0100)
commit939640b997438ea2214d71f644f8d34759f6dc3e
tree2b1c1934b3726a70e1a67a14a864e35f9079704f
parent6f07db9550a6c3b32712def0701f1708b9db054d
ata: ahci: Add Tiger Lake UP{3,4} AHCI controller

commit 104ff59af73aba524e57ae0fef70121643ff270e upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/ata/ahci.c