From: Mika Westerberg <mika.westerberg@linux.intel.com>
To: Jens Axboe <axboe@kernel.dk>
Cc: linux-ide@vger.kernel.org
Subject: Re: [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID
Date: Wed, 25 Mar 2020 12:08:54 +0200 [thread overview]
Message-ID: <20200325100854.GS2564@lahna.fi.intel.com> (raw)
In-Reply-To: <20200227143259.67172-1-mika.westerberg@linux.intel.com>
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
next prev parent reply other threads:[~2020-03-25 10:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-27 14:32 [PATCH] ahci: Add Intel Comet Lake PCH-H PCI ID Mika Westerberg
2020-03-25 10:08 ` Mika Westerberg [this message]
2020-03-25 14:41 ` Jens Axboe
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200325100854.GS2564@lahna.fi.intel.com \
--to=mika.westerberg@linux.intel.com \
--cc=axboe@kernel.dk \
--cc=linux-ide@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.