linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
@ 2020-02-27 14:32 Mika Westerberg
  2020-03-25 10:08 ` Mika Westerberg
  0 siblings, 1 reply; 3+ messages in thread
From: Mika Westerberg @ 2020-02-27 14:32 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Mika Westerberg, linux-ide

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

Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
---
 drivers/ata/ahci.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 11ea1aff40db..5f461a92998f 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -245,6 +245,7 @@ static const struct ata_port_info ahci_port_info[] = {
 
 static const struct pci_device_id ahci_pci_tbl[] = {
 	/* Intel */
+	{ PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */
 	{ PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */
 	{ PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */
 	{ PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */
-- 
2.25.0


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

* Re: [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
  2020-02-27 14:32 [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID Mika Westerberg
@ 2020-03-25 10:08 ` Mika Westerberg
  2020-03-25 14:41   ` Jens Axboe
  0 siblings, 1 reply; 3+ messages in thread
From: Mika Westerberg @ 2020-03-25 10:08 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-ide

Hi Jens,

On Thu, Feb 27, 2020 at 05:32:59PM +0300, Mika Westerberg wrote:
> Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
> 
> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>

Any comments regarding this?

> ---
>  drivers/ata/ahci.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index 11ea1aff40db..5f461a92998f 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -245,6 +245,7 @@ static const struct ata_port_info ahci_port_info[] = {
>  
>  static const struct pci_device_id ahci_pci_tbl[] = {
>  	/* Intel */
> +	{ PCI_VDEVICE(INTEL, 0x06d6), board_ahci }, /* Comet Lake PCH-H RAID */
>  	{ PCI_VDEVICE(INTEL, 0x2652), board_ahci }, /* ICH6 */
>  	{ PCI_VDEVICE(INTEL, 0x2653), board_ahci }, /* ICH6M */
>  	{ PCI_VDEVICE(INTEL, 0x27c1), board_ahci }, /* ICH7 */
> -- 
> 2.25.0

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

* Re: [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
  2020-03-25 10:08 ` Mika Westerberg
@ 2020-03-25 14:41   ` Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2020-03-25 14:41 UTC (permalink / raw)
  To: Mika Westerberg; +Cc: linux-ide

On 3/25/20 4:08 AM, Mika Westerberg wrote:
> Hi Jens,
> 
> On Thu, Feb 27, 2020 at 05:32:59PM +0300, Mika Westerberg wrote:
>> Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
>>
>> Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com>
> 
> Any comments regarding this?

Sorry, I was blind, I had already picked up one but didn't realize we
had a couple of them. Applied this one and the PCH-V as well.

-- 
Jens Axboe


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

end of thread, other threads:[~2020-03-25 14:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-27 14:32 [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID Mika Westerberg
2020-03-25 10:08 ` Mika Westerberg
2020-03-25 14:41   ` 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).