diff mbox series

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

Message ID 20200828081233.31752-2-koba.ko@canonical.com
State New
Headers show
Series Comet Lake PCH-H RAID not support on Ubuntu20.04 | expand

Commit Message

Koba Ko Aug. 28, 2020, 8:12 a.m. UTC
From: Mika Westerberg <mika.westerberg@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@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
(cherry picked from commit 5e125d13371b3049d238a4bf5f2108bfbfe8a900)
Signed-off-by: Koba Ko <koba.ko@canonical.com>
---
 drivers/ata/ahci.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Alex Hung Aug. 28, 2020, 9:30 p.m. UTC | #1
On 2020-08-28 2:12 a.m., Koba Ko wrote:
> From: Mika Westerberg <mika.westerberg@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@linux.intel.com>
> Signed-off-by: Jens Axboe <axboe@kernel.dk>
> (cherry picked from commit 5e125d13371b3049d238a4bf5f2108bfbfe8a900)
> Signed-off-by: Koba Ko <koba.ko@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 */
> 


This adds an ID and is cherry-picked from a patch since kernel 5.7.

Acked-by: Alex Hung <alex.hung@canonical.com>
Stefan Bader Sept. 2, 2020, 8 a.m. UTC | #2
On 28.08.20 10:12, Koba Ko wrote:
> From: Mika Westerberg <mika.westerberg@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@linux.intel.com>
> Signed-off-by: Jens Axboe <axboe@kernel.dk>
> (cherry picked from commit 5e125d13371b3049d238a4bf5f2108bfbfe8a900)
> Signed-off-by: Koba Ko <koba.ko@canonical.com>
Acked-by: Stefan Bader <stefan.bader@canonical.com>
> ---

Seems to be a v5.7 commit so should be in Groovy.


>  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 */
>
diff mbox series

Patch

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 */