[linux-yocto] [4.12][PATCH] ahci: Add Intel Cannon Lake PCH-H PCI ID

Bruce Ashfield bruce.ashfield at windriver.com
Thu Apr 5 12:02:52 PDT 2018


On 2018-04-03 4:04 AM, Liwei Song wrote:
> From: Mika Westerberg <mika.westerberg at linux.intel.com>
> 
> commit f919dde0772a894c693a1eeabc77df69d6a9b937 upstream.

merged

Bruce

> 
> Add Intel Cannon 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: Tejun Heo <tj at kernel.org>
> Cc: stable at vger.kernel.org
> Signed-off-by: Liwei Song <liwei.song at windriver.com>
> ---
>   drivers/ata/ahci.c | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
> index 13080f1284e8..d4f3f12871ff 100644
> --- a/drivers/ata/ahci.c
> +++ b/drivers/ata/ahci.c
> @@ -385,6 +385,7 @@ static const struct pci_device_id ahci_pci_tbl[] = {
>   	{ PCI_VDEVICE(INTEL, 0xa206), board_ahci }, /* Lewisburg RAID*/
>   	{ PCI_VDEVICE(INTEL, 0xa252), board_ahci }, /* Lewisburg RAID*/
>   	{ PCI_VDEVICE(INTEL, 0xa256), board_ahci }, /* Lewisburg RAID*/
> +	{ PCI_VDEVICE(INTEL, 0xa356), board_ahci }, /* Cannon Lake PCH-H RAID */
>   
>   	/* JMicron 360/1/3/5/6, match class to avoid IDE function */
>   	{ PCI_VENDOR_ID_JMICRON, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
> 



More information about the linux-yocto mailing list