mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
libata: Add pata_atp867x driver for Artop/Acard ATP867X controllers
This is a new pata driver for ARTOP 867X 64bit 4-channel UDMA133 ATA ctrls. Based on the Atp867 data sheet rev 1.2, Acard, and in part on early ide codes from Eric Uhrhane <ericu@google.com>. Signed-off-by: John(Jung-Ik) Lee <jilee@google.com> Reviewed-by: Grant Grundler <grundler@google.com> Reviewed-by: Gwendal Gringo <gwendal@google.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
90950a2504
commit
d15d6e6cc3
@@ -255,6 +255,15 @@ config PATA_ARTOP
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config PATA_ATP867X
|
||||
tristate "ARTOP/Acard ATP867X PATA support"
|
||||
depends on PCI
|
||||
help
|
||||
This option enables support for ARTOP/Acard ATP867X PATA
|
||||
controllers.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config PATA_AT32
|
||||
tristate "Atmel AVR32 PATA support (Experimental)"
|
||||
depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
|
||||
|
||||
@@ -22,6 +22,7 @@ obj-$(CONFIG_SATA_FSL) += sata_fsl.o
|
||||
obj-$(CONFIG_PATA_ALI) += pata_ali.o
|
||||
obj-$(CONFIG_PATA_AMD) += pata_amd.o
|
||||
obj-$(CONFIG_PATA_ARTOP) += pata_artop.o
|
||||
obj-$(CONFIG_PATA_ATP867X) += pata_atp867x.o
|
||||
obj-$(CONFIG_PATA_AT32) += pata_at32.o
|
||||
obj-$(CONFIG_PATA_ATIIXP) += pata_atiixp.o
|
||||
obj-$(CONFIG_PATA_CMD640_PCI) += pata_cmd640.o
|
||||
|
||||
548
drivers/ata/pata_atp867x.c
Normal file
548
drivers/ata/pata_atp867x.c
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1529,6 +1529,8 @@
|
||||
#define PCI_DEVICE_ID_ARTOP_ATP860R 0x0007
|
||||
#define PCI_DEVICE_ID_ARTOP_ATP865 0x0008
|
||||
#define PCI_DEVICE_ID_ARTOP_ATP865R 0x0009
|
||||
#define PCI_DEVICE_ID_ARTOP_ATP867A 0x000A
|
||||
#define PCI_DEVICE_ID_ARTOP_ATP867B 0x000B
|
||||
#define PCI_DEVICE_ID_ARTOP_AEC7610 0x8002
|
||||
#define PCI_DEVICE_ID_ARTOP_AEC7612UW 0x8010
|
||||
#define PCI_DEVICE_ID_ARTOP_AEC7612U 0x8020
|
||||
|
||||
Reference in New Issue
Block a user