ata: ahci: Drop low power policy board type
authorMario Limonciello <mario.limonciello@amd.com>
Tue, 6 Feb 2024 21:13:46 +0000 (22:13 +0100)
committerNiklas Cassel <cassel@kernel.org>
Fri, 9 Feb 2024 09:34:00 +0000 (10:34 +0100)
commit7627a0edef548c4c4dea62df51cc26bfe5bbcab8
tree47224ca5a7cd9e9c42961b3a05eb4eaab8b1a09d
parentae1f3db006b71b78f2cae848b3a1446b02818ca7
ata: ahci: Drop low power policy board type

The low power policy board type was introduced to allow systems
to get into deep states reliably.  Before it was introduced `min_power`
was causing problems for a number of drives.  New power policies
`min_power_with_partial` and `med_power_with_dipm` have been introduced
which provide a more stable baseline for systems.

Tested-by: Damien Le Moal <dlemoal@kernel.org>
Tested-by: Jian-Hong Pan <jhp@endlessos.org>
Acked-by: Jian-Hong Pan <jhp@endlessos.org>
Acked-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
[cassel: rebase patch and fix trivial conflicts]
Signed-off-by: Niklas Cassel <cassel@kernel.org>
drivers/ata/Kconfig
drivers/ata/ahci.c
drivers/ata/ahci.h
This page took 0.048375 seconds and 4 git commands to generate.