ChangeSet 1.2065.3.10, 2005/03/12 08:23:19-08:00, [EMAIL PROTECTED]

        [PATCH] pcmcia: yenta_socket - ti4150 support
        
        1) Add PCI_DEVICE_ID_TI_4510 to pci_id.h.
        2) Add PCI4510 to yenta_table (that uses TI12XX handlers).
        3) Add zoom_video handler support.
        
        TI12XX handlers can disable CLKRUN feature with "disable_clkrun" 
option.  Some
        devices or bridge itself seems to be needing this option as workaround.
        
        Signed-off-by: OGAWA Hirofumi <[EMAIL PROTECTED]>
        Signed-off-by: Dominik Brodowski <[EMAIL PROTECTED]>
        Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
        Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>



 drivers/pcmcia/ti113x.h       |    1 +
 drivers/pcmcia/yenta_socket.c |    1 +
 include/linux/pci_ids.h       |    1 +
 3 files changed, 3 insertions(+)


diff -Nru a/drivers/pcmcia/ti113x.h b/drivers/pcmcia/ti113x.h
--- a/drivers/pcmcia/ti113x.h   2005-03-12 21:26:36 -08:00
+++ b/drivers/pcmcia/ti113x.h   2005-03-12 21:26:36 -08:00
@@ -262,6 +262,7 @@
                        case PCI_DEVICE_ID_TI_1220:
                        case PCI_DEVICE_ID_TI_1221:
                        case PCI_DEVICE_ID_TI_1225:
+                       case PCI_DEVICE_ID_TI_4510:
                                socket->socket.zoom_video = ti_zoom_video;
                                break;  
                        case PCI_DEVICE_ID_TI_1250:
diff -Nru a/drivers/pcmcia/yenta_socket.c b/drivers/pcmcia/yenta_socket.c
--- a/drivers/pcmcia/yenta_socket.c     2005-03-12 21:26:36 -08:00
+++ b/drivers/pcmcia/yenta_socket.c     2005-03-12 21:26:36 -08:00
@@ -1105,6 +1105,7 @@
        CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4410, TI12XX),
        CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4450, TI12XX),
        CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4451, TI12XX),
+       CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4510, TI12XX),
        CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_4520, TI12XX),
 
        CB_ID(PCI_VENDOR_ID_TI, PCI_DEVICE_ID_TI_1250, TI1250),
diff -Nru a/include/linux/pci_ids.h b/include/linux/pci_ids.h
--- a/include/linux/pci_ids.h   2005-03-12 21:26:36 -08:00
+++ b/include/linux/pci_ids.h   2005-03-12 21:26:36 -08:00
@@ -768,6 +768,7 @@
 #define PCI_DEVICE_ID_TI_1251B         0xac1f
 #define PCI_DEVICE_ID_TI_4410          0xac41
 #define PCI_DEVICE_ID_TI_4451          0xac42
+#define PCI_DEVICE_ID_TI_4510          0xac44
 #define PCI_DEVICE_ID_TI_4520          0xac46
 #define PCI_DEVICE_ID_TI_1410          0xac50
 #define PCI_DEVICE_ID_TI_1420          0xac51
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to