]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PARISC] Change the driver names so /sys/bus/parisc/drivers/ looks better
authorMatthew Wilcox <willy@parisc-linux.org>
Sat, 22 Oct 2005 02:36:23 +0000 (22:36 -0400)
committerKyle McMartin <kyle@parisc-linux.org>
Sat, 22 Oct 2005 02:36:23 +0000 (22:36 -0400)
Make /sys/bus/parisc/drivers look better by cleaning up parisc_driver
names.

Signed-off-by: Matthew Wilcox <willy@parisc-linux.org>
Signed-off-by: Kyle McMartin <kyle@parisc-linux.org>
12 files changed:
drivers/input/keyboard/hilkbd.c
drivers/input/serio/gscps2.c
drivers/input/serio/hp_sdc.c
drivers/net/lasi_82596.c
drivers/parisc/asp.c
drivers/parisc/ccio-dma.c
drivers/parisc/dino.c
drivers/parisc/eisa.c
drivers/parisc/hppb.c
drivers/parisc/lasi.c
drivers/scsi/lasi700.c
drivers/serial/mux.c

index eecb77db0847719821ae57e909484a5fde8991af..8aa81c9ac2f79148009685c8ae7423be54e7863f 100644 (file)
@@ -299,7 +299,7 @@ static struct parisc_device_id hil_tbl[] = {
 MODULE_DEVICE_TABLE(parisc, hil_tbl);
 
 static struct parisc_driver hil_driver = {
-       .name =         "HIL",
+       .name =         "hil",
        .id_table =     hil_tbl,
        .probe =        hil_init_chip,
 };
index 897e4c12b6427186ceb7d7645a75e681ad99666c..4bad2810190c29b4daa3c5d35830393d18e9f7ca 100644 (file)
@@ -444,7 +444,7 @@ static struct parisc_device_id gscps2_device_tbl[] = {
 };
 
 static struct parisc_driver parisc_ps2_driver = {
-       .name           = "GSC PS2",
+       .name           = "gsc_ps2",
        .id_table       = gscps2_device_tbl,
        .probe          = gscps2_probe,
        .remove         = gscps2_remove,
index 7629452dd64b0d65e30cd1e53e9f112027ffe977..045b9a7a9dbbfafbb25201dde3dcfeb17bd96f08 100644 (file)
@@ -764,7 +764,7 @@ MODULE_DEVICE_TABLE(parisc, hp_sdc_tbl);
 static int __init hp_sdc_init_hppa(struct parisc_device *d);
 
 static struct parisc_driver hp_sdc_driver = {
-       .name =         "HP SDC",
+       .name =         "hp_sdc",
        .id_table =     hp_sdc_tbl,
        .probe =        hp_sdc_init_hppa,
 };
index 41bad07ac1acc94be2b4db36b13e27d0faceaf5c..180e526a20497deb873e1d7652feedf5ccacb6b9 100644 (file)
@@ -1566,7 +1566,7 @@ static struct parisc_device_id lan_tbl[] = {
 MODULE_DEVICE_TABLE(parisc, lan_tbl);
 
 static struct parisc_driver lan_driver = {
-       .name           = "Apricot",
+       .name           = "lasi_82596",
        .id_table       = lan_tbl,
        .probe          = lan_init_chip,
 };
index 388609967133f4cce53640ec63434e5e7581d526..52f37b4243188bc10943f9f6343c098fa79a52d0 100644 (file)
@@ -126,7 +126,7 @@ static struct parisc_device_id asp_tbl[] = {
 };
 
 struct parisc_driver asp_driver = {
-       .name =         "Asp",
+       .name =         "asp",
        .id_table =     asp_tbl,
        .probe =        asp_init_chip,
 };
index 0e98a9d9834cb5f7c32a0a4317b1fdedc98d6e7b..2bb1889c4c4fee3313c5967c8eaa53f4f3003bad 100644 (file)
@@ -1251,7 +1251,7 @@ static struct parisc_device_id ccio_tbl[] = {
 static int ccio_probe(struct parisc_device *dev);
 
 static struct parisc_driver ccio_driver = {
-       .name =         "U2:Uturn",
+       .name =         "ccio",
        .id_table =     ccio_tbl,
        .probe =        ccio_probe,
 };
index 2f2dbef2c3b7bf46df13309aa74e3446c32ab695..8c61705e67a52234f6686f06887846b21713a683 100644 (file)
@@ -1027,9 +1027,9 @@ static struct parisc_device_id dino_tbl[] = {
 };
 
 static struct parisc_driver dino_driver = {
-       .name =         "Dino",
+       .name =         "dino",
        .id_table =     dino_tbl,
-       .probe =        dino_driver_callback,
+       .probe =        dino_probe,
 };
 
 /*
index 043d47aea75b6a0b4682a47f12f91cd4913d37eb..0afeedddf5358b0e4cf2e97865332b9e5df9a161 100644 (file)
@@ -397,7 +397,7 @@ static struct parisc_device_id eisa_tbl[] = {
 MODULE_DEVICE_TABLE(parisc, eisa_tbl);
 
 static struct parisc_driver eisa_driver = {
-       .name =         "EISA Bus Adapter",
+       .name =         "eisa_ba",
        .id_table =     eisa_tbl,
        .probe =        eisa_probe,
 };
index e869c6020370a782c72de52d376dcf6c9b719377..a6eae3e7c0cdaace7ca611cdc2b08b41948259b8 100644 (file)
@@ -93,7 +93,7 @@ static struct parisc_device_id hppb_tbl[] = {
 };
 
 static struct parisc_driver hppb_driver = {
-        .name =         "Gecko Boa",
+        .name =         "gecko_boa",
         .id_table =     hppb_tbl,
        .probe =        hppb_probe,
 };
index cb84a4e84a2fd5a3e9aee87e75c3692066645e5d..c776c372ae4e62361bc1a95d42ba4765450faef4 100644 (file)
@@ -233,7 +233,7 @@ static struct parisc_device_id lasi_tbl[] = {
 };
 
 struct parisc_driver lasi_driver = {
-       .name =         "Lasi",
+       .name =         "lasi",
        .id_table =     lasi_tbl,
        .probe =        lasi_init_chip,
 };
index 4cbb6187cc441fc97132ea3a5b990fe932710a24..123f4933d8f595cdb692f02dfce8291e0dff703c 100644 (file)
@@ -168,7 +168,7 @@ lasi700_driver_remove(struct parisc_device *dev)
 }
 
 static struct parisc_driver lasi700_driver = {
-       .name =         "Lasi SCSI",
+       .name =         "lasi_scsi",
        .id_table =     lasi700_ids,
        .probe =        lasi700_probe,
        .remove =       __devexit_p(lasi700_driver_remove),
index 189064607709d9ae717cdb70646062b768ba2c0d..a12005b08bca97a9d359101e5b8a6fdb01ca95ee 100644 (file)
@@ -497,7 +497,7 @@ static struct parisc_device_id mux_tbl[] = {
 MODULE_DEVICE_TABLE(parisc, mux_tbl);
 
 static struct parisc_driver serial_mux_driver = {
-       .name =         "Serial MUX",
+       .name =         "serial_mux",
        .id_table =     mux_tbl,
        .probe =        mux_probe,
 };