linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ahci: Add Intel Comet Lake PCH-U PCI ID
@ 2020-04-16  6:35 Kai-Heng Feng
  2020-04-16 16:27 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Kai-Heng Feng @ 2020-04-16  6:35 UTC (permalink / raw)
  To: axboe
  Cc: Kai-Heng Feng,
	open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers),
	open list

Add Intel Comet Lake PCH-U PCI ID to the list of supported controllers.

Set default SATA LPM so the SoC can enter S0ix.

Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
---
 drivers/ata/ahci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 0101b65250cb..0c0a736eb861 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -410,6 +410,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(INTEL, 0x22a3), board_ahci_mobile }, /* Cherry Tr. AHCI */
 	{ PCI_VDEVICE(INTEL, 0x5ae3), board_ahci_mobile }, /* ApolloLake AHCI */
 	{ PCI_VDEVICE(INTEL, 0x34d3), board_ahci_mobile }, /* Ice Lake LP AHCI */
+	{ PCI_VDEVICE(INTEL, 0x02d3), board_ahci_mobile }, /* Comet Lake PCH-U AHCI */
 	{ PCI_VDEVICE(INTEL, 0x02d7), board_ahci_mobile }, /* Comet Lake PCH RAID */
 
 	/* JMicron 360/1/3/5/6, match class to avoid IDE function */
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ahci: Add Intel Comet Lake PCH-U PCI ID
  2020-04-16  6:35 [PATCH] ahci: Add Intel Comet Lake PCH-U PCI ID Kai-Heng Feng
@ 2020-04-16 16:27 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2020-04-16 16:27 UTC (permalink / raw)
  To: Kai-Heng Feng
  Cc: open list:LIBATA SUBSYSTEM (Serial and Parallel ATA drivers), open list

On 4/16/20 12:35 AM, Kai-Heng Feng wrote:
> Add Intel Comet Lake PCH-U PCI ID to the list of supported controllers.
> 
> Set default SATA LPM so the SoC can enter S0ix.

Applied, thanks.

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-04-16 16:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  6:35 [PATCH] ahci: Add Intel Comet Lake PCH-U PCI ID Kai-Heng Feng
2020-04-16 16:27 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).