Linux-ide Archive mirror
 help / color / mirror / Atom feed
* [PATCH] ahci: add identifiers for ASM2116 series devices.
@ 2023-09-21  9:33 Szuying Chen
  2023-09-25  7:02 ` Damien Le Moal
  0 siblings, 1 reply; 2+ messages in thread
From: Szuying Chen @ 2023-09-21  9:33 UTC (permalink / raw
  To: dlemoal, linux-ide; +Cc: Jesse1_Chang, Richard_Hsu, Chloe_Chen

Add support for PCIe SATA expander cards based on Asmedia 2116 controllers.
These cards can provide up to 10 or more SATA port on PCIe card

Signed-off-by: Szuying Chen <Chloe_Chen@asmedia.com.tw>
---
 drivers/ata/ahci.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c
index 08745e7db820..99b3d3e60774 100644
--- a/drivers/ata/ahci.c
+++ b/drivers/ata/ahci.c
@@ -604,6 +604,11 @@ static const struct pci_device_id ahci_pci_tbl[] = {
 	{ PCI_VDEVICE(ASMEDIA, 0x0621), board_ahci },   /* ASM1061R */
 	{ PCI_VDEVICE(ASMEDIA, 0x0622), board_ahci },   /* ASM1062R */
 	{ PCI_VDEVICE(ASMEDIA, 0x0624), board_ahci },   /* ASM1062+JMB575 */
+	{ PCI_VDEVICE(ASMEDIA, 0x1062), board_ahci },	/* ASM1062A */
+	{ PCI_VDEVICE(ASMEDIA, 0x1064), board_ahci },	/* ASM1064 */
+	{ PCI_VDEVICE(ASMEDIA, 0x1164), board_ahci },   /* ASM1164 */
+	{ PCI_VDEVICE(ASMEDIA, 0x1165), board_ahci },   /* ASM1165 */
+	{ PCI_VDEVICE(ASMEDIA, 0x1166), board_ahci },   /* ASM1166 */

 	/*
 	 * Samsung SSDs found on some macbooks.  NCQ times out if MSI is
--
2.39.2


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

* Re: [PATCH] ahci: add identifiers for ASM2116 series devices.
  2023-09-21  9:33 [PATCH] ahci: add identifiers for ASM2116 series devices Szuying Chen
@ 2023-09-25  7:02 ` Damien Le Moal
  0 siblings, 0 replies; 2+ messages in thread
From: Damien Le Moal @ 2023-09-25  7:02 UTC (permalink / raw
  To: Szuying Chen, linux-ide; +Cc: Jesse1_Chang, Richard_Hsu, Chloe_Chen

On 2023/09/21 11:33, Szuying Chen wrote:
> Add support for PCIe SATA expander cards based on Asmedia 2116 controllers.
> These cards can provide up to 10 or more SATA port on PCIe card
> 
> Signed-off-by: Szuying Chen <Chloe_Chen@asmedia.com.tw>

Applied to for-6.7. Thanks !


-- 
Damien Le Moal
Western Digital Research


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

end of thread, other threads:[~2023-09-25  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-21  9:33 [PATCH] ahci: add identifiers for ASM2116 series devices Szuying Chen
2023-09-25  7:02 ` Damien Le Moal

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 read-only IMAP folder(s) and NNTP newsgroup(s).