NACK: [PATCH 1/1][SRU][F/OEM-5.6] ahci: Add Intel Comet Lake PCH-H PCI ID

Koba Ko koba.ko at canonical.com
Fri Aug 28 08:03:44 UTC 2020


Lose the line of cherry picked for the patches and will correct it in the v2.

On Fri, Aug 28, 2020 at 3:13 PM Koba Ko <koba.ko at canonical.com> wrote:
>
> From: Mika Westerberg <mika.westerberg at linux.intel.com>
>
> BugLink: https://bugs.launchpad.net/bugs/1892288
>
> Add Intel Comet Lake PCH-H PCI ID to the list of supported controllers.
>
> Signed-off-by: Mika Westerberg <mika.westerberg at linux.intel.com>
> Signed-off-by: Jens Axboe <axboe at kernel.dk>
> Signed-off-by: Koba Ko <koba.ko at 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 86928d357bbf..a7ebd2959306 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.1
>



More information about the kernel-team mailing list