diff options
Diffstat (limited to 'drivers')
234 files changed, 4649 insertions, 961 deletions
diff --git a/drivers/ata/libata-eh.c b/drivers/ata/libata-eh.c index 9f6cfac0f2cc..228740f356c9 100644 --- a/drivers/ata/libata-eh.c +++ b/drivers/ata/libata-eh.c | |||
| @@ -879,6 +879,8 @@ static void ata_eh_set_pending(struct ata_port *ap, int fastdrain) | |||
| 879 | void ata_qc_schedule_eh(struct ata_queued_cmd *qc) | 879 | void ata_qc_schedule_eh(struct ata_queued_cmd *qc) |
| 880 | { | 880 | { |
| 881 | struct ata_port *ap = qc->ap; | 881 | struct ata_port *ap = qc->ap; |
| 882 | struct request_queue *q = qc->scsicmd->device->request_queue; | ||
| 883 | unsigned long flags; | ||
| 882 | 884 | ||
| 883 | WARN_ON(!ap->ops->error_handler); | 885 | WARN_ON(!ap->ops->error_handler); |
| 884 | 886 | ||
| @@ -890,7 +892,9 @@ void ata_qc_schedule_eh(struct ata_queued_cmd *qc) | |||
| 890 | * Note that ATA_QCFLAG_FAILED is unconditionally set after | 892 | * Note that ATA_QCFLAG_FAILED is unconditionally set after |
| 891 | * this function completes. | 893 | * this function completes. |
| 892 | */ | 894 | */ |
| 895 | spin_lock_irqsave(q->queue_lock, flags); | ||
| 893 | blk_abort_request(qc->scsicmd->request); | 896 | blk_abort_request(qc->scsicmd->request); |
| 897 | spin_unlock_irqrestore(q->queue_lock, flags); | ||
| 894 | } | 898 | } |
| 895 | 899 | ||
| 896 | /** | 900 | /** |
| @@ -1624,6 +1628,7 @@ void ata_eh_analyze_ncq_error(struct ata_link *link) | |||
| 1624 | } | 1628 | } |
| 1625 | 1629 | ||
| 1626 | /* okay, this error is ours */ | 1630 | /* okay, this error is ours */ |
| 1631 | memset(&tf, 0, sizeof(tf)); | ||
| 1627 | rc = ata_eh_read_log_10h(dev, &tag, &tf); | 1632 | rc = ata_eh_read_log_10h(dev, &tag, &tf); |
| 1628 | if (rc) { | 1633 | if (rc) { |
| 1629 | ata_link_printk(link, KERN_ERR, "failed to read log page 10h " | 1634 | ata_link_printk(link, KERN_ERR, "failed to read log page 10h " |
diff --git a/drivers/ata/pata_pcmcia.c b/drivers/ata/pata_pcmcia.c index 3c3172d3c34e..d94b8f0bd743 100644 --- a/drivers/ata/pata_pcmcia.c +++ b/drivers/ata/pata_pcmcia.c | |||
| @@ -424,6 +424,8 @@ static struct pcmcia_device_id pcmcia_devices[] = { | |||
| 424 | PCMCIA_DEVICE_PROD_ID12("Hyperstone", "Model1", 0x3d5b9ef5, 0xca6ab420), | 424 | PCMCIA_DEVICE_PROD_ID12("Hyperstone", "Model1", 0x3d5b9ef5, 0xca6ab420), |
| 425 | PCMCIA_DEVICE_PROD_ID12("IBM", "microdrive", 0xb569a6e5, 0xa6d76178), | 425 | PCMCIA_DEVICE_PROD_ID12("IBM", "microdrive", 0xb569a6e5, 0xa6d76178), |
| 426 | PCMCIA_DEVICE_PROD_ID12("IBM", "IBM17JSSFP20", 0xb569a6e5, 0xf2508753), | 426 | PCMCIA_DEVICE_PROD_ID12("IBM", "IBM17JSSFP20", 0xb569a6e5, 0xf2508753), |
| 427 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF CARD 1GB", 0x2e6d1829, 0x55d5bffb), | ||
| 428 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF CARD 4GB", 0x2e6d1829, 0x531e7d10), | ||
| 427 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF8GB", 0x2e6d1829, 0xacbe682e), | 429 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF8GB", 0x2e6d1829, 0xacbe682e), |
| 428 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "CBIDE2 ", 0x547e66dc, 0x8671043b), | 430 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "CBIDE2 ", 0x547e66dc, 0x8671043b), |
| 429 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDE", 0x547e66dc, 0x5c5ab149), | 431 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDE", 0x547e66dc, 0x5c5ab149), |
| @@ -444,6 +446,8 @@ static struct pcmcia_device_id pcmcia_devices[] = { | |||
| 444 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF80", 0x709b1bf1, 0x2a54d4b1), | 446 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF80", 0x709b1bf1, 0x2a54d4b1), |
| 445 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS2GCF120", 0x709b1bf1, 0x969aa4f2), | 447 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS2GCF120", 0x709b1bf1, 0x969aa4f2), |
| 446 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1, 0xf54a91c8), | 448 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1, 0xf54a91c8), |
| 449 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF133", 0x709b1bf1, 0x7558f133), | ||
| 450 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS8GCF133", 0x709b1bf1, 0xb2f89b47), | ||
| 447 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), | 451 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), |
| 448 | PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c, 0x212bb918), | 452 | PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c, 0x212bb918), |
| 449 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), | 453 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), |
diff --git a/drivers/block/drbd/drbd_main.c b/drivers/block/drbd/drbd_main.c index 67e0fc542249..93d1f9b469d4 100644 --- a/drivers/block/drbd/drbd_main.c +++ b/drivers/block/drbd/drbd_main.c | |||
| @@ -1695,6 +1695,7 @@ int drbd_send_protocol(struct drbd_conf *mdev) | |||
| 1695 | cf |= CF_DRY_RUN; | 1695 | cf |= CF_DRY_RUN; |
| 1696 | else { | 1696 | else { |
| 1697 | dev_err(DEV, "--dry-run is not supported by peer"); | 1697 | dev_err(DEV, "--dry-run is not supported by peer"); |
| 1698 | kfree(p); | ||
| 1698 | return 0; | 1699 | return 0; |
| 1699 | } | 1700 | } |
| 1700 | } | 1701 | } |
diff --git a/drivers/block/drbd/drbd_receiver.c b/drivers/block/drbd/drbd_receiver.c index ed9f1de24a71..3f096e7959b4 100644 --- a/drivers/block/drbd/drbd_receiver.c +++ b/drivers/block/drbd/drbd_receiver.c | |||
| @@ -899,7 +899,8 @@ retry: | |||
| 899 | 899 | ||
| 900 | drbd_thread_start(&mdev->asender); | 900 | drbd_thread_start(&mdev->asender); |
| 901 | 901 | ||
| 902 | drbd_send_protocol(mdev); | 902 | if (!drbd_send_protocol(mdev)) |
| 903 | return -1; | ||
| 903 | drbd_send_sync_param(mdev, &mdev->sync_conf); | 904 | drbd_send_sync_param(mdev, &mdev->sync_conf); |
| 904 | drbd_send_sizes(mdev, 0); | 905 | drbd_send_sizes(mdev, 0); |
| 905 | drbd_send_uuids(mdev); | 906 | drbd_send_uuids(mdev); |
diff --git a/drivers/block/pktcdvd.c b/drivers/block/pktcdvd.c index ddf19425245d..8a549db2aa78 100644 --- a/drivers/block/pktcdvd.c +++ b/drivers/block/pktcdvd.c | |||
| @@ -48,6 +48,7 @@ | |||
| 48 | #include <linux/module.h> | 48 | #include <linux/module.h> |
| 49 | #include <linux/types.h> | 49 | #include <linux/types.h> |
| 50 | #include <linux/kernel.h> | 50 | #include <linux/kernel.h> |
| 51 | #include <linux/compat.h> | ||
| 51 | #include <linux/kthread.h> | 52 | #include <linux/kthread.h> |
| 52 | #include <linux/errno.h> | 53 | #include <linux/errno.h> |
| 53 | #include <linux/spinlock.h> | 54 | #include <linux/spinlock.h> |
| @@ -2984,7 +2985,7 @@ static void pkt_get_status(struct pkt_ctrl_command *ctrl_cmd) | |||
| 2984 | mutex_unlock(&ctl_mutex); | 2985 | mutex_unlock(&ctl_mutex); |
| 2985 | } | 2986 | } |
| 2986 | 2987 | ||
| 2987 | static int pkt_ctl_ioctl(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg) | 2988 | static long pkt_ctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) |
| 2988 | { | 2989 | { |
| 2989 | void __user *argp = (void __user *)arg; | 2990 | void __user *argp = (void __user *)arg; |
| 2990 | struct pkt_ctrl_command ctrl_cmd; | 2991 | struct pkt_ctrl_command ctrl_cmd; |
| @@ -3021,10 +3022,20 @@ static int pkt_ctl_ioctl(struct inode *inode, struct file *file, unsigned int cm | |||
| 3021 | return ret; | 3022 | return ret; |
| 3022 | } | 3023 | } |
| 3023 | 3024 | ||
| 3025 | #ifdef CONFIG_COMPAT | ||
| 3026 | static long pkt_ctl_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) | ||
| 3027 | { | ||
| 3028 | return pkt_ctl_ioctl(file, cmd, (unsigned long)compat_ptr(arg)); | ||
| 3029 | } | ||
| 3030 | #endif | ||
| 3024 | 3031 | ||
| 3025 | static const struct file_operations pkt_ctl_fops = { | 3032 | static const struct file_operations pkt_ctl_fops = { |
| 3026 | .ioctl = pkt_ctl_ioctl, | 3033 | .open = nonseekable_open, |
| 3027 | .owner = THIS_MODULE, | 3034 | .unlocked_ioctl = pkt_ctl_ioctl, |
| 3035 | #ifdef CONFIG_COMPAT | ||
| 3036 | .compat_ioctl = pkt_ctl_compat_ioctl, | ||
| 3037 | #endif | ||
| 3038 | .owner = THIS_MODULE, | ||
| 3028 | }; | 3039 | }; |
| 3029 | 3040 | ||
| 3030 | static struct miscdevice pkt_misc = { | 3041 | static struct miscdevice pkt_misc = { |
diff --git a/drivers/char/isicom.c b/drivers/char/isicom.c index 0fa2e4a0835d..c1ab303455cf 100644 --- a/drivers/char/isicom.c +++ b/drivers/char/isicom.c | |||
| @@ -879,8 +879,8 @@ static int isicom_open(struct tty_struct *tty, struct file *filp) | |||
| 879 | if (tport == NULL) | 879 | if (tport == NULL) |
| 880 | return -ENODEV; | 880 | return -ENODEV; |
| 881 | port = container_of(tport, struct isi_port, port); | 881 | port = container_of(tport, struct isi_port, port); |
| 882 | card = &isi_card[BOARD(tty->index)]; | ||
| 883 | 882 | ||
| 883 | tty->driver_data = port; | ||
| 884 | return tty_port_open(tport, tty, filp); | 884 | return tty_port_open(tport, tty, filp); |
| 885 | } | 885 | } |
| 886 | 886 | ||
| @@ -936,7 +936,12 @@ static void isicom_shutdown(struct tty_port *port) | |||
| 936 | static void isicom_close(struct tty_struct *tty, struct file *filp) | 936 | static void isicom_close(struct tty_struct *tty, struct file *filp) |
| 937 | { | 937 | { |
| 938 | struct isi_port *ip = tty->driver_data; | 938 | struct isi_port *ip = tty->driver_data; |
| 939 | struct tty_port *port = &ip->port; | 939 | struct tty_port *port; |
| 940 | |||
| 941 | if (ip == NULL) | ||
| 942 | return; | ||
| 943 | |||
| 944 | port = &ip->port; | ||
| 940 | if (isicom_paranoia_check(ip, tty->name, "isicom_close")) | 945 | if (isicom_paranoia_check(ip, tty->name, "isicom_close")) |
| 941 | return; | 946 | return; |
| 942 | tty_port_close(port, tty, filp); | 947 | tty_port_close(port, tty, filp); |
diff --git a/drivers/char/istallion.c b/drivers/char/istallion.c index 4cd6c527ee41..4e395c956a09 100644 --- a/drivers/char/istallion.c +++ b/drivers/char/istallion.c | |||
| @@ -827,6 +827,8 @@ static int stli_open(struct tty_struct *tty, struct file *filp) | |||
| 827 | return -ENODEV; | 827 | return -ENODEV; |
| 828 | if (portp->devnr < 1) | 828 | if (portp->devnr < 1) |
| 829 | return -ENODEV; | 829 | return -ENODEV; |
| 830 | |||
| 831 | tty->driver_data = portp; | ||
| 830 | return tty_port_open(&portp->port, tty, filp); | 832 | return tty_port_open(&portp->port, tty, filp); |
| 831 | } | 833 | } |
| 832 | 834 | ||
diff --git a/drivers/char/mxser.c b/drivers/char/mxser.c index 47023053ee85..d2692d443f7b 100644 --- a/drivers/char/mxser.c +++ b/drivers/char/mxser.c | |||
| @@ -1011,6 +1011,7 @@ static int mxser_open(struct tty_struct *tty, struct file *filp) | |||
| 1011 | if (!info->ioaddr) | 1011 | if (!info->ioaddr) |
| 1012 | return -ENODEV; | 1012 | return -ENODEV; |
| 1013 | 1013 | ||
| 1014 | tty->driver_data = info; | ||
| 1014 | return tty_port_open(&info->port, tty, filp); | 1015 | return tty_port_open(&info->port, tty, filp); |
| 1015 | } | 1016 | } |
| 1016 | 1017 | ||
| @@ -1074,7 +1075,7 @@ static void mxser_close(struct tty_struct *tty, struct file *filp) | |||
| 1074 | struct mxser_port *info = tty->driver_data; | 1075 | struct mxser_port *info = tty->driver_data; |
| 1075 | struct tty_port *port = &info->port; | 1076 | struct tty_port *port = &info->port; |
| 1076 | 1077 | ||
| 1077 | if (tty->index == MXSER_PORTS) | 1078 | if (tty->index == MXSER_PORTS || info == NULL) |
| 1078 | return; | 1079 | return; |
| 1079 | if (tty_port_close_start(port, tty, filp) == 0) | 1080 | if (tty_port_close_start(port, tty, filp) == 0) |
| 1080 | return; | 1081 | return; |
diff --git a/drivers/char/pcmcia/cm4000_cs.c b/drivers/char/pcmcia/cm4000_cs.c index c9bc896d68af..90b199f97bec 100644 --- a/drivers/char/pcmcia/cm4000_cs.c +++ b/drivers/char/pcmcia/cm4000_cs.c | |||
| @@ -1026,14 +1026,16 @@ static ssize_t cmm_read(struct file *filp, __user char *buf, size_t count, | |||
| 1026 | 1026 | ||
| 1027 | xoutb(0, REG_FLAGS1(iobase)); /* clear detectCMM */ | 1027 | xoutb(0, REG_FLAGS1(iobase)); /* clear detectCMM */ |
| 1028 | /* last check before exit */ | 1028 | /* last check before exit */ |
| 1029 | if (!io_detect_cm4000(iobase, dev)) | 1029 | if (!io_detect_cm4000(iobase, dev)) { |
| 1030 | count = -ENODEV; | 1030 | rc = -ENODEV; |
| 1031 | goto release_io; | ||
| 1032 | } | ||
| 1031 | 1033 | ||
| 1032 | if (test_bit(IS_INVREV, &dev->flags) && count > 0) | 1034 | if (test_bit(IS_INVREV, &dev->flags) && count > 0) |
| 1033 | str_invert_revert(dev->rbuf, count); | 1035 | str_invert_revert(dev->rbuf, count); |
| 1034 | 1036 | ||
| 1035 | if (copy_to_user(buf, dev->rbuf, count)) | 1037 | if (copy_to_user(buf, dev->rbuf, count)) |
| 1036 | return -EFAULT; | 1038 | rc = -EFAULT; |
| 1037 | 1039 | ||
| 1038 | release_io: | 1040 | release_io: |
| 1039 | clear_bit(LOCK_IO, &dev->flags); | 1041 | clear_bit(LOCK_IO, &dev->flags); |
diff --git a/drivers/char/riscom8.c b/drivers/char/riscom8.c index 0a8d1e56c993..b02332a5412f 100644 --- a/drivers/char/riscom8.c +++ b/drivers/char/riscom8.c | |||
| @@ -909,6 +909,7 @@ static int rc_open(struct tty_struct *tty, struct file *filp) | |||
| 909 | if (error) | 909 | if (error) |
| 910 | return error; | 910 | return error; |
| 911 | 911 | ||
| 912 | tty->driver_data = port; | ||
| 912 | return tty_port_open(&port->port, tty, filp); | 913 | return tty_port_open(&port->port, tty, filp); |
| 913 | } | 914 | } |
| 914 | 915 | ||
diff --git a/drivers/char/stallion.c b/drivers/char/stallion.c index 0e511d61f544..6049fd731924 100644 --- a/drivers/char/stallion.c +++ b/drivers/char/stallion.c | |||
| @@ -724,7 +724,6 @@ static int stl_open(struct tty_struct *tty, struct file *filp) | |||
| 724 | { | 724 | { |
| 725 | struct stlport *portp; | 725 | struct stlport *portp; |
| 726 | struct stlbrd *brdp; | 726 | struct stlbrd *brdp; |
| 727 | struct tty_port *port; | ||
| 728 | unsigned int minordev, brdnr, panelnr; | 727 | unsigned int minordev, brdnr, panelnr; |
| 729 | int portnr; | 728 | int portnr; |
| 730 | 729 | ||
| @@ -754,7 +753,8 @@ static int stl_open(struct tty_struct *tty, struct file *filp) | |||
| 754 | portp = brdp->panels[panelnr]->ports[portnr]; | 753 | portp = brdp->panels[panelnr]->ports[portnr]; |
| 755 | if (portp == NULL) | 754 | if (portp == NULL) |
| 756 | return -ENODEV; | 755 | return -ENODEV; |
| 757 | port = &portp->port; | 756 | |
| 757 | tty->driver_data = portp; | ||
| 758 | return tty_port_open(&portp->port, tty, filp); | 758 | return tty_port_open(&portp->port, tty, filp); |
| 759 | 759 | ||
| 760 | } | 760 | } |
| @@ -841,7 +841,8 @@ static void stl_close(struct tty_struct *tty, struct file *filp) | |||
| 841 | pr_debug("stl_close(tty=%p,filp=%p)\n", tty, filp); | 841 | pr_debug("stl_close(tty=%p,filp=%p)\n", tty, filp); |
| 842 | 842 | ||
| 843 | portp = tty->driver_data; | 843 | portp = tty->driver_data; |
| 844 | BUG_ON(portp == NULL); | 844 | if(portp == NULL) |
| 845 | return; | ||
| 845 | tty_port_close(&portp->port, tty, filp); | 846 | tty_port_close(&portp->port, tty, filp); |
| 846 | } | 847 | } |
| 847 | 848 | ||
diff --git a/drivers/cpufreq/cpufreq.c b/drivers/cpufreq/cpufreq.c index 2d5d575e889d..75d293eeb3ee 100644 --- a/drivers/cpufreq/cpufreq.c +++ b/drivers/cpufreq/cpufreq.c | |||
| @@ -1113,6 +1113,8 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1113 | unsigned int cpu = sys_dev->id; | 1113 | unsigned int cpu = sys_dev->id; |
| 1114 | unsigned long flags; | 1114 | unsigned long flags; |
| 1115 | struct cpufreq_policy *data; | 1115 | struct cpufreq_policy *data; |
| 1116 | struct kobject *kobj; | ||
| 1117 | struct completion *cmp; | ||
| 1116 | #ifdef CONFIG_SMP | 1118 | #ifdef CONFIG_SMP |
| 1117 | struct sys_device *cpu_sys_dev; | 1119 | struct sys_device *cpu_sys_dev; |
| 1118 | unsigned int j; | 1120 | unsigned int j; |
| @@ -1141,10 +1143,11 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1141 | dprintk("removing link\n"); | 1143 | dprintk("removing link\n"); |
| 1142 | cpumask_clear_cpu(cpu, data->cpus); | 1144 | cpumask_clear_cpu(cpu, data->cpus); |
| 1143 | spin_unlock_irqrestore(&cpufreq_driver_lock, flags); | 1145 | spin_unlock_irqrestore(&cpufreq_driver_lock, flags); |
| 1144 | sysfs_remove_link(&sys_dev->kobj, "cpufreq"); | 1146 | kobj = &sys_dev->kobj; |
| 1145 | cpufreq_cpu_put(data); | 1147 | cpufreq_cpu_put(data); |
| 1146 | cpufreq_debug_enable_ratelimit(); | 1148 | cpufreq_debug_enable_ratelimit(); |
| 1147 | unlock_policy_rwsem_write(cpu); | 1149 | unlock_policy_rwsem_write(cpu); |
| 1150 | sysfs_remove_link(kobj, "cpufreq"); | ||
| 1148 | return 0; | 1151 | return 0; |
| 1149 | } | 1152 | } |
| 1150 | #endif | 1153 | #endif |
| @@ -1181,7 +1184,10 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1181 | data->governor->name, CPUFREQ_NAME_LEN); | 1184 | data->governor->name, CPUFREQ_NAME_LEN); |
| 1182 | #endif | 1185 | #endif |
| 1183 | cpu_sys_dev = get_cpu_sysdev(j); | 1186 | cpu_sys_dev = get_cpu_sysdev(j); |
| 1184 | sysfs_remove_link(&cpu_sys_dev->kobj, "cpufreq"); | 1187 | kobj = &cpu_sys_dev->kobj; |
| 1188 | unlock_policy_rwsem_write(cpu); | ||
| 1189 | sysfs_remove_link(kobj, "cpufreq"); | ||
| 1190 | lock_policy_rwsem_write(cpu); | ||
| 1185 | cpufreq_cpu_put(data); | 1191 | cpufreq_cpu_put(data); |
| 1186 | } | 1192 | } |
| 1187 | } | 1193 | } |
| @@ -1192,19 +1198,22 @@ static int __cpufreq_remove_dev(struct sys_device *sys_dev) | |||
| 1192 | if (cpufreq_driver->target) | 1198 | if (cpufreq_driver->target) |
| 1193 | __cpufreq_governor(data, CPUFREQ_GOV_STOP); | 1199 | __cpufreq_governor(data, CPUFREQ_GOV_STOP); |
| 1194 | 1200 | ||
| 1195 | kobject_put(&data->kobj); | 1201 | kobj = &data->kobj; |
| 1202 | cmp = &data->kobj_unregister; | ||
| 1203 | unlock_policy_rwsem_write(cpu); | ||
| 1204 | kobject_put(kobj); | ||
| 1196 | 1205 | ||
| 1197 | /* we need to make sure that the underlying kobj is actually | 1206 | /* we need to make sure that the underlying kobj is actually |
| 1198 | * not referenced anymore by anybody before we proceed with | 1207 | * not referenced anymore by anybody before we proceed with |
| 1199 | * unloading. | 1208 | * unloading. |
| 1200 | */ | 1209 | */ |
| 1201 | dprintk("waiting for dropping of refcount\n"); | 1210 | dprintk("waiting for dropping of refcount\n"); |
| 1202 | wait_for_completion(&data->kobj_unregister); | 1211 | wait_for_completion(cmp); |
| 1203 | dprintk("wait complete\n"); | 1212 | dprintk("wait complete\n"); |
| 1204 | 1213 | ||
| 1214 | lock_policy_rwsem_write(cpu); | ||
| 1205 | if (cpufreq_driver->exit) | 1215 | if (cpufreq_driver->exit) |
| 1206 | cpufreq_driver->exit(data); | 1216 | cpufreq_driver->exit(data); |
| 1207 | |||
| 1208 | unlock_policy_rwsem_write(cpu); | 1217 | unlock_policy_rwsem_write(cpu); |
| 1209 | 1218 | ||
| 1210 | free_cpumask_var(data->related_cpus); | 1219 | free_cpumask_var(data->related_cpus); |
diff --git a/drivers/cpufreq/cpufreq_conservative.c b/drivers/cpufreq/cpufreq_conservative.c index 599a40b25cb0..3a147874a465 100644 --- a/drivers/cpufreq/cpufreq_conservative.c +++ b/drivers/cpufreq/cpufreq_conservative.c | |||
| @@ -444,6 +444,7 @@ static struct attribute_group dbs_attr_group_old = { | |||
| 444 | static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) | 444 | static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) |
| 445 | { | 445 | { |
| 446 | unsigned int load = 0; | 446 | unsigned int load = 0; |
| 447 | unsigned int max_load = 0; | ||
| 447 | unsigned int freq_target; | 448 | unsigned int freq_target; |
| 448 | 449 | ||
| 449 | struct cpufreq_policy *policy; | 450 | struct cpufreq_policy *policy; |
| @@ -501,6 +502,9 @@ static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) | |||
| 501 | continue; | 502 | continue; |
| 502 | 503 | ||
| 503 | load = 100 * (wall_time - idle_time) / wall_time; | 504 | load = 100 * (wall_time - idle_time) / wall_time; |
| 505 | |||
| 506 | if (load > max_load) | ||
| 507 | max_load = load; | ||
| 504 | } | 508 | } |
| 505 | 509 | ||
| 506 | /* | 510 | /* |
| @@ -511,7 +515,7 @@ static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) | |||
| 511 | return; | 515 | return; |
| 512 | 516 | ||
| 513 | /* Check for frequency increase */ | 517 | /* Check for frequency increase */ |
| 514 | if (load > dbs_tuners_ins.up_threshold) { | 518 | if (max_load > dbs_tuners_ins.up_threshold) { |
| 515 | this_dbs_info->down_skip = 0; | 519 | this_dbs_info->down_skip = 0; |
| 516 | 520 | ||
| 517 | /* if we are already at full speed then break out early */ | 521 | /* if we are already at full speed then break out early */ |
| @@ -538,7 +542,7 @@ static void dbs_check_cpu(struct cpu_dbs_info_s *this_dbs_info) | |||
| 538 | * can support the current CPU usage without triggering the up | 542 | * can support the current CPU usage without triggering the up |
| 539 | * policy. To be safe, we focus 10 points under the threshold. | 543 | * policy. To be safe, we focus 10 points under the threshold. |
| 540 | */ | 544 | */ |
| 541 | if (load < (dbs_tuners_ins.down_threshold - 10)) { | 545 | if (max_load < (dbs_tuners_ins.down_threshold - 10)) { |
| 542 | freq_target = (dbs_tuners_ins.freq_step * policy->max) / 100; | 546 | freq_target = (dbs_tuners_ins.freq_step * policy->max) / 100; |
| 543 | 547 | ||
| 544 | this_dbs_info->requested_freq -= freq_target; | 548 | this_dbs_info->requested_freq -= freq_target; |
diff --git a/drivers/dma/txx9dmac.c b/drivers/dma/txx9dmac.c index 3ebc61067e54..75fcf1ac8bb7 100644 --- a/drivers/dma/txx9dmac.c +++ b/drivers/dma/txx9dmac.c | |||
| @@ -1359,3 +1359,5 @@ module_exit(txx9dmac_exit); | |||
| 1359 | MODULE_LICENSE("GPL"); | 1359 | MODULE_LICENSE("GPL"); |
| 1360 | MODULE_DESCRIPTION("TXx9 DMA Controller driver"); | 1360 | MODULE_DESCRIPTION("TXx9 DMA Controller driver"); |
| 1361 | MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>"); | 1361 | MODULE_AUTHOR("Atsushi Nemoto <anemo@mba.ocn.ne.jp>"); |
| 1362 | MODULE_ALIAS("platform:txx9dmac"); | ||
| 1363 | MODULE_ALIAS("platform:txx9dmac-chan"); | ||
diff --git a/drivers/edac/edac_mce_amd.c b/drivers/edac/edac_mce_amd.c index f5b6d9fe4def..97e64bcdbc06 100644 --- a/drivers/edac/edac_mce_amd.c +++ b/drivers/edac/edac_mce_amd.c | |||
| @@ -294,7 +294,6 @@ wrong_ls_mce: | |||
| 294 | void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) | 294 | void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) |
| 295 | { | 295 | { |
| 296 | u32 ec = ERROR_CODE(regs->nbsl); | 296 | u32 ec = ERROR_CODE(regs->nbsl); |
| 297 | u32 xec = EXT_ERROR_CODE(regs->nbsl); | ||
| 298 | 297 | ||
| 299 | if (!handle_errors) | 298 | if (!handle_errors) |
| 300 | return; | 299 | return; |
| @@ -324,7 +323,7 @@ void amd_decode_nb_mce(int node_id, struct err_regs *regs, int handle_errors) | |||
| 324 | pr_cont("\n"); | 323 | pr_cont("\n"); |
| 325 | } | 324 | } |
| 326 | 325 | ||
| 327 | pr_emerg("%s.\n", EXT_ERR_MSG(xec)); | 326 | pr_emerg("%s.\n", EXT_ERR_MSG(regs->nbsl)); |
| 328 | 327 | ||
| 329 | if (BUS_ERROR(ec) && nb_bus_decoder) | 328 | if (BUS_ERROR(ec) && nb_bus_decoder) |
| 330 | nb_bus_decoder(node_id, regs); | 329 | nb_bus_decoder(node_id, regs); |
| @@ -374,7 +373,7 @@ static int amd_decode_mce(struct notifier_block *nb, unsigned long val, | |||
| 374 | ((m->status & MCI_STATUS_PCC) ? "yes" : "no")); | 373 | ((m->status & MCI_STATUS_PCC) ? "yes" : "no")); |
| 375 | 374 | ||
| 376 | /* do the two bits[14:13] together */ | 375 | /* do the two bits[14:13] together */ |
| 377 | ecc = m->status & (3ULL << 45); | 376 | ecc = (m->status >> 45) & 0x3; |
| 378 | if (ecc) | 377 | if (ecc) |
| 379 | pr_cont(", %sECC Error", ((ecc == 2) ? "C" : "U")); | 378 | pr_cont(", %sECC Error", ((ecc == 2) ? "C" : "U")); |
| 380 | 379 | ||
diff --git a/drivers/firewire/core-iso.c b/drivers/firewire/core-iso.c index 3784a47865b7..8f5aebfb29df 100644 --- a/drivers/firewire/core-iso.c +++ b/drivers/firewire/core-iso.c | |||
| @@ -190,7 +190,7 @@ static int manage_bandwidth(struct fw_card *card, int irm_id, int generation, | |||
| 190 | for (try = 0; try < 5; try++) { | 190 | for (try = 0; try < 5; try++) { |
| 191 | new = allocate ? old - bandwidth : old + bandwidth; | 191 | new = allocate ? old - bandwidth : old + bandwidth; |
| 192 | if (new < 0 || new > BANDWIDTH_AVAILABLE_INITIAL) | 192 | if (new < 0 || new > BANDWIDTH_AVAILABLE_INITIAL) |
| 193 | break; | 193 | return -EBUSY; |
| 194 | 194 | ||
| 195 | data[0] = cpu_to_be32(old); | 195 | data[0] = cpu_to_be32(old); |
| 196 | data[1] = cpu_to_be32(new); | 196 | data[1] = cpu_to_be32(new); |
| @@ -218,7 +218,7 @@ static int manage_channel(struct fw_card *card, int irm_id, int generation, | |||
| 218 | u32 channels_mask, u64 offset, bool allocate, __be32 data[2]) | 218 | u32 channels_mask, u64 offset, bool allocate, __be32 data[2]) |
| 219 | { | 219 | { |
| 220 | __be32 c, all, old; | 220 | __be32 c, all, old; |
| 221 | int i, retry = 5; | 221 | int i, ret = -EIO, retry = 5; |
| 222 | 222 | ||
| 223 | old = all = allocate ? cpu_to_be32(~0) : 0; | 223 | old = all = allocate ? cpu_to_be32(~0) : 0; |
| 224 | 224 | ||
| @@ -226,6 +226,8 @@ static int manage_channel(struct fw_card *card, int irm_id, int generation, | |||
| 226 | if (!(channels_mask & 1 << i)) | 226 | if (!(channels_mask & 1 << i)) |
| 227 | continue; | 227 | continue; |
| 228 | 228 | ||
| 229 | ret = -EBUSY; | ||
| 230 | |||
| 229 | c = cpu_to_be32(1 << (31 - i)); | 231 | c = cpu_to_be32(1 << (31 - i)); |
| 230 | if ((old & c) != (all & c)) | 232 | if ((old & c) != (all & c)) |
| 231 | continue; | 233 | continue; |
| @@ -251,12 +253,16 @@ static int manage_channel(struct fw_card *card, int irm_id, int generation, | |||
| 251 | 253 | ||
| 252 | /* 1394-1995 IRM, fall through to retry. */ | 254 | /* 1394-1995 IRM, fall through to retry. */ |
| 253 | default: | 255 | default: |
| 254 | if (retry--) | 256 | if (retry) { |
| 257 | retry--; | ||
| 255 | i--; | 258 | i--; |
| 259 | } else { | ||
| 260 | ret = -EIO; | ||
| 261 | } | ||
| 256 | } | 262 | } |
| 257 | } | 263 | } |
| 258 | 264 | ||
| 259 | return -EIO; | 265 | return ret; |
| 260 | } | 266 | } |
| 261 | 267 | ||
| 262 | static void deallocate_channel(struct fw_card *card, int irm_id, | 268 | static void deallocate_channel(struct fw_card *card, int irm_id, |
diff --git a/drivers/firewire/ohci.c b/drivers/firewire/ohci.c index 0cf4d7f562c5..94b16e0340ae 100644 --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c | |||
| @@ -1158,7 +1158,7 @@ static void handle_local_lock(struct fw_ohci *ohci, | |||
| 1158 | struct fw_packet *packet, u32 csr) | 1158 | struct fw_packet *packet, u32 csr) |
| 1159 | { | 1159 | { |
| 1160 | struct fw_packet response; | 1160 | struct fw_packet response; |
| 1161 | int tcode, length, ext_tcode, sel; | 1161 | int tcode, length, ext_tcode, sel, try; |
| 1162 | __be32 *payload, lock_old; | 1162 | __be32 *payload, lock_old; |
| 1163 | u32 lock_arg, lock_data; | 1163 | u32 lock_arg, lock_data; |
| 1164 | 1164 | ||
| @@ -1185,21 +1185,26 @@ static void handle_local_lock(struct fw_ohci *ohci, | |||
| 1185 | reg_write(ohci, OHCI1394_CSRCompareData, lock_arg); | 1185 | reg_write(ohci, OHCI1394_CSRCompareData, lock_arg); |
| 1186 | reg_write(ohci, OHCI1394_CSRControl, sel); | 1186 | reg_write(ohci, OHCI1394_CSRControl, sel); |
| 1187 | 1187 | ||
| 1188 | if (reg_read(ohci, OHCI1394_CSRControl) & 0x80000000) | 1188 | for (try = 0; try < 20; try++) |
| 1189 | lock_old = cpu_to_be32(reg_read(ohci, OHCI1394_CSRData)); | 1189 | if (reg_read(ohci, OHCI1394_CSRControl) & 0x80000000) { |
| 1190 | else | 1190 | lock_old = cpu_to_be32(reg_read(ohci, |
| 1191 | fw_notify("swap not done yet\n"); | 1191 | OHCI1394_CSRData)); |
| 1192 | fw_fill_response(&response, packet->header, | ||
| 1193 | RCODE_COMPLETE, | ||
| 1194 | &lock_old, sizeof(lock_old)); | ||
| 1195 | goto out; | ||
| 1196 | } | ||
| 1197 | |||
| 1198 | fw_error("swap not done (CSR lock timeout)\n"); | ||
| 1199 | fw_fill_response(&response, packet->header, RCODE_BUSY, NULL, 0); | ||
| 1192 | 1200 | ||
| 1193 | fw_fill_response(&response, packet->header, | ||
| 1194 | RCODE_COMPLETE, &lock_old, sizeof(lock_old)); | ||
| 1195 | out: | 1201 | out: |
| 1196 | fw_core_handle_response(&ohci->card, &response); | 1202 | fw_core_handle_response(&ohci->card, &response); |
| 1197 | } | 1203 | } |
| 1198 | 1204 | ||
| 1199 | static void handle_local_request(struct context *ctx, struct fw_packet *packet) | 1205 | static void handle_local_request(struct context *ctx, struct fw_packet *packet) |
| 1200 | { | 1206 | { |
| 1201 | u64 offset; | 1207 | u64 offset, csr; |
| 1202 | u32 csr; | ||
| 1203 | 1208 | ||
| 1204 | if (ctx == &ctx->ohci->at_request_ctx) { | 1209 | if (ctx == &ctx->ohci->at_request_ctx) { |
| 1205 | packet->ack = ACK_PENDING; | 1210 | packet->ack = ACK_PENDING; |
diff --git a/drivers/gpio/gpiolib.c b/drivers/gpio/gpiolib.c index 76be229c814d..eb0c3fe44b29 100644 --- a/drivers/gpio/gpiolib.c +++ b/drivers/gpio/gpiolib.c | |||
| @@ -416,7 +416,8 @@ static int gpio_setup_irq(struct gpio_desc *desc, struct device *dev, | |||
| 416 | return 0; | 416 | return 0; |
| 417 | 417 | ||
| 418 | free_sd: | 418 | free_sd: |
| 419 | sysfs_put(pdesc->value_sd); | 419 | if (pdesc) |
| 420 | sysfs_put(pdesc->value_sd); | ||
| 420 | free_id: | 421 | free_id: |
| 421 | idr_remove(&pdesc_idr, id); | 422 | idr_remove(&pdesc_idr, id); |
| 422 | desc->flags &= GPIO_FLAGS_MASK; | 423 | desc->flags &= GPIO_FLAGS_MASK; |
diff --git a/drivers/gpio/pca953x.c b/drivers/gpio/pca953x.c index 7d521e1d17e1..b827c976dc62 100644 --- a/drivers/gpio/pca953x.c +++ b/drivers/gpio/pca953x.c | |||
| @@ -252,6 +252,18 @@ static void pca953x_irq_bus_lock(unsigned int irq) | |||
| 252 | static void pca953x_irq_bus_sync_unlock(unsigned int irq) | 252 | static void pca953x_irq_bus_sync_unlock(unsigned int irq) |
| 253 | { | 253 | { |
| 254 | struct pca953x_chip *chip = get_irq_chip_data(irq); | 254 | struct pca953x_chip *chip = get_irq_chip_data(irq); |
| 255 | uint16_t new_irqs; | ||
| 256 | uint16_t level; | ||
| 257 | |||
| 258 | /* Look for any newly setup interrupt */ | ||
| 259 | new_irqs = chip->irq_trig_fall | chip->irq_trig_raise; | ||
| 260 | new_irqs &= ~chip->reg_direction; | ||
| 261 | |||
| 262 | while (new_irqs) { | ||
| 263 | level = __ffs(new_irqs); | ||
| 264 | pca953x_gpio_direction_input(&chip->gpio_chip, level); | ||
| 265 | new_irqs &= ~(1 << level); | ||
| 266 | } | ||
| 255 | 267 | ||
| 256 | mutex_unlock(&chip->irq_lock); | 268 | mutex_unlock(&chip->irq_lock); |
| 257 | } | 269 | } |
| @@ -278,7 +290,7 @@ static int pca953x_irq_set_type(unsigned int irq, unsigned int type) | |||
| 278 | else | 290 | else |
| 279 | chip->irq_trig_raise &= ~mask; | 291 | chip->irq_trig_raise &= ~mask; |
| 280 | 292 | ||
| 281 | return pca953x_gpio_direction_input(&chip->gpio_chip, level); | 293 | return 0; |
| 282 | } | 294 | } |
| 283 | 295 | ||
| 284 | static struct irq_chip pca953x_irq_chip = { | 296 | static struct irq_chip pca953x_irq_chip = { |
diff --git a/drivers/gpio/pl061.c b/drivers/gpio/pl061.c index 5ad8f778ced4..105701a1f05b 100644 --- a/drivers/gpio/pl061.c +++ b/drivers/gpio/pl061.c | |||
| @@ -91,6 +91,12 @@ static int pl061_direction_output(struct gpio_chip *gc, unsigned offset, | |||
| 91 | gpiodir = readb(chip->base + GPIODIR); | 91 | gpiodir = readb(chip->base + GPIODIR); |
| 92 | gpiodir |= 1 << offset; | 92 | gpiodir |= 1 << offset; |
| 93 | writeb(gpiodir, chip->base + GPIODIR); | 93 | writeb(gpiodir, chip->base + GPIODIR); |
| 94 | |||
| 95 | /* | ||
| 96 | * gpio value is set again, because pl061 doesn't allow to set value of | ||
| 97 | * a gpio pin before configuring it in OUT mode. | ||
| 98 | */ | ||
| 99 | writeb(!!value << offset, chip->base + (1 << (offset + 2))); | ||
| 94 | spin_unlock_irqrestore(&chip->lock, flags); | 100 | spin_unlock_irqrestore(&chip->lock, flags); |
| 95 | 101 | ||
| 96 | return 0; | 102 | return 0; |
| @@ -183,7 +189,7 @@ static int pl061_irq_type(unsigned irq, unsigned trigger) | |||
| 183 | gpioibe &= ~(1 << offset); | 189 | gpioibe &= ~(1 << offset); |
| 184 | if (trigger & IRQ_TYPE_EDGE_RISING) | 190 | if (trigger & IRQ_TYPE_EDGE_RISING) |
| 185 | gpioiev |= 1 << offset; | 191 | gpioiev |= 1 << offset; |
| 186 | else | 192 | else if (trigger & IRQ_TYPE_EDGE_FALLING) |
| 187 | gpioiev &= ~(1 << offset); | 193 | gpioiev &= ~(1 << offset); |
| 188 | } | 194 | } |
| 189 | writeb(gpioibe, chip->base + GPIOIBE); | 195 | writeb(gpioibe, chip->base + GPIOIBE); |
| @@ -204,7 +210,7 @@ static struct irq_chip pl061_irqchip = { | |||
| 204 | 210 | ||
| 205 | static void pl061_irq_handler(unsigned irq, struct irq_desc *desc) | 211 | static void pl061_irq_handler(unsigned irq, struct irq_desc *desc) |
| 206 | { | 212 | { |
| 207 | struct list_head *chip_list = get_irq_chip_data(irq); | 213 | struct list_head *chip_list = get_irq_data(irq); |
| 208 | struct list_head *ptr; | 214 | struct list_head *ptr; |
| 209 | struct pl061_gpio *chip; | 215 | struct pl061_gpio *chip; |
| 210 | 216 | ||
| @@ -297,9 +303,9 @@ static int __init pl061_probe(struct amba_device *dev, struct amba_id *id) | |||
| 297 | goto iounmap; | 303 | goto iounmap; |
| 298 | } | 304 | } |
| 299 | INIT_LIST_HEAD(chip_list); | 305 | INIT_LIST_HEAD(chip_list); |
| 300 | set_irq_chip_data(irq, chip_list); | 306 | set_irq_data(irq, chip_list); |
| 301 | } else | 307 | } else |
| 302 | chip_list = get_irq_chip_data(irq); | 308 | chip_list = get_irq_data(irq); |
| 303 | list_add(&chip->list, chip_list); | 309 | list_add(&chip->list, chip_list); |
| 304 | 310 | ||
| 305 | for (i = 0; i < PL061_GPIO_NR; i++) { | 311 | for (i = 0; i < PL061_GPIO_NR; i++) { |
diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 3bd872761567..a263b7070fc6 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/drm_irq.c | |||
| @@ -476,6 +476,7 @@ void drm_vblank_off(struct drm_device *dev, int crtc) | |||
| 476 | unsigned long irqflags; | 476 | unsigned long irqflags; |
| 477 | 477 | ||
| 478 | spin_lock_irqsave(&dev->vbl_lock, irqflags); | 478 | spin_lock_irqsave(&dev->vbl_lock, irqflags); |
| 479 | dev->driver->disable_vblank(dev, crtc); | ||
| 479 | DRM_WAKEUP(&dev->vbl_queue[crtc]); | 480 | DRM_WAKEUP(&dev->vbl_queue[crtc]); |
| 480 | dev->vblank_enabled[crtc] = 0; | 481 | dev->vblank_enabled[crtc] = 0; |
| 481 | dev->last_vblank[crtc] = dev->driver->get_vblank_counter(dev, crtc); | 482 | dev->last_vblank[crtc] = dev->driver->get_vblank_counter(dev, crtc); |
diff --git a/drivers/gpu/drm/drm_memory.c b/drivers/gpu/drm/drm_memory.c index e4865f99989c..7732268eced2 100644 --- a/drivers/gpu/drm/drm_memory.c +++ b/drivers/gpu/drm/drm_memory.c | |||
| @@ -77,7 +77,7 @@ static void *agp_remap(unsigned long offset, unsigned long size, | |||
| 77 | && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= | 77 | && (agpmem->bound + (agpmem->pages << PAGE_SHIFT)) >= |
| 78 | (offset + size)) | 78 | (offset + size)) |
| 79 | break; | 79 | break; |
| 80 | if (!agpmem) | 80 | if (&agpmem->head == &dev->agp->memory) |
| 81 | return NULL; | 81 | return NULL; |
| 82 | 82 | ||
| 83 | /* | 83 | /* |
diff --git a/drivers/gpu/drm/drm_stub.c b/drivers/gpu/drm/drm_stub.c index b743411d8144..a0c365f2e521 100644 --- a/drivers/gpu/drm/drm_stub.c +++ b/drivers/gpu/drm/drm_stub.c | |||
| @@ -516,8 +516,6 @@ void drm_put_dev(struct drm_device *dev) | |||
| 516 | } | 516 | } |
| 517 | driver = dev->driver; | 517 | driver = dev->driver; |
| 518 | 518 | ||
| 519 | drm_vblank_cleanup(dev); | ||
| 520 | |||
| 521 | drm_lastclose(dev); | 519 | drm_lastclose(dev); |
| 522 | 520 | ||
| 523 | if (drm_core_has_MTRR(dev) && drm_core_has_AGP(dev) && | 521 | if (drm_core_has_MTRR(dev) && drm_core_has_AGP(dev) && |
| @@ -537,6 +535,8 @@ void drm_put_dev(struct drm_device *dev) | |||
| 537 | dev->agp = NULL; | 535 | dev->agp = NULL; |
| 538 | } | 536 | } |
| 539 | 537 | ||
| 538 | drm_vblank_cleanup(dev); | ||
| 539 | |||
| 540 | list_for_each_entry_safe(r_list, list_temp, &dev->maplist, head) | 540 | list_for_each_entry_safe(r_list, list_temp, &dev->maplist, head) |
| 541 | drm_rmmap(dev, r_list->map); | 541 | drm_rmmap(dev, r_list->map); |
| 542 | drm_ht_remove(&dev->map_hash); | 542 | drm_ht_remove(&dev->map_hash); |
diff --git a/drivers/gpu/drm/drm_sysfs.c b/drivers/gpu/drm/drm_sysfs.c index 49daf37e5043..3a3a451d0bf8 100644 --- a/drivers/gpu/drm/drm_sysfs.c +++ b/drivers/gpu/drm/drm_sysfs.c | |||
| @@ -354,7 +354,10 @@ static struct bin_attribute edid_attr = { | |||
| 354 | int drm_sysfs_connector_add(struct drm_connector *connector) | 354 | int drm_sysfs_connector_add(struct drm_connector *connector) |
| 355 | { | 355 | { |
| 356 | struct drm_device *dev = connector->dev; | 356 | struct drm_device *dev = connector->dev; |
| 357 | int ret = 0, i, j; | 357 | int attr_cnt = 0; |
| 358 | int opt_cnt = 0; | ||
| 359 | int i; | ||
| 360 | int ret = 0; | ||
| 358 | 361 | ||
| 359 | /* We shouldn't get called more than once for the same connector */ | 362 | /* We shouldn't get called more than once for the same connector */ |
| 360 | BUG_ON(device_is_registered(&connector->kdev)); | 363 | BUG_ON(device_is_registered(&connector->kdev)); |
| @@ -377,8 +380,8 @@ int drm_sysfs_connector_add(struct drm_connector *connector) | |||
| 377 | 380 | ||
| 378 | /* Standard attributes */ | 381 | /* Standard attributes */ |
| 379 | 382 | ||
| 380 | for (i = 0; i < ARRAY_SIZE(connector_attrs); i++) { | 383 | for (attr_cnt = 0; attr_cnt < ARRAY_SIZE(connector_attrs); attr_cnt++) { |
| 381 | ret = device_create_file(&connector->kdev, &connector_attrs[i]); | 384 | ret = device_create_file(&connector->kdev, &connector_attrs[attr_cnt]); |
| 382 | if (ret) | 385 | if (ret) |
| 383 | goto err_out_files; | 386 | goto err_out_files; |
| 384 | } | 387 | } |
| @@ -394,8 +397,8 @@ int drm_sysfs_connector_add(struct drm_connector *connector) | |||
| 394 | case DRM_MODE_CONNECTOR_SVIDEO: | 397 | case DRM_MODE_CONNECTOR_SVIDEO: |
| 395 | case DRM_MODE_CONNECTOR_Component: | 398 | case DRM_MODE_CONNECTOR_Component: |
| 396 | case DRM_MODE_CONNECTOR_TV: | 399 | case DRM_MODE_CONNECTOR_TV: |
| 397 | for (i = 0; i < ARRAY_SIZE(connector_attrs_opt1); i++) { | 400 | for (opt_cnt = 0; opt_cnt < ARRAY_SIZE(connector_attrs_opt1); opt_cnt++) { |
| 398 | ret = device_create_file(&connector->kdev, &connector_attrs_opt1[i]); | 401 | ret = device_create_file(&connector->kdev, &connector_attrs_opt1[opt_cnt]); |
| 399 | if (ret) | 402 | if (ret) |
| 400 | goto err_out_files; | 403 | goto err_out_files; |
| 401 | } | 404 | } |
| @@ -414,10 +417,10 @@ int drm_sysfs_connector_add(struct drm_connector *connector) | |||
| 414 | return 0; | 417 | return 0; |
| 415 | 418 | ||
| 416 | err_out_files: | 419 | err_out_files: |
| 417 | if (i > 0) | 420 | for (i = 0; i < opt_cnt; i++) |
| 418 | for (j = 0; j < i; j++) | 421 | device_remove_file(&connector->kdev, &connector_attrs_opt1[i]); |
| 419 | device_remove_file(&connector->kdev, | 422 | for (i = 0; i < attr_cnt; i++) |
| 420 | &connector_attrs[i]); | 423 | device_remove_file(&connector->kdev, &connector_attrs[i]); |
| 421 | device_unregister(&connector->kdev); | 424 | device_unregister(&connector->kdev); |
| 422 | 425 | ||
| 423 | out: | 426 | out: |
diff --git a/drivers/gpu/drm/i915/i915_dma.c b/drivers/gpu/drm/i915/i915_dma.c index bf7d601fc37d..851a2f8ed6e6 100644 --- a/drivers/gpu/drm/i915/i915_dma.c +++ b/drivers/gpu/drm/i915/i915_dma.c | |||
| @@ -1358,17 +1358,29 @@ static void i915_setup_compression(struct drm_device *dev, int size) | |||
| 1358 | dev_priv->cfb_size = size; | 1358 | dev_priv->cfb_size = size; |
| 1359 | 1359 | ||
| 1360 | intel_disable_fbc(dev); | 1360 | intel_disable_fbc(dev); |
| 1361 | dev_priv->compressed_fb = compressed_fb; | ||
| 1362 | |||
| 1361 | if (IS_GM45(dev)) { | 1363 | if (IS_GM45(dev)) { |
| 1362 | I915_WRITE(DPFC_CB_BASE, compressed_fb->start); | 1364 | I915_WRITE(DPFC_CB_BASE, compressed_fb->start); |
| 1363 | } else { | 1365 | } else { |
| 1364 | I915_WRITE(FBC_CFB_BASE, cfb_base); | 1366 | I915_WRITE(FBC_CFB_BASE, cfb_base); |
| 1365 | I915_WRITE(FBC_LL_BASE, ll_base); | 1367 | I915_WRITE(FBC_LL_BASE, ll_base); |
| 1368 | dev_priv->compressed_llb = compressed_llb; | ||
| 1366 | } | 1369 | } |
| 1367 | 1370 | ||
| 1368 | DRM_DEBUG("FBC base 0x%08lx, ll base 0x%08lx, size %dM\n", cfb_base, | 1371 | DRM_DEBUG("FBC base 0x%08lx, ll base 0x%08lx, size %dM\n", cfb_base, |
| 1369 | ll_base, size >> 20); | 1372 | ll_base, size >> 20); |
| 1370 | } | 1373 | } |
| 1371 | 1374 | ||
| 1375 | static void i915_cleanup_compression(struct drm_device *dev) | ||
| 1376 | { | ||
| 1377 | struct drm_i915_private *dev_priv = dev->dev_private; | ||
| 1378 | |||
| 1379 | drm_mm_put_block(dev_priv->compressed_fb); | ||
| 1380 | if (!IS_GM45(dev)) | ||
| 1381 | drm_mm_put_block(dev_priv->compressed_llb); | ||
| 1382 | } | ||
| 1383 | |||
| 1372 | /* true = enable decode, false = disable decoder */ | 1384 | /* true = enable decode, false = disable decoder */ |
| 1373 | static unsigned int i915_vga_set_decode(void *cookie, bool state) | 1385 | static unsigned int i915_vga_set_decode(void *cookie, bool state) |
| 1374 | { | 1386 | { |
| @@ -1788,6 +1800,8 @@ int i915_driver_unload(struct drm_device *dev) | |||
| 1788 | mutex_lock(&dev->struct_mutex); | 1800 | mutex_lock(&dev->struct_mutex); |
| 1789 | i915_gem_cleanup_ringbuffer(dev); | 1801 | i915_gem_cleanup_ringbuffer(dev); |
| 1790 | mutex_unlock(&dev->struct_mutex); | 1802 | mutex_unlock(&dev->struct_mutex); |
| 1803 | if (I915_HAS_FBC(dev) && i915_powersave) | ||
| 1804 | i915_cleanup_compression(dev); | ||
| 1791 | drm_mm_takedown(&dev_priv->vram); | 1805 | drm_mm_takedown(&dev_priv->vram); |
| 1792 | i915_gem_lastclose(dev); | 1806 | i915_gem_lastclose(dev); |
| 1793 | 1807 | ||
diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915/i915_drv.c index 01e91ea5bdea..5c51e45ab68d 100644 --- a/drivers/gpu/drm/i915/i915_drv.c +++ b/drivers/gpu/drm/i915/i915_drv.c | |||
| @@ -69,7 +69,8 @@ const static struct intel_device_info intel_845g_info = { | |||
| 69 | }; | 69 | }; |
| 70 | 70 | ||
| 71 | const static struct intel_device_info intel_i85x_info = { | 71 | const static struct intel_device_info intel_i85x_info = { |
| 72 | .is_i8xx = 1, .is_mobile = 1, .cursor_needs_physical = 1, | 72 | .is_i8xx = 1, .is_i85x = 1, .is_mobile = 1, |
| 73 | .cursor_needs_physical = 1, | ||
| 73 | }; | 74 | }; |
| 74 | 75 | ||
| 75 | const static struct intel_device_info intel_i865g_info = { | 76 | const static struct intel_device_info intel_i865g_info = { |
| @@ -151,7 +152,7 @@ const static struct pci_device_id pciidlist[] = { | |||
| 151 | INTEL_VGA_DEVICE(0x3577, &intel_i830_info), | 152 | INTEL_VGA_DEVICE(0x3577, &intel_i830_info), |
| 152 | INTEL_VGA_DEVICE(0x2562, &intel_845g_info), | 153 | INTEL_VGA_DEVICE(0x2562, &intel_845g_info), |
| 153 | INTEL_VGA_DEVICE(0x3582, &intel_i85x_info), | 154 | INTEL_VGA_DEVICE(0x3582, &intel_i85x_info), |
| 154 | INTEL_VGA_DEVICE(0x35e8, &intel_i85x_info), | 155 | INTEL_VGA_DEVICE(0x358e, &intel_i85x_info), |
| 155 | INTEL_VGA_DEVICE(0x2572, &intel_i865g_info), | 156 | INTEL_VGA_DEVICE(0x2572, &intel_i865g_info), |
| 156 | INTEL_VGA_DEVICE(0x2582, &intel_i915g_info), | 157 | INTEL_VGA_DEVICE(0x2582, &intel_i915g_info), |
| 157 | INTEL_VGA_DEVICE(0x258a, &intel_i915g_info), | 158 | INTEL_VGA_DEVICE(0x258a, &intel_i915g_info), |
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h index c06d203b709b..bf11ad9998db 100644 --- a/drivers/gpu/drm/i915/i915_drv.h +++ b/drivers/gpu/drm/i915/i915_drv.h | |||
| @@ -195,6 +195,7 @@ struct intel_overlay; | |||
| 195 | struct intel_device_info { | 195 | struct intel_device_info { |
| 196 | u8 is_mobile : 1; | 196 | u8 is_mobile : 1; |
| 197 | u8 is_i8xx : 1; | 197 | u8 is_i8xx : 1; |
| 198 | u8 is_i85x : 1; | ||
| 198 | u8 is_i915g : 1; | 199 | u8 is_i915g : 1; |
| 199 | u8 is_i9xx : 1; | 200 | u8 is_i9xx : 1; |
| 200 | u8 is_i945gm : 1; | 201 | u8 is_i945gm : 1; |
| @@ -242,11 +243,14 @@ typedef struct drm_i915_private { | |||
| 242 | 243 | ||
| 243 | drm_dma_handle_t *status_page_dmah; | 244 | drm_dma_handle_t *status_page_dmah; |
| 244 | void *hw_status_page; | 245 | void *hw_status_page; |
| 246 | void *seqno_page; | ||
| 245 | dma_addr_t dma_status_page; | 247 | dma_addr_t dma_status_page; |
| 246 | uint32_t counter; | 248 | uint32_t counter; |
| 247 | unsigned int status_gfx_addr; | 249 | unsigned int status_gfx_addr; |
| 250 | unsigned int seqno_gfx_addr; | ||
| 248 | drm_local_map_t hws_map; | 251 | drm_local_map_t hws_map; |
| 249 | struct drm_gem_object *hws_obj; | 252 | struct drm_gem_object *hws_obj; |
| 253 | struct drm_gem_object *seqno_obj; | ||
| 250 | struct drm_gem_object *pwrctx; | 254 | struct drm_gem_object *pwrctx; |
| 251 | 255 | ||
| 252 | struct resource mch_res; | 256 | struct resource mch_res; |
| @@ -641,6 +645,9 @@ typedef struct drm_i915_private { | |||
| 641 | 645 | ||
| 642 | enum no_fbc_reason no_fbc_reason; | 646 | enum no_fbc_reason no_fbc_reason; |
| 643 | 647 | ||
| 648 | struct drm_mm_node *compressed_fb; | ||
| 649 | struct drm_mm_node *compressed_llb; | ||
| 650 | |||
| 644 | /* list of fbdev register on this device */ | 651 | /* list of fbdev register on this device */ |
| 645 | struct intel_fbdev *fbdev; | 652 | struct intel_fbdev *fbdev; |
| 646 | } drm_i915_private_t; | 653 | } drm_i915_private_t; |
| @@ -1091,7 +1098,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller); | |||
| 1091 | 1098 | ||
| 1092 | #define IS_I830(dev) ((dev)->pci_device == 0x3577) | 1099 | #define IS_I830(dev) ((dev)->pci_device == 0x3577) |
| 1093 | #define IS_845G(dev) ((dev)->pci_device == 0x2562) | 1100 | #define IS_845G(dev) ((dev)->pci_device == 0x2562) |
| 1094 | #define IS_I85X(dev) ((dev)->pci_device == 0x3582) | 1101 | #define IS_I85X(dev) (INTEL_INFO(dev)->is_i85x) |
| 1095 | #define IS_I865G(dev) ((dev)->pci_device == 0x2572) | 1102 | #define IS_I865G(dev) ((dev)->pci_device == 0x2572) |
| 1096 | #define IS_GEN2(dev) (INTEL_INFO(dev)->is_i8xx) | 1103 | #define IS_GEN2(dev) (INTEL_INFO(dev)->is_i8xx) |
| 1097 | #define IS_I915G(dev) (INTEL_INFO(dev)->is_i915g) | 1104 | #define IS_I915G(dev) (INTEL_INFO(dev)->is_i915g) |
| @@ -1157,6 +1164,7 @@ extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller); | |||
| 1157 | 1164 | ||
| 1158 | #define HAS_PCH_SPLIT(dev) (IS_IRONLAKE(dev) || \ | 1165 | #define HAS_PCH_SPLIT(dev) (IS_IRONLAKE(dev) || \ |
| 1159 | IS_GEN6(dev)) | 1166 | IS_GEN6(dev)) |
| 1167 | #define HAS_PIPE_CONTROL(dev) (IS_IRONLAKE(dev) || IS_GEN6(dev)) | ||
| 1160 | 1168 | ||
| 1161 | #define INTEL_PCH_TYPE(dev) (((struct drm_i915_private *)(dev)->dev_private)->pch_type) | 1169 | #define INTEL_PCH_TYPE(dev) (((struct drm_i915_private *)(dev)->dev_private)->pch_type) |
| 1162 | #define HAS_PCH_CPT(dev) (INTEL_PCH_TYPE(dev) == PCH_CPT) | 1170 | #define HAS_PCH_CPT(dev) (INTEL_PCH_TYPE(dev) == PCH_CPT) |
diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/drm/i915/i915_gem.c index 3471dece13e7..666d75570502 100644 --- a/drivers/gpu/drm/i915/i915_gem.c +++ b/drivers/gpu/drm/i915/i915_gem.c | |||
| @@ -1588,6 +1588,13 @@ i915_gem_process_flushing_list(struct drm_device *dev, | |||
| 1588 | } | 1588 | } |
| 1589 | } | 1589 | } |
| 1590 | 1590 | ||
| 1591 | #define PIPE_CONTROL_FLUSH(addr) \ | ||
| 1592 | OUT_RING(GFX_OP_PIPE_CONTROL | PIPE_CONTROL_QW_WRITE | \ | ||
| 1593 | PIPE_CONTROL_DEPTH_STALL); \ | ||
| 1594 | OUT_RING(addr | PIPE_CONTROL_GLOBAL_GTT); \ | ||
| 1595 | OUT_RING(0); \ | ||
| 1596 | OUT_RING(0); \ | ||
| 1597 | |||
| 1591 | /** | 1598 | /** |
| 1592 | * Creates a new sequence number, emitting a write of it to the status page | 1599 | * Creates a new sequence number, emitting a write of it to the status page |
| 1593 | * plus an interrupt, which will trigger i915_user_interrupt_handler. | 1600 | * plus an interrupt, which will trigger i915_user_interrupt_handler. |
| @@ -1622,13 +1629,47 @@ i915_add_request(struct drm_device *dev, struct drm_file *file_priv, | |||
| 1622 | if (dev_priv->mm.next_gem_seqno == 0) | 1629 | if (dev_priv->mm.next_gem_seqno == 0) |
| 1623 | dev_priv->mm.next_gem_seqno++; | 1630 | dev_priv->mm.next_gem_seqno++; |
| 1624 | 1631 | ||
| 1625 | BEGIN_LP_RING(4); | 1632 | if (HAS_PIPE_CONTROL(dev)) { |
| 1626 | OUT_RING(MI_STORE_DWORD_INDEX); | 1633 | u32 scratch_addr = dev_priv->seqno_gfx_addr + 128; |
| 1627 | OUT_RING(I915_GEM_HWS_INDEX << MI_STORE_DWORD_INDEX_SHIFT); | ||
| 1628 | OUT_RING(seqno); | ||
| 1629 | 1634 | ||
| 1630 | OUT_RING(MI_USER_INTERRUPT); | 1635 | /* |
| 1631 | ADVANCE_LP_RING(); | 1636 | * Workaround qword write incoherence by flushing the |
| 1637 | * PIPE_NOTIFY buffers out to memory before requesting | ||
| 1638 | * an interrupt. | ||
| 1639 | */ | ||
| 1640 | BEGIN_LP_RING(32); | ||
| 1641 | OUT_RING(GFX_OP_PIPE_CONTROL | PIPE_CONTROL_QW_WRITE | | ||
| 1642 | PIPE_CONTROL_WC_FLUSH | PIPE_CONTROL_TC_FLUSH); | ||
| 1643 | OUT_RING(dev_priv->seqno_gfx_addr | PIPE_CONTROL_GLOBAL_GTT); | ||
| 1644 | OUT_RING(seqno); | ||
| 1645 | OUT_RING(0); | ||
| 1646 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1647 | scratch_addr += 128; /* write to separate cachelines */ | ||
| 1648 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1649 | scratch_addr += 128; | ||
| 1650 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1651 | scratch_addr += 128; | ||
| 1652 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1653 | scratch_addr += 128; | ||
| 1654 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1655 | scratch_addr += 128; | ||
| 1656 | PIPE_CONTROL_FLUSH(scratch_addr); | ||
| 1657 | OUT_RING(GFX_OP_PIPE_CONTROL | PIPE_CONTROL_QW_WRITE | | ||
| 1658 | PIPE_CONTROL_WC_FLUSH | PIPE_CONTROL_TC_FLUSH | | ||
| 1659 | PIPE_CONTROL_NOTIFY); | ||
| 1660 | OUT_RING(dev_priv->seqno_gfx_addr | PIPE_CONTROL_GLOBAL_GTT); | ||
| 1661 | OUT_RING(seqno); | ||
| 1662 | OUT_RING(0); | ||
| 1663 | ADVANCE_LP_RING(); | ||
| 1664 | } else { | ||
| 1665 | BEGIN_LP_RING(4); | ||
| 1666 | OUT_RING(MI_STORE_DWORD_INDEX); | ||
| 1667 | OUT_RING(I915_GEM_HWS_INDEX << MI_STORE_DWORD_INDEX_SHIFT); | ||
| 1668 | OUT_RING(seqno); | ||
| 1669 | |||
| 1670 | OUT_RING(MI_USER_INTERRUPT); | ||
| 1671 | ADVANCE_LP_RING(); | ||
| 1672 | } | ||
| 1632 | 1673 | ||
| 1633 | DRM_DEBUG_DRIVER("%d\n", seqno); | 1674 | DRM_DEBUG_DRIVER("%d\n", seqno); |
| 1634 | 1675 | ||
| @@ -1752,7 +1793,10 @@ i915_get_gem_seqno(struct drm_device *dev) | |||
| 1752 | { | 1793 | { |
| 1753 | drm_i915_private_t *dev_priv = dev->dev_private; | 1794 | drm_i915_private_t *dev_priv = dev->dev_private; |
| 1754 | 1795 | ||
| 1755 | return READ_HWSP(dev_priv, I915_GEM_HWS_INDEX); | 1796 | if (HAS_PIPE_CONTROL(dev)) |
| 1797 | return ((volatile u32 *)(dev_priv->seqno_page))[0]; | ||
| 1798 | else | ||
| 1799 | return READ_HWSP(dev_priv, I915_GEM_HWS_INDEX); | ||
| 1756 | } | 1800 | } |
| 1757 | 1801 | ||
| 1758 | /** | 1802 | /** |
| @@ -2362,6 +2406,12 @@ static void i915_write_fence_reg(struct drm_i915_fence_reg *reg) | |||
| 2362 | pitch_val = obj_priv->stride / tile_width; | 2406 | pitch_val = obj_priv->stride / tile_width; |
| 2363 | pitch_val = ffs(pitch_val) - 1; | 2407 | pitch_val = ffs(pitch_val) - 1; |
| 2364 | 2408 | ||
| 2409 | if (obj_priv->tiling_mode == I915_TILING_Y && | ||
| 2410 | HAS_128_BYTE_Y_TILING(dev)) | ||
| 2411 | WARN_ON(pitch_val > I830_FENCE_MAX_PITCH_VAL); | ||
| 2412 | else | ||
| 2413 | WARN_ON(pitch_val > I915_FENCE_MAX_PITCH_VAL); | ||
| 2414 | |||
| 2365 | val = obj_priv->gtt_offset; | 2415 | val = obj_priv->gtt_offset; |
| 2366 | if (obj_priv->tiling_mode == I915_TILING_Y) | 2416 | if (obj_priv->tiling_mode == I915_TILING_Y) |
| 2367 | val |= 1 << I830_FENCE_TILING_Y_SHIFT; | 2417 | val |= 1 << I830_FENCE_TILING_Y_SHIFT; |
| @@ -4554,6 +4604,49 @@ i915_gem_idle(struct drm_device *dev) | |||
| 4554 | return 0; | 4604 | return 0; |
| 4555 | } | 4605 | } |
| 4556 | 4606 | ||
| 4607 | /* | ||
| 4608 | * 965+ support PIPE_CONTROL commands, which provide finer grained control | ||
| 4609 | * over cache flushing. | ||
| 4610 | */ | ||
| 4611 | static int | ||
| 4612 | i915_gem_init_pipe_control(struct drm_device *dev) | ||
| 4613 | { | ||
| 4614 | drm_i915_private_t *dev_priv = dev->dev_private; | ||
| 4615 | struct drm_gem_object *obj; | ||
| 4616 | struct drm_i915_gem_object *obj_priv; | ||
| 4617 | int ret; | ||
| 4618 | |||
| 4619 | obj = i915_gem_alloc_object(dev, 4096); | ||
| 4620 | if (obj == NULL) { | ||
| 4621 | DRM_ERROR("Failed to allocate seqno page\n"); | ||
| 4622 | ret = -ENOMEM; | ||
| 4623 | goto err; | ||
| 4624 | } | ||
| 4625 | obj_priv = to_intel_bo(obj); | ||
| 4626 | obj_priv->agp_type = AGP_USER_CACHED_MEMORY; | ||
| 4627 | |||
| 4628 | ret = i915_gem_object_pin(obj, 4096); | ||
| 4629 | if (ret) | ||
| 4630 | goto err_unref; | ||
| 4631 | |||
| 4632 | dev_priv->seqno_gfx_addr = obj_priv->gtt_offset; | ||
| 4633 | dev_priv->seqno_page = kmap(obj_priv->pages[0]); | ||
| 4634 | if (dev_priv->seqno_page == NULL) | ||
| 4635 | goto err_unpin; | ||
| 4636 | |||
| 4637 | dev_priv->seqno_obj = obj; | ||
| 4638 | memset(dev_priv->seqno_page, 0, PAGE_SIZE); | ||
| 4639 | |||
| 4640 | return 0; | ||
| 4641 | |||
| 4642 | err_unpin: | ||
| 4643 | i915_gem_object_unpin(obj); | ||
| 4644 | err_unref: | ||
| 4645 | drm_gem_object_unreference(obj); | ||
| 4646 | err: | ||
| 4647 | return ret; | ||
| 4648 | } | ||
| 4649 | |||
| 4557 | static int | 4650 | static int |
| 4558 | i915_gem_init_hws(struct drm_device *dev) | 4651 | i915_gem_init_hws(struct drm_device *dev) |
| 4559 | { | 4652 | { |
| @@ -4571,7 +4664,8 @@ i915_gem_init_hws(struct drm_device *dev) | |||
| 4571 | obj = i915_gem_alloc_object(dev, 4096); | 4664 | obj = i915_gem_alloc_object(dev, 4096); |
| 4572 | if (obj == NULL) { | 4665 | if (obj == NULL) { |
| 4573 | DRM_ERROR("Failed to allocate status page\n"); | 4666 | DRM_ERROR("Failed to allocate status page\n"); |
| 4574 | return -ENOMEM; | 4667 | ret = -ENOMEM; |
| 4668 | goto err; | ||
| 4575 | } | 4669 | } |
| 4576 | obj_priv = to_intel_bo(obj); | 4670 | obj_priv = to_intel_bo(obj); |
| 4577 | obj_priv->agp_type = AGP_USER_CACHED_MEMORY; | 4671 | obj_priv->agp_type = AGP_USER_CACHED_MEMORY; |
| @@ -4579,7 +4673,7 @@ i915_gem_init_hws(struct drm_device *dev) | |||
| 4579 | ret = i915_gem_object_pin(obj, 4096); | 4673 | ret = i915_gem_object_pin(obj, 4096); |
| 4580 | if (ret != 0) { | 4674 | if (ret != 0) { |
| 4581 | drm_gem_object_unreference(obj); | 4675 | drm_gem_object_unreference(obj); |
| 4582 | return ret; | 4676 | goto err_unref; |
| 4583 | } | 4677 | } |
| 4584 | 4678 | ||
| 4585 | dev_priv->status_gfx_addr = obj_priv->gtt_offset; | 4679 | dev_priv->status_gfx_addr = obj_priv->gtt_offset; |
| @@ -4588,10 +4682,16 @@ i915_gem_init_hws(struct drm_device *dev) | |||
| 4588 | if (dev_priv->hw_status_page == NULL) { | 4682 | if (dev_priv->hw_status_page == NULL) { |
| 4589 | DRM_ERROR("Failed to map status page.\n"); | 4683 | DRM_ERROR("Failed to map status page.\n"); |
| 4590 | memset(&dev_priv->hws_map, 0, sizeof(dev_priv->hws_map)); | 4684 | memset(&dev_priv->hws_map, 0, sizeof(dev_priv->hws_map)); |
| 4591 | i915_gem_object_unpin(obj); | 4685 | ret = -EINVAL; |
| 4592 | drm_gem_object_unreference(obj); | 4686 | goto err_unpin; |
| 4593 | return -EINVAL; | ||
| 4594 | } | 4687 | } |
| 4688 | |||
| 4689 | if (HAS_PIPE_CONTROL(dev)) { | ||
| 4690 | ret = i915_gem_init_pipe_control(dev); | ||
| 4691 | if (ret) | ||
| 4692 | goto err_unpin; | ||
| 4693 | } | ||
| 4694 | |||
| 4595 | dev_priv->hws_obj = obj; | 4695 | dev_priv->hws_obj = obj; |
| 4596 | memset(dev_priv->hw_status_page, 0, PAGE_SIZE); | 4696 | memset(dev_priv->hw_status_page, 0, PAGE_SIZE); |
| 4597 | if (IS_GEN6(dev)) { | 4697 | if (IS_GEN6(dev)) { |
| @@ -4604,6 +4704,30 @@ i915_gem_init_hws(struct drm_device *dev) | |||
| 4604 | DRM_DEBUG_DRIVER("hws offset: 0x%08x\n", dev_priv->status_gfx_addr); | 4704 | DRM_DEBUG_DRIVER("hws offset: 0x%08x\n", dev_priv->status_gfx_addr); |
| 4605 | 4705 | ||
| 4606 | return 0; | 4706 | return 0; |
| 4707 | |||
| 4708 | err_unpin: | ||
| 4709 | i915_gem_object_unpin(obj); | ||
| 4710 | err_unref: | ||
| 4711 | drm_gem_object_unreference(obj); | ||
| 4712 | err: | ||
| 4713 | return 0; | ||
| 4714 | } | ||
| 4715 | |||
| 4716 | static void | ||
| 4717 | i915_gem_cleanup_pipe_control(struct drm_device *dev) | ||
| 4718 | { | ||
| 4719 | drm_i915_private_t *dev_priv = dev->dev_private; | ||
| 4720 | struct drm_gem_object *obj; | ||
| 4721 | struct drm_i915_gem_object *obj_priv; | ||
| 4722 | |||
| 4723 | obj = dev_priv->seqno_obj; | ||
| 4724 | obj_priv = to_intel_bo(obj); | ||
| 4725 | kunmap(obj_priv->pages[0]); | ||
| 4726 | i915_gem_object_unpin(obj); | ||
| 4727 | drm_gem_object_unreference(obj); | ||
| 4728 | dev_priv->seqno_obj = NULL; | ||
| 4729 | |||
| 4730 | dev_priv->seqno_page = NULL; | ||
| 4607 | } | 4731 | } |
| 4608 | 4732 | ||
| 4609 | static void | 4733 | static void |
| @@ -4627,6 +4751,9 @@ i915_gem_cleanup_hws(struct drm_device *dev) | |||
| 4627 | memset(&dev_priv->hws_map, 0, sizeof(dev_priv->hws_map)); | 4751 | memset(&dev_priv->hws_map, 0, sizeof(dev_priv->hws_map)); |
| 4628 | dev_priv->hw_status_page = NULL; | 4752 | dev_priv->hw_status_page = NULL; |
| 4629 | 4753 | ||
| 4754 | if (HAS_PIPE_CONTROL(dev)) | ||
| 4755 | i915_gem_cleanup_pipe_control(dev); | ||
| 4756 | |||
| 4630 | /* Write high address into HWS_PGA when disabling. */ | 4757 | /* Write high address into HWS_PGA when disabling. */ |
| 4631 | I915_WRITE(HWS_PGA, 0x1ffff000); | 4758 | I915_WRITE(HWS_PGA, 0x1ffff000); |
| 4632 | } | 4759 | } |
diff --git a/drivers/gpu/drm/i915/i915_gem_tiling.c b/drivers/gpu/drm/i915/i915_gem_tiling.c index 449157f71610..4bdccefcf2cf 100644 --- a/drivers/gpu/drm/i915/i915_gem_tiling.c +++ b/drivers/gpu/drm/i915/i915_gem_tiling.c | |||
| @@ -202,21 +202,17 @@ i915_tiling_ok(struct drm_device *dev, int stride, int size, int tiling_mode) | |||
| 202 | * reg, so dont bother to check the size */ | 202 | * reg, so dont bother to check the size */ |
| 203 | if (stride / 128 > I965_FENCE_MAX_PITCH_VAL) | 203 | if (stride / 128 > I965_FENCE_MAX_PITCH_VAL) |
| 204 | return false; | 204 | return false; |
| 205 | } else if (IS_I9XX(dev)) { | 205 | } else if (IS_GEN3(dev) || IS_GEN2(dev)) { |
| 206 | uint32_t pitch_val = ffs(stride / tile_width) - 1; | 206 | if (stride > 8192) |
| 207 | |||
| 208 | /* XXX: For Y tiling, FENCE_MAX_PITCH_VAL is actually 6 (8KB) | ||
| 209 | * instead of 4 (2KB) on 945s. | ||
| 210 | */ | ||
| 211 | if (pitch_val > I915_FENCE_MAX_PITCH_VAL || | ||
| 212 | size > (I830_FENCE_MAX_SIZE_VAL << 20)) | ||
| 213 | return false; | 207 | return false; |
| 214 | } else { | ||
| 215 | uint32_t pitch_val = ffs(stride / tile_width) - 1; | ||
| 216 | 208 | ||
| 217 | if (pitch_val > I830_FENCE_MAX_PITCH_VAL || | 209 | if (IS_GEN3(dev)) { |
| 218 | size > (I830_FENCE_MAX_SIZE_VAL << 19)) | 210 | if (size > I830_FENCE_MAX_SIZE_VAL << 20) |
| 219 | return false; | 211 | return false; |
| 212 | } else { | ||
| 213 | if (size > I830_FENCE_MAX_SIZE_VAL << 19) | ||
| 214 | return false; | ||
| 215 | } | ||
| 220 | } | 216 | } |
| 221 | 217 | ||
| 222 | /* 965+ just needs multiples of tile width */ | 218 | /* 965+ just needs multiples of tile width */ |
diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c index ed26b7b7376a..a7e4b1f27497 100644 --- a/drivers/gpu/drm/i915/i915_irq.c +++ b/drivers/gpu/drm/i915/i915_irq.c | |||
| @@ -354,7 +354,7 @@ irqreturn_t ironlake_irq_handler(struct drm_device *dev) | |||
| 354 | READ_BREADCRUMB(dev_priv); | 354 | READ_BREADCRUMB(dev_priv); |
| 355 | } | 355 | } |
| 356 | 356 | ||
| 357 | if (gt_iir & GT_USER_INTERRUPT) { | 357 | if (gt_iir & GT_PIPE_NOTIFY) { |
| 358 | u32 seqno = i915_get_gem_seqno(dev); | 358 | u32 seqno = i915_get_gem_seqno(dev); |
| 359 | dev_priv->mm.irq_gem_seqno = seqno; | 359 | dev_priv->mm.irq_gem_seqno = seqno; |
| 360 | trace_i915_gem_request_complete(dev, seqno); | 360 | trace_i915_gem_request_complete(dev, seqno); |
| @@ -1011,7 +1011,7 @@ void i915_user_irq_get(struct drm_device *dev) | |||
| 1011 | spin_lock_irqsave(&dev_priv->user_irq_lock, irqflags); | 1011 | spin_lock_irqsave(&dev_priv->user_irq_lock, irqflags); |
| 1012 | if (dev->irq_enabled && (++dev_priv->user_irq_refcount == 1)) { | 1012 | if (dev->irq_enabled && (++dev_priv->user_irq_refcount == 1)) { |
| 1013 | if (HAS_PCH_SPLIT(dev)) | 1013 | if (HAS_PCH_SPLIT(dev)) |
| 1014 | ironlake_enable_graphics_irq(dev_priv, GT_USER_INTERRUPT); | 1014 | ironlake_enable_graphics_irq(dev_priv, GT_PIPE_NOTIFY); |
| 1015 | else | 1015 | else |
| 1016 | i915_enable_irq(dev_priv, I915_USER_INTERRUPT); | 1016 | i915_enable_irq(dev_priv, I915_USER_INTERRUPT); |
| 1017 | } | 1017 | } |
| @@ -1027,7 +1027,7 @@ void i915_user_irq_put(struct drm_device *dev) | |||
| 1027 | BUG_ON(dev->irq_enabled && dev_priv->user_irq_refcount <= 0); | 1027 | BUG_ON(dev->irq_enabled && dev_priv->user_irq_refcount <= 0); |
| 1028 | if (dev->irq_enabled && (--dev_priv->user_irq_refcount == 0)) { | 1028 | if (dev->irq_enabled && (--dev_priv->user_irq_refcount == 0)) { |
| 1029 | if (HAS_PCH_SPLIT(dev)) | 1029 | if (HAS_PCH_SPLIT(dev)) |
| 1030 | ironlake_disable_graphics_irq(dev_priv, GT_USER_INTERRUPT); | 1030 | ironlake_disable_graphics_irq(dev_priv, GT_PIPE_NOTIFY); |
| 1031 | else | 1031 | else |
| 1032 | i915_disable_irq(dev_priv, I915_USER_INTERRUPT); | 1032 | i915_disable_irq(dev_priv, I915_USER_INTERRUPT); |
| 1033 | } | 1033 | } |
| @@ -1311,7 +1311,7 @@ static int ironlake_irq_postinstall(struct drm_device *dev) | |||
| 1311 | /* enable kind of interrupts always enabled */ | 1311 | /* enable kind of interrupts always enabled */ |
| 1312 | u32 display_mask = DE_MASTER_IRQ_CONTROL | DE_GSE | DE_PCH_EVENT | | 1312 | u32 display_mask = DE_MASTER_IRQ_CONTROL | DE_GSE | DE_PCH_EVENT | |
| 1313 | DE_PLANEA_FLIP_DONE | DE_PLANEB_FLIP_DONE; | 1313 | DE_PLANEA_FLIP_DONE | DE_PLANEB_FLIP_DONE; |
| 1314 | u32 render_mask = GT_USER_INTERRUPT; | 1314 | u32 render_mask = GT_PIPE_NOTIFY; |
| 1315 | u32 hotplug_mask = SDE_CRT_HOTPLUG | SDE_PORTB_HOTPLUG | | 1315 | u32 hotplug_mask = SDE_CRT_HOTPLUG | SDE_PORTB_HOTPLUG | |
| 1316 | SDE_PORTC_HOTPLUG | SDE_PORTD_HOTPLUG; | 1316 | SDE_PORTC_HOTPLUG | SDE_PORTD_HOTPLUG; |
| 1317 | 1317 | ||
diff --git a/drivers/gpu/drm/i915/i915_opregion.c b/drivers/gpu/drm/i915/i915_opregion.c index 7cc8410239cb..8fcc75c1aa28 100644 --- a/drivers/gpu/drm/i915/i915_opregion.c +++ b/drivers/gpu/drm/i915/i915_opregion.c | |||
| @@ -382,8 +382,57 @@ static void intel_didl_outputs(struct drm_device *dev) | |||
| 382 | struct drm_i915_private *dev_priv = dev->dev_private; | 382 | struct drm_i915_private *dev_priv = dev->dev_private; |
| 383 | struct intel_opregion *opregion = &dev_priv->opregion; | 383 | struct intel_opregion *opregion = &dev_priv->opregion; |
| 384 | struct drm_connector *connector; | 384 | struct drm_connector *connector; |
| 385 | acpi_handle handle; | ||
| 386 | struct acpi_device *acpi_dev, *acpi_cdev, *acpi_video_bus = NULL; | ||
| 387 | unsigned long long device_id; | ||
| 388 | acpi_status status; | ||
| 385 | int i = 0; | 389 | int i = 0; |
| 386 | 390 | ||
| 391 | handle = DEVICE_ACPI_HANDLE(&dev->pdev->dev); | ||
| 392 | if (!handle || ACPI_FAILURE(acpi_bus_get_device(handle, &acpi_dev))) | ||
| 393 | return; | ||
| 394 | |||
| 395 | if (acpi_is_video_device(acpi_dev)) | ||
| 396 | acpi_video_bus = acpi_dev; | ||
| 397 | else { | ||
| 398 | list_for_each_entry(acpi_cdev, &acpi_dev->children, node) { | ||
| 399 | if (acpi_is_video_device(acpi_cdev)) { | ||
| 400 | acpi_video_bus = acpi_cdev; | ||
| 401 | break; | ||
| 402 | } | ||
| 403 | } | ||
| 404 | } | ||
| 405 | |||
| 406 | if (!acpi_video_bus) { | ||
| 407 | printk(KERN_WARNING "No ACPI video bus found\n"); | ||
| 408 | return; | ||
| 409 | } | ||
| 410 | |||
| 411 | list_for_each_entry(acpi_cdev, &acpi_video_bus->children, node) { | ||
| 412 | if (i >= 8) { | ||
| 413 | dev_printk (KERN_ERR, &dev->pdev->dev, | ||
| 414 | "More than 8 outputs detected\n"); | ||
| 415 | return; | ||
| 416 | } | ||
| 417 | status = | ||
| 418 | acpi_evaluate_integer(acpi_cdev->handle, "_ADR", | ||
| 419 | NULL, &device_id); | ||
| 420 | if (ACPI_SUCCESS(status)) { | ||
| 421 | if (!device_id) | ||
| 422 | goto blind_set; | ||
| 423 | opregion->acpi->didl[i] = (u32)(device_id & 0x0f0f); | ||
| 424 | i++; | ||
| 425 | } | ||
| 426 | } | ||
| 427 | |||
| 428 | end: | ||
| 429 | /* If fewer than 8 outputs, the list must be null terminated */ | ||
| 430 | if (i < 8) | ||
| 431 | opregion->acpi->didl[i] = 0; | ||
| 432 | return; | ||
| 433 | |||
| 434 | blind_set: | ||
| 435 | i = 0; | ||
| 387 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { | 436 | list_for_each_entry(connector, &dev->mode_config.connector_list, head) { |
| 388 | int output_type = ACPI_OTHER_OUTPUT; | 437 | int output_type = ACPI_OTHER_OUTPUT; |
| 389 | if (i >= 8) { | 438 | if (i >= 8) { |
| @@ -416,10 +465,7 @@ static void intel_didl_outputs(struct drm_device *dev) | |||
| 416 | opregion->acpi->didl[i] |= (1<<31) | output_type | i; | 465 | opregion->acpi->didl[i] |= (1<<31) | output_type | i; |
| 417 | i++; | 466 | i++; |
| 418 | } | 467 | } |
| 419 | 468 | goto end; | |
| 420 | /* If fewer than 8 outputs, the list must be null terminated */ | ||
| 421 | if (i < 8) | ||
| 422 | opregion->acpi->didl[i] = 0; | ||
| 423 | } | 469 | } |
| 424 | 470 | ||
| 425 | int intel_opregion_init(struct drm_device *dev, int resume) | 471 | int intel_opregion_init(struct drm_device *dev, int resume) |
diff --git a/drivers/gpu/drm/i915/i915_reg.h b/drivers/gpu/drm/i915/i915_reg.h index 0bbbb7753950..f3e39cc46f0d 100644 --- a/drivers/gpu/drm/i915/i915_reg.h +++ b/drivers/gpu/drm/i915/i915_reg.h | |||
| @@ -230,6 +230,16 @@ | |||
| 230 | #define ASYNC_FLIP (1<<22) | 230 | #define ASYNC_FLIP (1<<22) |
| 231 | #define DISPLAY_PLANE_A (0<<20) | 231 | #define DISPLAY_PLANE_A (0<<20) |
| 232 | #define DISPLAY_PLANE_B (1<<20) | 232 | #define DISPLAY_PLANE_B (1<<20) |
| 233 | #define GFX_OP_PIPE_CONTROL ((0x3<<29)|(0x3<<27)|(0x2<<24)|2) | ||
| 234 | #define PIPE_CONTROL_QW_WRITE (1<<14) | ||
| 235 | #define PIPE_CONTROL_DEPTH_STALL (1<<13) | ||
| 236 | #define PIPE_CONTROL_WC_FLUSH (1<<12) | ||
| 237 | #define PIPE_CONTROL_IS_FLUSH (1<<11) /* MBZ on Ironlake */ | ||
| 238 | #define PIPE_CONTROL_TC_FLUSH (1<<10) /* GM45+ only */ | ||
| 239 | #define PIPE_CONTROL_ISP_DIS (1<<9) | ||
| 240 | #define PIPE_CONTROL_NOTIFY (1<<8) | ||
| 241 | #define PIPE_CONTROL_GLOBAL_GTT (1<<2) /* in addr dword */ | ||
| 242 | #define PIPE_CONTROL_STALL_EN (1<<1) /* in addr word, Ironlake+ only */ | ||
| 233 | 243 | ||
| 234 | /* | 244 | /* |
| 235 | * Fence registers | 245 | * Fence registers |
| @@ -241,7 +251,7 @@ | |||
| 241 | #define I830_FENCE_SIZE_BITS(size) ((ffs((size) >> 19) - 1) << 8) | 251 | #define I830_FENCE_SIZE_BITS(size) ((ffs((size) >> 19) - 1) << 8) |
| 242 | #define I830_FENCE_PITCH_SHIFT 4 | 252 | #define I830_FENCE_PITCH_SHIFT 4 |
| 243 | #define I830_FENCE_REG_VALID (1<<0) | 253 | #define I830_FENCE_REG_VALID (1<<0) |
| 244 | #define I915_FENCE_MAX_PITCH_VAL 0x10 | 254 | #define I915_FENCE_MAX_PITCH_VAL 4 |
| 245 | #define I830_FENCE_MAX_PITCH_VAL 6 | 255 | #define I830_FENCE_MAX_PITCH_VAL 6 |
| 246 | #define I830_FENCE_MAX_SIZE_VAL (1<<8) | 256 | #define I830_FENCE_MAX_SIZE_VAL (1<<8) |
| 247 | 257 | ||
| @@ -2342,6 +2352,7 @@ | |||
| 2342 | #define DEIER 0x4400c | 2352 | #define DEIER 0x4400c |
| 2343 | 2353 | ||
| 2344 | /* GT interrupt */ | 2354 | /* GT interrupt */ |
| 2355 | #define GT_PIPE_NOTIFY (1 << 4) | ||
| 2345 | #define GT_SYNC_STATUS (1 << 2) | 2356 | #define GT_SYNC_STATUS (1 << 2) |
| 2346 | #define GT_USER_INTERRUPT (1 << 0) | 2357 | #define GT_USER_INTERRUPT (1 << 0) |
| 2347 | 2358 | ||
diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c index 84c1aca8637e..e775ce67be33 100644 --- a/drivers/gpu/drm/i915/intel_display.c +++ b/drivers/gpu/drm/i915/intel_display.c | |||
| @@ -5291,17 +5291,18 @@ static void intel_init_display(struct drm_device *dev) | |||
| 5291 | dev_priv->display.update_wm = g4x_update_wm; | 5291 | dev_priv->display.update_wm = g4x_update_wm; |
| 5292 | else if (IS_I965G(dev)) | 5292 | else if (IS_I965G(dev)) |
| 5293 | dev_priv->display.update_wm = i965_update_wm; | 5293 | dev_priv->display.update_wm = i965_update_wm; |
| 5294 | else if (IS_I9XX(dev) || IS_MOBILE(dev)) { | 5294 | else if (IS_I9XX(dev)) { |
| 5295 | dev_priv->display.update_wm = i9xx_update_wm; | 5295 | dev_priv->display.update_wm = i9xx_update_wm; |
| 5296 | dev_priv->display.get_fifo_size = i9xx_get_fifo_size; | 5296 | dev_priv->display.get_fifo_size = i9xx_get_fifo_size; |
| 5297 | } else if (IS_I85X(dev)) { | ||
| 5298 | dev_priv->display.update_wm = i9xx_update_wm; | ||
| 5299 | dev_priv->display.get_fifo_size = i85x_get_fifo_size; | ||
| 5297 | } else { | 5300 | } else { |
| 5298 | if (IS_I85X(dev)) | 5301 | dev_priv->display.update_wm = i830_update_wm; |
| 5299 | dev_priv->display.get_fifo_size = i85x_get_fifo_size; | 5302 | if (IS_845G(dev)) |
| 5300 | else if (IS_845G(dev)) | ||
| 5301 | dev_priv->display.get_fifo_size = i845_get_fifo_size; | 5303 | dev_priv->display.get_fifo_size = i845_get_fifo_size; |
| 5302 | else | 5304 | else |
| 5303 | dev_priv->display.get_fifo_size = i830_get_fifo_size; | 5305 | dev_priv->display.get_fifo_size = i830_get_fifo_size; |
| 5304 | dev_priv->display.update_wm = i830_update_wm; | ||
| 5305 | } | 5306 | } |
| 5306 | } | 5307 | } |
| 5307 | 5308 | ||
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index 26986c8e1f45..2ebcb979dd7e 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++ b/drivers/gpu/drm/radeon/atombios.h | |||
| @@ -2912,7 +2912,7 @@ typedef struct _ATOM_ANALOG_TV_INFO_V1_2 | |||
| 2912 | UCHAR ucTV_BootUpDefaultStandard; | 2912 | UCHAR ucTV_BootUpDefaultStandard; |
| 2913 | UCHAR ucExt_TV_ASIC_ID; | 2913 | UCHAR ucExt_TV_ASIC_ID; |
| 2914 | UCHAR ucExt_TV_ASIC_SlaveAddr; | 2914 | UCHAR ucExt_TV_ASIC_SlaveAddr; |
| 2915 | ATOM_DTD_FORMAT aModeTimings[MAX_SUPPORTED_TV_TIMING]; | 2915 | ATOM_DTD_FORMAT aModeTimings[MAX_SUPPORTED_TV_TIMING_V1_2]; |
| 2916 | }ATOM_ANALOG_TV_INFO_V1_2; | 2916 | }ATOM_ANALOG_TV_INFO_V1_2; |
| 2917 | 2917 | ||
| 2918 | typedef struct _ATOM_DPCD_INFO | 2918 | typedef struct _ATOM_DPCD_INFO |
diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c index 9bdccb964999..4de41b0ad5ce 100644 --- a/drivers/gpu/drm/radeon/r100.c +++ b/drivers/gpu/drm/radeon/r100.c | |||
| @@ -3004,7 +3004,7 @@ int r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track) | |||
| 3004 | 3004 | ||
| 3005 | for (i = 0; i < track->num_cb; i++) { | 3005 | for (i = 0; i < track->num_cb; i++) { |
| 3006 | if (track->cb[i].robj == NULL) { | 3006 | if (track->cb[i].robj == NULL) { |
| 3007 | if (!(track->fastfill || track->color_channel_mask || | 3007 | if (!(track->zb_cb_clear || track->color_channel_mask || |
| 3008 | track->blend_read_enable)) { | 3008 | track->blend_read_enable)) { |
| 3009 | continue; | 3009 | continue; |
| 3010 | } | 3010 | } |
diff --git a/drivers/gpu/drm/radeon/r100_track.h b/drivers/gpu/drm/radeon/r100_track.h index fadfe68de9cc..f47cdca1c004 100644 --- a/drivers/gpu/drm/radeon/r100_track.h +++ b/drivers/gpu/drm/radeon/r100_track.h | |||
| @@ -75,7 +75,7 @@ struct r100_cs_track { | |||
| 75 | struct r100_cs_track_texture textures[R300_TRACK_MAX_TEXTURE]; | 75 | struct r100_cs_track_texture textures[R300_TRACK_MAX_TEXTURE]; |
| 76 | bool z_enabled; | 76 | bool z_enabled; |
| 77 | bool separate_cube; | 77 | bool separate_cube; |
| 78 | bool fastfill; | 78 | bool zb_cb_clear; |
| 79 | bool blend_read_enable; | 79 | bool blend_read_enable; |
| 80 | }; | 80 | }; |
| 81 | 81 | ||
diff --git a/drivers/gpu/drm/radeon/r300.c b/drivers/gpu/drm/radeon/r300.c index 5d622cb39b33..6d9569e002f7 100644 --- a/drivers/gpu/drm/radeon/r300.c +++ b/drivers/gpu/drm/radeon/r300.c | |||
| @@ -328,13 +328,12 @@ void r300_gpu_init(struct radeon_device *rdev) | |||
| 328 | { | 328 | { |
| 329 | uint32_t gb_tile_config, tmp; | 329 | uint32_t gb_tile_config, tmp; |
| 330 | 330 | ||
| 331 | /* FIXME: rv380 one pipes ? */ | ||
| 332 | if ((rdev->family == CHIP_R300 && rdev->pdev->device != 0x4144) || | 331 | if ((rdev->family == CHIP_R300 && rdev->pdev->device != 0x4144) || |
| 333 | (rdev->family == CHIP_R350)) { | 332 | (rdev->family == CHIP_R350 && rdev->pdev->device != 0x4148)) { |
| 334 | /* r300,r350 */ | 333 | /* r300,r350 */ |
| 335 | rdev->num_gb_pipes = 2; | 334 | rdev->num_gb_pipes = 2; |
| 336 | } else { | 335 | } else { |
| 337 | /* rv350,rv370,rv380,r300 AD */ | 336 | /* rv350,rv370,rv380,r300 AD, r350 AH */ |
| 338 | rdev->num_gb_pipes = 1; | 337 | rdev->num_gb_pipes = 1; |
| 339 | } | 338 | } |
| 340 | rdev->num_z_pipes = 1; | 339 | rdev->num_z_pipes = 1; |
| @@ -1045,7 +1044,7 @@ static int r300_packet0_check(struct radeon_cs_parser *p, | |||
| 1045 | break; | 1044 | break; |
| 1046 | case 0x4d1c: | 1045 | case 0x4d1c: |
| 1047 | /* ZB_BW_CNTL */ | 1046 | /* ZB_BW_CNTL */ |
| 1048 | track->fastfill = !!(idx_value & (1 << 2)); | 1047 | track->zb_cb_clear = !!(idx_value & (1 << 5)); |
| 1049 | break; | 1048 | break; |
| 1050 | case 0x4e04: | 1049 | case 0x4e04: |
| 1051 | /* RB3D_BLENDCNTL */ | 1050 | /* RB3D_BLENDCNTL */ |
diff --git a/drivers/gpu/drm/radeon/r300_cmdbuf.c b/drivers/gpu/drm/radeon/r300_cmdbuf.c index ea46d558e8f3..c5c2742e4140 100644 --- a/drivers/gpu/drm/radeon/r300_cmdbuf.c +++ b/drivers/gpu/drm/radeon/r300_cmdbuf.c | |||
| @@ -921,7 +921,7 @@ static int r300_scratch(drm_radeon_private_t *dev_priv, | |||
| 921 | 921 | ||
| 922 | ptr_addr = drm_buffer_read_object(cmdbuf->buffer, | 922 | ptr_addr = drm_buffer_read_object(cmdbuf->buffer, |
| 923 | sizeof(stack_ptr_addr), &stack_ptr_addr); | 923 | sizeof(stack_ptr_addr), &stack_ptr_addr); |
| 924 | ref_age_base = (u32 *)(unsigned long)*ptr_addr; | 924 | ref_age_base = (u32 *)(unsigned long)get_unaligned(ptr_addr); |
| 925 | 925 | ||
| 926 | for (i=0; i < header.scratch.n_bufs; i++) { | 926 | for (i=0; i < header.scratch.n_bufs; i++) { |
| 927 | buf_idx = drm_buffer_pointer_to_dword(cmdbuf->buffer, 0); | 927 | buf_idx = drm_buffer_pointer_to_dword(cmdbuf->buffer, 0); |
diff --git a/drivers/gpu/drm/radeon/r420.c b/drivers/gpu/drm/radeon/r420.c index 3759d8384294..be092d243f84 100644 --- a/drivers/gpu/drm/radeon/r420.c +++ b/drivers/gpu/drm/radeon/r420.c | |||
| @@ -59,6 +59,12 @@ void r420_pipes_init(struct radeon_device *rdev) | |||
| 59 | /* get max number of pipes */ | 59 | /* get max number of pipes */ |
| 60 | gb_pipe_select = RREG32(0x402C); | 60 | gb_pipe_select = RREG32(0x402C); |
| 61 | num_pipes = ((gb_pipe_select >> 12) & 3) + 1; | 61 | num_pipes = ((gb_pipe_select >> 12) & 3) + 1; |
| 62 | |||
| 63 | /* SE chips have 1 pipe */ | ||
| 64 | if ((rdev->pdev->device == 0x5e4c) || | ||
| 65 | (rdev->pdev->device == 0x5e4f)) | ||
| 66 | num_pipes = 1; | ||
| 67 | |||
| 62 | rdev->num_gb_pipes = num_pipes; | 68 | rdev->num_gb_pipes = num_pipes; |
| 63 | tmp = 0; | 69 | tmp = 0; |
| 64 | switch (num_pipes) { | 70 | switch (num_pipes) { |
diff --git a/drivers/gpu/drm/radeon/radeon_agp.c b/drivers/gpu/drm/radeon/radeon_agp.c index c4457791dff1..28e473f1f56f 100644 --- a/drivers/gpu/drm/radeon/radeon_agp.c +++ b/drivers/gpu/drm/radeon/radeon_agp.c | |||
| @@ -134,12 +134,10 @@ int radeon_agp_init(struct radeon_device *rdev) | |||
| 134 | int ret; | 134 | int ret; |
| 135 | 135 | ||
| 136 | /* Acquire AGP. */ | 136 | /* Acquire AGP. */ |
| 137 | if (!rdev->ddev->agp->acquired) { | 137 | ret = drm_agp_acquire(rdev->ddev); |
| 138 | ret = drm_agp_acquire(rdev->ddev); | 138 | if (ret) { |
| 139 | if (ret) { | 139 | DRM_ERROR("Unable to acquire AGP: %d\n", ret); |
| 140 | DRM_ERROR("Unable to acquire AGP: %d\n", ret); | 140 | return ret; |
| 141 | return ret; | ||
| 142 | } | ||
| 143 | } | 141 | } |
| 144 | 142 | ||
| 145 | ret = drm_agp_info(rdev->ddev, &info); | 143 | ret = drm_agp_info(rdev->ddev, &info); |
diff --git a/drivers/gpu/drm/radeon/radeon_atombios.c b/drivers/gpu/drm/radeon/radeon_atombios.c index 273019925e0b..1d05debdd604 100644 --- a/drivers/gpu/drm/radeon/radeon_atombios.c +++ b/drivers/gpu/drm/radeon/radeon_atombios.c | |||
| @@ -1264,7 +1264,7 @@ bool radeon_atom_get_tv_timings(struct radeon_device *rdev, int index, | |||
| 1264 | switch (crev) { | 1264 | switch (crev) { |
| 1265 | case 1: | 1265 | case 1: |
| 1266 | tv_info = (ATOM_ANALOG_TV_INFO *)(mode_info->atom_context->bios + data_offset); | 1266 | tv_info = (ATOM_ANALOG_TV_INFO *)(mode_info->atom_context->bios + data_offset); |
| 1267 | if (index > MAX_SUPPORTED_TV_TIMING) | 1267 | if (index >= MAX_SUPPORTED_TV_TIMING) |
| 1268 | return false; | 1268 | return false; |
| 1269 | 1269 | ||
| 1270 | mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total); | 1270 | mode->crtc_htotal = le16_to_cpu(tv_info->aModeTimings[index].usCRTC_H_Total); |
| @@ -1302,7 +1302,7 @@ bool radeon_atom_get_tv_timings(struct radeon_device *rdev, int index, | |||
| 1302 | break; | 1302 | break; |
| 1303 | case 2: | 1303 | case 2: |
| 1304 | tv_info_v1_2 = (ATOM_ANALOG_TV_INFO_V1_2 *)(mode_info->atom_context->bios + data_offset); | 1304 | tv_info_v1_2 = (ATOM_ANALOG_TV_INFO_V1_2 *)(mode_info->atom_context->bios + data_offset); |
| 1305 | if (index > MAX_SUPPORTED_TV_TIMING_V1_2) | 1305 | if (index >= MAX_SUPPORTED_TV_TIMING_V1_2) |
| 1306 | return false; | 1306 | return false; |
| 1307 | 1307 | ||
| 1308 | dtd_timings = &tv_info_v1_2->aModeTimings[index]; | 1308 | dtd_timings = &tv_info_v1_2->aModeTimings[index]; |
diff --git a/drivers/gpu/drm/radeon/radeon_connectors.c b/drivers/gpu/drm/radeon/radeon_connectors.c index c48934677adf..40a24c941f20 100644 --- a/drivers/gpu/drm/radeon/radeon_connectors.c +++ b/drivers/gpu/drm/radeon/radeon_connectors.c | |||
| @@ -1294,6 +1294,8 @@ radeon_add_legacy_connector(struct drm_device *dev, | |||
| 1294 | radeon_connector->ddc_bus = radeon_i2c_create(dev, i2c_bus, "DVI"); | 1294 | radeon_connector->ddc_bus = radeon_i2c_create(dev, i2c_bus, "DVI"); |
| 1295 | if (!radeon_connector->ddc_bus) | 1295 | if (!radeon_connector->ddc_bus) |
| 1296 | goto failed; | 1296 | goto failed; |
| 1297 | } | ||
| 1298 | if (connector_type == DRM_MODE_CONNECTOR_DVII) { | ||
| 1297 | radeon_connector->dac_load_detect = true; | 1299 | radeon_connector->dac_load_detect = true; |
| 1298 | drm_connector_attach_property(&radeon_connector->base, | 1300 | drm_connector_attach_property(&radeon_connector->base, |
| 1299 | rdev->mode_info.load_detect_property, | 1301 | rdev->mode_info.load_detect_property, |
diff --git a/drivers/gpu/drm/radeon/radeon_cp.c b/drivers/gpu/drm/radeon/radeon_cp.c index 419630dd2075..2f042a3c0e62 100644 --- a/drivers/gpu/drm/radeon/radeon_cp.c +++ b/drivers/gpu/drm/radeon/radeon_cp.c | |||
| @@ -435,14 +435,19 @@ static void radeon_init_pipes(struct drm_device *dev) | |||
| 435 | if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R420) { | 435 | if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R420) { |
| 436 | gb_pipe_sel = RADEON_READ(R400_GB_PIPE_SELECT); | 436 | gb_pipe_sel = RADEON_READ(R400_GB_PIPE_SELECT); |
| 437 | dev_priv->num_gb_pipes = ((gb_pipe_sel >> 12) & 0x3) + 1; | 437 | dev_priv->num_gb_pipes = ((gb_pipe_sel >> 12) & 0x3) + 1; |
| 438 | /* SE cards have 1 pipe */ | ||
| 439 | if ((dev->pdev->device == 0x5e4c) || | ||
| 440 | (dev->pdev->device == 0x5e4f)) | ||
| 441 | dev_priv->num_gb_pipes = 1; | ||
| 438 | } else { | 442 | } else { |
| 439 | /* R3xx */ | 443 | /* R3xx */ |
| 440 | if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R300 && | 444 | if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R300 && |
| 441 | dev->pdev->device != 0x4144) || | 445 | dev->pdev->device != 0x4144) || |
| 442 | ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R350)) { | 446 | ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_R350 && |
| 447 | dev->pdev->device != 0x4148)) { | ||
| 443 | dev_priv->num_gb_pipes = 2; | 448 | dev_priv->num_gb_pipes = 2; |
| 444 | } else { | 449 | } else { |
| 445 | /* RV3xx/R300 AD */ | 450 | /* RV3xx/R300 AD/R350 AH */ |
| 446 | dev_priv->num_gb_pipes = 1; | 451 | dev_priv->num_gb_pipes = 1; |
| 447 | } | 452 | } |
| 448 | } | 453 | } |
diff --git a/drivers/gpu/drm/radeon/radeon_display.c b/drivers/gpu/drm/radeon/radeon_display.c index 243c1c4bc836..ce5163ed1fa6 100644 --- a/drivers/gpu/drm/radeon/radeon_display.c +++ b/drivers/gpu/drm/radeon/radeon_display.c | |||
| @@ -86,12 +86,12 @@ static void evergreen_crtc_load_lut(struct drm_crtc *crtc) | |||
| 86 | WREG32(EVERGREEN_DC_LUT_WHITE_OFFSET_GREEN + radeon_crtc->crtc_offset, 0xffff); | 86 | WREG32(EVERGREEN_DC_LUT_WHITE_OFFSET_GREEN + radeon_crtc->crtc_offset, 0xffff); |
| 87 | WREG32(EVERGREEN_DC_LUT_WHITE_OFFSET_RED + radeon_crtc->crtc_offset, 0xffff); | 87 | WREG32(EVERGREEN_DC_LUT_WHITE_OFFSET_RED + radeon_crtc->crtc_offset, 0xffff); |
| 88 | 88 | ||
| 89 | WREG32(EVERGREEN_DC_LUT_RW_MODE, radeon_crtc->crtc_id); | 89 | WREG32(EVERGREEN_DC_LUT_RW_MODE + radeon_crtc->crtc_offset, 0); |
| 90 | WREG32(EVERGREEN_DC_LUT_WRITE_EN_MASK, 0x00000007); | 90 | WREG32(EVERGREEN_DC_LUT_WRITE_EN_MASK + radeon_crtc->crtc_offset, 0x00000007); |
| 91 | 91 | ||
| 92 | WREG32(EVERGREEN_DC_LUT_RW_INDEX, 0); | 92 | WREG32(EVERGREEN_DC_LUT_RW_INDEX + radeon_crtc->crtc_offset, 0); |
| 93 | for (i = 0; i < 256; i++) { | 93 | for (i = 0; i < 256; i++) { |
| 94 | WREG32(EVERGREEN_DC_LUT_30_COLOR, | 94 | WREG32(EVERGREEN_DC_LUT_30_COLOR + radeon_crtc->crtc_offset, |
| 95 | (radeon_crtc->lut_r[i] << 20) | | 95 | (radeon_crtc->lut_r[i] << 20) | |
| 96 | (radeon_crtc->lut_g[i] << 10) | | 96 | (radeon_crtc->lut_g[i] << 10) | |
| 97 | (radeon_crtc->lut_b[i] << 0)); | 97 | (radeon_crtc->lut_b[i] << 0)); |
diff --git a/drivers/gpu/drm/radeon/radeon_encoders.c b/drivers/gpu/drm/radeon/radeon_encoders.c index 30293bec0801..c5ddaf58563a 100644 --- a/drivers/gpu/drm/radeon/radeon_encoders.c +++ b/drivers/gpu/drm/radeon/radeon_encoders.c | |||
| @@ -254,6 +254,53 @@ radeon_get_atom_connector_priv_from_encoder(struct drm_encoder *encoder) | |||
| 254 | return dig_connector; | 254 | return dig_connector; |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | void radeon_panel_mode_fixup(struct drm_encoder *encoder, | ||
| 258 | struct drm_display_mode *adjusted_mode) | ||
| 259 | { | ||
| 260 | struct radeon_encoder *radeon_encoder = to_radeon_encoder(encoder); | ||
| 261 | struct drm_device *dev = encoder->dev; | ||
| 262 | struct radeon_device *rdev = dev->dev_private; | ||
| 263 | struct drm_display_mode *native_mode = &radeon_encoder->native_mode; | ||
| 264 | unsigned hblank = native_mode->htotal - native_mode->hdisplay; | ||
| 265 | unsigned vblank = native_mode->vtotal - native_mode->vdisplay; | ||
| 266 | unsigned hover = native_mode->hsync_start - native_mode->hdisplay; | ||
| 267 | unsigned vover = native_mode->vsync_start - native_mode->vdisplay; | ||
| 268 | unsigned hsync_width = native_mode->hsync_end - native_mode->hsync_start; | ||
| 269 | unsigned vsync_width = native_mode->vsync_end - native_mode->vsync_start; | ||
| 270 | |||
| 271 | adjusted_mode->clock = native_mode->clock; | ||
| 272 | adjusted_mode->flags = native_mode->flags; | ||
| 273 | |||
| 274 | if (ASIC_IS_AVIVO(rdev)) { | ||
| 275 | adjusted_mode->hdisplay = native_mode->hdisplay; | ||
| 276 | adjusted_mode->vdisplay = native_mode->vdisplay; | ||
| 277 | } | ||
| 278 | |||
| 279 | adjusted_mode->htotal = native_mode->hdisplay + hblank; | ||
| 280 | adjusted_mode->hsync_start = native_mode->hdisplay + hover; | ||
| 281 | adjusted_mode->hsync_end = adjusted_mode->hsync_start + hsync_width; | ||
| 282 | |||
| 283 | adjusted_mode->vtotal = native_mode->vdisplay + vblank; | ||
| 284 | adjusted_mode->vsync_start = native_mode->vdisplay + vover; | ||
| 285 | adjusted_mode->vsync_end = adjusted_mode->vsync_start + vsync_width; | ||
| 286 | |||
| 287 | drm_mode_set_crtcinfo(adjusted_mode, CRTC_INTERLACE_HALVE_V); | ||
| 288 | |||
| 289 | if (ASIC_IS_AVIVO(rdev)) { | ||
| 290 | adjusted_mode->crtc_hdisplay = native_mode->hdisplay; | ||
| 291 | adjusted_mode->crtc_vdisplay = native_mode->vdisplay; | ||
| 292 | } | ||
| 293 | |||
| 294 | adjusted_mode->crtc_htotal = adjusted_mode->crtc_hdisplay + hblank; | ||
| 295 | adjusted_mode->crtc_hsync_start = adjusted_mode->crtc_hdisplay + hover; | ||
| 296 | adjusted_mode->crtc_hsync_end = adjusted_mode->crtc_hsync_start + hsync_width; | ||
| 297 | |||
| 298 | adjusted_mode->crtc_vtotal = adjusted_mode->crtc_vdisplay + vblank; | ||
| 299 | adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vdisplay + vover; | ||
| 300 | adjusted_mode->crtc_vsync_end = adjusted_mode->crtc_vsync_start + vsync_width; | ||
| 301 | |||
| 302 | } | ||
| 303 | |||
| 257 | static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, | 304 | static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, |
| 258 | struct drm_display_mode *mode, | 305 | struct drm_display_mode *mode, |
| 259 | struct drm_display_mode *adjusted_mode) | 306 | struct drm_display_mode *adjusted_mode) |
| @@ -275,18 +322,8 @@ static bool radeon_atom_mode_fixup(struct drm_encoder *encoder, | |||
| 275 | adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vdisplay + 2; | 322 | adjusted_mode->crtc_vsync_start = adjusted_mode->crtc_vdisplay + 2; |
| 276 | 323 | ||
| 277 | /* get the native mode for LVDS */ | 324 | /* get the native mode for LVDS */ |
| 278 | if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) { | 325 | if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) |
| 279 | struct drm_display_mode *native_mode = &radeon_encoder->native_mode; | 326 | radeon_panel_mode_fixup(encoder, adjusted_mode); |
| 280 | int mode_id = adjusted_mode->base.id; | ||
| 281 | *adjusted_mode = *native_mode; | ||
| 282 | if (!ASIC_IS_AVIVO(rdev)) { | ||
| 283 | adjusted_mode->hdisplay = mode->hdisplay; | ||
| 284 | adjusted_mode->vdisplay = mode->vdisplay; | ||
| 285 | adjusted_mode->crtc_hdisplay = mode->hdisplay; | ||
| 286 | adjusted_mode->crtc_vdisplay = mode->vdisplay; | ||
| 287 | } | ||
| 288 | adjusted_mode->base.id = mode_id; | ||
| 289 | } | ||
| 290 | 327 | ||
| 291 | /* get the native mode for TV */ | 328 | /* get the native mode for TV */ |
| 292 | if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) { | 329 | if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) { |
| @@ -1326,7 +1363,7 @@ radeon_atom_encoder_mode_set(struct drm_encoder *encoder, | |||
| 1326 | 1363 | ||
| 1327 | radeon_encoder->pixel_clock = adjusted_mode->clock; | 1364 | radeon_encoder->pixel_clock = adjusted_mode->clock; |
| 1328 | 1365 | ||
| 1329 | if (ASIC_IS_AVIVO(rdev)) { | 1366 | if (ASIC_IS_AVIVO(rdev) && !ASIC_IS_DCE4(rdev)) { |
| 1330 | if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT)) | 1367 | if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT)) |
| 1331 | atombios_yuv_setup(encoder, true); | 1368 | atombios_yuv_setup(encoder, true); |
| 1332 | else | 1369 | else |
diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index d3657dcfdd26..c633319f98ed 100644 --- a/drivers/gpu/drm/radeon/radeon_kms.c +++ b/drivers/gpu/drm/radeon/radeon_kms.c | |||
| @@ -165,7 +165,7 @@ u32 radeon_get_vblank_counter_kms(struct drm_device *dev, int crtc) | |||
| 165 | { | 165 | { |
| 166 | struct radeon_device *rdev = dev->dev_private; | 166 | struct radeon_device *rdev = dev->dev_private; |
| 167 | 167 | ||
| 168 | if (crtc < 0 || crtc > 1) { | 168 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
| 169 | DRM_ERROR("Invalid crtc %d\n", crtc); | 169 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 170 | return -EINVAL; | 170 | return -EINVAL; |
| 171 | } | 171 | } |
| @@ -177,7 +177,7 @@ int radeon_enable_vblank_kms(struct drm_device *dev, int crtc) | |||
| 177 | { | 177 | { |
| 178 | struct radeon_device *rdev = dev->dev_private; | 178 | struct radeon_device *rdev = dev->dev_private; |
| 179 | 179 | ||
| 180 | if (crtc < 0 || crtc > 1) { | 180 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
| 181 | DRM_ERROR("Invalid crtc %d\n", crtc); | 181 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 182 | return -EINVAL; | 182 | return -EINVAL; |
| 183 | } | 183 | } |
| @@ -191,7 +191,7 @@ void radeon_disable_vblank_kms(struct drm_device *dev, int crtc) | |||
| 191 | { | 191 | { |
| 192 | struct radeon_device *rdev = dev->dev_private; | 192 | struct radeon_device *rdev = dev->dev_private; |
| 193 | 193 | ||
| 194 | if (crtc < 0 || crtc > 1) { | 194 | if (crtc < 0 || crtc >= rdev->num_crtc) { |
| 195 | DRM_ERROR("Invalid crtc %d\n", crtc); | 195 | DRM_ERROR("Invalid crtc %d\n", crtc); |
| 196 | return; | 196 | return; |
| 197 | } | 197 | } |
diff --git a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c b/drivers/gpu/drm/radeon/radeon_legacy_encoders.c index 2441cca7d775..0274abe17ad9 100644 --- a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c +++ b/drivers/gpu/drm/radeon/radeon_legacy_encoders.c | |||
| @@ -228,16 +228,8 @@ static bool radeon_legacy_mode_fixup(struct drm_encoder *encoder, | |||
| 228 | drm_mode_set_crtcinfo(adjusted_mode, 0); | 228 | drm_mode_set_crtcinfo(adjusted_mode, 0); |
| 229 | 229 | ||
| 230 | /* get the native mode for LVDS */ | 230 | /* get the native mode for LVDS */ |
| 231 | if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) { | 231 | if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) |
| 232 | struct drm_display_mode *native_mode = &radeon_encoder->native_mode; | 232 | radeon_panel_mode_fixup(encoder, adjusted_mode); |
| 233 | int mode_id = adjusted_mode->base.id; | ||
| 234 | *adjusted_mode = *native_mode; | ||
| 235 | adjusted_mode->hdisplay = mode->hdisplay; | ||
| 236 | adjusted_mode->vdisplay = mode->vdisplay; | ||
| 237 | adjusted_mode->crtc_hdisplay = mode->hdisplay; | ||
| 238 | adjusted_mode->crtc_vdisplay = mode->vdisplay; | ||
| 239 | adjusted_mode->base.id = mode_id; | ||
| 240 | } | ||
| 241 | 233 | ||
| 242 | return true; | 234 | return true; |
| 243 | } | 235 | } |
diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h index dd451c55c533..a2bc31465e4f 100644 --- a/drivers/gpu/drm/radeon/radeon_mode.h +++ b/drivers/gpu/drm/radeon/radeon_mode.h | |||
| @@ -564,6 +564,8 @@ extern int radeon_static_clocks_init(struct drm_device *dev); | |||
| 564 | bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc, | 564 | bool radeon_crtc_scaling_mode_fixup(struct drm_crtc *crtc, |
| 565 | struct drm_display_mode *mode, | 565 | struct drm_display_mode *mode, |
| 566 | struct drm_display_mode *adjusted_mode); | 566 | struct drm_display_mode *adjusted_mode); |
| 567 | void radeon_panel_mode_fixup(struct drm_encoder *encoder, | ||
| 568 | struct drm_display_mode *adjusted_mode); | ||
| 567 | void atom_rv515_force_tv_scaler(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc); | 569 | void atom_rv515_force_tv_scaler(struct radeon_device *rdev, struct radeon_crtc *radeon_crtc); |
| 568 | 570 | ||
| 569 | /* legacy tv */ | 571 | /* legacy tv */ |
diff --git a/drivers/gpu/drm/via/via_video.c b/drivers/gpu/drm/via/via_video.c index 6ec04ac12459..6efac8117c93 100644 --- a/drivers/gpu/drm/via/via_video.c +++ b/drivers/gpu/drm/via/via_video.c | |||
| @@ -75,7 +75,7 @@ int via_decoder_futex(struct drm_device *dev, void *data, struct drm_file *file_ | |||
| 75 | 75 | ||
| 76 | DRM_DEBUG("\n"); | 76 | DRM_DEBUG("\n"); |
| 77 | 77 | ||
| 78 | if (fx->lock > VIA_NR_XVMC_LOCKS) | 78 | if (fx->lock >= VIA_NR_XVMC_LOCKS) |
| 79 | return -EFAULT; | 79 | return -EFAULT; |
| 80 | 80 | ||
| 81 | lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock); | 81 | lock = (volatile int *)XVMCLOCKPTR(sAPriv, fx->lock); |
diff --git a/drivers/gpu/vga/vga_switcheroo.c b/drivers/gpu/vga/vga_switcheroo.c index d6d1149d525d..c8768f38511e 100644 --- a/drivers/gpu/vga/vga_switcheroo.c +++ b/drivers/gpu/vga/vga_switcheroo.c | |||
| @@ -276,8 +276,10 @@ vga_switcheroo_debugfs_write(struct file *filp, const char __user *ubuf, | |||
| 276 | 276 | ||
| 277 | mutex_lock(&vgasr_mutex); | 277 | mutex_lock(&vgasr_mutex); |
| 278 | 278 | ||
| 279 | if (!vgasr_priv.active) | 279 | if (!vgasr_priv.active) { |
| 280 | return -EINVAL; | 280 | cnt = -EINVAL; |
| 281 | goto out; | ||
| 282 | } | ||
| 281 | 283 | ||
| 282 | /* pwr off the device not in use */ | 284 | /* pwr off the device not in use */ |
| 283 | if (strncmp(usercmd, "OFF", 3) == 0) { | 285 | if (strncmp(usercmd, "OFF", 3) == 0) { |
diff --git a/drivers/hwmon/asus_atk0110.c b/drivers/hwmon/asus_atk0110.c index 75f3fa55663d..16c420240724 100644 --- a/drivers/hwmon/asus_atk0110.c +++ b/drivers/hwmon/asus_atk0110.c | |||
| @@ -1169,15 +1169,19 @@ static int atk_create_files(struct atk_data *data) | |||
| 1169 | int err; | 1169 | int err; |
| 1170 | 1170 | ||
| 1171 | list_for_each_entry(s, &data->sensor_list, list) { | 1171 | list_for_each_entry(s, &data->sensor_list, list) { |
| 1172 | sysfs_attr_init(&s->input_attr.attr); | ||
| 1172 | err = device_create_file(data->hwmon_dev, &s->input_attr); | 1173 | err = device_create_file(data->hwmon_dev, &s->input_attr); |
| 1173 | if (err) | 1174 | if (err) |
| 1174 | return err; | 1175 | return err; |
| 1176 | sysfs_attr_init(&s->label_attr.attr); | ||
| 1175 | err = device_create_file(data->hwmon_dev, &s->label_attr); | 1177 | err = device_create_file(data->hwmon_dev, &s->label_attr); |
| 1176 | if (err) | 1178 | if (err) |
| 1177 | return err; | 1179 | return err; |
| 1180 | sysfs_attr_init(&s->limit1_attr.attr); | ||
| 1178 | err = device_create_file(data->hwmon_dev, &s->limit1_attr); | 1181 | err = device_create_file(data->hwmon_dev, &s->limit1_attr); |
| 1179 | if (err) | 1182 | if (err) |
| 1180 | return err; | 1183 | return err; |
| 1184 | sysfs_attr_init(&s->limit2_attr.attr); | ||
| 1181 | err = device_create_file(data->hwmon_dev, &s->limit2_attr); | 1185 | err = device_create_file(data->hwmon_dev, &s->limit2_attr); |
| 1182 | if (err) | 1186 | if (err) |
| 1183 | return err; | 1187 | return err; |
diff --git a/drivers/hwmon/hp_accel.c b/drivers/hwmon/hp_accel.c index be475e844c2a..c8ab50516672 100644 --- a/drivers/hwmon/hp_accel.c +++ b/drivers/hwmon/hp_accel.c | |||
| @@ -217,6 +217,10 @@ static struct dmi_system_id lis3lv02d_dmi_ids[] = { | |||
| 217 | AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), | 217 | AXIS_DMI_MATCH("DV7", "HP Pavilion dv7", x_inverted), |
| 218 | AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted), | 218 | AXIS_DMI_MATCH("HP8710", "HP Compaq 8710", y_inverted), |
| 219 | AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted), | 219 | AXIS_DMI_MATCH("HDX18", "HP HDX 18", x_inverted), |
| 220 | AXIS_DMI_MATCH("HPB432x", "HP ProBook 432", xy_rotated_left), | ||
| 221 | AXIS_DMI_MATCH("HPB442x", "HP ProBook 442", xy_rotated_left), | ||
| 222 | AXIS_DMI_MATCH("HPB452x", "HP ProBook 452", y_inverted), | ||
| 223 | AXIS_DMI_MATCH("HPB522x", "HP ProBook 522", xy_swap), | ||
| 220 | { NULL, } | 224 | { NULL, } |
| 221 | /* Laptop models without axis info (yet): | 225 | /* Laptop models without axis info (yet): |
| 222 | * "NC6910" "HP Compaq 6910" | 226 | * "NC6910" "HP Compaq 6910" |
diff --git a/drivers/i2c/busses/i2c-imx.c b/drivers/i2c/busses/i2c-imx.c index f7e27b702375..d1ff9408dc1f 100644 --- a/drivers/i2c/busses/i2c-imx.c +++ b/drivers/i2c/busses/i2c-imx.c | |||
| @@ -146,10 +146,10 @@ static int i2c_imx_bus_busy(struct imx_i2c_struct *i2c_imx, int for_busy) | |||
| 146 | "<%s> I2C Interrupted\n", __func__); | 146 | "<%s> I2C Interrupted\n", __func__); |
| 147 | return -EINTR; | 147 | return -EINTR; |
| 148 | } | 148 | } |
| 149 | if (time_after(jiffies, orig_jiffies + HZ / 1000)) { | 149 | if (time_after(jiffies, orig_jiffies + msecs_to_jiffies(500))) { |
| 150 | dev_dbg(&i2c_imx->adapter.dev, | 150 | dev_dbg(&i2c_imx->adapter.dev, |
| 151 | "<%s> I2C bus is busy\n", __func__); | 151 | "<%s> I2C bus is busy\n", __func__); |
| 152 | return -EIO; | 152 | return -ETIMEDOUT; |
| 153 | } | 153 | } |
| 154 | schedule(); | 154 | schedule(); |
| 155 | } | 155 | } |
| @@ -444,6 +444,8 @@ static int i2c_imx_xfer(struct i2c_adapter *adapter, | |||
| 444 | result = i2c_imx_read(i2c_imx, &msgs[i]); | 444 | result = i2c_imx_read(i2c_imx, &msgs[i]); |
| 445 | else | 445 | else |
| 446 | result = i2c_imx_write(i2c_imx, &msgs[i]); | 446 | result = i2c_imx_write(i2c_imx, &msgs[i]); |
| 447 | if (result) | ||
| 448 | goto fail0; | ||
| 447 | } | 449 | } |
| 448 | 450 | ||
| 449 | fail0: | 451 | fail0: |
diff --git a/drivers/i2c/busses/i2c-octeon.c b/drivers/i2c/busses/i2c-octeon.c index a2481f40ea1c..0e9f85d0a835 100644 --- a/drivers/i2c/busses/i2c-octeon.c +++ b/drivers/i2c/busses/i2c-octeon.c | |||
| @@ -447,7 +447,7 @@ static struct i2c_adapter octeon_i2c_ops = { | |||
| 447 | /** | 447 | /** |
| 448 | * octeon_i2c_setclock - Calculate and set clock divisors. | 448 | * octeon_i2c_setclock - Calculate and set clock divisors. |
| 449 | */ | 449 | */ |
| 450 | static int __init octeon_i2c_setclock(struct octeon_i2c *i2c) | 450 | static int __devinit octeon_i2c_setclock(struct octeon_i2c *i2c) |
| 451 | { | 451 | { |
| 452 | int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; | 452 | int tclk, thp_base, inc, thp_idx, mdiv_idx, ndiv_idx, foscl, diff; |
| 453 | int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; | 453 | int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; |
| @@ -490,7 +490,7 @@ static int __init octeon_i2c_setclock(struct octeon_i2c *i2c) | |||
| 490 | return 0; | 490 | return 0; |
| 491 | } | 491 | } |
| 492 | 492 | ||
| 493 | static int __init octeon_i2c_initlowlevel(struct octeon_i2c *i2c) | 493 | static int __devinit octeon_i2c_initlowlevel(struct octeon_i2c *i2c) |
| 494 | { | 494 | { |
| 495 | u8 status; | 495 | u8 status; |
| 496 | int tries; | 496 | int tries; |
diff --git a/drivers/i2c/busses/i2c-omap.c b/drivers/i2c/busses/i2c-omap.c index 6bd0f19cd451..389ac6032a7b 100644 --- a/drivers/i2c/busses/i2c-omap.c +++ b/drivers/i2c/busses/i2c-omap.c | |||
| @@ -903,6 +903,11 @@ omap_i2c_probe(struct platform_device *pdev) | |||
| 903 | 903 | ||
| 904 | platform_set_drvdata(pdev, dev); | 904 | platform_set_drvdata(pdev, dev); |
| 905 | 905 | ||
| 906 | if (cpu_is_omap7xx()) | ||
| 907 | dev->reg_shift = 1; | ||
| 908 | else | ||
| 909 | dev->reg_shift = 2; | ||
| 910 | |||
| 906 | if ((r = omap_i2c_get_clocks(dev)) != 0) | 911 | if ((r = omap_i2c_get_clocks(dev)) != 0) |
| 907 | goto err_iounmap; | 912 | goto err_iounmap; |
| 908 | 913 | ||
| @@ -926,11 +931,6 @@ omap_i2c_probe(struct platform_device *pdev) | |||
| 926 | dev->b_hw = 1; /* Enable hardware fixes */ | 931 | dev->b_hw = 1; /* Enable hardware fixes */ |
| 927 | } | 932 | } |
| 928 | 933 | ||
| 929 | if (cpu_is_omap7xx()) | ||
| 930 | dev->reg_shift = 1; | ||
| 931 | else | ||
| 932 | dev->reg_shift = 2; | ||
| 933 | |||
| 934 | /* reset ASAP, clearing any IRQs */ | 934 | /* reset ASAP, clearing any IRQs */ |
| 935 | omap_i2c_init(dev); | 935 | omap_i2c_init(dev); |
| 936 | 936 | ||
diff --git a/drivers/i2c/busses/i2c-pnx.c b/drivers/i2c/busses/i2c-pnx.c index 247103372a06..a97e3fec8148 100644 --- a/drivers/i2c/busses/i2c-pnx.c +++ b/drivers/i2c/busses/i2c-pnx.c | |||
| @@ -173,6 +173,9 @@ static int i2c_pnx_master_xmit(struct i2c_pnx_algo_data *alg_data) | |||
| 173 | /* We still have something to talk about... */ | 173 | /* We still have something to talk about... */ |
| 174 | val = *alg_data->mif.buf++; | 174 | val = *alg_data->mif.buf++; |
| 175 | 175 | ||
| 176 | if (alg_data->mif.len == 1) | ||
| 177 | val |= stop_bit; | ||
| 178 | |||
| 176 | alg_data->mif.len--; | 179 | alg_data->mif.len--; |
| 177 | iowrite32(val, I2C_REG_TX(alg_data)); | 180 | iowrite32(val, I2C_REG_TX(alg_data)); |
| 178 | 181 | ||
| @@ -246,6 +249,9 @@ static int i2c_pnx_master_rcv(struct i2c_pnx_algo_data *alg_data) | |||
| 246 | __func__); | 249 | __func__); |
| 247 | 250 | ||
| 248 | if (alg_data->mif.len == 1) { | 251 | if (alg_data->mif.len == 1) { |
| 252 | /* Last byte, do not acknowledge next rcv. */ | ||
| 253 | val |= stop_bit; | ||
| 254 | |||
| 249 | /* | 255 | /* |
| 250 | * Enable interrupt RFDAIE (data in Rx fifo), | 256 | * Enable interrupt RFDAIE (data in Rx fifo), |
| 251 | * and disable DRMIE (need data for Tx) | 257 | * and disable DRMIE (need data for Tx) |
| @@ -633,6 +639,8 @@ static int __devinit i2c_pnx_probe(struct platform_device *pdev) | |||
| 633 | */ | 639 | */ |
| 634 | 640 | ||
| 635 | tmp = ((freq / 1000) / I2C_PNX_SPEED_KHZ) / 2 - 2; | 641 | tmp = ((freq / 1000) / I2C_PNX_SPEED_KHZ) / 2 - 2; |
| 642 | if (tmp > 0x3FF) | ||
| 643 | tmp = 0x3FF; | ||
| 636 | iowrite32(tmp, I2C_REG_CKH(alg_data)); | 644 | iowrite32(tmp, I2C_REG_CKH(alg_data)); |
| 637 | iowrite32(tmp, I2C_REG_CKL(alg_data)); | 645 | iowrite32(tmp, I2C_REG_CKL(alg_data)); |
| 638 | 646 | ||
diff --git a/drivers/i2c/busses/i2c-stu300.c b/drivers/i2c/busses/i2c-stu300.c index 1f5b38be73bc..495be451d326 100644 --- a/drivers/i2c/busses/i2c-stu300.c +++ b/drivers/i2c/busses/i2c-stu300.c | |||
| @@ -498,7 +498,7 @@ static int stu300_set_clk(struct stu300_dev *dev, unsigned long clkrate) | |||
| 498 | int i = 0; | 498 | int i = 0; |
| 499 | 499 | ||
| 500 | /* Locate the apropriate clock setting */ | 500 | /* Locate the apropriate clock setting */ |
| 501 | while (i < ARRAY_SIZE(stu300_clktable) && | 501 | while (i < ARRAY_SIZE(stu300_clktable) - 1 && |
| 502 | stu300_clktable[i].rate < clkrate) | 502 | stu300_clktable[i].rate < clkrate) |
| 503 | i++; | 503 | i++; |
| 504 | 504 | ||
diff --git a/drivers/i2c/i2c-core.c b/drivers/i2c/i2c-core.c index 3202a86f420e..c2258a51fe0c 100644 --- a/drivers/i2c/i2c-core.c +++ b/drivers/i2c/i2c-core.c | |||
| @@ -40,12 +40,11 @@ | |||
| 40 | #include "i2c-core.h" | 40 | #include "i2c-core.h" |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | /* core_lock protects i2c_adapter_idr, userspace_devices, and guarantees | 43 | /* core_lock protects i2c_adapter_idr, and guarantees |
| 44 | that device detection, deletion of detected devices, and attach_adapter | 44 | that device detection, deletion of detected devices, and attach_adapter |
| 45 | and detach_adapter calls are serialized */ | 45 | and detach_adapter calls are serialized */ |
| 46 | static DEFINE_MUTEX(core_lock); | 46 | static DEFINE_MUTEX(core_lock); |
| 47 | static DEFINE_IDR(i2c_adapter_idr); | 47 | static DEFINE_IDR(i2c_adapter_idr); |
| 48 | static LIST_HEAD(userspace_devices); | ||
| 49 | 48 | ||
| 50 | static struct device_type i2c_client_type; | 49 | static struct device_type i2c_client_type; |
| 51 | static int i2c_check_addr(struct i2c_adapter *adapter, int addr); | 50 | static int i2c_check_addr(struct i2c_adapter *adapter, int addr); |
| @@ -117,8 +116,10 @@ static int i2c_device_probe(struct device *dev) | |||
| 117 | dev_dbg(dev, "probe\n"); | 116 | dev_dbg(dev, "probe\n"); |
| 118 | 117 | ||
| 119 | status = driver->probe(client, i2c_match_id(driver->id_table, client)); | 118 | status = driver->probe(client, i2c_match_id(driver->id_table, client)); |
| 120 | if (status) | 119 | if (status) { |
| 121 | client->driver = NULL; | 120 | client->driver = NULL; |
| 121 | i2c_set_clientdata(client, NULL); | ||
| 122 | } | ||
| 122 | return status; | 123 | return status; |
| 123 | } | 124 | } |
| 124 | 125 | ||
| @@ -139,8 +140,10 @@ static int i2c_device_remove(struct device *dev) | |||
| 139 | dev->driver = NULL; | 140 | dev->driver = NULL; |
| 140 | status = 0; | 141 | status = 0; |
| 141 | } | 142 | } |
| 142 | if (status == 0) | 143 | if (status == 0) { |
| 143 | client->driver = NULL; | 144 | client->driver = NULL; |
| 145 | i2c_set_clientdata(client, NULL); | ||
| 146 | } | ||
| 144 | return status; | 147 | return status; |
| 145 | } | 148 | } |
| 146 | 149 | ||
| @@ -538,9 +541,9 @@ i2c_sysfs_new_device(struct device *dev, struct device_attribute *attr, | |||
| 538 | return -EEXIST; | 541 | return -EEXIST; |
| 539 | 542 | ||
| 540 | /* Keep track of the added device */ | 543 | /* Keep track of the added device */ |
| 541 | mutex_lock(&core_lock); | 544 | i2c_lock_adapter(adap); |
| 542 | list_add_tail(&client->detected, &userspace_devices); | 545 | list_add_tail(&client->detected, &adap->userspace_clients); |
| 543 | mutex_unlock(&core_lock); | 546 | i2c_unlock_adapter(adap); |
| 544 | dev_info(dev, "%s: Instantiated device %s at 0x%02hx\n", "new_device", | 547 | dev_info(dev, "%s: Instantiated device %s at 0x%02hx\n", "new_device", |
| 545 | info.type, info.addr); | 548 | info.type, info.addr); |
| 546 | 549 | ||
| @@ -579,9 +582,10 @@ i2c_sysfs_delete_device(struct device *dev, struct device_attribute *attr, | |||
| 579 | 582 | ||
| 580 | /* Make sure the device was added through sysfs */ | 583 | /* Make sure the device was added through sysfs */ |
| 581 | res = -ENOENT; | 584 | res = -ENOENT; |
| 582 | mutex_lock(&core_lock); | 585 | i2c_lock_adapter(adap); |
| 583 | list_for_each_entry_safe(client, next, &userspace_devices, detected) { | 586 | list_for_each_entry_safe(client, next, &adap->userspace_clients, |
| 584 | if (client->addr == addr && client->adapter == adap) { | 587 | detected) { |
| 588 | if (client->addr == addr) { | ||
| 585 | dev_info(dev, "%s: Deleting device %s at 0x%02hx\n", | 589 | dev_info(dev, "%s: Deleting device %s at 0x%02hx\n", |
| 586 | "delete_device", client->name, client->addr); | 590 | "delete_device", client->name, client->addr); |
| 587 | 591 | ||
| @@ -591,7 +595,7 @@ i2c_sysfs_delete_device(struct device *dev, struct device_attribute *attr, | |||
| 591 | break; | 595 | break; |
| 592 | } | 596 | } |
| 593 | } | 597 | } |
| 594 | mutex_unlock(&core_lock); | 598 | i2c_unlock_adapter(adap); |
| 595 | 599 | ||
| 596 | if (res < 0) | 600 | if (res < 0) |
| 597 | dev_err(dev, "%s: Can't find device in list\n", | 601 | dev_err(dev, "%s: Can't find device in list\n", |
| @@ -673,6 +677,7 @@ static int i2c_register_adapter(struct i2c_adapter *adap) | |||
| 673 | } | 677 | } |
| 674 | 678 | ||
| 675 | rt_mutex_init(&adap->bus_lock); | 679 | rt_mutex_init(&adap->bus_lock); |
| 680 | INIT_LIST_HEAD(&adap->userspace_clients); | ||
| 676 | 681 | ||
| 677 | /* Set default timeout to 1 second if not already set */ | 682 | /* Set default timeout to 1 second if not already set */ |
| 678 | if (adap->timeout == 0) | 683 | if (adap->timeout == 0) |
| @@ -875,14 +880,15 @@ int i2c_del_adapter(struct i2c_adapter *adap) | |||
| 875 | return res; | 880 | return res; |
| 876 | 881 | ||
| 877 | /* Remove devices instantiated from sysfs */ | 882 | /* Remove devices instantiated from sysfs */ |
| 878 | list_for_each_entry_safe(client, next, &userspace_devices, detected) { | 883 | i2c_lock_adapter(adap); |
| 879 | if (client->adapter == adap) { | 884 | list_for_each_entry_safe(client, next, &adap->userspace_clients, |
| 880 | dev_dbg(&adap->dev, "Removing %s at 0x%x\n", | 885 | detected) { |
| 881 | client->name, client->addr); | 886 | dev_dbg(&adap->dev, "Removing %s at 0x%x\n", client->name, |
| 882 | list_del(&client->detected); | 887 | client->addr); |
| 883 | i2c_unregister_device(client); | 888 | list_del(&client->detected); |
| 884 | } | 889 | i2c_unregister_device(client); |
| 885 | } | 890 | } |
| 891 | i2c_unlock_adapter(adap); | ||
| 886 | 892 | ||
| 887 | /* Detach any active clients. This can't fail, thus we do not | 893 | /* Detach any active clients. This can't fail, thus we do not |
| 888 | checking the returned value. */ | 894 | checking the returned value. */ |
| @@ -1260,12 +1266,23 @@ static int i2c_detect_address(struct i2c_client *temp_client, | |||
| 1260 | return 0; | 1266 | return 0; |
| 1261 | 1267 | ||
| 1262 | /* Make sure there is something at this address */ | 1268 | /* Make sure there is something at this address */ |
| 1263 | if (i2c_smbus_xfer(adapter, addr, 0, 0, 0, I2C_SMBUS_QUICK, NULL) < 0) | 1269 | if (addr == 0x73 && (adapter->class & I2C_CLASS_HWMON)) { |
| 1264 | return 0; | 1270 | /* Special probe for FSC hwmon chips */ |
| 1271 | union i2c_smbus_data dummy; | ||
| 1265 | 1272 | ||
| 1266 | /* Prevent 24RF08 corruption */ | 1273 | if (i2c_smbus_xfer(adapter, addr, 0, I2C_SMBUS_READ, 0, |
| 1267 | if ((addr & ~0x0f) == 0x50) | 1274 | I2C_SMBUS_BYTE_DATA, &dummy) < 0) |
| 1268 | i2c_smbus_xfer(adapter, addr, 0, 0, 0, I2C_SMBUS_QUICK, NULL); | 1275 | return 0; |
| 1276 | } else { | ||
| 1277 | if (i2c_smbus_xfer(adapter, addr, 0, I2C_SMBUS_WRITE, 0, | ||
| 1278 | I2C_SMBUS_QUICK, NULL) < 0) | ||
| 1279 | return 0; | ||
| 1280 | |||
| 1281 | /* Prevent 24RF08 corruption */ | ||
| 1282 | if ((addr & ~0x0f) == 0x50) | ||
| 1283 | i2c_smbus_xfer(adapter, addr, 0, I2C_SMBUS_WRITE, 0, | ||
| 1284 | I2C_SMBUS_QUICK, NULL); | ||
| 1285 | } | ||
| 1269 | 1286 | ||
| 1270 | /* Finally call the custom detection function */ | 1287 | /* Finally call the custom detection function */ |
| 1271 | memset(&info, 0, sizeof(struct i2c_board_info)); | 1288 | memset(&info, 0, sizeof(struct i2c_board_info)); |
diff --git a/drivers/ide/ide-cs.c b/drivers/ide/ide-cs.c index ab87e4f7cec9..b85450865ff0 100644 --- a/drivers/ide/ide-cs.c +++ b/drivers/ide/ide-cs.c | |||
| @@ -409,6 +409,8 @@ static struct pcmcia_device_id ide_ids[] = { | |||
| 409 | PCMCIA_DEVICE_PROD_ID12("Hyperstone", "Model1", 0x3d5b9ef5, 0xca6ab420), | 409 | PCMCIA_DEVICE_PROD_ID12("Hyperstone", "Model1", 0x3d5b9ef5, 0xca6ab420), |
| 410 | PCMCIA_DEVICE_PROD_ID12("IBM", "microdrive", 0xb569a6e5, 0xa6d76178), | 410 | PCMCIA_DEVICE_PROD_ID12("IBM", "microdrive", 0xb569a6e5, 0xa6d76178), |
| 411 | PCMCIA_DEVICE_PROD_ID12("IBM", "IBM17JSSFP20", 0xb569a6e5, 0xf2508753), | 411 | PCMCIA_DEVICE_PROD_ID12("IBM", "IBM17JSSFP20", 0xb569a6e5, 0xf2508753), |
| 412 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF CARD 1GB", 0x2e6d1829, 0x55d5bffb), | ||
| 413 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF CARD 4GB", 0x2e6d1829, 0x531e7d10), | ||
| 412 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF8GB", 0x2e6d1829, 0xacbe682e), | 414 | PCMCIA_DEVICE_PROD_ID12("KINGSTON", "CF8GB", 0x2e6d1829, 0xacbe682e), |
| 413 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "CBIDE2 ", 0x547e66dc, 0x8671043b), | 415 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "CBIDE2 ", 0x547e66dc, 0x8671043b), |
| 414 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDE", 0x547e66dc, 0x5c5ab149), | 416 | PCMCIA_DEVICE_PROD_ID12("IO DATA", "PCIDE", 0x547e66dc, 0x5c5ab149), |
| @@ -429,6 +431,8 @@ static struct pcmcia_device_id ide_ids[] = { | |||
| 429 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF80", 0x709b1bf1, 0x2a54d4b1), | 431 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS1GCF80", 0x709b1bf1, 0x2a54d4b1), |
| 430 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS2GCF120", 0x709b1bf1, 0x969aa4f2), | 432 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS2GCF120", 0x709b1bf1, 0x969aa4f2), |
| 431 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1, 0xf54a91c8), | 433 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF120", 0x709b1bf1, 0xf54a91c8), |
| 434 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS4GCF133", 0x709b1bf1, 0x7558f133), | ||
| 435 | PCMCIA_DEVICE_PROD_ID12("TRANSCEND", "TS8GCF133", 0x709b1bf1, 0xb2f89b47), | ||
| 432 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), | 436 | PCMCIA_DEVICE_PROD_ID12("WIT", "IDE16", 0x244e5994, 0x3e232852), |
| 433 | PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c, 0x212bb918), | 437 | PCMCIA_DEVICE_PROD_ID12("WEIDA", "TWTTI", 0xcc7cf69c, 0x212bb918), |
| 434 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), | 438 | PCMCIA_DEVICE_PROD_ID1("STI Flash", 0xe4a13209), |
diff --git a/drivers/input/joydev.c b/drivers/input/joydev.c index c52bec4d0530..423e0e6031ab 100644 --- a/drivers/input/joydev.c +++ b/drivers/input/joydev.c | |||
| @@ -929,6 +929,24 @@ static const struct input_device_id joydev_ids[] = { | |||
| 929 | .evbit = { BIT_MASK(EV_ABS) }, | 929 | .evbit = { BIT_MASK(EV_ABS) }, |
| 930 | .absbit = { BIT_MASK(ABS_THROTTLE) }, | 930 | .absbit = { BIT_MASK(ABS_THROTTLE) }, |
| 931 | }, | 931 | }, |
| 932 | { | ||
| 933 | .flags = INPUT_DEVICE_ID_MATCH_EVBIT | | ||
| 934 | INPUT_DEVICE_ID_MATCH_KEYBIT, | ||
| 935 | .evbit = { BIT_MASK(EV_KEY) }, | ||
| 936 | .keybit = {[BIT_WORD(BTN_JOYSTICK)] = BIT_MASK(BTN_JOYSTICK) }, | ||
| 937 | }, | ||
| 938 | { | ||
| 939 | .flags = INPUT_DEVICE_ID_MATCH_EVBIT | | ||
| 940 | INPUT_DEVICE_ID_MATCH_KEYBIT, | ||
| 941 | .evbit = { BIT_MASK(EV_KEY) }, | ||
| 942 | .keybit = { [BIT_WORD(BTN_GAMEPAD)] = BIT_MASK(BTN_GAMEPAD) }, | ||
| 943 | }, | ||
| 944 | { | ||
| 945 | .flags = INPUT_DEVICE_ID_MATCH_EVBIT | | ||
| 946 | INPUT_DEVICE_ID_MATCH_KEYBIT, | ||
| 947 | .evbit = { BIT_MASK(EV_KEY) }, | ||
| 948 | .keybit = { [BIT_WORD(BTN_TRIGGER_HAPPY)] = BIT_MASK(BTN_TRIGGER_HAPPY) }, | ||
| 949 | }, | ||
| 932 | { } /* Terminating entry */ | 950 | { } /* Terminating entry */ |
| 933 | }; | 951 | }; |
| 934 | 952 | ||
diff --git a/drivers/input/misc/ati_remote.c b/drivers/input/misc/ati_remote.c index 614b65d78fe9..e8bbc619f6df 100644 --- a/drivers/input/misc/ati_remote.c +++ b/drivers/input/misc/ati_remote.c | |||
| @@ -98,10 +98,12 @@ | |||
| 98 | * Module and Version Information, Module Parameters | 98 | * Module and Version Information, Module Parameters |
| 99 | */ | 99 | */ |
| 100 | 100 | ||
| 101 | #define ATI_REMOTE_VENDOR_ID 0x0bc7 | 101 | #define ATI_REMOTE_VENDOR_ID 0x0bc7 |
| 102 | #define ATI_REMOTE_PRODUCT_ID 0x004 | 102 | #define LOLA_REMOTE_PRODUCT_ID 0x0002 |
| 103 | #define LOLA_REMOTE_PRODUCT_ID 0x002 | 103 | #define LOLA2_REMOTE_PRODUCT_ID 0x0003 |
| 104 | #define MEDION_REMOTE_PRODUCT_ID 0x006 | 104 | #define ATI_REMOTE_PRODUCT_ID 0x0004 |
| 105 | #define NVIDIA_REMOTE_PRODUCT_ID 0x0005 | ||
| 106 | #define MEDION_REMOTE_PRODUCT_ID 0x0006 | ||
| 105 | 107 | ||
| 106 | #define DRIVER_VERSION "2.2.1" | 108 | #define DRIVER_VERSION "2.2.1" |
| 107 | #define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>" | 109 | #define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>" |
| @@ -142,8 +144,10 @@ MODULE_PARM_DESC(repeat_delay, "Delay before sending repeats, default = 500 msec | |||
| 142 | #define err(format, arg...) printk(KERN_ERR format , ## arg) | 144 | #define err(format, arg...) printk(KERN_ERR format , ## arg) |
| 143 | 145 | ||
| 144 | static struct usb_device_id ati_remote_table[] = { | 146 | static struct usb_device_id ati_remote_table[] = { |
| 145 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID) }, | ||
| 146 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID) }, | 147 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID) }, |
| 148 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA2_REMOTE_PRODUCT_ID) }, | ||
| 149 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID) }, | ||
| 150 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, NVIDIA_REMOTE_PRODUCT_ID) }, | ||
| 147 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID) }, | 151 | { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID) }, |
| 148 | {} /* Terminating entry */ | 152 | {} /* Terminating entry */ |
| 149 | }; | 153 | }; |
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 0d22cb9ce42e..99d58764ef03 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c | |||
| @@ -64,7 +64,6 @@ static const struct alps_model_info alps_model_data[] = { | |||
| 64 | { { 0x62, 0x02, 0x14 }, 0xcf, 0xcf, | 64 | { { 0x62, 0x02, 0x14 }, 0xcf, 0xcf, |
| 65 | ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, | 65 | ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, |
| 66 | { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FOUR_BUTTONS }, /* Dell Vostro 1400 */ | 66 | { { 0x73, 0x02, 0x50 }, 0xcf, 0xcf, ALPS_FOUR_BUTTONS }, /* Dell Vostro 1400 */ |
| 67 | { { 0x73, 0x02, 0x64 }, 0xf8, 0xf8, 0 }, /* HP Pavilion dm3 */ | ||
| 68 | { { 0x52, 0x01, 0x14 }, 0xff, 0xff, | 67 | { { 0x52, 0x01, 0x14 }, 0xff, 0xff, |
| 69 | ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, /* Toshiba Tecra A11-11L */ | 68 | ALPS_PASS | ALPS_DUALPOINT | ALPS_PS2_INTERLEAVED }, /* Toshiba Tecra A11-11L */ |
| 70 | }; | 69 | }; |
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c index a138b5da79f9..0520c2e19927 100644 --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c | |||
| @@ -25,6 +25,10 @@ | |||
| 25 | printk(KERN_DEBUG format, ##arg); \ | 25 | printk(KERN_DEBUG format, ##arg); \ |
| 26 | } while (0) | 26 | } while (0) |
| 27 | 27 | ||
| 28 | static bool force_elantech; | ||
| 29 | module_param_named(force_elantech, force_elantech, bool, 0644); | ||
| 30 | MODULE_PARM_DESC(force_elantech, "Force the Elantech PS/2 protocol extension to be used, 1 = enabled, 0 = disabled (default)."); | ||
| 31 | |||
| 28 | /* | 32 | /* |
| 29 | * Send a Synaptics style sliced query command | 33 | * Send a Synaptics style sliced query command |
| 30 | */ | 34 | */ |
| @@ -182,13 +186,17 @@ static void elantech_report_absolute_v1(struct psmouse *psmouse) | |||
| 182 | static int old_fingers; | 186 | static int old_fingers; |
| 183 | 187 | ||
| 184 | if (etd->fw_version_maj == 0x01) { | 188 | if (etd->fw_version_maj == 0x01) { |
| 185 | /* byte 0: D U p1 p2 1 p3 R L | 189 | /* |
| 186 | byte 1: f 0 th tw x9 x8 y9 y8 */ | 190 | * byte 0: D U p1 p2 1 p3 R L |
| 191 | * byte 1: f 0 th tw x9 x8 y9 y8 | ||
| 192 | */ | ||
| 187 | fingers = ((packet[1] & 0x80) >> 7) + | 193 | fingers = ((packet[1] & 0x80) >> 7) + |
| 188 | ((packet[1] & 0x30) >> 4); | 194 | ((packet[1] & 0x30) >> 4); |
| 189 | } else { | 195 | } else { |
| 190 | /* byte 0: n1 n0 p2 p1 1 p3 R L | 196 | /* |
| 191 | byte 1: 0 0 0 0 x9 x8 y9 y8 */ | 197 | * byte 0: n1 n0 p2 p1 1 p3 R L |
| 198 | * byte 1: 0 0 0 0 x9 x8 y9 y8 | ||
| 199 | */ | ||
| 192 | fingers = (packet[0] & 0xc0) >> 6; | 200 | fingers = (packet[0] & 0xc0) >> 6; |
| 193 | } | 201 | } |
| 194 | 202 | ||
| @@ -202,13 +210,15 @@ static void elantech_report_absolute_v1(struct psmouse *psmouse) | |||
| 202 | 210 | ||
| 203 | input_report_key(dev, BTN_TOUCH, fingers != 0); | 211 | input_report_key(dev, BTN_TOUCH, fingers != 0); |
| 204 | 212 | ||
| 205 | /* byte 2: x7 x6 x5 x4 x3 x2 x1 x0 | 213 | /* |
| 206 | byte 3: y7 y6 y5 y4 y3 y2 y1 y0 */ | 214 | * byte 2: x7 x6 x5 x4 x3 x2 x1 x0 |
| 215 | * byte 3: y7 y6 y5 y4 y3 y2 y1 y0 | ||
| 216 | */ | ||
| 207 | if (fingers) { | 217 | if (fingers) { |
| 208 | input_report_abs(dev, ABS_X, | 218 | input_report_abs(dev, ABS_X, |
| 209 | ((packet[1] & 0x0c) << 6) | packet[2]); | 219 | ((packet[1] & 0x0c) << 6) | packet[2]); |
| 210 | input_report_abs(dev, ABS_Y, ETP_YMAX_V1 - | 220 | input_report_abs(dev, ABS_Y, |
| 211 | (((packet[1] & 0x03) << 8) | packet[3])); | 221 | ETP_YMAX_V1 - (((packet[1] & 0x03) << 8) | packet[3])); |
| 212 | } | 222 | } |
| 213 | 223 | ||
| 214 | input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); | 224 | input_report_key(dev, BTN_TOOL_FINGER, fingers == 1); |
| @@ -247,34 +257,47 @@ static void elantech_report_absolute_v2(struct psmouse *psmouse) | |||
| 247 | 257 | ||
| 248 | switch (fingers) { | 258 | switch (fingers) { |
| 249 | case 1: | 259 | case 1: |
| 250 | /* byte 1: x15 x14 x13 x12 x11 x10 x9 x8 | 260 | /* |
| 251 | byte 2: x7 x6 x5 x4 x4 x2 x1 x0 */ | 261 | * byte 1: . . . . . x10 x9 x8 |
| 252 | input_report_abs(dev, ABS_X, (packet[1] << 8) | packet[2]); | 262 | * byte 2: x7 x6 x5 x4 x4 x2 x1 x0 |
| 253 | /* byte 4: y15 y14 y13 y12 y11 y10 y8 y8 | 263 | */ |
| 254 | byte 5: y7 y6 y5 y4 y3 y2 y1 y0 */ | 264 | input_report_abs(dev, ABS_X, |
| 255 | input_report_abs(dev, ABS_Y, ETP_YMAX_V2 - | 265 | ((packet[1] & 0x07) << 8) | packet[2]); |
| 256 | ((packet[4] << 8) | packet[5])); | 266 | /* |
| 267 | * byte 4: . . . . . . y9 y8 | ||
| 268 | * byte 5: y7 y6 y5 y4 y3 y2 y1 y0 | ||
| 269 | */ | ||
| 270 | input_report_abs(dev, ABS_Y, | ||
| 271 | ETP_YMAX_V2 - (((packet[4] & 0x03) << 8) | packet[5])); | ||
| 257 | break; | 272 | break; |
| 258 | 273 | ||
| 259 | case 2: | 274 | case 2: |
| 260 | /* The coordinate of each finger is reported separately with | 275 | /* |
| 261 | a lower resolution for two finger touches */ | 276 | * The coordinate of each finger is reported separately |
| 262 | /* byte 0: . . ay8 ax8 . . . . | 277 | * with a lower resolution for two finger touches: |
| 263 | byte 1: ax7 ax6 ax5 ax4 ax3 ax2 ax1 ax0 */ | 278 | * byte 0: . . ay8 ax8 . . . . |
| 279 | * byte 1: ax7 ax6 ax5 ax4 ax3 ax2 ax1 ax0 | ||
| 280 | */ | ||
| 264 | x1 = ((packet[0] & 0x10) << 4) | packet[1]; | 281 | x1 = ((packet[0] & 0x10) << 4) | packet[1]; |
| 265 | /* byte 2: ay7 ay6 ay5 ay4 ay3 ay2 ay1 ay0 */ | 282 | /* byte 2: ay7 ay6 ay5 ay4 ay3 ay2 ay1 ay0 */ |
| 266 | y1 = ETP_2FT_YMAX - (((packet[0] & 0x20) << 3) | packet[2]); | 283 | y1 = ETP_2FT_YMAX - (((packet[0] & 0x20) << 3) | packet[2]); |
| 267 | /* byte 3: . . by8 bx8 . . . . | 284 | /* |
| 268 | byte 4: bx7 bx6 bx5 bx4 bx3 bx2 bx1 bx0 */ | 285 | * byte 3: . . by8 bx8 . . . . |
| 286 | * byte 4: bx7 bx6 bx5 bx4 bx3 bx2 bx1 bx0 | ||
| 287 | */ | ||
| 269 | x2 = ((packet[3] & 0x10) << 4) | packet[4]; | 288 | x2 = ((packet[3] & 0x10) << 4) | packet[4]; |
| 270 | /* byte 5: by7 by8 by5 by4 by3 by2 by1 by0 */ | 289 | /* byte 5: by7 by8 by5 by4 by3 by2 by1 by0 */ |
| 271 | y2 = ETP_2FT_YMAX - (((packet[3] & 0x20) << 3) | packet[5]); | 290 | y2 = ETP_2FT_YMAX - (((packet[3] & 0x20) << 3) | packet[5]); |
| 272 | /* For compatibility with the X Synaptics driver scale up one | 291 | /* |
| 273 | coordinate and report as ordinary mouse movent */ | 292 | * For compatibility with the X Synaptics driver scale up |
| 293 | * one coordinate and report as ordinary mouse movent | ||
| 294 | */ | ||
| 274 | input_report_abs(dev, ABS_X, x1 << 2); | 295 | input_report_abs(dev, ABS_X, x1 << 2); |
| 275 | input_report_abs(dev, ABS_Y, y1 << 2); | 296 | input_report_abs(dev, ABS_Y, y1 << 2); |
| 276 | /* For compatibility with the proprietary X Elantech driver | 297 | /* |
| 277 | report both coordinates as hat coordinates */ | 298 | * For compatibility with the proprietary X Elantech driver |
| 299 | * report both coordinates as hat coordinates | ||
| 300 | */ | ||
| 278 | input_report_abs(dev, ABS_HAT0X, x1); | 301 | input_report_abs(dev, ABS_HAT0X, x1); |
| 279 | input_report_abs(dev, ABS_HAT0Y, y1); | 302 | input_report_abs(dev, ABS_HAT0Y, y1); |
| 280 | input_report_abs(dev, ABS_HAT1X, x2); | 303 | input_report_abs(dev, ABS_HAT1X, x2); |
| @@ -596,8 +619,12 @@ int elantech_detect(struct psmouse *psmouse, bool set_properties) | |||
| 596 | param[0], param[1], param[2]); | 619 | param[0], param[1], param[2]); |
| 597 | 620 | ||
| 598 | if (param[0] == 0 || param[1] != 0) { | 621 | if (param[0] == 0 || param[1] != 0) { |
| 599 | pr_debug("elantech.c: Probably not a real Elantech touchpad. Aborting.\n"); | 622 | if (!force_elantech) { |
| 600 | return -1; | 623 | pr_debug("elantech.c: Probably not a real Elantech touchpad. Aborting.\n"); |
| 624 | return -1; | ||
| 625 | } | ||
| 626 | |||
| 627 | pr_debug("elantech.c: Probably not a real Elantech touchpad. Enabling anyway due to force_elantech.\n"); | ||
| 601 | } | 628 | } |
| 602 | 629 | ||
| 603 | if (set_properties) { | 630 | if (set_properties) { |
| @@ -666,7 +693,8 @@ int elantech_init(struct psmouse *psmouse) | |||
| 666 | * Assume every version greater than this is new EeePC style | 693 | * Assume every version greater than this is new EeePC style |
| 667 | * hardware with 6 byte packets | 694 | * hardware with 6 byte packets |
| 668 | */ | 695 | */ |
| 669 | if (etd->fw_version_maj >= 0x02 && etd->fw_version_min >= 0x30) { | 696 | if ((etd->fw_version_maj == 0x02 && etd->fw_version_min >= 0x30) || |
| 697 | etd->fw_version_maj > 0x02) { | ||
| 670 | etd->hw_version = 2; | 698 | etd->hw_version = 2; |
| 671 | /* For now show extra debug information */ | 699 | /* For now show extra debug information */ |
| 672 | etd->debug = 1; | 700 | etd->debug = 1; |
diff --git a/drivers/input/mouse/psmouse-base.c b/drivers/input/mouse/psmouse-base.c index d8c0c8d6992c..cbc807264940 100644 --- a/drivers/input/mouse/psmouse-base.c +++ b/drivers/input/mouse/psmouse-base.c | |||
| @@ -110,6 +110,7 @@ static struct workqueue_struct *kpsmoused_wq; | |||
| 110 | struct psmouse_protocol { | 110 | struct psmouse_protocol { |
| 111 | enum psmouse_type type; | 111 | enum psmouse_type type; |
| 112 | bool maxproto; | 112 | bool maxproto; |
| 113 | bool ignore_parity; /* Protocol should ignore parity errors from KBC */ | ||
| 113 | const char *name; | 114 | const char *name; |
| 114 | const char *alias; | 115 | const char *alias; |
| 115 | int (*detect)(struct psmouse *, bool); | 116 | int (*detect)(struct psmouse *, bool); |
| @@ -288,7 +289,9 @@ static irqreturn_t psmouse_interrupt(struct serio *serio, | |||
| 288 | if (psmouse->state == PSMOUSE_IGNORE) | 289 | if (psmouse->state == PSMOUSE_IGNORE) |
| 289 | goto out; | 290 | goto out; |
| 290 | 291 | ||
| 291 | if (flags & (SERIO_PARITY|SERIO_TIMEOUT)) { | 292 | if (unlikely((flags & SERIO_TIMEOUT) || |
| 293 | ((flags & SERIO_PARITY) && !psmouse->ignore_parity))) { | ||
| 294 | |||
| 292 | if (psmouse->state == PSMOUSE_ACTIVATED) | 295 | if (psmouse->state == PSMOUSE_ACTIVATED) |
| 293 | printk(KERN_WARNING "psmouse.c: bad data from KBC -%s%s\n", | 296 | printk(KERN_WARNING "psmouse.c: bad data from KBC -%s%s\n", |
| 294 | flags & SERIO_TIMEOUT ? " timeout" : "", | 297 | flags & SERIO_TIMEOUT ? " timeout" : "", |
| @@ -759,6 +762,7 @@ static const struct psmouse_protocol psmouse_protocols[] = { | |||
| 759 | .name = "PS/2", | 762 | .name = "PS/2", |
| 760 | .alias = "bare", | 763 | .alias = "bare", |
| 761 | .maxproto = true, | 764 | .maxproto = true, |
| 765 | .ignore_parity = true, | ||
| 762 | .detect = ps2bare_detect, | 766 | .detect = ps2bare_detect, |
| 763 | }, | 767 | }, |
| 764 | #ifdef CONFIG_MOUSE_PS2_LOGIPS2PP | 768 | #ifdef CONFIG_MOUSE_PS2_LOGIPS2PP |
| @@ -786,6 +790,7 @@ static const struct psmouse_protocol psmouse_protocols[] = { | |||
| 786 | .name = "ImPS/2", | 790 | .name = "ImPS/2", |
| 787 | .alias = "imps", | 791 | .alias = "imps", |
| 788 | .maxproto = true, | 792 | .maxproto = true, |
| 793 | .ignore_parity = true, | ||
| 789 | .detect = intellimouse_detect, | 794 | .detect = intellimouse_detect, |
| 790 | }, | 795 | }, |
| 791 | { | 796 | { |
| @@ -793,6 +798,7 @@ static const struct psmouse_protocol psmouse_protocols[] = { | |||
| 793 | .name = "ImExPS/2", | 798 | .name = "ImExPS/2", |
| 794 | .alias = "exps", | 799 | .alias = "exps", |
| 795 | .maxproto = true, | 800 | .maxproto = true, |
| 801 | .ignore_parity = true, | ||
| 796 | .detect = im_explorer_detect, | 802 | .detect = im_explorer_detect, |
| 797 | }, | 803 | }, |
| 798 | #ifdef CONFIG_MOUSE_PS2_SYNAPTICS | 804 | #ifdef CONFIG_MOUSE_PS2_SYNAPTICS |
| @@ -1222,6 +1228,7 @@ static void psmouse_disconnect(struct serio *serio) | |||
| 1222 | static int psmouse_switch_protocol(struct psmouse *psmouse, | 1228 | static int psmouse_switch_protocol(struct psmouse *psmouse, |
| 1223 | const struct psmouse_protocol *proto) | 1229 | const struct psmouse_protocol *proto) |
| 1224 | { | 1230 | { |
| 1231 | const struct psmouse_protocol *selected_proto; | ||
| 1225 | struct input_dev *input_dev = psmouse->dev; | 1232 | struct input_dev *input_dev = psmouse->dev; |
| 1226 | 1233 | ||
| 1227 | input_dev->dev.parent = &psmouse->ps2dev.serio->dev; | 1234 | input_dev->dev.parent = &psmouse->ps2dev.serio->dev; |
| @@ -1245,9 +1252,14 @@ static int psmouse_switch_protocol(struct psmouse *psmouse, | |||
| 1245 | return -1; | 1252 | return -1; |
| 1246 | 1253 | ||
| 1247 | psmouse->type = proto->type; | 1254 | psmouse->type = proto->type; |
| 1248 | } else | 1255 | selected_proto = proto; |
| 1256 | } else { | ||
| 1249 | psmouse->type = psmouse_extensions(psmouse, | 1257 | psmouse->type = psmouse_extensions(psmouse, |
| 1250 | psmouse_max_proto, true); | 1258 | psmouse_max_proto, true); |
| 1259 | selected_proto = psmouse_protocol_by_type(psmouse->type); | ||
| 1260 | } | ||
| 1261 | |||
| 1262 | psmouse->ignore_parity = selected_proto->ignore_parity; | ||
| 1251 | 1263 | ||
| 1252 | /* | 1264 | /* |
| 1253 | * If mouse's packet size is 3 there is no point in polling the | 1265 | * If mouse's packet size is 3 there is no point in polling the |
| @@ -1267,7 +1279,7 @@ static int psmouse_switch_protocol(struct psmouse *psmouse, | |||
| 1267 | psmouse->resync_time = 0; | 1279 | psmouse->resync_time = 0; |
| 1268 | 1280 | ||
| 1269 | snprintf(psmouse->devname, sizeof(psmouse->devname), "%s %s %s", | 1281 | snprintf(psmouse->devname, sizeof(psmouse->devname), "%s %s %s", |
| 1270 | psmouse_protocol_by_type(psmouse->type)->name, psmouse->vendor, psmouse->name); | 1282 | selected_proto->name, psmouse->vendor, psmouse->name); |
| 1271 | 1283 | ||
| 1272 | input_dev->name = psmouse->devname; | 1284 | input_dev->name = psmouse->devname; |
| 1273 | input_dev->phys = psmouse->phys; | 1285 | input_dev->phys = psmouse->phys; |
diff --git a/drivers/input/mouse/psmouse.h b/drivers/input/mouse/psmouse.h index e053bdd137ff..593e910bfc7a 100644 --- a/drivers/input/mouse/psmouse.h +++ b/drivers/input/mouse/psmouse.h | |||
| @@ -47,6 +47,7 @@ struct psmouse { | |||
| 47 | unsigned char pktcnt; | 47 | unsigned char pktcnt; |
| 48 | unsigned char pktsize; | 48 | unsigned char pktsize; |
| 49 | unsigned char type; | 49 | unsigned char type; |
| 50 | bool ignore_parity; | ||
| 50 | bool acks_disable_command; | 51 | bool acks_disable_command; |
| 51 | unsigned int model; | 52 | unsigned int model; |
| 52 | unsigned long last; | 53 | unsigned long last; |
diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c index 026df6010161..ebd7a99efeae 100644 --- a/drivers/input/mouse/synaptics.c +++ b/drivers/input/mouse/synaptics.c | |||
| @@ -137,7 +137,8 @@ static int synaptics_capability(struct psmouse *psmouse) | |||
| 137 | if (synaptics_send_cmd(psmouse, SYN_QUE_CAPABILITIES, cap)) | 137 | if (synaptics_send_cmd(psmouse, SYN_QUE_CAPABILITIES, cap)) |
| 138 | return -1; | 138 | return -1; |
| 139 | priv->capabilities = (cap[0] << 16) | (cap[1] << 8) | cap[2]; | 139 | priv->capabilities = (cap[0] << 16) | (cap[1] << 8) | cap[2]; |
| 140 | priv->ext_cap = 0; | 140 | priv->ext_cap = priv->ext_cap_0c = 0; |
| 141 | |||
| 141 | if (!SYN_CAP_VALID(priv->capabilities)) | 142 | if (!SYN_CAP_VALID(priv->capabilities)) |
| 142 | return -1; | 143 | return -1; |
| 143 | 144 | ||
| @@ -150,7 +151,7 @@ static int synaptics_capability(struct psmouse *psmouse) | |||
| 150 | if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 1) { | 151 | if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 1) { |
| 151 | if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_CAPAB, cap)) { | 152 | if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_CAPAB, cap)) { |
| 152 | printk(KERN_ERR "Synaptics claims to have extended capabilities," | 153 | printk(KERN_ERR "Synaptics claims to have extended capabilities," |
| 153 | " but I'm not able to read them."); | 154 | " but I'm not able to read them.\n"); |
| 154 | } else { | 155 | } else { |
| 155 | priv->ext_cap = (cap[0] << 16) | (cap[1] << 8) | cap[2]; | 156 | priv->ext_cap = (cap[0] << 16) | (cap[1] << 8) | cap[2]; |
| 156 | 157 | ||
| @@ -162,6 +163,16 @@ static int synaptics_capability(struct psmouse *psmouse) | |||
| 162 | priv->ext_cap &= 0xff0fff; | 163 | priv->ext_cap &= 0xff0fff; |
| 163 | } | 164 | } |
| 164 | } | 165 | } |
| 166 | |||
| 167 | if (SYN_EXT_CAP_REQUESTS(priv->capabilities) >= 4) { | ||
| 168 | if (synaptics_send_cmd(psmouse, SYN_QUE_EXT_CAPAB_0C, cap)) { | ||
| 169 | printk(KERN_ERR "Synaptics claims to have extended capability 0x0c," | ||
| 170 | " but I'm not able to read it.\n"); | ||
| 171 | } else { | ||
| 172 | priv->ext_cap_0c = (cap[0] << 16) | (cap[1] << 8) | cap[2]; | ||
| 173 | } | ||
| 174 | } | ||
| 175 | |||
| 165 | return 0; | 176 | return 0; |
| 166 | } | 177 | } |
| 167 | 178 | ||
| @@ -348,7 +359,15 @@ static void synaptics_parse_hw_state(unsigned char buf[], struct synaptics_data | |||
| 348 | hw->left = (buf[0] & 0x01) ? 1 : 0; | 359 | hw->left = (buf[0] & 0x01) ? 1 : 0; |
| 349 | hw->right = (buf[0] & 0x02) ? 1 : 0; | 360 | hw->right = (buf[0] & 0x02) ? 1 : 0; |
| 350 | 361 | ||
| 351 | if (SYN_CAP_MIDDLE_BUTTON(priv->capabilities)) { | 362 | if (SYN_CAP_CLICKPAD(priv->ext_cap_0c)) { |
| 363 | /* | ||
| 364 | * Clickpad's button is transmitted as middle button, | ||
| 365 | * however, since it is primary button, we will report | ||
| 366 | * it as BTN_LEFT. | ||
| 367 | */ | ||
| 368 | hw->left = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; | ||
| 369 | |||
| 370 | } else if (SYN_CAP_MIDDLE_BUTTON(priv->capabilities)) { | ||
| 352 | hw->middle = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; | 371 | hw->middle = ((buf[0] ^ buf[3]) & 0x01) ? 1 : 0; |
| 353 | if (hw->w == 2) | 372 | if (hw->w == 2) |
| 354 | hw->scroll = (signed char)(buf[1]); | 373 | hw->scroll = (signed char)(buf[1]); |
| @@ -593,6 +612,12 @@ static void set_input_params(struct input_dev *dev, struct synaptics_data *priv) | |||
| 593 | 612 | ||
| 594 | dev->absres[ABS_X] = priv->x_res; | 613 | dev->absres[ABS_X] = priv->x_res; |
| 595 | dev->absres[ABS_Y] = priv->y_res; | 614 | dev->absres[ABS_Y] = priv->y_res; |
| 615 | |||
| 616 | if (SYN_CAP_CLICKPAD(priv->ext_cap_0c)) { | ||
| 617 | /* Clickpads report only left button */ | ||
| 618 | __clear_bit(BTN_RIGHT, dev->keybit); | ||
| 619 | __clear_bit(BTN_MIDDLE, dev->keybit); | ||
| 620 | } | ||
| 596 | } | 621 | } |
| 597 | 622 | ||
| 598 | static void synaptics_disconnect(struct psmouse *psmouse) | 623 | static void synaptics_disconnect(struct psmouse *psmouse) |
| @@ -697,10 +722,10 @@ int synaptics_init(struct psmouse *psmouse) | |||
| 697 | 722 | ||
| 698 | priv->pkt_type = SYN_MODEL_NEWABS(priv->model_id) ? SYN_NEWABS : SYN_OLDABS; | 723 | priv->pkt_type = SYN_MODEL_NEWABS(priv->model_id) ? SYN_NEWABS : SYN_OLDABS; |
| 699 | 724 | ||
| 700 | printk(KERN_INFO "Synaptics Touchpad, model: %ld, fw: %ld.%ld, id: %#lx, caps: %#lx/%#lx\n", | 725 | printk(KERN_INFO "Synaptics Touchpad, model: %ld, fw: %ld.%ld, id: %#lx, caps: %#lx/%#lx/%#lx\n", |
| 701 | SYN_ID_MODEL(priv->identity), | 726 | SYN_ID_MODEL(priv->identity), |
| 702 | SYN_ID_MAJOR(priv->identity), SYN_ID_MINOR(priv->identity), | 727 | SYN_ID_MAJOR(priv->identity), SYN_ID_MINOR(priv->identity), |
| 703 | priv->model_id, priv->capabilities, priv->ext_cap); | 728 | priv->model_id, priv->capabilities, priv->ext_cap, priv->ext_cap_0c); |
| 704 | 729 | ||
| 705 | set_input_params(psmouse->dev, priv); | 730 | set_input_params(psmouse->dev, priv); |
| 706 | 731 | ||
diff --git a/drivers/input/mouse/synaptics.h b/drivers/input/mouse/synaptics.h index f0f40a331dc8..ae37c5d162a4 100644 --- a/drivers/input/mouse/synaptics.h +++ b/drivers/input/mouse/synaptics.h | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #define SYN_QUE_SERIAL_NUMBER_SUFFIX 0x07 | 18 | #define SYN_QUE_SERIAL_NUMBER_SUFFIX 0x07 |
| 19 | #define SYN_QUE_RESOLUTION 0x08 | 19 | #define SYN_QUE_RESOLUTION 0x08 |
| 20 | #define SYN_QUE_EXT_CAPAB 0x09 | 20 | #define SYN_QUE_EXT_CAPAB 0x09 |
| 21 | #define SYN_QUE_EXT_CAPAB_0C 0x0c | ||
| 21 | 22 | ||
| 22 | /* synatics modes */ | 23 | /* synatics modes */ |
| 23 | #define SYN_BIT_ABSOLUTE_MODE (1 << 7) | 24 | #define SYN_BIT_ABSOLUTE_MODE (1 << 7) |
| @@ -48,6 +49,8 @@ | |||
| 48 | #define SYN_CAP_VALID(c) ((((c) & 0x00ff00) >> 8) == 0x47) | 49 | #define SYN_CAP_VALID(c) ((((c) & 0x00ff00) >> 8) == 0x47) |
| 49 | #define SYN_EXT_CAP_REQUESTS(c) (((c) & 0x700000) >> 20) | 50 | #define SYN_EXT_CAP_REQUESTS(c) (((c) & 0x700000) >> 20) |
| 50 | #define SYN_CAP_MULTI_BUTTON_NO(ec) (((ec) & 0x00f000) >> 12) | 51 | #define SYN_CAP_MULTI_BUTTON_NO(ec) (((ec) & 0x00f000) >> 12) |
| 52 | #define SYN_CAP_PRODUCT_ID(ec) (((ec) & 0xff0000) >> 16) | ||
| 53 | #define SYN_CAP_CLICKPAD(ex0c) ((ex0c) & 0x100100) | ||
| 51 | 54 | ||
| 52 | /* synaptics modes query bits */ | 55 | /* synaptics modes query bits */ |
| 53 | #define SYN_MODE_ABSOLUTE(m) ((m) & (1 << 7)) | 56 | #define SYN_MODE_ABSOLUTE(m) ((m) & (1 << 7)) |
| @@ -96,6 +99,7 @@ struct synaptics_data { | |||
| 96 | unsigned long int model_id; /* Model-ID */ | 99 | unsigned long int model_id; /* Model-ID */ |
| 97 | unsigned long int capabilities; /* Capabilities */ | 100 | unsigned long int capabilities; /* Capabilities */ |
| 98 | unsigned long int ext_cap; /* Extended Capabilities */ | 101 | unsigned long int ext_cap; /* Extended Capabilities */ |
| 102 | unsigned long int ext_cap_0c; /* Ext Caps from 0x0c query */ | ||
| 99 | unsigned long int identity; /* Identification */ | 103 | unsigned long int identity; /* Identification */ |
| 100 | int x_res; /* X resolution in units/mm */ | 104 | int x_res; /* X resolution in units/mm */ |
| 101 | int y_res; /* Y resolution in units/mm */ | 105 | int y_res; /* Y resolution in units/mm */ |
diff --git a/drivers/input/touchscreen/eeti_ts.c b/drivers/input/touchscreen/eeti_ts.c index 204b8a1a601c..75f8b73010fa 100644 --- a/drivers/input/touchscreen/eeti_ts.c +++ b/drivers/input/touchscreen/eeti_ts.c | |||
| @@ -124,14 +124,25 @@ static irqreturn_t eeti_ts_isr(int irq, void *dev_id) | |||
| 124 | return IRQ_HANDLED; | 124 | return IRQ_HANDLED; |
| 125 | } | 125 | } |
| 126 | 126 | ||
| 127 | static int eeti_ts_open(struct input_dev *dev) | 127 | static void eeti_ts_start(struct eeti_ts_priv *priv) |
| 128 | { | 128 | { |
| 129 | struct eeti_ts_priv *priv = input_get_drvdata(dev); | ||
| 130 | |||
| 131 | enable_irq(priv->irq); | 129 | enable_irq(priv->irq); |
| 132 | 130 | ||
| 133 | /* Read the events once to arm the IRQ */ | 131 | /* Read the events once to arm the IRQ */ |
| 134 | eeti_ts_read(&priv->work); | 132 | eeti_ts_read(&priv->work); |
| 133 | } | ||
| 134 | |||
| 135 | static void eeti_ts_stop(struct eeti_ts_priv *priv) | ||
| 136 | { | ||
| 137 | disable_irq(priv->irq); | ||
| 138 | cancel_work_sync(&priv->work); | ||
| 139 | } | ||
| 140 | |||
| 141 | static int eeti_ts_open(struct input_dev *dev) | ||
| 142 | { | ||
| 143 | struct eeti_ts_priv *priv = input_get_drvdata(dev); | ||
| 144 | |||
| 145 | eeti_ts_start(priv); | ||
| 135 | 146 | ||
| 136 | return 0; | 147 | return 0; |
| 137 | } | 148 | } |
| @@ -140,8 +151,7 @@ static void eeti_ts_close(struct input_dev *dev) | |||
| 140 | { | 151 | { |
| 141 | struct eeti_ts_priv *priv = input_get_drvdata(dev); | 152 | struct eeti_ts_priv *priv = input_get_drvdata(dev); |
| 142 | 153 | ||
| 143 | disable_irq(priv->irq); | 154 | eeti_ts_stop(priv); |
| 144 | cancel_work_sync(&priv->work); | ||
| 145 | } | 155 | } |
| 146 | 156 | ||
| 147 | static int __devinit eeti_ts_probe(struct i2c_client *client, | 157 | static int __devinit eeti_ts_probe(struct i2c_client *client, |
| @@ -153,10 +163,12 @@ static int __devinit eeti_ts_probe(struct i2c_client *client, | |||
| 153 | unsigned int irq_flags; | 163 | unsigned int irq_flags; |
| 154 | int err = -ENOMEM; | 164 | int err = -ENOMEM; |
| 155 | 165 | ||
| 156 | /* In contrast to what's described in the datasheet, there seems | 166 | /* |
| 167 | * In contrast to what's described in the datasheet, there seems | ||
| 157 | * to be no way of probing the presence of that device using I2C | 168 | * to be no way of probing the presence of that device using I2C |
| 158 | * commands. So we need to blindly believe it is there, and wait | 169 | * commands. So we need to blindly believe it is there, and wait |
| 159 | * for interrupts to occur. */ | 170 | * for interrupts to occur. |
| 171 | */ | ||
| 160 | 172 | ||
| 161 | priv = kzalloc(sizeof(*priv), GFP_KERNEL); | 173 | priv = kzalloc(sizeof(*priv), GFP_KERNEL); |
| 162 | if (!priv) { | 174 | if (!priv) { |
| @@ -212,9 +224,11 @@ static int __devinit eeti_ts_probe(struct i2c_client *client, | |||
| 212 | goto err2; | 224 | goto err2; |
| 213 | } | 225 | } |
| 214 | 226 | ||
| 215 | /* Disable the irq for now. It will be enabled once the input device | 227 | /* |
| 216 | * is opened. */ | 228 | * Disable the device for now. It will be enabled once the |
| 217 | disable_irq(priv->irq); | 229 | * input device is opened. |
| 230 | */ | ||
| 231 | eeti_ts_stop(priv); | ||
| 218 | 232 | ||
| 219 | device_init_wakeup(&client->dev, 0); | 233 | device_init_wakeup(&client->dev, 0); |
| 220 | return 0; | 234 | return 0; |
| @@ -235,6 +249,12 @@ static int __devexit eeti_ts_remove(struct i2c_client *client) | |||
| 235 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); | 249 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); |
| 236 | 250 | ||
| 237 | free_irq(priv->irq, priv); | 251 | free_irq(priv->irq, priv); |
| 252 | /* | ||
| 253 | * eeti_ts_stop() leaves IRQ disabled. We need to re-enable it | ||
| 254 | * so that device still works if we reload the driver. | ||
| 255 | */ | ||
| 256 | enable_irq(priv->irq); | ||
| 257 | |||
| 238 | input_unregister_device(priv->input); | 258 | input_unregister_device(priv->input); |
| 239 | i2c_set_clientdata(client, NULL); | 259 | i2c_set_clientdata(client, NULL); |
| 240 | kfree(priv); | 260 | kfree(priv); |
| @@ -246,6 +266,14 @@ static int __devexit eeti_ts_remove(struct i2c_client *client) | |||
| 246 | static int eeti_ts_suspend(struct i2c_client *client, pm_message_t mesg) | 266 | static int eeti_ts_suspend(struct i2c_client *client, pm_message_t mesg) |
| 247 | { | 267 | { |
| 248 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); | 268 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); |
| 269 | struct input_dev *input_dev = priv->input; | ||
| 270 | |||
| 271 | mutex_lock(&input_dev->mutex); | ||
| 272 | |||
| 273 | if (input_dev->users) | ||
| 274 | eeti_ts_stop(priv); | ||
| 275 | |||
| 276 | mutex_unlock(&input_dev->mutex); | ||
| 249 | 277 | ||
| 250 | if (device_may_wakeup(&client->dev)) | 278 | if (device_may_wakeup(&client->dev)) |
| 251 | enable_irq_wake(priv->irq); | 279 | enable_irq_wake(priv->irq); |
| @@ -256,10 +284,18 @@ static int eeti_ts_suspend(struct i2c_client *client, pm_message_t mesg) | |||
| 256 | static int eeti_ts_resume(struct i2c_client *client) | 284 | static int eeti_ts_resume(struct i2c_client *client) |
| 257 | { | 285 | { |
| 258 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); | 286 | struct eeti_ts_priv *priv = i2c_get_clientdata(client); |
| 287 | struct input_dev *input_dev = priv->input; | ||
| 259 | 288 | ||
| 260 | if (device_may_wakeup(&client->dev)) | 289 | if (device_may_wakeup(&client->dev)) |
| 261 | disable_irq_wake(priv->irq); | 290 | disable_irq_wake(priv->irq); |
| 262 | 291 | ||
| 292 | mutex_lock(&input_dev->mutex); | ||
| 293 | |||
| 294 | if (input_dev->users) | ||
| 295 | eeti_ts_start(priv); | ||
| 296 | |||
| 297 | mutex_unlock(&input_dev->mutex); | ||
| 298 | |||
| 263 | return 0; | 299 | return 0; |
| 264 | } | 300 | } |
| 265 | #else | 301 | #else |
diff --git a/drivers/md/raid5.c b/drivers/md/raid5.c index e3e9a36ea3b7..58ea0ecae7c3 100644 --- a/drivers/md/raid5.c +++ b/drivers/md/raid5.c | |||
| @@ -1650,8 +1650,8 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1650 | int previous, int *dd_idx, | 1650 | int previous, int *dd_idx, |
| 1651 | struct stripe_head *sh) | 1651 | struct stripe_head *sh) |
| 1652 | { | 1652 | { |
| 1653 | long stripe; | 1653 | sector_t stripe, stripe2; |
| 1654 | unsigned long chunk_number; | 1654 | sector_t chunk_number; |
| 1655 | unsigned int chunk_offset; | 1655 | unsigned int chunk_offset; |
| 1656 | int pd_idx, qd_idx; | 1656 | int pd_idx, qd_idx; |
| 1657 | int ddf_layout = 0; | 1657 | int ddf_layout = 0; |
| @@ -1671,18 +1671,13 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1671 | */ | 1671 | */ |
| 1672 | chunk_offset = sector_div(r_sector, sectors_per_chunk); | 1672 | chunk_offset = sector_div(r_sector, sectors_per_chunk); |
| 1673 | chunk_number = r_sector; | 1673 | chunk_number = r_sector; |
| 1674 | BUG_ON(r_sector != chunk_number); | ||
| 1675 | 1674 | ||
| 1676 | /* | 1675 | /* |
| 1677 | * Compute the stripe number | 1676 | * Compute the stripe number |
| 1678 | */ | 1677 | */ |
| 1679 | stripe = chunk_number / data_disks; | 1678 | stripe = chunk_number; |
| 1680 | 1679 | *dd_idx = sector_div(stripe, data_disks); | |
| 1681 | /* | 1680 | stripe2 = stripe; |
| 1682 | * Compute the data disk and parity disk indexes inside the stripe | ||
| 1683 | */ | ||
| 1684 | *dd_idx = chunk_number % data_disks; | ||
| 1685 | |||
| 1686 | /* | 1681 | /* |
| 1687 | * Select the parity disk based on the user selected algorithm. | 1682 | * Select the parity disk based on the user selected algorithm. |
| 1688 | */ | 1683 | */ |
| @@ -1694,21 +1689,21 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1694 | case 5: | 1689 | case 5: |
| 1695 | switch (algorithm) { | 1690 | switch (algorithm) { |
| 1696 | case ALGORITHM_LEFT_ASYMMETRIC: | 1691 | case ALGORITHM_LEFT_ASYMMETRIC: |
| 1697 | pd_idx = data_disks - stripe % raid_disks; | 1692 | pd_idx = data_disks - sector_div(stripe2, raid_disks); |
| 1698 | if (*dd_idx >= pd_idx) | 1693 | if (*dd_idx >= pd_idx) |
| 1699 | (*dd_idx)++; | 1694 | (*dd_idx)++; |
| 1700 | break; | 1695 | break; |
| 1701 | case ALGORITHM_RIGHT_ASYMMETRIC: | 1696 | case ALGORITHM_RIGHT_ASYMMETRIC: |
| 1702 | pd_idx = stripe % raid_disks; | 1697 | pd_idx = sector_div(stripe2, raid_disks); |
| 1703 | if (*dd_idx >= pd_idx) | 1698 | if (*dd_idx >= pd_idx) |
| 1704 | (*dd_idx)++; | 1699 | (*dd_idx)++; |
| 1705 | break; | 1700 | break; |
| 1706 | case ALGORITHM_LEFT_SYMMETRIC: | 1701 | case ALGORITHM_LEFT_SYMMETRIC: |
| 1707 | pd_idx = data_disks - stripe % raid_disks; | 1702 | pd_idx = data_disks - sector_div(stripe2, raid_disks); |
| 1708 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; | 1703 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; |
| 1709 | break; | 1704 | break; |
| 1710 | case ALGORITHM_RIGHT_SYMMETRIC: | 1705 | case ALGORITHM_RIGHT_SYMMETRIC: |
| 1711 | pd_idx = stripe % raid_disks; | 1706 | pd_idx = sector_div(stripe2, raid_disks); |
| 1712 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; | 1707 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; |
| 1713 | break; | 1708 | break; |
| 1714 | case ALGORITHM_PARITY_0: | 1709 | case ALGORITHM_PARITY_0: |
| @@ -1728,7 +1723,7 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1728 | 1723 | ||
| 1729 | switch (algorithm) { | 1724 | switch (algorithm) { |
| 1730 | case ALGORITHM_LEFT_ASYMMETRIC: | 1725 | case ALGORITHM_LEFT_ASYMMETRIC: |
| 1731 | pd_idx = raid_disks - 1 - (stripe % raid_disks); | 1726 | pd_idx = raid_disks - 1 - sector_div(stripe2, raid_disks); |
| 1732 | qd_idx = pd_idx + 1; | 1727 | qd_idx = pd_idx + 1; |
| 1733 | if (pd_idx == raid_disks-1) { | 1728 | if (pd_idx == raid_disks-1) { |
| 1734 | (*dd_idx)++; /* Q D D D P */ | 1729 | (*dd_idx)++; /* Q D D D P */ |
| @@ -1737,7 +1732,7 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1737 | (*dd_idx) += 2; /* D D P Q D */ | 1732 | (*dd_idx) += 2; /* D D P Q D */ |
| 1738 | break; | 1733 | break; |
| 1739 | case ALGORITHM_RIGHT_ASYMMETRIC: | 1734 | case ALGORITHM_RIGHT_ASYMMETRIC: |
| 1740 | pd_idx = stripe % raid_disks; | 1735 | pd_idx = sector_div(stripe2, raid_disks); |
| 1741 | qd_idx = pd_idx + 1; | 1736 | qd_idx = pd_idx + 1; |
| 1742 | if (pd_idx == raid_disks-1) { | 1737 | if (pd_idx == raid_disks-1) { |
| 1743 | (*dd_idx)++; /* Q D D D P */ | 1738 | (*dd_idx)++; /* Q D D D P */ |
| @@ -1746,12 +1741,12 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1746 | (*dd_idx) += 2; /* D D P Q D */ | 1741 | (*dd_idx) += 2; /* D D P Q D */ |
| 1747 | break; | 1742 | break; |
| 1748 | case ALGORITHM_LEFT_SYMMETRIC: | 1743 | case ALGORITHM_LEFT_SYMMETRIC: |
| 1749 | pd_idx = raid_disks - 1 - (stripe % raid_disks); | 1744 | pd_idx = raid_disks - 1 - sector_div(stripe2, raid_disks); |
| 1750 | qd_idx = (pd_idx + 1) % raid_disks; | 1745 | qd_idx = (pd_idx + 1) % raid_disks; |
| 1751 | *dd_idx = (pd_idx + 2 + *dd_idx) % raid_disks; | 1746 | *dd_idx = (pd_idx + 2 + *dd_idx) % raid_disks; |
| 1752 | break; | 1747 | break; |
| 1753 | case ALGORITHM_RIGHT_SYMMETRIC: | 1748 | case ALGORITHM_RIGHT_SYMMETRIC: |
| 1754 | pd_idx = stripe % raid_disks; | 1749 | pd_idx = sector_div(stripe2, raid_disks); |
| 1755 | qd_idx = (pd_idx + 1) % raid_disks; | 1750 | qd_idx = (pd_idx + 1) % raid_disks; |
| 1756 | *dd_idx = (pd_idx + 2 + *dd_idx) % raid_disks; | 1751 | *dd_idx = (pd_idx + 2 + *dd_idx) % raid_disks; |
| 1757 | break; | 1752 | break; |
| @@ -1770,7 +1765,7 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1770 | /* Exactly the same as RIGHT_ASYMMETRIC, but or | 1765 | /* Exactly the same as RIGHT_ASYMMETRIC, but or |
| 1771 | * of blocks for computing Q is different. | 1766 | * of blocks for computing Q is different. |
| 1772 | */ | 1767 | */ |
| 1773 | pd_idx = stripe % raid_disks; | 1768 | pd_idx = sector_div(stripe2, raid_disks); |
| 1774 | qd_idx = pd_idx + 1; | 1769 | qd_idx = pd_idx + 1; |
| 1775 | if (pd_idx == raid_disks-1) { | 1770 | if (pd_idx == raid_disks-1) { |
| 1776 | (*dd_idx)++; /* Q D D D P */ | 1771 | (*dd_idx)++; /* Q D D D P */ |
| @@ -1785,7 +1780,8 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1785 | * D D D P Q rather than | 1780 | * D D D P Q rather than |
| 1786 | * Q D D D P | 1781 | * Q D D D P |
| 1787 | */ | 1782 | */ |
| 1788 | pd_idx = raid_disks - 1 - ((stripe + 1) % raid_disks); | 1783 | stripe2 += 1; |
| 1784 | pd_idx = raid_disks - 1 - sector_div(stripe2, raid_disks); | ||
| 1789 | qd_idx = pd_idx + 1; | 1785 | qd_idx = pd_idx + 1; |
| 1790 | if (pd_idx == raid_disks-1) { | 1786 | if (pd_idx == raid_disks-1) { |
| 1791 | (*dd_idx)++; /* Q D D D P */ | 1787 | (*dd_idx)++; /* Q D D D P */ |
| @@ -1797,7 +1793,7 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1797 | 1793 | ||
| 1798 | case ALGORITHM_ROTATING_N_CONTINUE: | 1794 | case ALGORITHM_ROTATING_N_CONTINUE: |
| 1799 | /* Same as left_symmetric but Q is before P */ | 1795 | /* Same as left_symmetric but Q is before P */ |
| 1800 | pd_idx = raid_disks - 1 - (stripe % raid_disks); | 1796 | pd_idx = raid_disks - 1 - sector_div(stripe2, raid_disks); |
| 1801 | qd_idx = (pd_idx + raid_disks - 1) % raid_disks; | 1797 | qd_idx = (pd_idx + raid_disks - 1) % raid_disks; |
| 1802 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; | 1798 | *dd_idx = (pd_idx + 1 + *dd_idx) % raid_disks; |
| 1803 | ddf_layout = 1; | 1799 | ddf_layout = 1; |
| @@ -1805,27 +1801,27 @@ static sector_t raid5_compute_sector(raid5_conf_t *conf, sector_t r_sector, | |||
| 1805 | 1801 | ||
| 1806 | case ALGORITHM_LEFT_ASYMMETRIC_6: | 1802 | case ALGORITHM_LEFT_ASYMMETRIC_6: |
| 1807 | /* RAID5 left_asymmetric, with Q on last device */ | 1803 | /* RAID5 left_asymmetric, with Q on last device */ |
| 1808 | pd_idx = data_disks - stripe % (raid_disks-1); | 1804 | pd_idx = data_disks - sector_div(stripe2, raid_disks-1); |
| 1809 | if (*dd_idx >= pd_idx) | 1805 | if (*dd_idx >= pd_idx) |
| 1810 | (*dd_idx)++; | 1806 | (*dd_idx)++; |
| 1811 | qd_idx = raid_disks - 1; | 1807 | qd_idx = raid_disks - 1; |
| 1812 | break; | 1808 | break; |
| 1813 | 1809 | ||
| 1814 | case ALGORITHM_RIGHT_ASYMMETRIC_6: | 1810 | case ALGORITHM_RIGHT_ASYMMETRIC_6: |
| 1815 | pd_idx = stripe % (raid_disks-1); | 1811 | pd_idx = sector_div(stripe2, raid_disks-1); |
| 1816 | if (*dd_idx >= pd_idx) | 1812 | if (*dd_idx >= pd_idx) |
| 1817 | (*dd_idx)++; | 1813 | (*dd_idx)++; |
| 1818 | qd_idx = raid_disks - 1; | 1814 | qd_idx = raid_disks - 1; |
| 1819 | break; | 1815 | break; |
| 1820 | 1816 | ||
| 1821 | case ALGORITHM_LEFT_SYMMETRIC_6: | 1817 | case ALGORITHM_LEFT_SYMMETRIC_6: |
| 1822 | pd_idx = data_disks - stripe % (raid_disks-1); | 1818 | pd_idx = data_disks - sector_div(stripe2, raid_disks-1); |
| 1823 | *dd_idx = (pd_idx + 1 + *dd_idx) % (raid_disks-1); | 1819 | *dd_idx = (pd_idx + 1 + *dd_idx) % (raid_disks-1); |
| 1824 | qd_idx = raid_disks - 1; | 1820 | qd_idx = raid_disks - 1; |
| 1825 | break; | 1821 | break; |
| 1826 | 1822 | ||
| 1827 | case ALGORITHM_RIGHT_SYMMETRIC_6: | 1823 | case ALGORITHM_RIGHT_SYMMETRIC_6: |
| 1828 | pd_idx = stripe % (raid_disks-1); | 1824 | pd_idx = sector_div(stripe2, raid_disks-1); |
| 1829 | *dd_idx = (pd_idx + 1 + *dd_idx) % (raid_disks-1); | 1825 | *dd_idx = (pd_idx + 1 + *dd_idx) % (raid_disks-1); |
| 1830 | qd_idx = raid_disks - 1; | 1826 | qd_idx = raid_disks - 1; |
| 1831 | break; | 1827 | break; |
| @@ -1870,14 +1866,14 @@ static sector_t compute_blocknr(struct stripe_head *sh, int i, int previous) | |||
| 1870 | : conf->algorithm; | 1866 | : conf->algorithm; |
| 1871 | sector_t stripe; | 1867 | sector_t stripe; |
| 1872 | int chunk_offset; | 1868 | int chunk_offset; |
| 1873 | int chunk_number, dummy1, dd_idx = i; | 1869 | sector_t chunk_number; |
| 1870 | int dummy1, dd_idx = i; | ||
| 1874 | sector_t r_sector; | 1871 | sector_t r_sector; |
| 1875 | struct stripe_head sh2; | 1872 | struct stripe_head sh2; |
| 1876 | 1873 | ||
| 1877 | 1874 | ||
| 1878 | chunk_offset = sector_div(new_sector, sectors_per_chunk); | 1875 | chunk_offset = sector_div(new_sector, sectors_per_chunk); |
| 1879 | stripe = new_sector; | 1876 | stripe = new_sector; |
| 1880 | BUG_ON(new_sector != stripe); | ||
| 1881 | 1877 | ||
| 1882 | if (i == sh->pd_idx) | 1878 | if (i == sh->pd_idx) |
| 1883 | return 0; | 1879 | return 0; |
| @@ -1970,7 +1966,7 @@ static sector_t compute_blocknr(struct stripe_head *sh, int i, int previous) | |||
| 1970 | } | 1966 | } |
| 1971 | 1967 | ||
| 1972 | chunk_number = stripe * data_disks + i; | 1968 | chunk_number = stripe * data_disks + i; |
| 1973 | r_sector = (sector_t)chunk_number * sectors_per_chunk + chunk_offset; | 1969 | r_sector = chunk_number * sectors_per_chunk + chunk_offset; |
| 1974 | 1970 | ||
| 1975 | check = raid5_compute_sector(conf, r_sector, | 1971 | check = raid5_compute_sector(conf, r_sector, |
| 1976 | previous, &dummy1, &sh2); | 1972 | previous, &dummy1, &sh2); |
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 2191c8d896a0..0d0d625fece2 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
| @@ -311,6 +311,22 @@ config TI_DAC7512 | |||
| 311 | This driver can also be built as a module. If so, the module | 311 | This driver can also be built as a module. If so, the module |
| 312 | will be calles ti_dac7512. | 312 | will be calles ti_dac7512. |
| 313 | 313 | ||
| 314 | config VMWARE_BALLOON | ||
| 315 | tristate "VMware Balloon Driver" | ||
| 316 | depends on X86 | ||
| 317 | help | ||
| 318 | This is VMware physical memory management driver which acts | ||
| 319 | like a "balloon" that can be inflated to reclaim physical pages | ||
| 320 | by reserving them in the guest and invalidating them in the | ||
| 321 | monitor, freeing up the underlying machine pages so they can | ||
| 322 | be allocated to other guests. The balloon can also be deflated | ||
| 323 | to allow the guest to use more physical memory. | ||
| 324 | |||
| 325 | If unsure, say N. | ||
| 326 | |||
| 327 | To compile this driver as a module, choose M here: the | ||
| 328 | module will be called vmware_balloon. | ||
| 329 | |||
| 314 | source "drivers/misc/c2port/Kconfig" | 330 | source "drivers/misc/c2port/Kconfig" |
| 315 | source "drivers/misc/eeprom/Kconfig" | 331 | source "drivers/misc/eeprom/Kconfig" |
| 316 | source "drivers/misc/cb710/Kconfig" | 332 | source "drivers/misc/cb710/Kconfig" |
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 27c484355414..7b6f7eefdf8d 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile | |||
| @@ -29,3 +29,4 @@ obj-$(CONFIG_C2PORT) += c2port/ | |||
| 29 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ | 29 | obj-$(CONFIG_IWMC3200TOP) += iwmc3200top/ |
| 30 | obj-y += eeprom/ | 30 | obj-y += eeprom/ |
| 31 | obj-y += cb710/ | 31 | obj-y += cb710/ |
| 32 | obj-$(CONFIG_VMWARE_BALLOON) += vmware_balloon.o | ||
diff --git a/drivers/misc/vmware_balloon.c b/drivers/misc/vmware_balloon.c new file mode 100644 index 000000000000..e7161c4e3798 --- /dev/null +++ b/drivers/misc/vmware_balloon.c | |||
| @@ -0,0 +1,832 @@ | |||
| 1 | /* | ||
| 2 | * VMware Balloon driver. | ||
| 3 | * | ||
| 4 | * Copyright (C) 2000-2010, VMware, Inc. All Rights Reserved. | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or modify it | ||
| 7 | * under the terms of the GNU General Public License as published by the | ||
| 8 | * Free Software Foundation; version 2 of the License and no later version. | ||
| 9 | * | ||
| 10 | * This program is distributed in the hope that it will be useful, but | ||
| 11 | * WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 12 | * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or | ||
| 13 | * NON INFRINGEMENT. See the GNU General Public License for more | ||
| 14 | * details. | ||
| 15 | * | ||
| 16 | * You should have received a copy of the GNU General Public License | ||
| 17 | * along with this program; if not, write to the Free Software | ||
| 18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. | ||
| 19 | * | ||
| 20 | * Maintained by: Dmitry Torokhov <dtor@vmware.com> | ||
| 21 | */ | ||
| 22 | |||
| 23 | /* | ||
| 24 | * This is VMware physical memory management driver for Linux. The driver | ||
| 25 | * acts like a "balloon" that can be inflated to reclaim physical pages by | ||
| 26 | * reserving them in the guest and invalidating them in the monitor, | ||
| 27 | * freeing up the underlying machine pages so they can be allocated to | ||
| 28 | * other guests. The balloon can also be deflated to allow the guest to | ||
| 29 | * use more physical memory. Higher level policies can control the sizes | ||
| 30 | * of balloons in VMs in order to manage physical memory resources. | ||
| 31 | */ | ||
| 32 | |||
| 33 | //#define DEBUG | ||
| 34 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
| 35 | |||
| 36 | #include <linux/types.h> | ||
| 37 | #include <linux/kernel.h> | ||
| 38 | #include <linux/mm.h> | ||
| 39 | #include <linux/sched.h> | ||
| 40 | #include <linux/module.h> | ||
| 41 | #include <linux/workqueue.h> | ||
| 42 | #include <linux/debugfs.h> | ||
| 43 | #include <linux/seq_file.h> | ||
| 44 | #include <asm/vmware.h> | ||
| 45 | |||
| 46 | MODULE_AUTHOR("VMware, Inc."); | ||
| 47 | MODULE_DESCRIPTION("VMware Memory Control (Balloon) Driver"); | ||
| 48 | MODULE_VERSION("1.2.1.0-K"); | ||
| 49 | MODULE_ALIAS("dmi:*:svnVMware*:*"); | ||
| 50 | MODULE_ALIAS("vmware_vmmemctl"); | ||
| 51 | MODULE_LICENSE("GPL"); | ||
| 52 | |||
| 53 | /* | ||
| 54 | * Various constants controlling rate of inflaint/deflating balloon, | ||
| 55 | * measured in pages. | ||
| 56 | */ | ||
| 57 | |||
| 58 | /* | ||
| 59 | * Rate of allocating memory when there is no memory pressure | ||
| 60 | * (driver performs non-sleeping allocations). | ||
| 61 | */ | ||
| 62 | #define VMW_BALLOON_NOSLEEP_ALLOC_MAX 16384U | ||
| 63 | |||
| 64 | /* | ||
| 65 | * Rates of memory allocaton when guest experiences memory pressure | ||
| 66 | * (driver performs sleeping allocations). | ||
| 67 | */ | ||
| 68 | #define VMW_BALLOON_RATE_ALLOC_MIN 512U | ||
| 69 | #define VMW_BALLOON_RATE_ALLOC_MAX 2048U | ||
| 70 | #define VMW_BALLOON_RATE_ALLOC_INC 16U | ||
| 71 | |||
| 72 | /* | ||
| 73 | * Rates for releasing pages while deflating balloon. | ||
| 74 | */ | ||
| 75 | #define VMW_BALLOON_RATE_FREE_MIN 512U | ||
| 76 | #define VMW_BALLOON_RATE_FREE_MAX 16384U | ||
| 77 | #define VMW_BALLOON_RATE_FREE_INC 16U | ||
| 78 | |||
| 79 | /* | ||
| 80 | * When guest is under memory pressure, use a reduced page allocation | ||
| 81 | * rate for next several cycles. | ||
| 82 | */ | ||
| 83 | #define VMW_BALLOON_SLOW_CYCLES 4 | ||
| 84 | |||
| 85 | /* | ||
| 86 | * Use __GFP_HIGHMEM to allow pages from HIGHMEM zone. We don't | ||
| 87 | * allow wait (__GFP_WAIT) for NOSLEEP page allocations. Use | ||
| 88 | * __GFP_NOWARN, to suppress page allocation failure warnings. | ||
| 89 | */ | ||
| 90 | #define VMW_PAGE_ALLOC_NOSLEEP (__GFP_HIGHMEM|__GFP_NOWARN) | ||
| 91 | |||
| 92 | /* | ||
| 93 | * Use GFP_HIGHUSER when executing in a separate kernel thread | ||
| 94 | * context and allocation can sleep. This is less stressful to | ||
| 95 | * the guest memory system, since it allows the thread to block | ||
| 96 | * while memory is reclaimed, and won't take pages from emergency | ||
| 97 | * low-memory pools. | ||
| 98 | */ | ||
| 99 | #define VMW_PAGE_ALLOC_CANSLEEP (GFP_HIGHUSER) | ||
| 100 | |||
| 101 | /* Maximum number of page allocations without yielding processor */ | ||
| 102 | #define VMW_BALLOON_YIELD_THRESHOLD 1024 | ||
| 103 | |||
| 104 | |||
| 105 | /* | ||
| 106 | * Hypervisor communication port definitions. | ||
| 107 | */ | ||
| 108 | #define VMW_BALLOON_HV_PORT 0x5670 | ||
| 109 | #define VMW_BALLOON_HV_MAGIC 0x456c6d6f | ||
| 110 | #define VMW_BALLOON_PROTOCOL_VERSION 2 | ||
| 111 | #define VMW_BALLOON_GUEST_ID 1 /* Linux */ | ||
| 112 | |||
| 113 | #define VMW_BALLOON_CMD_START 0 | ||
| 114 | #define VMW_BALLOON_CMD_GET_TARGET 1 | ||
| 115 | #define VMW_BALLOON_CMD_LOCK 2 | ||
| 116 | #define VMW_BALLOON_CMD_UNLOCK 3 | ||
| 117 | #define VMW_BALLOON_CMD_GUEST_ID 4 | ||
| 118 | |||
| 119 | /* error codes */ | ||
| 120 | #define VMW_BALLOON_SUCCESS 0 | ||
| 121 | #define VMW_BALLOON_FAILURE -1 | ||
| 122 | #define VMW_BALLOON_ERROR_CMD_INVALID 1 | ||
| 123 | #define VMW_BALLOON_ERROR_PPN_INVALID 2 | ||
| 124 | #define VMW_BALLOON_ERROR_PPN_LOCKED 3 | ||
| 125 | #define VMW_BALLOON_ERROR_PPN_UNLOCKED 4 | ||
| 126 | #define VMW_BALLOON_ERROR_PPN_PINNED 5 | ||
| 127 | #define VMW_BALLOON_ERROR_PPN_NOTNEEDED 6 | ||
| 128 | #define VMW_BALLOON_ERROR_RESET 7 | ||
| 129 | #define VMW_BALLOON_ERROR_BUSY 8 | ||
| 130 | |||
| 131 | #define VMWARE_BALLOON_CMD(cmd, data, result) \ | ||
| 132 | ({ \ | ||
| 133 | unsigned long __stat, __dummy1, __dummy2; \ | ||
| 134 | __asm__ __volatile__ ("inl (%%dx)" : \ | ||
| 135 | "=a"(__stat), \ | ||
| 136 | "=c"(__dummy1), \ | ||
| 137 | "=d"(__dummy2), \ | ||
| 138 | "=b"(result) : \ | ||
| 139 | "0"(VMW_BALLOON_HV_MAGIC), \ | ||
| 140 | "1"(VMW_BALLOON_CMD_##cmd), \ | ||
| 141 | "2"(VMW_BALLOON_HV_PORT), \ | ||
| 142 | "3"(data) : \ | ||
| 143 | "memory"); \ | ||
| 144 | result &= -1UL; \ | ||
| 145 | __stat & -1UL; \ | ||
| 146 | }) | ||
| 147 | |||
| 148 | #ifdef CONFIG_DEBUG_FS | ||
| 149 | struct vmballoon_stats { | ||
| 150 | unsigned int timer; | ||
| 151 | |||
| 152 | /* allocation statustics */ | ||
| 153 | unsigned int alloc; | ||
| 154 | unsigned int alloc_fail; | ||
| 155 | unsigned int sleep_alloc; | ||
| 156 | unsigned int sleep_alloc_fail; | ||
| 157 | unsigned int refused_alloc; | ||
| 158 | unsigned int refused_free; | ||
| 159 | unsigned int free; | ||
| 160 | |||
| 161 | /* monitor operations */ | ||
| 162 | unsigned int lock; | ||
| 163 | unsigned int lock_fail; | ||
| 164 | unsigned int unlock; | ||
| 165 | unsigned int unlock_fail; | ||
| 166 | unsigned int target; | ||
| 167 | unsigned int target_fail; | ||
| 168 | unsigned int start; | ||
| 169 | unsigned int start_fail; | ||
| 170 | unsigned int guest_type; | ||
| 171 | unsigned int guest_type_fail; | ||
| 172 | }; | ||
| 173 | |||
| 174 | #define STATS_INC(stat) (stat)++ | ||
| 175 | #else | ||
| 176 | #define STATS_INC(stat) | ||
| 177 | #endif | ||
| 178 | |||
| 179 | struct vmballoon { | ||
| 180 | |||
| 181 | /* list of reserved physical pages */ | ||
| 182 | struct list_head pages; | ||
| 183 | |||
| 184 | /* transient list of non-balloonable pages */ | ||
| 185 | struct list_head refused_pages; | ||
| 186 | |||
| 187 | /* balloon size in pages */ | ||
| 188 | unsigned int size; | ||
| 189 | unsigned int target; | ||
| 190 | |||
| 191 | /* reset flag */ | ||
| 192 | bool reset_required; | ||
| 193 | |||
| 194 | /* adjustment rates (pages per second) */ | ||
| 195 | unsigned int rate_alloc; | ||
| 196 | unsigned int rate_free; | ||
| 197 | |||
| 198 | /* slowdown page allocations for next few cycles */ | ||
| 199 | unsigned int slow_allocation_cycles; | ||
| 200 | |||
| 201 | #ifdef CONFIG_DEBUG_FS | ||
| 202 | /* statistics */ | ||
| 203 | struct vmballoon_stats stats; | ||
| 204 | |||
| 205 | /* debugfs file exporting statistics */ | ||
| 206 | struct dentry *dbg_entry; | ||
| 207 | #endif | ||
| 208 | |||
| 209 | struct sysinfo sysinfo; | ||
| 210 | |||
| 211 | struct delayed_work dwork; | ||
| 212 | }; | ||
| 213 | |||
| 214 | static struct vmballoon balloon; | ||
| 215 | static struct workqueue_struct *vmballoon_wq; | ||
| 216 | |||
| 217 | /* | ||
| 218 | * Send "start" command to the host, communicating supported version | ||
| 219 | * of the protocol. | ||
| 220 | */ | ||
| 221 | static bool vmballoon_send_start(struct vmballoon *b) | ||
| 222 | { | ||
| 223 | unsigned long status, dummy; | ||
| 224 | |||
| 225 | STATS_INC(b->stats.start); | ||
| 226 | |||
| 227 | status = VMWARE_BALLOON_CMD(START, VMW_BALLOON_PROTOCOL_VERSION, dummy); | ||
| 228 | if (status == VMW_BALLOON_SUCCESS) | ||
| 229 | return true; | ||
| 230 | |||
| 231 | pr_debug("%s - failed, hv returns %ld\n", __func__, status); | ||
| 232 | STATS_INC(b->stats.start_fail); | ||
| 233 | return false; | ||
| 234 | } | ||
| 235 | |||
| 236 | static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) | ||
| 237 | { | ||
| 238 | switch (status) { | ||
| 239 | case VMW_BALLOON_SUCCESS: | ||
| 240 | return true; | ||
| 241 | |||
| 242 | case VMW_BALLOON_ERROR_RESET: | ||
| 243 | b->reset_required = true; | ||
| 244 | /* fall through */ | ||
| 245 | |||
| 246 | default: | ||
| 247 | return false; | ||
| 248 | } | ||
| 249 | } | ||
| 250 | |||
| 251 | /* | ||
| 252 | * Communicate guest type to the host so that it can adjust ballooning | ||
| 253 | * algorithm to the one most appropriate for the guest. This command | ||
| 254 | * is normally issued after sending "start" command and is part of | ||
| 255 | * standard reset sequence. | ||
| 256 | */ | ||
| 257 | static bool vmballoon_send_guest_id(struct vmballoon *b) | ||
| 258 | { | ||
| 259 | unsigned long status, dummy; | ||
| 260 | |||
| 261 | status = VMWARE_BALLOON_CMD(GUEST_ID, VMW_BALLOON_GUEST_ID, dummy); | ||
| 262 | |||
| 263 | STATS_INC(b->stats.guest_type); | ||
| 264 | |||
| 265 | if (vmballoon_check_status(b, status)) | ||
| 266 | return true; | ||
| 267 | |||
| 268 | pr_debug("%s - failed, hv returns %ld\n", __func__, status); | ||
| 269 | STATS_INC(b->stats.guest_type_fail); | ||
| 270 | return false; | ||
| 271 | } | ||
| 272 | |||
| 273 | /* | ||
| 274 | * Retrieve desired balloon size from the host. | ||
| 275 | */ | ||
| 276 | static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) | ||
| 277 | { | ||
| 278 | unsigned long status; | ||
| 279 | unsigned long target; | ||
| 280 | unsigned long limit; | ||
| 281 | u32 limit32; | ||
| 282 | |||
| 283 | /* | ||
| 284 | * si_meminfo() is cheap. Moreover, we want to provide dynamic | ||
| 285 | * max balloon size later. So let us call si_meminfo() every | ||
| 286 | * iteration. | ||
| 287 | */ | ||
| 288 | si_meminfo(&b->sysinfo); | ||
| 289 | limit = b->sysinfo.totalram; | ||
| 290 | |||
| 291 | /* Ensure limit fits in 32-bits */ | ||
| 292 | limit32 = (u32)limit; | ||
| 293 | if (limit != limit32) | ||
| 294 | return false; | ||
| 295 | |||
| 296 | /* update stats */ | ||
| 297 | STATS_INC(b->stats.target); | ||
| 298 | |||
| 299 | status = VMWARE_BALLOON_CMD(GET_TARGET, limit, target); | ||
| 300 | if (vmballoon_check_status(b, status)) { | ||
| 301 | *new_target = target; | ||
| 302 | return true; | ||
| 303 | } | ||
| 304 | |||
| 305 | pr_debug("%s - failed, hv returns %ld\n", __func__, status); | ||
| 306 | STATS_INC(b->stats.target_fail); | ||
| 307 | return false; | ||
| 308 | } | ||
| 309 | |||
| 310 | /* | ||
| 311 | * Notify the host about allocated page so that host can use it without | ||
| 312 | * fear that guest will need it. Host may reject some pages, we need to | ||
| 313 | * check the return value and maybe submit a different page. | ||
| 314 | */ | ||
| 315 | static bool vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn) | ||
| 316 | { | ||
| 317 | unsigned long status, dummy; | ||
| 318 | u32 pfn32; | ||
| 319 | |||
| 320 | pfn32 = (u32)pfn; | ||
| 321 | if (pfn32 != pfn) | ||
| 322 | return false; | ||
| 323 | |||
| 324 | STATS_INC(b->stats.lock); | ||
| 325 | |||
| 326 | status = VMWARE_BALLOON_CMD(LOCK, pfn, dummy); | ||
| 327 | if (vmballoon_check_status(b, status)) | ||
| 328 | return true; | ||
| 329 | |||
| 330 | pr_debug("%s - ppn %lx, hv returns %ld\n", __func__, pfn, status); | ||
| 331 | STATS_INC(b->stats.lock_fail); | ||
| 332 | return false; | ||
| 333 | } | ||
| 334 | |||
| 335 | /* | ||
| 336 | * Notify the host that guest intends to release given page back into | ||
| 337 | * the pool of available (to the guest) pages. | ||
| 338 | */ | ||
| 339 | static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn) | ||
| 340 | { | ||
| 341 | unsigned long status, dummy; | ||
| 342 | u32 pfn32; | ||
| 343 | |||
| 344 | pfn32 = (u32)pfn; | ||
| 345 | if (pfn32 != pfn) | ||
| 346 | return false; | ||
| 347 | |||
| 348 | STATS_INC(b->stats.unlock); | ||
| 349 | |||
| 350 | status = VMWARE_BALLOON_CMD(UNLOCK, pfn, dummy); | ||
| 351 | if (vmballoon_check_status(b, status)) | ||
| 352 | return true; | ||
| 353 | |||
| 354 | pr_debug("%s - ppn %lx, hv returns %ld\n", __func__, pfn, status); | ||
| 355 | STATS_INC(b->stats.unlock_fail); | ||
| 356 | return false; | ||
| 357 | } | ||
| 358 | |||
| 359 | /* | ||
| 360 | * Quickly release all pages allocated for the balloon. This function is | ||
| 361 | * called when host decides to "reset" balloon for one reason or another. | ||
| 362 | * Unlike normal "deflate" we do not (shall not) notify host of the pages | ||
| 363 | * being released. | ||
| 364 | */ | ||
| 365 | static void vmballoon_pop(struct vmballoon *b) | ||
| 366 | { | ||
| 367 | struct page *page, *next; | ||
| 368 | unsigned int count = 0; | ||
| 369 | |||
| 370 | list_for_each_entry_safe(page, next, &b->pages, lru) { | ||
| 371 | list_del(&page->lru); | ||
| 372 | __free_page(page); | ||
| 373 | STATS_INC(b->stats.free); | ||
| 374 | b->size--; | ||
| 375 | |||
| 376 | if (++count >= b->rate_free) { | ||
| 377 | count = 0; | ||
| 378 | cond_resched(); | ||
| 379 | } | ||
| 380 | } | ||
| 381 | } | ||
| 382 | |||
| 383 | /* | ||
| 384 | * Perform standard reset sequence by popping the balloon (in case it | ||
| 385 | * is not empty) and then restarting protocol. This operation normally | ||
| 386 | * happens when host responds with VMW_BALLOON_ERROR_RESET to a command. | ||
| 387 | */ | ||
| 388 | static void vmballoon_reset(struct vmballoon *b) | ||
| 389 | { | ||
| 390 | /* free all pages, skipping monitor unlock */ | ||
| 391 | vmballoon_pop(b); | ||
| 392 | |||
| 393 | if (vmballoon_send_start(b)) { | ||
| 394 | b->reset_required = false; | ||
| 395 | if (!vmballoon_send_guest_id(b)) | ||
| 396 | pr_err("failed to send guest ID to the host\n"); | ||
| 397 | } | ||
| 398 | } | ||
| 399 | |||
| 400 | /* | ||
| 401 | * Allocate (or reserve) a page for the balloon and notify the host. If host | ||
| 402 | * refuses the page put it on "refuse" list and allocate another one until host | ||
| 403 | * is satisfied. "Refused" pages are released at the end of inflation cycle | ||
| 404 | * (when we allocate b->rate_alloc pages). | ||
| 405 | */ | ||
| 406 | static int vmballoon_reserve_page(struct vmballoon *b, bool can_sleep) | ||
| 407 | { | ||
| 408 | struct page *page; | ||
| 409 | gfp_t flags; | ||
| 410 | bool locked = false; | ||
| 411 | |||
| 412 | do { | ||
| 413 | if (!can_sleep) | ||
| 414 | STATS_INC(b->stats.alloc); | ||
| 415 | else | ||
| 416 | STATS_INC(b->stats.sleep_alloc); | ||
| 417 | |||
| 418 | flags = can_sleep ? VMW_PAGE_ALLOC_CANSLEEP : VMW_PAGE_ALLOC_NOSLEEP; | ||
| 419 | page = alloc_page(flags); | ||
| 420 | if (!page) { | ||
| 421 | if (!can_sleep) | ||
| 422 | STATS_INC(b->stats.alloc_fail); | ||
| 423 | else | ||
| 424 | STATS_INC(b->stats.sleep_alloc_fail); | ||
| 425 | return -ENOMEM; | ||
| 426 | } | ||
| 427 | |||
| 428 | /* inform monitor */ | ||
| 429 | locked = vmballoon_send_lock_page(b, page_to_pfn(page)); | ||
| 430 | if (!locked) { | ||
| 431 | if (b->reset_required) { | ||
| 432 | __free_page(page); | ||
| 433 | return -EIO; | ||
| 434 | } | ||
| 435 | |||
| 436 | /* place on list of non-balloonable pages, retry allocation */ | ||
| 437 | list_add(&page->lru, &b->refused_pages); | ||
| 438 | STATS_INC(b->stats.refused_alloc); | ||
| 439 | } | ||
| 440 | } while (!locked); | ||
| 441 | |||
| 442 | /* track allocated page */ | ||
| 443 | list_add(&page->lru, &b->pages); | ||
| 444 | |||
| 445 | /* update balloon size */ | ||
| 446 | b->size++; | ||
| 447 | |||
| 448 | return 0; | ||
| 449 | } | ||
| 450 | |||
| 451 | /* | ||
| 452 | * Release the page allocated for the balloon. Note that we first notify | ||
| 453 | * the host so it can make sure the page will be available for the guest | ||
| 454 | * to use, if needed. | ||
| 455 | */ | ||
| 456 | static int vmballoon_release_page(struct vmballoon *b, struct page *page) | ||
| 457 | { | ||
| 458 | if (!vmballoon_send_unlock_page(b, page_to_pfn(page))) | ||
| 459 | return -EIO; | ||
| 460 | |||
| 461 | list_del(&page->lru); | ||
| 462 | |||
| 463 | /* deallocate page */ | ||
| 464 | __free_page(page); | ||
| 465 | STATS_INC(b->stats.free); | ||
| 466 | |||
| 467 | /* update balloon size */ | ||
| 468 | b->size--; | ||
| 469 | |||
| 470 | return 0; | ||
| 471 | } | ||
| 472 | |||
| 473 | /* | ||
| 474 | * Release pages that were allocated while attempting to inflate the | ||
| 475 | * balloon but were refused by the host for one reason or another. | ||
| 476 | */ | ||
| 477 | static void vmballoon_release_refused_pages(struct vmballoon *b) | ||
| 478 | { | ||
| 479 | struct page *page, *next; | ||
| 480 | |||
| 481 | list_for_each_entry_safe(page, next, &b->refused_pages, lru) { | ||
| 482 | list_del(&page->lru); | ||
| 483 | __free_page(page); | ||
| 484 | STATS_INC(b->stats.refused_free); | ||
| 485 | } | ||
| 486 | } | ||
| 487 | |||
| 488 | /* | ||
| 489 | * Inflate the balloon towards its target size. Note that we try to limit | ||
| 490 | * the rate of allocation to make sure we are not choking the rest of the | ||
| 491 | * system. | ||
| 492 | */ | ||
| 493 | static void vmballoon_inflate(struct vmballoon *b) | ||
| 494 | { | ||
| 495 | unsigned int goal; | ||
| 496 | unsigned int rate; | ||
| 497 | unsigned int i; | ||
| 498 | unsigned int allocations = 0; | ||
| 499 | int error = 0; | ||
| 500 | bool alloc_can_sleep = false; | ||
| 501 | |||
| 502 | pr_debug("%s - size: %d, target %d\n", __func__, b->size, b->target); | ||
| 503 | |||
| 504 | /* | ||
| 505 | * First try NOSLEEP page allocations to inflate balloon. | ||
| 506 | * | ||
| 507 | * If we do not throttle nosleep allocations, we can drain all | ||
| 508 | * free pages in the guest quickly (if the balloon target is high). | ||
| 509 | * As a side-effect, draining free pages helps to inform (force) | ||
| 510 | * the guest to start swapping if balloon target is not met yet, | ||
| 511 | * which is a desired behavior. However, balloon driver can consume | ||
| 512 | * all available CPU cycles if too many pages are allocated in a | ||
| 513 | * second. Therefore, we throttle nosleep allocations even when | ||
| 514 | * the guest is not under memory pressure. OTOH, if we have already | ||
| 515 | * predicted that the guest is under memory pressure, then we | ||
| 516 | * slowdown page allocations considerably. | ||
| 517 | */ | ||
| 518 | |||
| 519 | goal = b->target - b->size; | ||
| 520 | /* | ||
| 521 | * Start with no sleep allocation rate which may be higher | ||
| 522 | * than sleeping allocation rate. | ||
| 523 | */ | ||
| 524 | rate = b->slow_allocation_cycles ? | ||
| 525 | b->rate_alloc : VMW_BALLOON_NOSLEEP_ALLOC_MAX; | ||
| 526 | |||
| 527 | pr_debug("%s - goal: %d, no-sleep rate: %d, sleep rate: %d\n", | ||
| 528 | __func__, goal, rate, b->rate_alloc); | ||
| 529 | |||
| 530 | for (i = 0; i < goal; i++) { | ||
| 531 | |||
| 532 | error = vmballoon_reserve_page(b, alloc_can_sleep); | ||
| 533 | if (error) { | ||
| 534 | if (error != -ENOMEM) { | ||
| 535 | /* | ||
| 536 | * Not a page allocation failure, stop this | ||
| 537 | * cycle. Maybe we'll get new target from | ||
| 538 | * the host soon. | ||
| 539 | */ | ||
| 540 | break; | ||
| 541 | } | ||
| 542 | |||
| 543 | if (alloc_can_sleep) { | ||
| 544 | /* | ||
| 545 | * CANSLEEP page allocation failed, so guest | ||
| 546 | * is under severe memory pressure. Quickly | ||
| 547 | * decrease allocation rate. | ||
| 548 | */ | ||
| 549 | b->rate_alloc = max(b->rate_alloc / 2, | ||
| 550 | VMW_BALLOON_RATE_ALLOC_MIN); | ||
| 551 | break; | ||
| 552 | } | ||
| 553 | |||
| 554 | /* | ||
| 555 | * NOSLEEP page allocation failed, so the guest is | ||
| 556 | * under memory pressure. Let us slow down page | ||
| 557 | * allocations for next few cycles so that the guest | ||
| 558 | * gets out of memory pressure. Also, if we already | ||
| 559 | * allocated b->rate_alloc pages, let's pause, | ||
| 560 | * otherwise switch to sleeping allocations. | ||
| 561 | */ | ||
| 562 | b->slow_allocation_cycles = VMW_BALLOON_SLOW_CYCLES; | ||
| 563 | |||
| 564 | if (i >= b->rate_alloc) | ||
| 565 | break; | ||
| 566 | |||
| 567 | alloc_can_sleep = true; | ||
| 568 | /* Lower rate for sleeping allocations. */ | ||
| 569 | rate = b->rate_alloc; | ||
| 570 | } | ||
| 571 | |||
| 572 | if (++allocations > VMW_BALLOON_YIELD_THRESHOLD) { | ||
| 573 | cond_resched(); | ||
| 574 | allocations = 0; | ||
| 575 | } | ||
| 576 | |||
| 577 | if (i >= rate) { | ||
| 578 | /* We allocated enough pages, let's take a break. */ | ||
| 579 | break; | ||
| 580 | } | ||
| 581 | } | ||
| 582 | |||
| 583 | /* | ||
| 584 | * We reached our goal without failures so try increasing | ||
| 585 | * allocation rate. | ||
| 586 | */ | ||
| 587 | if (error == 0 && i >= b->rate_alloc) { | ||
| 588 | unsigned int mult = i / b->rate_alloc; | ||
| 589 | |||
| 590 | b->rate_alloc = | ||
| 591 | min(b->rate_alloc + mult * VMW_BALLOON_RATE_ALLOC_INC, | ||
| 592 | VMW_BALLOON_RATE_ALLOC_MAX); | ||
| 593 | } | ||
| 594 | |||
| 595 | vmballoon_release_refused_pages(b); | ||
| 596 | } | ||
| 597 | |||
| 598 | /* | ||
| 599 | * Decrease the size of the balloon allowing guest to use more memory. | ||
| 600 | */ | ||
| 601 | static void vmballoon_deflate(struct vmballoon *b) | ||
| 602 | { | ||
| 603 | struct page *page, *next; | ||
| 604 | unsigned int i = 0; | ||
| 605 | unsigned int goal; | ||
| 606 | int error; | ||
| 607 | |||
| 608 | pr_debug("%s - size: %d, target %d\n", __func__, b->size, b->target); | ||
| 609 | |||
| 610 | /* limit deallocation rate */ | ||
| 611 | goal = min(b->size - b->target, b->rate_free); | ||
| 612 | |||
| 613 | pr_debug("%s - goal: %d, rate: %d\n", __func__, goal, b->rate_free); | ||
| 614 | |||
| 615 | /* free pages to reach target */ | ||
| 616 | list_for_each_entry_safe(page, next, &b->pages, lru) { | ||
| 617 | error = vmballoon_release_page(b, page); | ||
| 618 | if (error) { | ||
| 619 | /* quickly decrease rate in case of error */ | ||
| 620 | b->rate_free = max(b->rate_free / 2, | ||
| 621 | VMW_BALLOON_RATE_FREE_MIN); | ||
| 622 | return; | ||
| 623 | } | ||
| 624 | |||
| 625 | if (++i >= goal) | ||
| 626 | break; | ||
| 627 | } | ||
| 628 | |||
| 629 | /* slowly increase rate if there were no errors */ | ||
| 630 | b->rate_free = min(b->rate_free + VMW_BALLOON_RATE_FREE_INC, | ||
| 631 | VMW_BALLOON_RATE_FREE_MAX); | ||
| 632 | } | ||
| 633 | |||
| 634 | /* | ||
| 635 | * Balloon work function: reset protocol, if needed, get the new size and | ||
| 636 | * adjust balloon as needed. Repeat in 1 sec. | ||
| 637 | */ | ||
| 638 | static void vmballoon_work(struct work_struct *work) | ||
| 639 | { | ||
| 640 | struct delayed_work *dwork = to_delayed_work(work); | ||
| 641 | struct vmballoon *b = container_of(dwork, struct vmballoon, dwork); | ||
| 642 | unsigned int target; | ||
| 643 | |||
| 644 | STATS_INC(b->stats.timer); | ||
| 645 | |||
| 646 | if (b->reset_required) | ||
| 647 | vmballoon_reset(b); | ||
| 648 | |||
| 649 | if (b->slow_allocation_cycles > 0) | ||
| 650 | b->slow_allocation_cycles--; | ||
| 651 | |||
| 652 | if (vmballoon_send_get_target(b, &target)) { | ||
| 653 | /* update target, adjust size */ | ||
| 654 | b->target = target; | ||
| 655 | |||
| 656 | if (b->size < target) | ||
| 657 | vmballoon_inflate(b); | ||
| 658 | else if (b->size > target) | ||
| 659 | vmballoon_deflate(b); | ||
| 660 | } | ||
| 661 | |||
| 662 | queue_delayed_work(vmballoon_wq, dwork, round_jiffies_relative(HZ)); | ||
| 663 | } | ||
| 664 | |||
| 665 | /* | ||
| 666 | * DEBUGFS Interface | ||
| 667 | */ | ||
| 668 | #ifdef CONFIG_DEBUG_FS | ||
| 669 | |||
| 670 | static int vmballoon_debug_show(struct seq_file *f, void *offset) | ||
| 671 | { | ||
| 672 | struct vmballoon *b = f->private; | ||
| 673 | struct vmballoon_stats *stats = &b->stats; | ||
| 674 | |||
| 675 | /* format size info */ | ||
| 676 | seq_printf(f, | ||
| 677 | "target: %8d pages\n" | ||
| 678 | "current: %8d pages\n", | ||
| 679 | b->target, b->size); | ||
| 680 | |||
| 681 | /* format rate info */ | ||
| 682 | seq_printf(f, | ||
| 683 | "rateNoSleepAlloc: %8d pages/sec\n" | ||
| 684 | "rateSleepAlloc: %8d pages/sec\n" | ||
| 685 | "rateFree: %8d pages/sec\n", | ||
| 686 | VMW_BALLOON_NOSLEEP_ALLOC_MAX, | ||
| 687 | b->rate_alloc, b->rate_free); | ||
| 688 | |||
| 689 | seq_printf(f, | ||
| 690 | "\n" | ||
| 691 | "timer: %8u\n" | ||
| 692 | "start: %8u (%4u failed)\n" | ||
| 693 | "guestType: %8u (%4u failed)\n" | ||
| 694 | "lock: %8u (%4u failed)\n" | ||
| 695 | "unlock: %8u (%4u failed)\n" | ||
| 696 | "target: %8u (%4u failed)\n" | ||
| 697 | "primNoSleepAlloc: %8u (%4u failed)\n" | ||
| 698 | "primCanSleepAlloc: %8u (%4u failed)\n" | ||
| 699 | "primFree: %8u\n" | ||
| 700 | "errAlloc: %8u\n" | ||
| 701 | "errFree: %8u\n", | ||
| 702 | stats->timer, | ||
| 703 | stats->start, stats->start_fail, | ||
| 704 | stats->guest_type, stats->guest_type_fail, | ||
| 705 | stats->lock, stats->lock_fail, | ||
| 706 | stats->unlock, stats->unlock_fail, | ||
| 707 | stats->target, stats->target_fail, | ||
| 708 | stats->alloc, stats->alloc_fail, | ||
| 709 | stats->sleep_alloc, stats->sleep_alloc_fail, | ||
| 710 | stats->free, | ||
| 711 | stats->refused_alloc, stats->refused_free); | ||
| 712 | |||
| 713 | return 0; | ||
| 714 | } | ||
| 715 | |||
| 716 | static int vmballoon_debug_open(struct inode *inode, struct file *file) | ||
| 717 | { | ||
| 718 | return single_open(file, vmballoon_debug_show, inode->i_private); | ||
| 719 | } | ||
| 720 | |||
| 721 | static const struct file_operations vmballoon_debug_fops = { | ||
| 722 | .owner = THIS_MODULE, | ||
| 723 | .open = vmballoon_debug_open, | ||
| 724 | .read = seq_read, | ||
| 725 | .llseek = seq_lseek, | ||
| 726 | .release = single_release, | ||
| 727 | }; | ||
| 728 | |||
| 729 | static int __init vmballoon_debugfs_init(struct vmballoon *b) | ||
| 730 | { | ||
| 731 | int error; | ||
| 732 | |||
| 733 | b->dbg_entry = debugfs_create_file("vmmemctl", S_IRUGO, NULL, b, | ||
| 734 | &vmballoon_debug_fops); | ||
| 735 | if (IS_ERR(b->dbg_entry)) { | ||
| 736 | error = PTR_ERR(b->dbg_entry); | ||
| 737 | pr_err("failed to create debugfs entry, error: %d\n", error); | ||
| 738 | return error; | ||
| 739 | } | ||
| 740 | |||
| 741 | return 0; | ||
| 742 | } | ||
| 743 | |||
| 744 | static void __exit vmballoon_debugfs_exit(struct vmballoon *b) | ||
| 745 | { | ||
| 746 | debugfs_remove(b->dbg_entry); | ||
| 747 | } | ||
| 748 | |||
| 749 | #else | ||
| 750 | |||
| 751 | static inline int vmballoon_debugfs_init(struct vmballoon *b) | ||
| 752 | { | ||
| 753 | return 0; | ||
| 754 | } | ||
| 755 | |||
| 756 | static inline void vmballoon_debugfs_exit(struct vmballoon *b) | ||
| 757 | { | ||
| 758 | } | ||
| 759 | |||
| 760 | #endif /* CONFIG_DEBUG_FS */ | ||
| 761 | |||
| 762 | static int __init vmballoon_init(void) | ||
| 763 | { | ||
| 764 | int error; | ||
| 765 | |||
| 766 | /* | ||
| 767 | * Check if we are running on VMware's hypervisor and bail out | ||
| 768 | * if we are not. | ||
| 769 | */ | ||
| 770 | if (!vmware_platform()) | ||
| 771 | return -ENODEV; | ||
| 772 | |||
| 773 | vmballoon_wq = create_freezeable_workqueue("vmmemctl"); | ||
| 774 | if (!vmballoon_wq) { | ||
| 775 | pr_err("failed to create workqueue\n"); | ||
| 776 | return -ENOMEM; | ||
| 777 | } | ||
| 778 | |||
| 779 | INIT_LIST_HEAD(&balloon.pages); | ||
| 780 | INIT_LIST_HEAD(&balloon.refused_pages); | ||
| 781 | |||
| 782 | /* initialize rates */ | ||
| 783 | balloon.rate_alloc = VMW_BALLOON_RATE_ALLOC_MAX; | ||
| 784 | balloon.rate_free = VMW_BALLOON_RATE_FREE_MAX; | ||
| 785 | |||
| 786 | INIT_DELAYED_WORK(&balloon.dwork, vmballoon_work); | ||
| 787 | |||
| 788 | /* | ||
| 789 | * Start balloon. | ||
| 790 | */ | ||
| 791 | if (!vmballoon_send_start(&balloon)) { | ||
| 792 | pr_err("failed to send start command to the host\n"); | ||
| 793 | error = -EIO; | ||
| 794 | goto fail; | ||
| 795 | } | ||
| 796 | |||
| 797 | if (!vmballoon_send_guest_id(&balloon)) { | ||
| 798 | pr_err("failed to send guest ID to the host\n"); | ||
| 799 | error = -EIO; | ||
| 800 | goto fail; | ||
| 801 | } | ||
| 802 | |||
| 803 | error = vmballoon_debugfs_init(&balloon); | ||
| 804 | if (error) | ||
| 805 | goto fail; | ||
| 806 | |||
| 807 | queue_delayed_work(vmballoon_wq, &balloon.dwork, 0); | ||
| 808 | |||
| 809 | return 0; | ||
| 810 | |||
| 811 | fail: | ||
| 812 | destroy_workqueue(vmballoon_wq); | ||
| 813 | return error; | ||
| 814 | } | ||
| 815 | module_init(vmballoon_init); | ||
| 816 | |||
| 817 | static void __exit vmballoon_exit(void) | ||
| 818 | { | ||
| 819 | cancel_delayed_work_sync(&balloon.dwork); | ||
| 820 | destroy_workqueue(vmballoon_wq); | ||
| 821 | |||
| 822 | vmballoon_debugfs_exit(&balloon); | ||
| 823 | |||
| 824 | /* | ||
| 825 | * Deallocate all reserved memory, and reset connection with monitor. | ||
| 826 | * Reset connection before deallocating memory to avoid potential for | ||
| 827 | * additional spurious resets from guest touching deallocated pages. | ||
| 828 | */ | ||
| 829 | vmballoon_send_start(&balloon); | ||
| 830 | vmballoon_pop(&balloon); | ||
| 831 | } | ||
| 832 | module_exit(vmballoon_exit); | ||
diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile index 82d1e4de475b..4521b1ecce45 100644 --- a/drivers/mtd/Makefile +++ b/drivers/mtd/Makefile | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | # Core functionality. | 5 | # Core functionality. |
| 6 | obj-$(CONFIG_MTD) += mtd.o | 6 | obj-$(CONFIG_MTD) += mtd.o |
| 7 | mtd-y := mtdcore.o mtdsuper.o mtdbdi.o | 7 | mtd-y := mtdcore.o mtdsuper.o |
| 8 | mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o | 8 | mtd-$(CONFIG_MTD_PARTITIONS) += mtdpart.o |
| 9 | 9 | ||
| 10 | obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o | 10 | obj-$(CONFIG_MTD_CONCAT) += mtdconcat.o |
diff --git a/drivers/mtd/internal.h b/drivers/mtd/internal.h deleted file mode 100644 index c658fe7216b5..000000000000 --- a/drivers/mtd/internal.h +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | /* Internal MTD definitions | ||
| 2 | * | ||
| 3 | * Copyright © 2006 Red Hat, Inc. All Rights Reserved. | ||
| 4 | * Written by David Howells (dhowells@redhat.com) | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or | ||
| 7 | * modify it under the terms of the GNU General Public License | ||
| 8 | * as published by the Free Software Foundation; either version | ||
| 9 | * 2 of the License, or (at your option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | /* | ||
| 13 | * mtdbdi.c | ||
| 14 | */ | ||
| 15 | extern struct backing_dev_info mtd_bdi_unmappable; | ||
| 16 | extern struct backing_dev_info mtd_bdi_ro_mappable; | ||
| 17 | extern struct backing_dev_info mtd_bdi_rw_mappable; | ||
diff --git a/drivers/mtd/mtdbdi.c b/drivers/mtd/mtdbdi.c deleted file mode 100644 index 5ca5aed0b225..000000000000 --- a/drivers/mtd/mtdbdi.c +++ /dev/null | |||
| @@ -1,43 +0,0 @@ | |||
| 1 | /* MTD backing device capabilities | ||
| 2 | * | ||
| 3 | * Copyright © 2006 Red Hat, Inc. All Rights Reserved. | ||
| 4 | * Written by David Howells (dhowells@redhat.com) | ||
| 5 | * | ||
| 6 | * This program is free software; you can redistribute it and/or | ||
| 7 | * modify it under the terms of the GNU General Public License | ||
| 8 | * as published by the Free Software Foundation; either version | ||
| 9 | * 2 of the License, or (at your option) any later version. | ||
| 10 | */ | ||
| 11 | |||
| 12 | #include <linux/backing-dev.h> | ||
| 13 | #include <linux/mtd/mtd.h> | ||
| 14 | #include "internal.h" | ||
| 15 | |||
| 16 | /* | ||
| 17 | * backing device capabilities for non-mappable devices (such as NAND flash) | ||
| 18 | * - permits private mappings, copies are taken of the data | ||
| 19 | */ | ||
| 20 | struct backing_dev_info mtd_bdi_unmappable = { | ||
| 21 | .capabilities = BDI_CAP_MAP_COPY, | ||
| 22 | }; | ||
| 23 | |||
| 24 | /* | ||
| 25 | * backing device capabilities for R/O mappable devices (such as ROM) | ||
| 26 | * - permits private mappings, copies are taken of the data | ||
| 27 | * - permits non-writable shared mappings | ||
| 28 | */ | ||
| 29 | struct backing_dev_info mtd_bdi_ro_mappable = { | ||
| 30 | .capabilities = (BDI_CAP_MAP_COPY | BDI_CAP_MAP_DIRECT | | ||
| 31 | BDI_CAP_EXEC_MAP | BDI_CAP_READ_MAP), | ||
| 32 | }; | ||
| 33 | |||
| 34 | /* | ||
| 35 | * backing device capabilities for writable mappable devices (such as RAM) | ||
| 36 | * - permits private mappings, copies are taken of the data | ||
| 37 | * - permits non-writable shared mappings | ||
| 38 | */ | ||
| 39 | struct backing_dev_info mtd_bdi_rw_mappable = { | ||
| 40 | .capabilities = (BDI_CAP_MAP_COPY | BDI_CAP_MAP_DIRECT | | ||
| 41 | BDI_CAP_EXEC_MAP | BDI_CAP_READ_MAP | | ||
| 42 | BDI_CAP_WRITE_MAP), | ||
| 43 | }; | ||
diff --git a/drivers/mtd/mtdcore.c b/drivers/mtd/mtdcore.c index 5b38b17d2229..b177e750efc3 100644 --- a/drivers/mtd/mtdcore.c +++ b/drivers/mtd/mtdcore.c | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | * Core registration and callback routines for MTD | 2 | * Core registration and callback routines for MTD |
| 3 | * drivers and users. | 3 | * drivers and users. |
| 4 | * | 4 | * |
| 5 | * bdi bits are: | ||
| 6 | * Copyright © 2006 Red Hat, Inc. All Rights Reserved. | ||
| 7 | * Written by David Howells (dhowells@redhat.com) | ||
| 5 | */ | 8 | */ |
| 6 | 9 | ||
| 7 | #include <linux/module.h> | 10 | #include <linux/module.h> |
| @@ -16,11 +19,39 @@ | |||
| 16 | #include <linux/init.h> | 19 | #include <linux/init.h> |
| 17 | #include <linux/mtd/compatmac.h> | 20 | #include <linux/mtd/compatmac.h> |
| 18 | #include <linux/proc_fs.h> | 21 | #include <linux/proc_fs.h> |
| 22 | #include <linux/backing-dev.h> | ||
| 19 | 23 | ||
| 20 | #include <linux/mtd/mtd.h> | 24 | #include <linux/mtd/mtd.h> |
| 21 | #include "internal.h" | ||
| 22 | 25 | ||
| 23 | #include "mtdcore.h" | 26 | #include "mtdcore.h" |
| 27 | /* | ||
| 28 | * backing device capabilities for non-mappable devices (such as NAND flash) | ||
| 29 | * - permits private mappings, copies are taken of the data | ||
| 30 | */ | ||
| 31 | struct backing_dev_info mtd_bdi_unmappable = { | ||
| 32 | .capabilities = BDI_CAP_MAP_COPY, | ||
| 33 | }; | ||
| 34 | |||
| 35 | /* | ||
| 36 | * backing device capabilities for R/O mappable devices (such as ROM) | ||
| 37 | * - permits private mappings, copies are taken of the data | ||
| 38 | * - permits non-writable shared mappings | ||
| 39 | */ | ||
| 40 | struct backing_dev_info mtd_bdi_ro_mappable = { | ||
| 41 | .capabilities = (BDI_CAP_MAP_COPY | BDI_CAP_MAP_DIRECT | | ||
| 42 | BDI_CAP_EXEC_MAP | BDI_CAP_READ_MAP), | ||
| 43 | }; | ||
| 44 | |||
| 45 | /* | ||
| 46 | * backing device capabilities for writable mappable devices (such as RAM) | ||
| 47 | * - permits private mappings, copies are taken of the data | ||
| 48 | * - permits non-writable shared mappings | ||
| 49 | */ | ||
| 50 | struct backing_dev_info mtd_bdi_rw_mappable = { | ||
| 51 | .capabilities = (BDI_CAP_MAP_COPY | BDI_CAP_MAP_DIRECT | | ||
| 52 | BDI_CAP_EXEC_MAP | BDI_CAP_READ_MAP | | ||
| 53 | BDI_CAP_WRITE_MAP), | ||
| 54 | }; | ||
| 24 | 55 | ||
| 25 | static int mtd_cls_suspend(struct device *dev, pm_message_t state); | 56 | static int mtd_cls_suspend(struct device *dev, pm_message_t state); |
| 26 | static int mtd_cls_resume(struct device *dev); | 57 | static int mtd_cls_resume(struct device *dev); |
| @@ -628,20 +659,55 @@ done: | |||
| 628 | /*====================================================================*/ | 659 | /*====================================================================*/ |
| 629 | /* Init code */ | 660 | /* Init code */ |
| 630 | 661 | ||
| 662 | static int __init mtd_bdi_init(struct backing_dev_info *bdi, const char *name) | ||
| 663 | { | ||
| 664 | int ret; | ||
| 665 | |||
| 666 | ret = bdi_init(bdi); | ||
| 667 | if (!ret) | ||
| 668 | ret = bdi_register(bdi, NULL, name); | ||
| 669 | |||
| 670 | if (ret) | ||
| 671 | bdi_destroy(bdi); | ||
| 672 | |||
| 673 | return ret; | ||
| 674 | } | ||
| 675 | |||
| 631 | static int __init init_mtd(void) | 676 | static int __init init_mtd(void) |
| 632 | { | 677 | { |
| 633 | int ret; | 678 | int ret; |
| 679 | |||
| 634 | ret = class_register(&mtd_class); | 680 | ret = class_register(&mtd_class); |
| 681 | if (ret) | ||
| 682 | goto err_reg; | ||
| 683 | |||
| 684 | ret = mtd_bdi_init(&mtd_bdi_unmappable, "mtd-unmap"); | ||
| 685 | if (ret) | ||
| 686 | goto err_bdi1; | ||
| 687 | |||
| 688 | ret = mtd_bdi_init(&mtd_bdi_ro_mappable, "mtd-romap"); | ||
| 689 | if (ret) | ||
| 690 | goto err_bdi2; | ||
| 691 | |||
| 692 | ret = mtd_bdi_init(&mtd_bdi_rw_mappable, "mtd-rwmap"); | ||
| 693 | if (ret) | ||
| 694 | goto err_bdi3; | ||
| 635 | 695 | ||
| 636 | if (ret) { | ||
| 637 | pr_err("Error registering mtd class: %d\n", ret); | ||
| 638 | return ret; | ||
| 639 | } | ||
| 640 | #ifdef CONFIG_PROC_FS | 696 | #ifdef CONFIG_PROC_FS |
| 641 | if ((proc_mtd = create_proc_entry( "mtd", 0, NULL ))) | 697 | if ((proc_mtd = create_proc_entry( "mtd", 0, NULL ))) |
| 642 | proc_mtd->read_proc = mtd_read_proc; | 698 | proc_mtd->read_proc = mtd_read_proc; |
| 643 | #endif /* CONFIG_PROC_FS */ | 699 | #endif /* CONFIG_PROC_FS */ |
| 644 | return 0; | 700 | return 0; |
| 701 | |||
| 702 | err_bdi3: | ||
| 703 | bdi_destroy(&mtd_bdi_ro_mappable); | ||
| 704 | err_bdi2: | ||
| 705 | bdi_destroy(&mtd_bdi_unmappable); | ||
| 706 | err_bdi1: | ||
| 707 | class_unregister(&mtd_class); | ||
| 708 | err_reg: | ||
| 709 | pr_err("Error registering mtd class or bdi: %d\n", ret); | ||
| 710 | return ret; | ||
| 645 | } | 711 | } |
| 646 | 712 | ||
| 647 | static void __exit cleanup_mtd(void) | 713 | static void __exit cleanup_mtd(void) |
| @@ -651,6 +717,9 @@ static void __exit cleanup_mtd(void) | |||
| 651 | remove_proc_entry( "mtd", NULL); | 717 | remove_proc_entry( "mtd", NULL); |
| 652 | #endif /* CONFIG_PROC_FS */ | 718 | #endif /* CONFIG_PROC_FS */ |
| 653 | class_unregister(&mtd_class); | 719 | class_unregister(&mtd_class); |
| 720 | bdi_destroy(&mtd_bdi_unmappable); | ||
| 721 | bdi_destroy(&mtd_bdi_ro_mappable); | ||
| 722 | bdi_destroy(&mtd_bdi_rw_mappable); | ||
| 654 | } | 723 | } |
| 655 | 724 | ||
| 656 | module_init(init_mtd); | 725 | module_init(init_mtd); |
diff --git a/drivers/mtd/mtdsuper.c b/drivers/mtd/mtdsuper.c index af8b42e0a55b..7c003191fca4 100644 --- a/drivers/mtd/mtdsuper.c +++ b/drivers/mtd/mtdsuper.c | |||
| @@ -13,6 +13,7 @@ | |||
| 13 | #include <linux/mtd/super.h> | 13 | #include <linux/mtd/super.h> |
| 14 | #include <linux/namei.h> | 14 | #include <linux/namei.h> |
| 15 | #include <linux/ctype.h> | 15 | #include <linux/ctype.h> |
| 16 | #include <linux/slab.h> | ||
| 16 | 17 | ||
| 17 | /* | 18 | /* |
| 18 | * compare superblocks to see if they're equivalent | 19 | * compare superblocks to see if they're equivalent |
| @@ -44,6 +45,7 @@ static int get_sb_mtd_set(struct super_block *sb, void *_mtd) | |||
| 44 | 45 | ||
| 45 | sb->s_mtd = mtd; | 46 | sb->s_mtd = mtd; |
| 46 | sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, mtd->index); | 47 | sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, mtd->index); |
| 48 | sb->s_bdi = mtd->backing_dev_info; | ||
| 47 | return 0; | 49 | return 0; |
| 48 | } | 50 | } |
| 49 | 51 | ||
diff --git a/drivers/mtd/nand/orion_nand.c b/drivers/mtd/nand/orion_nand.c index f59c07427af3..d60fc5719fef 100644 --- a/drivers/mtd/nand/orion_nand.c +++ b/drivers/mtd/nand/orion_nand.c | |||
| @@ -60,7 +60,13 @@ static void orion_nand_read_buf(struct mtd_info *mtd, uint8_t *buf, int len) | |||
| 60 | } | 60 | } |
| 61 | buf64 = (uint64_t *)buf; | 61 | buf64 = (uint64_t *)buf; |
| 62 | while (i < len/8) { | 62 | while (i < len/8) { |
| 63 | uint64_t x; | 63 | /* |
| 64 | * Since GCC has no proper constraint (PR 43518) | ||
| 65 | * force x variable to r2/r3 registers as ldrd instruction | ||
| 66 | * requires first register to be even. | ||
| 67 | */ | ||
| 68 | register uint64_t x asm ("r2"); | ||
| 69 | |||
| 64 | asm volatile ("ldrd\t%0, [%1]" : "=&r" (x) : "r" (io_base)); | 70 | asm volatile ("ldrd\t%0, [%1]" : "=&r" (x) : "r" (io_base)); |
| 65 | buf64[i++] = x; | 71 | buf64[i++] = x; |
| 66 | } | 72 | } |
diff --git a/drivers/net/8139too.c b/drivers/net/8139too.c index a03d291de854..f0d23de32967 100644 --- a/drivers/net/8139too.c +++ b/drivers/net/8139too.c | |||
| @@ -1944,7 +1944,7 @@ static int rtl8139_rx(struct net_device *dev, struct rtl8139_private *tp, | |||
| 1944 | netif_dbg(tp, rx_status, dev, "%s() status %04x, size %04x, cur %04x\n", | 1944 | netif_dbg(tp, rx_status, dev, "%s() status %04x, size %04x, cur %04x\n", |
| 1945 | __func__, rx_status, rx_size, cur_rx); | 1945 | __func__, rx_status, rx_size, cur_rx); |
| 1946 | #if RTL8139_DEBUG > 2 | 1946 | #if RTL8139_DEBUG > 2 |
| 1947 | print_dump_hex(KERN_DEBUG, "Frame contents: ", | 1947 | print_hex_dump(KERN_DEBUG, "Frame contents: ", |
| 1948 | DUMP_PREFIX_OFFSET, 16, 1, | 1948 | DUMP_PREFIX_OFFSET, 16, 1, |
| 1949 | &rx_ring[ring_offset], 70, true); | 1949 | &rx_ring[ring_offset], 70, true); |
| 1950 | #endif | 1950 | #endif |
diff --git a/drivers/net/Makefile b/drivers/net/Makefile index a583b50d9de8..12b280afdd51 100644 --- a/drivers/net/Makefile +++ b/drivers/net/Makefile | |||
| @@ -273,6 +273,7 @@ obj-$(CONFIG_USB_RTL8150) += usb/ | |||
| 273 | obj-$(CONFIG_USB_HSO) += usb/ | 273 | obj-$(CONFIG_USB_HSO) += usb/ |
| 274 | obj-$(CONFIG_USB_USBNET) += usb/ | 274 | obj-$(CONFIG_USB_USBNET) += usb/ |
| 275 | obj-$(CONFIG_USB_ZD1201) += usb/ | 275 | obj-$(CONFIG_USB_ZD1201) += usb/ |
| 276 | obj-$(CONFIG_USB_IPHETH) += usb/ | ||
| 276 | 277 | ||
| 277 | obj-y += wireless/ | 278 | obj-y += wireless/ |
| 278 | obj-$(CONFIG_NET_TULIP) += tulip/ | 279 | obj-$(CONFIG_NET_TULIP) += tulip/ |
diff --git a/drivers/net/arm/ep93xx_eth.c b/drivers/net/arm/ep93xx_eth.c index 6995169d285a..cd17d09f385c 100644 --- a/drivers/net/arm/ep93xx_eth.c +++ b/drivers/net/arm/ep93xx_eth.c | |||
| @@ -311,11 +311,6 @@ err: | |||
| 311 | processed++; | 311 | processed++; |
| 312 | } | 312 | } |
| 313 | 313 | ||
| 314 | if (processed) { | ||
| 315 | wrw(ep, REG_RXDENQ, processed); | ||
| 316 | wrw(ep, REG_RXSTSENQ, processed); | ||
| 317 | } | ||
| 318 | |||
| 319 | return processed; | 314 | return processed; |
| 320 | } | 315 | } |
| 321 | 316 | ||
| @@ -350,6 +345,11 @@ poll_some_more: | |||
| 350 | goto poll_some_more; | 345 | goto poll_some_more; |
| 351 | } | 346 | } |
| 352 | 347 | ||
| 348 | if (rx) { | ||
| 349 | wrw(ep, REG_RXDENQ, rx); | ||
| 350 | wrw(ep, REG_RXSTSENQ, rx); | ||
| 351 | } | ||
| 352 | |||
| 353 | return rx; | 353 | return rx; |
| 354 | } | 354 | } |
| 355 | 355 | ||
diff --git a/drivers/net/bnx2.c b/drivers/net/bnx2.c index a257babd1bb4..ac90a3828f69 100644 --- a/drivers/net/bnx2.c +++ b/drivers/net/bnx2.c | |||
| @@ -58,8 +58,8 @@ | |||
| 58 | #include "bnx2_fw.h" | 58 | #include "bnx2_fw.h" |
| 59 | 59 | ||
| 60 | #define DRV_MODULE_NAME "bnx2" | 60 | #define DRV_MODULE_NAME "bnx2" |
| 61 | #define DRV_MODULE_VERSION "2.0.8" | 61 | #define DRV_MODULE_VERSION "2.0.9" |
| 62 | #define DRV_MODULE_RELDATE "Feb 15, 2010" | 62 | #define DRV_MODULE_RELDATE "April 27, 2010" |
| 63 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j6.fw" | 63 | #define FW_MIPS_FILE_06 "bnx2/bnx2-mips-06-5.0.0.j6.fw" |
| 64 | #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw" | 64 | #define FW_RV2P_FILE_06 "bnx2/bnx2-rv2p-06-5.0.0.j3.fw" |
| 65 | #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j9.fw" | 65 | #define FW_MIPS_FILE_09 "bnx2/bnx2-mips-09-5.0.0.j9.fw" |
| @@ -651,9 +651,10 @@ bnx2_napi_enable(struct bnx2 *bp) | |||
| 651 | } | 651 | } |
| 652 | 652 | ||
| 653 | static void | 653 | static void |
| 654 | bnx2_netif_stop(struct bnx2 *bp) | 654 | bnx2_netif_stop(struct bnx2 *bp, bool stop_cnic) |
| 655 | { | 655 | { |
| 656 | bnx2_cnic_stop(bp); | 656 | if (stop_cnic) |
| 657 | bnx2_cnic_stop(bp); | ||
| 657 | if (netif_running(bp->dev)) { | 658 | if (netif_running(bp->dev)) { |
| 658 | int i; | 659 | int i; |
| 659 | 660 | ||
| @@ -671,14 +672,15 @@ bnx2_netif_stop(struct bnx2 *bp) | |||
| 671 | } | 672 | } |
| 672 | 673 | ||
| 673 | static void | 674 | static void |
| 674 | bnx2_netif_start(struct bnx2 *bp) | 675 | bnx2_netif_start(struct bnx2 *bp, bool start_cnic) |
| 675 | { | 676 | { |
| 676 | if (atomic_dec_and_test(&bp->intr_sem)) { | 677 | if (atomic_dec_and_test(&bp->intr_sem)) { |
| 677 | if (netif_running(bp->dev)) { | 678 | if (netif_running(bp->dev)) { |
| 678 | netif_tx_wake_all_queues(bp->dev); | 679 | netif_tx_wake_all_queues(bp->dev); |
| 679 | bnx2_napi_enable(bp); | 680 | bnx2_napi_enable(bp); |
| 680 | bnx2_enable_int(bp); | 681 | bnx2_enable_int(bp); |
| 681 | bnx2_cnic_start(bp); | 682 | if (start_cnic) |
| 683 | bnx2_cnic_start(bp); | ||
| 682 | } | 684 | } |
| 683 | } | 685 | } |
| 684 | } | 686 | } |
| @@ -4759,8 +4761,12 @@ bnx2_reset_chip(struct bnx2 *bp, u32 reset_code) | |||
| 4759 | rc = bnx2_alloc_bad_rbuf(bp); | 4761 | rc = bnx2_alloc_bad_rbuf(bp); |
| 4760 | } | 4762 | } |
| 4761 | 4763 | ||
| 4762 | if (bp->flags & BNX2_FLAG_USING_MSIX) | 4764 | if (bp->flags & BNX2_FLAG_USING_MSIX) { |
| 4763 | bnx2_setup_msix_tbl(bp); | 4765 | bnx2_setup_msix_tbl(bp); |
| 4766 | /* Prevent MSIX table reads and write from timing out */ | ||
| 4767 | REG_WR(bp, BNX2_MISC_ECO_HW_CTL, | ||
| 4768 | BNX2_MISC_ECO_HW_CTL_LARGE_GRC_TMOUT_EN); | ||
| 4769 | } | ||
| 4764 | 4770 | ||
| 4765 | return rc; | 4771 | return rc; |
| 4766 | } | 4772 | } |
| @@ -6273,12 +6279,12 @@ bnx2_reset_task(struct work_struct *work) | |||
| 6273 | return; | 6279 | return; |
| 6274 | } | 6280 | } |
| 6275 | 6281 | ||
| 6276 | bnx2_netif_stop(bp); | 6282 | bnx2_netif_stop(bp, true); |
| 6277 | 6283 | ||
| 6278 | bnx2_init_nic(bp, 1); | 6284 | bnx2_init_nic(bp, 1); |
| 6279 | 6285 | ||
| 6280 | atomic_set(&bp->intr_sem, 1); | 6286 | atomic_set(&bp->intr_sem, 1); |
| 6281 | bnx2_netif_start(bp); | 6287 | bnx2_netif_start(bp, true); |
| 6282 | rtnl_unlock(); | 6288 | rtnl_unlock(); |
| 6283 | } | 6289 | } |
| 6284 | 6290 | ||
| @@ -6320,7 +6326,7 @@ bnx2_vlan_rx_register(struct net_device *dev, struct vlan_group *vlgrp) | |||
| 6320 | struct bnx2 *bp = netdev_priv(dev); | 6326 | struct bnx2 *bp = netdev_priv(dev); |
| 6321 | 6327 | ||
| 6322 | if (netif_running(dev)) | 6328 | if (netif_running(dev)) |
| 6323 | bnx2_netif_stop(bp); | 6329 | bnx2_netif_stop(bp, false); |
| 6324 | 6330 | ||
| 6325 | bp->vlgrp = vlgrp; | 6331 | bp->vlgrp = vlgrp; |
| 6326 | 6332 | ||
| @@ -6331,7 +6337,7 @@ bnx2_vlan_rx_register(struct net_device *dev, struct vlan_group *vlgrp) | |||
| 6331 | if (bp->flags & BNX2_FLAG_CAN_KEEP_VLAN) | 6337 | if (bp->flags & BNX2_FLAG_CAN_KEEP_VLAN) |
| 6332 | bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_KEEP_VLAN_UPDATE, 0, 1); | 6338 | bnx2_fw_sync(bp, BNX2_DRV_MSG_CODE_KEEP_VLAN_UPDATE, 0, 1); |
| 6333 | 6339 | ||
| 6334 | bnx2_netif_start(bp); | 6340 | bnx2_netif_start(bp, false); |
| 6335 | } | 6341 | } |
| 6336 | #endif | 6342 | #endif |
| 6337 | 6343 | ||
| @@ -7051,9 +7057,9 @@ bnx2_set_coalesce(struct net_device *dev, struct ethtool_coalesce *coal) | |||
| 7051 | bp->stats_ticks &= BNX2_HC_STATS_TICKS_HC_STAT_TICKS; | 7057 | bp->stats_ticks &= BNX2_HC_STATS_TICKS_HC_STAT_TICKS; |
| 7052 | 7058 | ||
| 7053 | if (netif_running(bp->dev)) { | 7059 | if (netif_running(bp->dev)) { |
| 7054 | bnx2_netif_stop(bp); | 7060 | bnx2_netif_stop(bp, true); |
| 7055 | bnx2_init_nic(bp, 0); | 7061 | bnx2_init_nic(bp, 0); |
| 7056 | bnx2_netif_start(bp); | 7062 | bnx2_netif_start(bp, true); |
| 7057 | } | 7063 | } |
| 7058 | 7064 | ||
| 7059 | return 0; | 7065 | return 0; |
| @@ -7083,7 +7089,7 @@ bnx2_change_ring_size(struct bnx2 *bp, u32 rx, u32 tx) | |||
| 7083 | /* Reset will erase chipset stats; save them */ | 7089 | /* Reset will erase chipset stats; save them */ |
| 7084 | bnx2_save_stats(bp); | 7090 | bnx2_save_stats(bp); |
| 7085 | 7091 | ||
| 7086 | bnx2_netif_stop(bp); | 7092 | bnx2_netif_stop(bp, true); |
| 7087 | bnx2_reset_chip(bp, BNX2_DRV_MSG_CODE_RESET); | 7093 | bnx2_reset_chip(bp, BNX2_DRV_MSG_CODE_RESET); |
| 7088 | bnx2_free_skbs(bp); | 7094 | bnx2_free_skbs(bp); |
| 7089 | bnx2_free_mem(bp); | 7095 | bnx2_free_mem(bp); |
| @@ -7111,7 +7117,7 @@ bnx2_change_ring_size(struct bnx2 *bp, u32 rx, u32 tx) | |||
| 7111 | bnx2_setup_cnic_irq_info(bp); | 7117 | bnx2_setup_cnic_irq_info(bp); |
| 7112 | mutex_unlock(&bp->cnic_lock); | 7118 | mutex_unlock(&bp->cnic_lock); |
| 7113 | #endif | 7119 | #endif |
| 7114 | bnx2_netif_start(bp); | 7120 | bnx2_netif_start(bp, true); |
| 7115 | } | 7121 | } |
| 7116 | return 0; | 7122 | return 0; |
| 7117 | } | 7123 | } |
| @@ -7364,7 +7370,7 @@ bnx2_self_test(struct net_device *dev, struct ethtool_test *etest, u64 *buf) | |||
| 7364 | if (etest->flags & ETH_TEST_FL_OFFLINE) { | 7370 | if (etest->flags & ETH_TEST_FL_OFFLINE) { |
| 7365 | int i; | 7371 | int i; |
| 7366 | 7372 | ||
| 7367 | bnx2_netif_stop(bp); | 7373 | bnx2_netif_stop(bp, true); |
| 7368 | bnx2_reset_chip(bp, BNX2_DRV_MSG_CODE_DIAG); | 7374 | bnx2_reset_chip(bp, BNX2_DRV_MSG_CODE_DIAG); |
| 7369 | bnx2_free_skbs(bp); | 7375 | bnx2_free_skbs(bp); |
| 7370 | 7376 | ||
| @@ -7383,7 +7389,7 @@ bnx2_self_test(struct net_device *dev, struct ethtool_test *etest, u64 *buf) | |||
| 7383 | bnx2_shutdown_chip(bp); | 7389 | bnx2_shutdown_chip(bp); |
| 7384 | else { | 7390 | else { |
| 7385 | bnx2_init_nic(bp, 1); | 7391 | bnx2_init_nic(bp, 1); |
| 7386 | bnx2_netif_start(bp); | 7392 | bnx2_netif_start(bp, true); |
| 7387 | } | 7393 | } |
| 7388 | 7394 | ||
| 7389 | /* wait for link up */ | 7395 | /* wait for link up */ |
| @@ -8377,7 +8383,7 @@ bnx2_suspend(struct pci_dev *pdev, pm_message_t state) | |||
| 8377 | return 0; | 8383 | return 0; |
| 8378 | 8384 | ||
| 8379 | flush_scheduled_work(); | 8385 | flush_scheduled_work(); |
| 8380 | bnx2_netif_stop(bp); | 8386 | bnx2_netif_stop(bp, true); |
| 8381 | netif_device_detach(dev); | 8387 | netif_device_detach(dev); |
| 8382 | del_timer_sync(&bp->timer); | 8388 | del_timer_sync(&bp->timer); |
| 8383 | bnx2_shutdown_chip(bp); | 8389 | bnx2_shutdown_chip(bp); |
| @@ -8399,7 +8405,7 @@ bnx2_resume(struct pci_dev *pdev) | |||
| 8399 | bnx2_set_power_state(bp, PCI_D0); | 8405 | bnx2_set_power_state(bp, PCI_D0); |
| 8400 | netif_device_attach(dev); | 8406 | netif_device_attach(dev); |
| 8401 | bnx2_init_nic(bp, 1); | 8407 | bnx2_init_nic(bp, 1); |
| 8402 | bnx2_netif_start(bp); | 8408 | bnx2_netif_start(bp, true); |
| 8403 | return 0; | 8409 | return 0; |
| 8404 | } | 8410 | } |
| 8405 | 8411 | ||
| @@ -8426,7 +8432,7 @@ static pci_ers_result_t bnx2_io_error_detected(struct pci_dev *pdev, | |||
| 8426 | } | 8432 | } |
| 8427 | 8433 | ||
| 8428 | if (netif_running(dev)) { | 8434 | if (netif_running(dev)) { |
| 8429 | bnx2_netif_stop(bp); | 8435 | bnx2_netif_stop(bp, true); |
| 8430 | del_timer_sync(&bp->timer); | 8436 | del_timer_sync(&bp->timer); |
| 8431 | bnx2_reset_nic(bp, BNX2_DRV_MSG_CODE_RESET); | 8437 | bnx2_reset_nic(bp, BNX2_DRV_MSG_CODE_RESET); |
| 8432 | } | 8438 | } |
| @@ -8483,7 +8489,7 @@ static void bnx2_io_resume(struct pci_dev *pdev) | |||
| 8483 | 8489 | ||
| 8484 | rtnl_lock(); | 8490 | rtnl_lock(); |
| 8485 | if (netif_running(dev)) | 8491 | if (netif_running(dev)) |
| 8486 | bnx2_netif_start(bp); | 8492 | bnx2_netif_start(bp, true); |
| 8487 | 8493 | ||
| 8488 | netif_device_attach(dev); | 8494 | netif_device_attach(dev); |
| 8489 | rtnl_unlock(); | 8495 | rtnl_unlock(); |
diff --git a/drivers/net/can/usb/ems_usb.c b/drivers/net/can/usb/ems_usb.c index 33451092b8e8..d800b598ae3d 100644 --- a/drivers/net/can/usb/ems_usb.c +++ b/drivers/net/can/usb/ems_usb.c | |||
| @@ -1006,7 +1006,7 @@ static int ems_usb_probe(struct usb_interface *intf, | |||
| 1006 | 1006 | ||
| 1007 | netdev = alloc_candev(sizeof(struct ems_usb), MAX_TX_URBS); | 1007 | netdev = alloc_candev(sizeof(struct ems_usb), MAX_TX_URBS); |
| 1008 | if (!netdev) { | 1008 | if (!netdev) { |
| 1009 | dev_err(netdev->dev.parent, "Couldn't alloc candev\n"); | 1009 | dev_err(&intf->dev, "ems_usb: Couldn't alloc candev\n"); |
| 1010 | return -ENOMEM; | 1010 | return -ENOMEM; |
| 1011 | } | 1011 | } |
| 1012 | 1012 | ||
| @@ -1036,20 +1036,20 @@ static int ems_usb_probe(struct usb_interface *intf, | |||
| 1036 | 1036 | ||
| 1037 | dev->intr_urb = usb_alloc_urb(0, GFP_KERNEL); | 1037 | dev->intr_urb = usb_alloc_urb(0, GFP_KERNEL); |
| 1038 | if (!dev->intr_urb) { | 1038 | if (!dev->intr_urb) { |
| 1039 | dev_err(netdev->dev.parent, "Couldn't alloc intr URB\n"); | 1039 | dev_err(&intf->dev, "Couldn't alloc intr URB\n"); |
| 1040 | goto cleanup_candev; | 1040 | goto cleanup_candev; |
| 1041 | } | 1041 | } |
| 1042 | 1042 | ||
| 1043 | dev->intr_in_buffer = kzalloc(INTR_IN_BUFFER_SIZE, GFP_KERNEL); | 1043 | dev->intr_in_buffer = kzalloc(INTR_IN_BUFFER_SIZE, GFP_KERNEL); |
| 1044 | if (!dev->intr_in_buffer) { | 1044 | if (!dev->intr_in_buffer) { |
| 1045 | dev_err(netdev->dev.parent, "Couldn't alloc Intr buffer\n"); | 1045 | dev_err(&intf->dev, "Couldn't alloc Intr buffer\n"); |
| 1046 | goto cleanup_intr_urb; | 1046 | goto cleanup_intr_urb; |
| 1047 | } | 1047 | } |
| 1048 | 1048 | ||
| 1049 | dev->tx_msg_buffer = kzalloc(CPC_HEADER_SIZE + | 1049 | dev->tx_msg_buffer = kzalloc(CPC_HEADER_SIZE + |
| 1050 | sizeof(struct ems_cpc_msg), GFP_KERNEL); | 1050 | sizeof(struct ems_cpc_msg), GFP_KERNEL); |
| 1051 | if (!dev->tx_msg_buffer) { | 1051 | if (!dev->tx_msg_buffer) { |
| 1052 | dev_err(netdev->dev.parent, "Couldn't alloc Tx buffer\n"); | 1052 | dev_err(&intf->dev, "Couldn't alloc Tx buffer\n"); |
| 1053 | goto cleanup_intr_in_buffer; | 1053 | goto cleanup_intr_in_buffer; |
| 1054 | } | 1054 | } |
| 1055 | 1055 | ||
diff --git a/drivers/net/cxgb3/ael1002.c b/drivers/net/cxgb3/ael1002.c index 5248f9e0b2f4..35cd36729155 100644 --- a/drivers/net/cxgb3/ael1002.c +++ b/drivers/net/cxgb3/ael1002.c | |||
| @@ -934,7 +934,7 @@ static struct cphy_ops xaui_direct_ops = { | |||
| 934 | int t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter, | 934 | int t3_xaui_direct_phy_prep(struct cphy *phy, struct adapter *adapter, |
| 935 | int phy_addr, const struct mdio_ops *mdio_ops) | 935 | int phy_addr, const struct mdio_ops *mdio_ops) |
| 936 | { | 936 | { |
| 937 | cphy_init(phy, adapter, MDIO_PRTAD_NONE, &xaui_direct_ops, mdio_ops, | 937 | cphy_init(phy, adapter, phy_addr, &xaui_direct_ops, mdio_ops, |
| 938 | SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_TP, | 938 | SUPPORTED_10000baseT_Full | SUPPORTED_AUI | SUPPORTED_TP, |
| 939 | "10GBASE-CX4"); | 939 | "10GBASE-CX4"); |
| 940 | return 0; | 940 | return 0; |
diff --git a/drivers/net/cxgb3/cxgb3_main.c b/drivers/net/cxgb3/cxgb3_main.c index aced6c5e635c..e3f1b8566495 100644 --- a/drivers/net/cxgb3/cxgb3_main.c +++ b/drivers/net/cxgb3/cxgb3_main.c | |||
| @@ -439,7 +439,7 @@ static void free_irq_resources(struct adapter *adapter) | |||
| 439 | static int await_mgmt_replies(struct adapter *adap, unsigned long init_cnt, | 439 | static int await_mgmt_replies(struct adapter *adap, unsigned long init_cnt, |
| 440 | unsigned long n) | 440 | unsigned long n) |
| 441 | { | 441 | { |
| 442 | int attempts = 5; | 442 | int attempts = 10; |
| 443 | 443 | ||
| 444 | while (adap->sge.qs[0].rspq.offload_pkts < init_cnt + n) { | 444 | while (adap->sge.qs[0].rspq.offload_pkts < init_cnt + n) { |
| 445 | if (!--attempts) | 445 | if (!--attempts) |
diff --git a/drivers/net/e100.c b/drivers/net/e100.c index b997e578e58f..791080303db1 100644 --- a/drivers/net/e100.c +++ b/drivers/net/e100.c | |||
| @@ -166,6 +166,7 @@ | |||
| 166 | #include <linux/ethtool.h> | 166 | #include <linux/ethtool.h> |
| 167 | #include <linux/string.h> | 167 | #include <linux/string.h> |
| 168 | #include <linux/firmware.h> | 168 | #include <linux/firmware.h> |
| 169 | #include <linux/rtnetlink.h> | ||
| 169 | #include <asm/unaligned.h> | 170 | #include <asm/unaligned.h> |
| 170 | 171 | ||
| 171 | 172 | ||
| @@ -2265,8 +2266,13 @@ static void e100_tx_timeout_task(struct work_struct *work) | |||
| 2265 | 2266 | ||
| 2266 | DPRINTK(TX_ERR, DEBUG, "scb.status=0x%02X\n", | 2267 | DPRINTK(TX_ERR, DEBUG, "scb.status=0x%02X\n", |
| 2267 | ioread8(&nic->csr->scb.status)); | 2268 | ioread8(&nic->csr->scb.status)); |
| 2268 | e100_down(netdev_priv(netdev)); | 2269 | |
| 2269 | e100_up(netdev_priv(netdev)); | 2270 | rtnl_lock(); |
| 2271 | if (netif_running(netdev)) { | ||
| 2272 | e100_down(netdev_priv(netdev)); | ||
| 2273 | e100_up(netdev_priv(netdev)); | ||
| 2274 | } | ||
| 2275 | rtnl_unlock(); | ||
| 2270 | } | 2276 | } |
| 2271 | 2277 | ||
| 2272 | static int e100_loopback_test(struct nic *nic, enum loopback loopback_mode) | 2278 | static int e100_loopback_test(struct nic *nic, enum loopback loopback_mode) |
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 712ccc66ba25..90155552ea09 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
| @@ -336,7 +336,6 @@ static s32 e1000_get_variants_82571(struct e1000_adapter *adapter) | |||
| 336 | struct e1000_hw *hw = &adapter->hw; | 336 | struct e1000_hw *hw = &adapter->hw; |
| 337 | static int global_quad_port_a; /* global port a indication */ | 337 | static int global_quad_port_a; /* global port a indication */ |
| 338 | struct pci_dev *pdev = adapter->pdev; | 338 | struct pci_dev *pdev = adapter->pdev; |
| 339 | u16 eeprom_data = 0; | ||
| 340 | int is_port_b = er32(STATUS) & E1000_STATUS_FUNC_1; | 339 | int is_port_b = er32(STATUS) & E1000_STATUS_FUNC_1; |
| 341 | s32 rc; | 340 | s32 rc; |
| 342 | 341 | ||
| @@ -387,16 +386,15 @@ static s32 e1000_get_variants_82571(struct e1000_adapter *adapter) | |||
| 387 | if (pdev->device == E1000_DEV_ID_82571EB_SERDES_QUAD) | 386 | if (pdev->device == E1000_DEV_ID_82571EB_SERDES_QUAD) |
| 388 | adapter->flags &= ~FLAG_HAS_WOL; | 387 | adapter->flags &= ~FLAG_HAS_WOL; |
| 389 | break; | 388 | break; |
| 390 | |||
| 391 | case e1000_82573: | 389 | case e1000_82573: |
| 390 | case e1000_82574: | ||
| 391 | case e1000_82583: | ||
| 392 | /* Disable ASPM L0s due to hardware errata */ | ||
| 393 | e1000e_disable_aspm(adapter->pdev, PCIE_LINK_STATE_L0S); | ||
| 394 | |||
| 392 | if (pdev->device == E1000_DEV_ID_82573L) { | 395 | if (pdev->device == E1000_DEV_ID_82573L) { |
| 393 | if (e1000_read_nvm(&adapter->hw, NVM_INIT_3GIO_3, 1, | 396 | adapter->flags |= FLAG_HAS_JUMBO_FRAMES; |
| 394 | &eeprom_data) < 0) | 397 | adapter->max_hw_frame_size = DEFAULT_JUMBO; |
| 395 | break; | ||
| 396 | if (!(eeprom_data & NVM_WORD1A_ASPM_MASK)) { | ||
| 397 | adapter->flags |= FLAG_HAS_JUMBO_FRAMES; | ||
| 398 | adapter->max_hw_frame_size = DEFAULT_JUMBO; | ||
| 399 | } | ||
| 400 | } | 398 | } |
| 401 | break; | 399 | break; |
| 402 | default: | 400 | default: |
| @@ -1792,6 +1790,7 @@ struct e1000_info e1000_82571_info = { | |||
| 1792 | | FLAG_RESET_OVERWRITES_LAA /* errata */ | 1790 | | FLAG_RESET_OVERWRITES_LAA /* errata */ |
| 1793 | | FLAG_TARC_SPEED_MODE_BIT /* errata */ | 1791 | | FLAG_TARC_SPEED_MODE_BIT /* errata */ |
| 1794 | | FLAG_APME_CHECK_PORT_B, | 1792 | | FLAG_APME_CHECK_PORT_B, |
| 1793 | .flags2 = FLAG2_DISABLE_ASPM_L1, /* errata 13 */ | ||
| 1795 | .pba = 38, | 1794 | .pba = 38, |
| 1796 | .max_hw_frame_size = DEFAULT_JUMBO, | 1795 | .max_hw_frame_size = DEFAULT_JUMBO, |
| 1797 | .get_variants = e1000_get_variants_82571, | 1796 | .get_variants = e1000_get_variants_82571, |
| @@ -1809,6 +1808,7 @@ struct e1000_info e1000_82572_info = { | |||
| 1809 | | FLAG_RX_CSUM_ENABLED | 1808 | | FLAG_RX_CSUM_ENABLED |
| 1810 | | FLAG_HAS_CTRLEXT_ON_LOAD | 1809 | | FLAG_HAS_CTRLEXT_ON_LOAD |
| 1811 | | FLAG_TARC_SPEED_MODE_BIT, /* errata */ | 1810 | | FLAG_TARC_SPEED_MODE_BIT, /* errata */ |
| 1811 | .flags2 = FLAG2_DISABLE_ASPM_L1, /* errata 13 */ | ||
| 1812 | .pba = 38, | 1812 | .pba = 38, |
| 1813 | .max_hw_frame_size = DEFAULT_JUMBO, | 1813 | .max_hw_frame_size = DEFAULT_JUMBO, |
| 1814 | .get_variants = e1000_get_variants_82571, | 1814 | .get_variants = e1000_get_variants_82571, |
| @@ -1820,13 +1820,11 @@ struct e1000_info e1000_82572_info = { | |||
| 1820 | struct e1000_info e1000_82573_info = { | 1820 | struct e1000_info e1000_82573_info = { |
| 1821 | .mac = e1000_82573, | 1821 | .mac = e1000_82573, |
| 1822 | .flags = FLAG_HAS_HW_VLAN_FILTER | 1822 | .flags = FLAG_HAS_HW_VLAN_FILTER |
| 1823 | | FLAG_HAS_JUMBO_FRAMES | ||
| 1824 | | FLAG_HAS_WOL | 1823 | | FLAG_HAS_WOL |
| 1825 | | FLAG_APME_IN_CTRL3 | 1824 | | FLAG_APME_IN_CTRL3 |
| 1826 | | FLAG_RX_CSUM_ENABLED | 1825 | | FLAG_RX_CSUM_ENABLED |
| 1827 | | FLAG_HAS_SMART_POWER_DOWN | 1826 | | FLAG_HAS_SMART_POWER_DOWN |
| 1828 | | FLAG_HAS_AMT | 1827 | | FLAG_HAS_AMT |
| 1829 | | FLAG_HAS_ERT | ||
| 1830 | | FLAG_HAS_SWSM_ON_LOAD, | 1828 | | FLAG_HAS_SWSM_ON_LOAD, |
| 1831 | .pba = 20, | 1829 | .pba = 20, |
| 1832 | .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN, | 1830 | .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN, |
diff --git a/drivers/net/e1000e/e1000.h b/drivers/net/e1000e/e1000.h index 118bdf483593..ee32b9b27a9f 100644 --- a/drivers/net/e1000e/e1000.h +++ b/drivers/net/e1000e/e1000.h | |||
| @@ -37,6 +37,7 @@ | |||
| 37 | #include <linux/io.h> | 37 | #include <linux/io.h> |
| 38 | #include <linux/netdevice.h> | 38 | #include <linux/netdevice.h> |
| 39 | #include <linux/pci.h> | 39 | #include <linux/pci.h> |
| 40 | #include <linux/pci-aspm.h> | ||
| 40 | 41 | ||
| 41 | #include "hw.h" | 42 | #include "hw.h" |
| 42 | 43 | ||
| @@ -374,7 +375,7 @@ struct e1000_adapter { | |||
| 374 | struct e1000_info { | 375 | struct e1000_info { |
| 375 | enum e1000_mac_type mac; | 376 | enum e1000_mac_type mac; |
| 376 | unsigned int flags; | 377 | unsigned int flags; |
| 377 | unsigned int flags2; | 378 | unsigned int flags2; |
| 378 | u32 pba; | 379 | u32 pba; |
| 379 | u32 max_hw_frame_size; | 380 | u32 max_hw_frame_size; |
| 380 | s32 (*get_variants)(struct e1000_adapter *); | 381 | s32 (*get_variants)(struct e1000_adapter *); |
| @@ -421,6 +422,7 @@ struct e1000_info { | |||
| 421 | #define FLAG2_CRC_STRIPPING (1 << 0) | 422 | #define FLAG2_CRC_STRIPPING (1 << 0) |
| 422 | #define FLAG2_HAS_PHY_WAKEUP (1 << 1) | 423 | #define FLAG2_HAS_PHY_WAKEUP (1 << 1) |
| 423 | #define FLAG2_IS_DISCARDING (1 << 2) | 424 | #define FLAG2_IS_DISCARDING (1 << 2) |
| 425 | #define FLAG2_DISABLE_ASPM_L1 (1 << 3) | ||
| 424 | 426 | ||
| 425 | #define E1000_RX_DESC_PS(R, i) \ | 427 | #define E1000_RX_DESC_PS(R, i) \ |
| 426 | (&(((union e1000_rx_desc_packet_split *)((R).desc))[i])) | 428 | (&(((union e1000_rx_desc_packet_split *)((R).desc))[i])) |
| @@ -461,6 +463,7 @@ extern void e1000e_update_stats(struct e1000_adapter *adapter); | |||
| 461 | extern bool e1000e_has_link(struct e1000_adapter *adapter); | 463 | extern bool e1000e_has_link(struct e1000_adapter *adapter); |
| 462 | extern void e1000e_set_interrupt_capability(struct e1000_adapter *adapter); | 464 | extern void e1000e_set_interrupt_capability(struct e1000_adapter *adapter); |
| 463 | extern void e1000e_reset_interrupt_capability(struct e1000_adapter *adapter); | 465 | extern void e1000e_reset_interrupt_capability(struct e1000_adapter *adapter); |
| 466 | extern void e1000e_disable_aspm(struct pci_dev *pdev, u16 state); | ||
| 464 | 467 | ||
| 465 | extern unsigned int copybreak; | 468 | extern unsigned int copybreak; |
| 466 | 469 | ||
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c index 73d43c53015a..dbf81788bb40 100644 --- a/drivers/net/e1000e/netdev.c +++ b/drivers/net/e1000e/netdev.c | |||
| @@ -4283,6 +4283,14 @@ static int e1000_change_mtu(struct net_device *netdev, int new_mtu) | |||
| 4283 | return -EINVAL; | 4283 | return -EINVAL; |
| 4284 | } | 4284 | } |
| 4285 | 4285 | ||
| 4286 | /* 82573 Errata 17 */ | ||
| 4287 | if (((adapter->hw.mac.type == e1000_82573) || | ||
| 4288 | (adapter->hw.mac.type == e1000_82574)) && | ||
| 4289 | (max_frame > ETH_FRAME_LEN + ETH_FCS_LEN)) { | ||
| 4290 | adapter->flags2 |= FLAG2_DISABLE_ASPM_L1; | ||
| 4291 | e1000e_disable_aspm(adapter->pdev, PCIE_LINK_STATE_L1); | ||
| 4292 | } | ||
| 4293 | |||
| 4286 | while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) | 4294 | while (test_and_set_bit(__E1000_RESETTING, &adapter->state)) |
| 4287 | msleep(1); | 4295 | msleep(1); |
| 4288 | /* e1000e_down -> e1000e_reset dependent on max_frame_size & mtu */ | 4296 | /* e1000e_down -> e1000e_reset dependent on max_frame_size & mtu */ |
| @@ -4605,29 +4613,42 @@ static void e1000_complete_shutdown(struct pci_dev *pdev, bool sleep, | |||
| 4605 | } | 4613 | } |
| 4606 | } | 4614 | } |
| 4607 | 4615 | ||
| 4608 | static void e1000e_disable_l1aspm(struct pci_dev *pdev) | 4616 | #ifdef CONFIG_PCIEASPM |
| 4617 | static void __e1000e_disable_aspm(struct pci_dev *pdev, u16 state) | ||
| 4618 | { | ||
| 4619 | pci_disable_link_state(pdev, state); | ||
| 4620 | } | ||
| 4621 | #else | ||
| 4622 | static void __e1000e_disable_aspm(struct pci_dev *pdev, u16 state) | ||
| 4609 | { | 4623 | { |
| 4610 | int pos; | 4624 | int pos; |
| 4611 | u16 val; | 4625 | u16 reg16; |
| 4612 | 4626 | ||
| 4613 | /* | 4627 | /* |
| 4614 | * 82573 workaround - disable L1 ASPM on mobile chipsets | 4628 | * Both device and parent should have the same ASPM setting. |
| 4615 | * | 4629 | * Disable ASPM in downstream component first and then upstream. |
| 4616 | * L1 ASPM on various mobile (ich7) chipsets do not behave properly | ||
| 4617 | * resulting in lost data or garbage information on the pci-e link | ||
| 4618 | * level. This could result in (false) bad EEPROM checksum errors, | ||
| 4619 | * long ping times (up to 2s) or even a system freeze/hang. | ||
| 4620 | * | ||
| 4621 | * Unfortunately this feature saves about 1W power consumption when | ||
| 4622 | * active. | ||
| 4623 | */ | 4630 | */ |
| 4624 | pos = pci_find_capability(pdev, PCI_CAP_ID_EXP); | 4631 | pos = pci_pcie_cap(pdev); |
| 4625 | pci_read_config_word(pdev, pos + PCI_EXP_LNKCTL, &val); | 4632 | pci_read_config_word(pdev, pos + PCI_EXP_LNKCTL, ®16); |
| 4626 | if (val & 0x2) { | 4633 | reg16 &= ~state; |
| 4627 | dev_warn(&pdev->dev, "Disabling L1 ASPM\n"); | 4634 | pci_write_config_word(pdev, pos + PCI_EXP_LNKCTL, reg16); |
| 4628 | val &= ~0x2; | 4635 | |
| 4629 | pci_write_config_word(pdev, pos + PCI_EXP_LNKCTL, val); | 4636 | if (!pdev->bus->self) |
| 4630 | } | 4637 | return; |
| 4638 | |||
| 4639 | pos = pci_pcie_cap(pdev->bus->self); | ||
| 4640 | pci_read_config_word(pdev->bus->self, pos + PCI_EXP_LNKCTL, ®16); | ||
| 4641 | reg16 &= ~state; | ||
| 4642 | pci_write_config_word(pdev->bus->self, pos + PCI_EXP_LNKCTL, reg16); | ||
| 4643 | } | ||
| 4644 | #endif | ||
| 4645 | void e1000e_disable_aspm(struct pci_dev *pdev, u16 state) | ||
| 4646 | { | ||
| 4647 | dev_info(&pdev->dev, "Disabling ASPM %s %s\n", | ||
| 4648 | (state & PCIE_LINK_STATE_L0S) ? "L0s" : "", | ||
| 4649 | (state & PCIE_LINK_STATE_L1) ? "L1" : ""); | ||
| 4650 | |||
| 4651 | __e1000e_disable_aspm(pdev, state); | ||
| 4631 | } | 4652 | } |
| 4632 | 4653 | ||
| 4633 | #ifdef CONFIG_PM | 4654 | #ifdef CONFIG_PM |
| @@ -4653,7 +4674,8 @@ static int e1000_resume(struct pci_dev *pdev) | |||
| 4653 | pci_set_power_state(pdev, PCI_D0); | 4674 | pci_set_power_state(pdev, PCI_D0); |
| 4654 | pci_restore_state(pdev); | 4675 | pci_restore_state(pdev); |
| 4655 | pci_save_state(pdev); | 4676 | pci_save_state(pdev); |
| 4656 | e1000e_disable_l1aspm(pdev); | 4677 | if (adapter->flags2 & FLAG2_DISABLE_ASPM_L1) |
| 4678 | e1000e_disable_aspm(pdev, PCIE_LINK_STATE_L1); | ||
| 4657 | 4679 | ||
| 4658 | err = pci_enable_device_mem(pdev); | 4680 | err = pci_enable_device_mem(pdev); |
| 4659 | if (err) { | 4681 | if (err) { |
| @@ -4795,7 +4817,8 @@ static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev) | |||
| 4795 | int err; | 4817 | int err; |
| 4796 | pci_ers_result_t result; | 4818 | pci_ers_result_t result; |
| 4797 | 4819 | ||
| 4798 | e1000e_disable_l1aspm(pdev); | 4820 | if (adapter->flags2 & FLAG2_DISABLE_ASPM_L1) |
| 4821 | e1000e_disable_aspm(pdev, PCIE_LINK_STATE_L1); | ||
| 4799 | err = pci_enable_device_mem(pdev); | 4822 | err = pci_enable_device_mem(pdev); |
| 4800 | if (err) { | 4823 | if (err) { |
| 4801 | dev_err(&pdev->dev, | 4824 | dev_err(&pdev->dev, |
| @@ -4889,13 +4912,6 @@ static void e1000_eeprom_checks(struct e1000_adapter *adapter) | |||
| 4889 | dev_warn(&adapter->pdev->dev, | 4912 | dev_warn(&adapter->pdev->dev, |
| 4890 | "Warning: detected DSPD enabled in EEPROM\n"); | 4913 | "Warning: detected DSPD enabled in EEPROM\n"); |
| 4891 | } | 4914 | } |
| 4892 | |||
| 4893 | ret_val = e1000_read_nvm(hw, NVM_INIT_3GIO_3, 1, &buf); | ||
| 4894 | if (!ret_val && (le16_to_cpu(buf) & (3 << 2))) { | ||
| 4895 | /* ASPM enable */ | ||
| 4896 | dev_warn(&adapter->pdev->dev, | ||
| 4897 | "Warning: detected ASPM enabled in EEPROM\n"); | ||
| 4898 | } | ||
| 4899 | } | 4915 | } |
| 4900 | 4916 | ||
| 4901 | static const struct net_device_ops e1000e_netdev_ops = { | 4917 | static const struct net_device_ops e1000e_netdev_ops = { |
| @@ -4944,7 +4960,8 @@ static int __devinit e1000_probe(struct pci_dev *pdev, | |||
| 4944 | u16 eeprom_data = 0; | 4960 | u16 eeprom_data = 0; |
| 4945 | u16 eeprom_apme_mask = E1000_EEPROM_APME; | 4961 | u16 eeprom_apme_mask = E1000_EEPROM_APME; |
| 4946 | 4962 | ||
| 4947 | e1000e_disable_l1aspm(pdev); | 4963 | if (ei->flags2 & FLAG2_DISABLE_ASPM_L1) |
| 4964 | e1000e_disable_aspm(pdev, PCIE_LINK_STATE_L1); | ||
| 4948 | 4965 | ||
| 4949 | err = pci_enable_device_mem(pdev); | 4966 | err = pci_enable_device_mem(pdev); |
| 4950 | if (err) | 4967 | if (err) |
diff --git a/drivers/net/fec.c b/drivers/net/fec.c index 9f98c1c4a344..9b4e8f797a7a 100644 --- a/drivers/net/fec.c +++ b/drivers/net/fec.c | |||
| @@ -1653,7 +1653,7 @@ fec_set_mac_address(struct net_device *dev, void *p) | |||
| 1653 | (dev->dev_addr[1] << 16) | (dev->dev_addr[0] << 24), | 1653 | (dev->dev_addr[1] << 16) | (dev->dev_addr[0] << 24), |
| 1654 | fep->hwp + FEC_ADDR_LOW); | 1654 | fep->hwp + FEC_ADDR_LOW); |
| 1655 | writel((dev->dev_addr[5] << 16) | (dev->dev_addr[4] << 24), | 1655 | writel((dev->dev_addr[5] << 16) | (dev->dev_addr[4] << 24), |
| 1656 | fep + FEC_ADDR_HIGH); | 1656 | fep->hwp + FEC_ADDR_HIGH); |
| 1657 | return 0; | 1657 | return 0; |
| 1658 | } | 1658 | } |
| 1659 | 1659 | ||
diff --git a/drivers/net/fsl_pq_mdio.c b/drivers/net/fsl_pq_mdio.c index d5160edf2fcf..3acac5f930c8 100644 --- a/drivers/net/fsl_pq_mdio.c +++ b/drivers/net/fsl_pq_mdio.c | |||
| @@ -205,8 +205,6 @@ static int fsl_pq_mdio_find_free(struct mii_bus *new_bus) | |||
| 205 | static u32 __iomem *get_gfar_tbipa(struct fsl_pq_mdio __iomem *regs, struct device_node *np) | 205 | static u32 __iomem *get_gfar_tbipa(struct fsl_pq_mdio __iomem *regs, struct device_node *np) |
| 206 | { | 206 | { |
| 207 | struct gfar __iomem *enet_regs; | 207 | struct gfar __iomem *enet_regs; |
| 208 | u32 __iomem *ioremap_tbipa; | ||
| 209 | u64 addr, size; | ||
| 210 | 208 | ||
| 211 | /* | 209 | /* |
| 212 | * This is mildly evil, but so is our hardware for doing this. | 210 | * This is mildly evil, but so is our hardware for doing this. |
| @@ -220,9 +218,7 @@ static u32 __iomem *get_gfar_tbipa(struct fsl_pq_mdio __iomem *regs, struct devi | |||
| 220 | return &enet_regs->tbipa; | 218 | return &enet_regs->tbipa; |
| 221 | } else if (of_device_is_compatible(np, "fsl,etsec2-mdio") || | 219 | } else if (of_device_is_compatible(np, "fsl,etsec2-mdio") || |
| 222 | of_device_is_compatible(np, "fsl,etsec2-tbi")) { | 220 | of_device_is_compatible(np, "fsl,etsec2-tbi")) { |
| 223 | addr = of_translate_address(np, of_get_address(np, 1, &size, NULL)); | 221 | return of_iomap(np, 1); |
| 224 | ioremap_tbipa = ioremap(addr, size); | ||
| 225 | return ioremap_tbipa; | ||
| 226 | } else | 222 | } else |
| 227 | return NULL; | 223 | return NULL; |
| 228 | } | 224 | } |
| @@ -279,6 +275,7 @@ static int fsl_pq_mdio_probe(struct of_device *ofdev, | |||
| 279 | u32 __iomem *tbipa; | 275 | u32 __iomem *tbipa; |
| 280 | struct mii_bus *new_bus; | 276 | struct mii_bus *new_bus; |
| 281 | int tbiaddr = -1; | 277 | int tbiaddr = -1; |
| 278 | const u32 *addrp; | ||
| 282 | u64 addr = 0, size = 0; | 279 | u64 addr = 0, size = 0; |
| 283 | int err = 0; | 280 | int err = 0; |
| 284 | 281 | ||
| @@ -297,8 +294,19 @@ static int fsl_pq_mdio_probe(struct of_device *ofdev, | |||
| 297 | new_bus->priv = priv; | 294 | new_bus->priv = priv; |
| 298 | fsl_pq_mdio_bus_name(new_bus->id, np); | 295 | fsl_pq_mdio_bus_name(new_bus->id, np); |
| 299 | 296 | ||
| 297 | addrp = of_get_address(np, 0, &size, NULL); | ||
| 298 | if (!addrp) { | ||
| 299 | err = -EINVAL; | ||
| 300 | goto err_free_bus; | ||
| 301 | } | ||
| 302 | |||
| 300 | /* Set the PHY base address */ | 303 | /* Set the PHY base address */ |
| 301 | addr = of_translate_address(np, of_get_address(np, 0, &size, NULL)); | 304 | addr = of_translate_address(np, addrp); |
| 305 | if (addr == OF_BAD_ADDR) { | ||
| 306 | err = -EINVAL; | ||
| 307 | goto err_free_bus; | ||
| 308 | } | ||
| 309 | |||
| 302 | map = ioremap(addr, size); | 310 | map = ioremap(addr, size); |
| 303 | if (!map) { | 311 | if (!map) { |
| 304 | err = -ENOMEM; | 312 | err = -ENOMEM; |
diff --git a/drivers/net/gianfar.c b/drivers/net/gianfar.c index 080d1cea5b26..4e97ca182997 100644 --- a/drivers/net/gianfar.c +++ b/drivers/net/gianfar.c | |||
| @@ -549,12 +549,8 @@ static int gfar_parse_group(struct device_node *np, | |||
| 549 | struct gfar_private *priv, const char *model) | 549 | struct gfar_private *priv, const char *model) |
| 550 | { | 550 | { |
| 551 | u32 *queue_mask; | 551 | u32 *queue_mask; |
| 552 | u64 addr, size; | ||
| 553 | |||
| 554 | addr = of_translate_address(np, | ||
| 555 | of_get_address(np, 0, &size, NULL)); | ||
| 556 | priv->gfargrp[priv->num_grps].regs = ioremap(addr, size); | ||
| 557 | 552 | ||
| 553 | priv->gfargrp[priv->num_grps].regs = of_iomap(np, 0); | ||
| 558 | if (!priv->gfargrp[priv->num_grps].regs) | 554 | if (!priv->gfargrp[priv->num_grps].regs) |
| 559 | return -ENOMEM; | 555 | return -ENOMEM; |
| 560 | 556 | ||
| @@ -1515,9 +1511,9 @@ static void gfar_halt_nodisable(struct net_device *dev) | |||
| 1515 | tempval |= (DMACTRL_GRS | DMACTRL_GTS); | 1511 | tempval |= (DMACTRL_GRS | DMACTRL_GTS); |
| 1516 | gfar_write(®s->dmactrl, tempval); | 1512 | gfar_write(®s->dmactrl, tempval); |
| 1517 | 1513 | ||
| 1518 | while (!(gfar_read(®s->ievent) & | 1514 | spin_event_timeout(((gfar_read(®s->ievent) & |
| 1519 | (IEVENT_GRSC | IEVENT_GTSC))) | 1515 | (IEVENT_GRSC | IEVENT_GTSC)) == |
| 1520 | cpu_relax(); | 1516 | (IEVENT_GRSC | IEVENT_GTSC)), -1, 0); |
| 1521 | } | 1517 | } |
| 1522 | } | 1518 | } |
| 1523 | 1519 | ||
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c index b405a00817c6..12fc0e7ba2ca 100644 --- a/drivers/net/ixgbe/ixgbe_82599.c +++ b/drivers/net/ixgbe/ixgbe_82599.c | |||
| @@ -39,6 +39,8 @@ | |||
| 39 | #define IXGBE_82599_MC_TBL_SIZE 128 | 39 | #define IXGBE_82599_MC_TBL_SIZE 128 |
| 40 | #define IXGBE_82599_VFT_TBL_SIZE 128 | 40 | #define IXGBE_82599_VFT_TBL_SIZE 128 |
| 41 | 41 | ||
| 42 | void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | ||
| 43 | void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | ||
| 42 | void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); | 44 | void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw); |
| 43 | s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw, | 45 | s32 ixgbe_setup_mac_link_multispeed_fiber(struct ixgbe_hw *hw, |
| 44 | ixgbe_link_speed speed, | 46 | ixgbe_link_speed speed, |
| @@ -69,8 +71,14 @@ static void ixgbe_init_mac_link_ops_82599(struct ixgbe_hw *hw) | |||
| 69 | if (hw->phy.multispeed_fiber) { | 71 | if (hw->phy.multispeed_fiber) { |
| 70 | /* Set up dual speed SFP+ support */ | 72 | /* Set up dual speed SFP+ support */ |
| 71 | mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber; | 73 | mac->ops.setup_link = &ixgbe_setup_mac_link_multispeed_fiber; |
| 74 | mac->ops.disable_tx_laser = | ||
| 75 | &ixgbe_disable_tx_laser_multispeed_fiber; | ||
| 76 | mac->ops.enable_tx_laser = | ||
| 77 | &ixgbe_enable_tx_laser_multispeed_fiber; | ||
| 72 | mac->ops.flap_tx_laser = &ixgbe_flap_tx_laser_multispeed_fiber; | 78 | mac->ops.flap_tx_laser = &ixgbe_flap_tx_laser_multispeed_fiber; |
| 73 | } else { | 79 | } else { |
| 80 | mac->ops.disable_tx_laser = NULL; | ||
| 81 | mac->ops.enable_tx_laser = NULL; | ||
| 74 | mac->ops.flap_tx_laser = NULL; | 82 | mac->ops.flap_tx_laser = NULL; |
| 75 | if ((mac->ops.get_media_type(hw) == | 83 | if ((mac->ops.get_media_type(hw) == |
| 76 | ixgbe_media_type_backplane) && | 84 | ixgbe_media_type_backplane) && |
| @@ -415,6 +423,44 @@ s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, | |||
| 415 | return status; | 423 | return status; |
| 416 | } | 424 | } |
| 417 | 425 | ||
| 426 | /** | ||
| 427 | * ixgbe_disable_tx_laser_multispeed_fiber - Disable Tx laser | ||
| 428 | * @hw: pointer to hardware structure | ||
| 429 | * | ||
| 430 | * The base drivers may require better control over SFP+ module | ||
| 431 | * PHY states. This includes selectively shutting down the Tx | ||
| 432 | * laser on the PHY, effectively halting physical link. | ||
| 433 | **/ | ||
| 434 | void ixgbe_disable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw) | ||
| 435 | { | ||
| 436 | u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP); | ||
| 437 | |||
| 438 | /* Disable tx laser; allow 100us to go dark per spec */ | ||
| 439 | esdp_reg |= IXGBE_ESDP_SDP3; | ||
| 440 | IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp_reg); | ||
| 441 | IXGBE_WRITE_FLUSH(hw); | ||
| 442 | udelay(100); | ||
| 443 | } | ||
| 444 | |||
| 445 | /** | ||
| 446 | * ixgbe_enable_tx_laser_multispeed_fiber - Enable Tx laser | ||
| 447 | * @hw: pointer to hardware structure | ||
| 448 | * | ||
| 449 | * The base drivers may require better control over SFP+ module | ||
| 450 | * PHY states. This includes selectively turning on the Tx | ||
| 451 | * laser on the PHY, effectively starting physical link. | ||
| 452 | **/ | ||
| 453 | void ixgbe_enable_tx_laser_multispeed_fiber(struct ixgbe_hw *hw) | ||
| 454 | { | ||
| 455 | u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP); | ||
| 456 | |||
| 457 | /* Enable tx laser; allow 100ms to light up */ | ||
| 458 | esdp_reg &= ~IXGBE_ESDP_SDP3; | ||
| 459 | IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp_reg); | ||
| 460 | IXGBE_WRITE_FLUSH(hw); | ||
| 461 | msleep(100); | ||
| 462 | } | ||
| 463 | |||
| 418 | /** | 464 | /** |
| 419 | * ixgbe_flap_tx_laser_multispeed_fiber - Flap Tx laser | 465 | * ixgbe_flap_tx_laser_multispeed_fiber - Flap Tx laser |
| 420 | * @hw: pointer to hardware structure | 466 | * @hw: pointer to hardware structure |
| @@ -429,23 +475,11 @@ s32 ixgbe_start_mac_link_82599(struct ixgbe_hw *hw, | |||
| 429 | **/ | 475 | **/ |
| 430 | void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw) | 476 | void ixgbe_flap_tx_laser_multispeed_fiber(struct ixgbe_hw *hw) |
| 431 | { | 477 | { |
| 432 | u32 esdp_reg = IXGBE_READ_REG(hw, IXGBE_ESDP); | ||
| 433 | |||
| 434 | hw_dbg(hw, "ixgbe_flap_tx_laser_multispeed_fiber\n"); | 478 | hw_dbg(hw, "ixgbe_flap_tx_laser_multispeed_fiber\n"); |
| 435 | 479 | ||
| 436 | if (hw->mac.autotry_restart) { | 480 | if (hw->mac.autotry_restart) { |
| 437 | /* Disable tx laser; allow 100us to go dark per spec */ | 481 | ixgbe_disable_tx_laser_multispeed_fiber(hw); |
| 438 | esdp_reg |= IXGBE_ESDP_SDP3; | 482 | ixgbe_enable_tx_laser_multispeed_fiber(hw); |
| 439 | IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp_reg); | ||
| 440 | IXGBE_WRITE_FLUSH(hw); | ||
| 441 | udelay(100); | ||
| 442 | |||
| 443 | /* Enable tx laser; allow 100ms to light up */ | ||
| 444 | esdp_reg &= ~IXGBE_ESDP_SDP3; | ||
| 445 | IXGBE_WRITE_REG(hw, IXGBE_ESDP, esdp_reg); | ||
| 446 | IXGBE_WRITE_FLUSH(hw); | ||
| 447 | msleep(100); | ||
| 448 | |||
| 449 | hw->mac.autotry_restart = false; | 483 | hw->mac.autotry_restart = false; |
| 450 | } | 484 | } |
| 451 | } | 485 | } |
diff --git a/drivers/net/ixgbe/ixgbe_main.c b/drivers/net/ixgbe/ixgbe_main.c index 8f677cb86290..6c00ee493a3b 100644 --- a/drivers/net/ixgbe/ixgbe_main.c +++ b/drivers/net/ixgbe/ixgbe_main.c | |||
| @@ -2982,6 +2982,10 @@ static int ixgbe_up_complete(struct ixgbe_adapter *adapter) | |||
| 2982 | else | 2982 | else |
| 2983 | ixgbe_configure_msi_and_legacy(adapter); | 2983 | ixgbe_configure_msi_and_legacy(adapter); |
| 2984 | 2984 | ||
| 2985 | /* enable the optics */ | ||
| 2986 | if (hw->phy.multispeed_fiber) | ||
| 2987 | hw->mac.ops.enable_tx_laser(hw); | ||
| 2988 | |||
| 2985 | clear_bit(__IXGBE_DOWN, &adapter->state); | 2989 | clear_bit(__IXGBE_DOWN, &adapter->state); |
| 2986 | ixgbe_napi_enable_all(adapter); | 2990 | ixgbe_napi_enable_all(adapter); |
| 2987 | 2991 | ||
| @@ -3243,6 +3247,10 @@ void ixgbe_down(struct ixgbe_adapter *adapter) | |||
| 3243 | /* signal that we are down to the interrupt handler */ | 3247 | /* signal that we are down to the interrupt handler */ |
| 3244 | set_bit(__IXGBE_DOWN, &adapter->state); | 3248 | set_bit(__IXGBE_DOWN, &adapter->state); |
| 3245 | 3249 | ||
| 3250 | /* power down the optics */ | ||
| 3251 | if (hw->phy.multispeed_fiber) | ||
| 3252 | hw->mac.ops.disable_tx_laser(hw); | ||
| 3253 | |||
| 3246 | /* disable receive for all VFs and wait one second */ | 3254 | /* disable receive for all VFs and wait one second */ |
| 3247 | if (adapter->num_vfs) { | 3255 | if (adapter->num_vfs) { |
| 3248 | /* ping all the active vfs to let them know we are going down */ | 3256 | /* ping all the active vfs to let them know we are going down */ |
| @@ -6253,6 +6261,10 @@ static int __devinit ixgbe_probe(struct pci_dev *pdev, | |||
| 6253 | goto err_eeprom; | 6261 | goto err_eeprom; |
| 6254 | } | 6262 | } |
| 6255 | 6263 | ||
| 6264 | /* power down the optics */ | ||
| 6265 | if (hw->phy.multispeed_fiber) | ||
| 6266 | hw->mac.ops.disable_tx_laser(hw); | ||
| 6267 | |||
| 6256 | init_timer(&adapter->watchdog_timer); | 6268 | init_timer(&adapter->watchdog_timer); |
| 6257 | adapter->watchdog_timer.function = &ixgbe_watchdog; | 6269 | adapter->watchdog_timer.function = &ixgbe_watchdog; |
| 6258 | adapter->watchdog_timer.data = (unsigned long)adapter; | 6270 | adapter->watchdog_timer.data = (unsigned long)adapter; |
| @@ -6400,16 +6412,6 @@ static void __devexit ixgbe_remove(struct pci_dev *pdev) | |||
| 6400 | del_timer_sync(&adapter->sfp_timer); | 6412 | del_timer_sync(&adapter->sfp_timer); |
| 6401 | cancel_work_sync(&adapter->watchdog_task); | 6413 | cancel_work_sync(&adapter->watchdog_task); |
| 6402 | cancel_work_sync(&adapter->sfp_task); | 6414 | cancel_work_sync(&adapter->sfp_task); |
| 6403 | if (adapter->hw.phy.multispeed_fiber) { | ||
| 6404 | struct ixgbe_hw *hw = &adapter->hw; | ||
| 6405 | /* | ||
| 6406 | * Restart clause 37 autoneg, disable and re-enable | ||
| 6407 | * the tx laser, to clear & alert the link partner | ||
| 6408 | * that it needs to restart autotry | ||
| 6409 | */ | ||
| 6410 | hw->mac.autotry_restart = true; | ||
| 6411 | hw->mac.ops.flap_tx_laser(hw); | ||
| 6412 | } | ||
| 6413 | cancel_work_sync(&adapter->multispeed_fiber_task); | 6415 | cancel_work_sync(&adapter->multispeed_fiber_task); |
| 6414 | cancel_work_sync(&adapter->sfp_config_module_task); | 6416 | cancel_work_sync(&adapter->sfp_config_module_task); |
| 6415 | if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE || | 6417 | if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE || |
diff --git a/drivers/net/ixgbe/ixgbe_type.h b/drivers/net/ixgbe/ixgbe_type.h index 4ec6dc1a5b75..534affcc38ca 100644 --- a/drivers/net/ixgbe/ixgbe_type.h +++ b/drivers/net/ixgbe/ixgbe_type.h | |||
| @@ -2398,6 +2398,8 @@ struct ixgbe_mac_operations { | |||
| 2398 | s32 (*enable_rx_dma)(struct ixgbe_hw *, u32); | 2398 | s32 (*enable_rx_dma)(struct ixgbe_hw *, u32); |
| 2399 | 2399 | ||
| 2400 | /* Link */ | 2400 | /* Link */ |
| 2401 | void (*disable_tx_laser)(struct ixgbe_hw *); | ||
| 2402 | void (*enable_tx_laser)(struct ixgbe_hw *); | ||
| 2401 | void (*flap_tx_laser)(struct ixgbe_hw *); | 2403 | void (*flap_tx_laser)(struct ixgbe_hw *); |
| 2402 | s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); | 2404 | s32 (*setup_link)(struct ixgbe_hw *, ixgbe_link_speed, bool, bool); |
| 2403 | s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); | 2405 | s32 (*check_link)(struct ixgbe_hw *, ixgbe_link_speed *, bool *, bool); |
diff --git a/drivers/net/ks8851.c b/drivers/net/ks8851.c index 13cc1ca261d9..9e9f9b349766 100644 --- a/drivers/net/ks8851.c +++ b/drivers/net/ks8851.c | |||
| @@ -722,12 +722,14 @@ static void ks8851_tx_work(struct work_struct *work) | |||
| 722 | txb = skb_dequeue(&ks->txq); | 722 | txb = skb_dequeue(&ks->txq); |
| 723 | last = skb_queue_empty(&ks->txq); | 723 | last = skb_queue_empty(&ks->txq); |
| 724 | 724 | ||
| 725 | ks8851_wrreg16(ks, KS_RXQCR, ks->rc_rxqcr | RXQCR_SDA); | 725 | if (txb != NULL) { |
| 726 | ks8851_wrpkt(ks, txb, last); | 726 | ks8851_wrreg16(ks, KS_RXQCR, ks->rc_rxqcr | RXQCR_SDA); |
| 727 | ks8851_wrreg16(ks, KS_RXQCR, ks->rc_rxqcr); | 727 | ks8851_wrpkt(ks, txb, last); |
| 728 | ks8851_wrreg16(ks, KS_TXQCR, TXQCR_METFE); | 728 | ks8851_wrreg16(ks, KS_RXQCR, ks->rc_rxqcr); |
| 729 | ks8851_wrreg16(ks, KS_TXQCR, TXQCR_METFE); | ||
| 729 | 730 | ||
| 730 | ks8851_done_tx(ks, txb); | 731 | ks8851_done_tx(ks, txb); |
| 732 | } | ||
| 731 | } | 733 | } |
| 732 | 734 | ||
| 733 | mutex_unlock(&ks->lock); | 735 | mutex_unlock(&ks->lock); |
diff --git a/drivers/net/pcmcia/3c574_cs.c b/drivers/net/pcmcia/3c574_cs.c index 3d1d3a7b7ed3..757f87bb1db3 100644 --- a/drivers/net/pcmcia/3c574_cs.c +++ b/drivers/net/pcmcia/3c574_cs.c | |||
| @@ -781,8 +781,13 @@ static netdev_tx_t el3_start_xmit(struct sk_buff *skb, | |||
| 781 | inw(ioaddr + EL3_STATUS)); | 781 | inw(ioaddr + EL3_STATUS)); |
| 782 | 782 | ||
| 783 | spin_lock_irqsave(&lp->window_lock, flags); | 783 | spin_lock_irqsave(&lp->window_lock, flags); |
| 784 | |||
| 785 | dev->stats.tx_bytes += skb->len; | ||
| 786 | |||
| 787 | /* Put out the doubleword header... */ | ||
| 784 | outw(skb->len, ioaddr + TX_FIFO); | 788 | outw(skb->len, ioaddr + TX_FIFO); |
| 785 | outw(0, ioaddr + TX_FIFO); | 789 | outw(0, ioaddr + TX_FIFO); |
| 790 | /* ... and the packet rounded to a doubleword. */ | ||
| 786 | outsl(ioaddr + TX_FIFO, skb->data, (skb->len+3)>>2); | 791 | outsl(ioaddr + TX_FIFO, skb->data, (skb->len+3)>>2); |
| 787 | 792 | ||
| 788 | dev->trans_start = jiffies; | 793 | dev->trans_start = jiffies; |
| @@ -1021,8 +1026,6 @@ static void update_stats(struct net_device *dev) | |||
| 1021 | /* BadSSD */ inb(ioaddr + 12); | 1026 | /* BadSSD */ inb(ioaddr + 12); |
| 1022 | up = inb(ioaddr + 13); | 1027 | up = inb(ioaddr + 13); |
| 1023 | 1028 | ||
| 1024 | dev->stats.tx_bytes += tx + ((up & 0xf0) << 12); | ||
| 1025 | |||
| 1026 | EL3WINDOW(1); | 1029 | EL3WINDOW(1); |
| 1027 | } | 1030 | } |
| 1028 | 1031 | ||
diff --git a/drivers/net/pcmcia/smc91c92_cs.c b/drivers/net/pcmcia/smc91c92_cs.c index fd9d6e34fda4..ccc553782a0d 100644 --- a/drivers/net/pcmcia/smc91c92_cs.c +++ b/drivers/net/pcmcia/smc91c92_cs.c | |||
| @@ -1804,23 +1804,30 @@ static void media_check(u_long arg) | |||
| 1804 | SMC_SELECT_BANK(1); | 1804 | SMC_SELECT_BANK(1); |
| 1805 | media |= (inw(ioaddr + CONFIG) & CFG_AUI_SELECT) ? 2 : 1; | 1805 | media |= (inw(ioaddr + CONFIG) & CFG_AUI_SELECT) ? 2 : 1; |
| 1806 | 1806 | ||
| 1807 | SMC_SELECT_BANK(saved_bank); | ||
| 1808 | spin_unlock_irqrestore(&smc->lock, flags); | ||
| 1809 | |||
| 1807 | /* Check for pending interrupt with watchdog flag set: with | 1810 | /* Check for pending interrupt with watchdog flag set: with |
| 1808 | this, we can limp along even if the interrupt is blocked */ | 1811 | this, we can limp along even if the interrupt is blocked */ |
| 1809 | if (smc->watchdog++ && ((i>>8) & i)) { | 1812 | if (smc->watchdog++ && ((i>>8) & i)) { |
| 1810 | if (!smc->fast_poll) | 1813 | if (!smc->fast_poll) |
| 1811 | printk(KERN_INFO "%s: interrupt(s) dropped!\n", dev->name); | 1814 | printk(KERN_INFO "%s: interrupt(s) dropped!\n", dev->name); |
| 1815 | local_irq_save(flags); | ||
| 1812 | smc_interrupt(dev->irq, dev); | 1816 | smc_interrupt(dev->irq, dev); |
| 1817 | local_irq_restore(flags); | ||
| 1813 | smc->fast_poll = HZ; | 1818 | smc->fast_poll = HZ; |
| 1814 | } | 1819 | } |
| 1815 | if (smc->fast_poll) { | 1820 | if (smc->fast_poll) { |
| 1816 | smc->fast_poll--; | 1821 | smc->fast_poll--; |
| 1817 | smc->media.expires = jiffies + HZ/100; | 1822 | smc->media.expires = jiffies + HZ/100; |
| 1818 | add_timer(&smc->media); | 1823 | add_timer(&smc->media); |
| 1819 | SMC_SELECT_BANK(saved_bank); | ||
| 1820 | spin_unlock_irqrestore(&smc->lock, flags); | ||
| 1821 | return; | 1824 | return; |
| 1822 | } | 1825 | } |
| 1823 | 1826 | ||
| 1827 | spin_lock_irqsave(&smc->lock, flags); | ||
| 1828 | |||
| 1829 | saved_bank = inw(ioaddr + BANK_SELECT); | ||
| 1830 | |||
| 1824 | if (smc->cfg & CFG_MII_SELECT) { | 1831 | if (smc->cfg & CFG_MII_SELECT) { |
| 1825 | if (smc->mii_if.phy_id < 0) | 1832 | if (smc->mii_if.phy_id < 0) |
| 1826 | goto reschedule; | 1833 | goto reschedule; |
| @@ -1978,15 +1985,16 @@ static int smc_get_settings(struct net_device *dev, struct ethtool_cmd *ecmd) | |||
| 1978 | unsigned int ioaddr = dev->base_addr; | 1985 | unsigned int ioaddr = dev->base_addr; |
| 1979 | u16 saved_bank = inw(ioaddr + BANK_SELECT); | 1986 | u16 saved_bank = inw(ioaddr + BANK_SELECT); |
| 1980 | int ret; | 1987 | int ret; |
| 1988 | unsigned long flags; | ||
| 1981 | 1989 | ||
| 1982 | spin_lock_irq(&smc->lock); | 1990 | spin_lock_irqsave(&smc->lock, flags); |
| 1983 | SMC_SELECT_BANK(3); | 1991 | SMC_SELECT_BANK(3); |
| 1984 | if (smc->cfg & CFG_MII_SELECT) | 1992 | if (smc->cfg & CFG_MII_SELECT) |
| 1985 | ret = mii_ethtool_gset(&smc->mii_if, ecmd); | 1993 | ret = mii_ethtool_gset(&smc->mii_if, ecmd); |
| 1986 | else | 1994 | else |
| 1987 | ret = smc_netdev_get_ecmd(dev, ecmd); | 1995 | ret = smc_netdev_get_ecmd(dev, ecmd); |
| 1988 | SMC_SELECT_BANK(saved_bank); | 1996 | SMC_SELECT_BANK(saved_bank); |
| 1989 | spin_unlock_irq(&smc->lock); | 1997 | spin_unlock_irqrestore(&smc->lock, flags); |
| 1990 | return ret; | 1998 | return ret; |
| 1991 | } | 1999 | } |
| 1992 | 2000 | ||
| @@ -1996,15 +2004,16 @@ static int smc_set_settings(struct net_device *dev, struct ethtool_cmd *ecmd) | |||
| 1996 | unsigned int ioaddr = dev->base_addr; | 2004 | unsigned int ioaddr = dev->base_addr; |
| 1997 | u16 saved_bank = inw(ioaddr + BANK_SELECT); | 2005 | u16 saved_bank = inw(ioaddr + BANK_SELECT); |
| 1998 | int ret; | 2006 | int ret; |
| 2007 | unsigned long flags; | ||
| 1999 | 2008 | ||
| 2000 | spin_lock_irq(&smc->lock); | 2009 | spin_lock_irqsave(&smc->lock, flags); |
| 2001 | SMC_SELECT_BANK(3); | 2010 | SMC_SELECT_BANK(3); |
| 2002 | if (smc->cfg & CFG_MII_SELECT) | 2011 | if (smc->cfg & CFG_MII_SELECT) |
| 2003 | ret = mii_ethtool_sset(&smc->mii_if, ecmd); | 2012 | ret = mii_ethtool_sset(&smc->mii_if, ecmd); |
| 2004 | else | 2013 | else |
| 2005 | ret = smc_netdev_set_ecmd(dev, ecmd); | 2014 | ret = smc_netdev_set_ecmd(dev, ecmd); |
| 2006 | SMC_SELECT_BANK(saved_bank); | 2015 | SMC_SELECT_BANK(saved_bank); |
| 2007 | spin_unlock_irq(&smc->lock); | 2016 | spin_unlock_irqrestore(&smc->lock, flags); |
| 2008 | return ret; | 2017 | return ret; |
| 2009 | } | 2018 | } |
| 2010 | 2019 | ||
| @@ -2014,12 +2023,13 @@ static u32 smc_get_link(struct net_device *dev) | |||
| 2014 | unsigned int ioaddr = dev->base_addr; | 2023 | unsigned int ioaddr = dev->base_addr; |
| 2015 | u16 saved_bank = inw(ioaddr + BANK_SELECT); | 2024 | u16 saved_bank = inw(ioaddr + BANK_SELECT); |
| 2016 | u32 ret; | 2025 | u32 ret; |
| 2026 | unsigned long flags; | ||
| 2017 | 2027 | ||
| 2018 | spin_lock_irq(&smc->lock); | 2028 | spin_lock_irqsave(&smc->lock, flags); |
| 2019 | SMC_SELECT_BANK(3); | 2029 | SMC_SELECT_BANK(3); |
| 2020 | ret = smc_link_ok(dev); | 2030 | ret = smc_link_ok(dev); |
| 2021 | SMC_SELECT_BANK(saved_bank); | 2031 | SMC_SELECT_BANK(saved_bank); |
| 2022 | spin_unlock_irq(&smc->lock); | 2032 | spin_unlock_irqrestore(&smc->lock, flags); |
| 2023 | return ret; | 2033 | return ret; |
| 2024 | } | 2034 | } |
| 2025 | 2035 | ||
| @@ -2056,16 +2066,17 @@ static int smc_ioctl (struct net_device *dev, struct ifreq *rq, int cmd) | |||
| 2056 | int rc = 0; | 2066 | int rc = 0; |
| 2057 | u16 saved_bank; | 2067 | u16 saved_bank; |
| 2058 | unsigned int ioaddr = dev->base_addr; | 2068 | unsigned int ioaddr = dev->base_addr; |
| 2069 | unsigned long flags; | ||
| 2059 | 2070 | ||
| 2060 | if (!netif_running(dev)) | 2071 | if (!netif_running(dev)) |
| 2061 | return -EINVAL; | 2072 | return -EINVAL; |
| 2062 | 2073 | ||
| 2063 | spin_lock_irq(&smc->lock); | 2074 | spin_lock_irqsave(&smc->lock, flags); |
| 2064 | saved_bank = inw(ioaddr + BANK_SELECT); | 2075 | saved_bank = inw(ioaddr + BANK_SELECT); |
| 2065 | SMC_SELECT_BANK(3); | 2076 | SMC_SELECT_BANK(3); |
| 2066 | rc = generic_mii_ioctl(&smc->mii_if, mii, cmd, NULL); | 2077 | rc = generic_mii_ioctl(&smc->mii_if, mii, cmd, NULL); |
| 2067 | SMC_SELECT_BANK(saved_bank); | 2078 | SMC_SELECT_BANK(saved_bank); |
| 2068 | spin_unlock_irq(&smc->lock); | 2079 | spin_unlock_irqrestore(&smc->lock, flags); |
| 2069 | return rc; | 2080 | return rc; |
| 2070 | } | 2081 | } |
| 2071 | 2082 | ||
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index fc5938ba3d78..a527e37728cd 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig | |||
| @@ -88,6 +88,11 @@ config LSI_ET1011C_PHY | |||
| 88 | ---help--- | 88 | ---help--- |
| 89 | Supports the LSI ET1011C PHY. | 89 | Supports the LSI ET1011C PHY. |
| 90 | 90 | ||
| 91 | config MICREL_PHY | ||
| 92 | tristate "Driver for Micrel PHYs" | ||
| 93 | ---help--- | ||
| 94 | Supports the KSZ9021, VSC8201, KS8001 PHYs. | ||
| 95 | |||
| 91 | config FIXED_PHY | 96 | config FIXED_PHY |
| 92 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" | 97 | bool "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" |
| 93 | depends on PHYLIB=y | 98 | depends on PHYLIB=y |
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 1342585af381..13bebab65d02 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile | |||
| @@ -20,4 +20,5 @@ obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o | |||
| 20 | obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o | 20 | obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o |
| 21 | obj-$(CONFIG_NATIONAL_PHY) += national.o | 21 | obj-$(CONFIG_NATIONAL_PHY) += national.o |
| 22 | obj-$(CONFIG_STE10XP) += ste10Xp.o | 22 | obj-$(CONFIG_STE10XP) += ste10Xp.o |
| 23 | obj-$(CONFIG_MICREL_PHY) += micrel.o | ||
| 23 | obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o | 24 | obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o |
diff --git a/drivers/net/phy/mdio-octeon.c b/drivers/net/phy/mdio-octeon.c index a872aea4ed74..f443d43edd80 100644 --- a/drivers/net/phy/mdio-octeon.c +++ b/drivers/net/phy/mdio-octeon.c | |||
| @@ -88,6 +88,7 @@ static int octeon_mdiobus_write(struct mii_bus *bus, int phy_id, | |||
| 88 | static int __init octeon_mdiobus_probe(struct platform_device *pdev) | 88 | static int __init octeon_mdiobus_probe(struct platform_device *pdev) |
| 89 | { | 89 | { |
| 90 | struct octeon_mdiobus *bus; | 90 | struct octeon_mdiobus *bus; |
| 91 | union cvmx_smix_en smi_en; | ||
| 91 | int i; | 92 | int i; |
| 92 | int err = -ENOENT; | 93 | int err = -ENOENT; |
| 93 | 94 | ||
| @@ -103,6 +104,10 @@ static int __init octeon_mdiobus_probe(struct platform_device *pdev) | |||
| 103 | if (!bus->mii_bus) | 104 | if (!bus->mii_bus) |
| 104 | goto err; | 105 | goto err; |
| 105 | 106 | ||
| 107 | smi_en.u64 = 0; | ||
| 108 | smi_en.s.en = 1; | ||
| 109 | cvmx_write_csr(CVMX_SMIX_EN(bus->unit), smi_en.u64); | ||
| 110 | |||
| 106 | /* | 111 | /* |
| 107 | * Standard Octeon evaluation boards don't support phy | 112 | * Standard Octeon evaluation boards don't support phy |
| 108 | * interrupts, we need to poll. | 113 | * interrupts, we need to poll. |
| @@ -133,17 +138,22 @@ err_register: | |||
| 133 | 138 | ||
| 134 | err: | 139 | err: |
| 135 | devm_kfree(&pdev->dev, bus); | 140 | devm_kfree(&pdev->dev, bus); |
| 141 | smi_en.u64 = 0; | ||
| 142 | cvmx_write_csr(CVMX_SMIX_EN(bus->unit), smi_en.u64); | ||
| 136 | return err; | 143 | return err; |
| 137 | } | 144 | } |
| 138 | 145 | ||
| 139 | static int __exit octeon_mdiobus_remove(struct platform_device *pdev) | 146 | static int __exit octeon_mdiobus_remove(struct platform_device *pdev) |
| 140 | { | 147 | { |
| 141 | struct octeon_mdiobus *bus; | 148 | struct octeon_mdiobus *bus; |
| 149 | union cvmx_smix_en smi_en; | ||
| 142 | 150 | ||
| 143 | bus = dev_get_drvdata(&pdev->dev); | 151 | bus = dev_get_drvdata(&pdev->dev); |
| 144 | 152 | ||
| 145 | mdiobus_unregister(bus->mii_bus); | 153 | mdiobus_unregister(bus->mii_bus); |
| 146 | mdiobus_free(bus->mii_bus); | 154 | mdiobus_free(bus->mii_bus); |
| 155 | smi_en.u64 = 0; | ||
| 156 | cvmx_write_csr(CVMX_SMIX_EN(bus->unit), smi_en.u64); | ||
| 147 | return 0; | 157 | return 0; |
| 148 | } | 158 | } |
| 149 | 159 | ||
diff --git a/drivers/net/phy/micrel.c b/drivers/net/phy/micrel.c new file mode 100644 index 000000000000..0cd80e4d71d9 --- /dev/null +++ b/drivers/net/phy/micrel.c | |||
| @@ -0,0 +1,104 @@ | |||
| 1 | /* | ||
| 2 | * drivers/net/phy/micrel.c | ||
| 3 | * | ||
| 4 | * Driver for Micrel PHYs | ||
| 5 | * | ||
| 6 | * Author: David J. Choi | ||
| 7 | * | ||
| 8 | * Copyright (c) 2010 Micrel, Inc. | ||
| 9 | * | ||
| 10 | * This program is free software; you can redistribute it and/or modify it | ||
| 11 | * under the terms of the GNU General Public License as published by the | ||
| 12 | * Free Software Foundation; either version 2 of the License, or (at your | ||
| 13 | * option) any later version. | ||
| 14 | * | ||
| 15 | * Support : ksz9021 , vsc8201, ks8001 | ||
| 16 | */ | ||
| 17 | |||
| 18 | #include <linux/kernel.h> | ||
| 19 | #include <linux/module.h> | ||
| 20 | #include <linux/phy.h> | ||
| 21 | |||
| 22 | #define PHY_ID_KSZ9021 0x00221611 | ||
| 23 | #define PHY_ID_VSC8201 0x000FC413 | ||
| 24 | #define PHY_ID_KS8001 0x0022161A | ||
| 25 | |||
| 26 | |||
| 27 | static int kszphy_config_init(struct phy_device *phydev) | ||
| 28 | { | ||
| 29 | return 0; | ||
| 30 | } | ||
| 31 | |||
| 32 | |||
| 33 | static struct phy_driver ks8001_driver = { | ||
| 34 | .phy_id = PHY_ID_KS8001, | ||
| 35 | .phy_id_mask = 0x00fffff0, | ||
| 36 | .features = PHY_BASIC_FEATURES, | ||
| 37 | .flags = PHY_POLL, | ||
| 38 | .config_init = kszphy_config_init, | ||
| 39 | .config_aneg = genphy_config_aneg, | ||
| 40 | .read_status = genphy_read_status, | ||
| 41 | .driver = { .owner = THIS_MODULE,}, | ||
| 42 | }; | ||
| 43 | |||
| 44 | static struct phy_driver vsc8201_driver = { | ||
| 45 | .phy_id = PHY_ID_VSC8201, | ||
| 46 | .name = "Micrel VSC8201", | ||
| 47 | .phy_id_mask = 0x00fffff0, | ||
| 48 | .features = PHY_BASIC_FEATURES, | ||
| 49 | .flags = PHY_POLL, | ||
| 50 | .config_init = kszphy_config_init, | ||
| 51 | .config_aneg = genphy_config_aneg, | ||
| 52 | .read_status = genphy_read_status, | ||
| 53 | .driver = { .owner = THIS_MODULE,}, | ||
| 54 | }; | ||
| 55 | |||
| 56 | static struct phy_driver ksz9021_driver = { | ||
| 57 | .phy_id = PHY_ID_KSZ9021, | ||
| 58 | .phy_id_mask = 0x000fff10, | ||
| 59 | .name = "Micrel KSZ9021 Gigabit PHY", | ||
| 60 | .features = PHY_GBIT_FEATURES | SUPPORTED_Pause, | ||
| 61 | .flags = PHY_POLL, | ||
| 62 | .config_init = kszphy_config_init, | ||
| 63 | .config_aneg = genphy_config_aneg, | ||
| 64 | .read_status = genphy_read_status, | ||
| 65 | .driver = { .owner = THIS_MODULE, }, | ||
| 66 | }; | ||
| 67 | |||
| 68 | static int __init ksphy_init(void) | ||
| 69 | { | ||
| 70 | int ret; | ||
| 71 | |||
| 72 | ret = phy_driver_register(&ks8001_driver); | ||
| 73 | if (ret) | ||
| 74 | goto err1; | ||
| 75 | ret = phy_driver_register(&vsc8201_driver); | ||
| 76 | if (ret) | ||
| 77 | goto err2; | ||
| 78 | |||
| 79 | ret = phy_driver_register(&ksz9021_driver); | ||
| 80 | if (ret) | ||
| 81 | goto err3; | ||
| 82 | return 0; | ||
| 83 | |||
| 84 | err3: | ||
| 85 | phy_driver_unregister(&vsc8201_driver); | ||
| 86 | err2: | ||
| 87 | phy_driver_unregister(&ks8001_driver); | ||
| 88 | err1: | ||
| 89 | return ret; | ||
| 90 | } | ||
| 91 | |||
| 92 | static void __exit ksphy_exit(void) | ||
| 93 | { | ||
| 94 | phy_driver_unregister(&ks8001_driver); | ||
| 95 | phy_driver_unregister(&vsc8201_driver); | ||
| 96 | phy_driver_unregister(&ksz9021_driver); | ||
| 97 | } | ||
| 98 | |||
| 99 | module_init(ksphy_init); | ||
| 100 | module_exit(ksphy_exit); | ||
| 101 | |||
| 102 | MODULE_DESCRIPTION("Micrel PHY driver"); | ||
| 103 | MODULE_AUTHOR("David J. Choi"); | ||
| 104 | MODULE_LICENSE("GPL"); | ||
diff --git a/drivers/net/ppp_generic.c b/drivers/net/ppp_generic.c index 6e281bc825e5..8518a2e58e53 100644 --- a/drivers/net/ppp_generic.c +++ b/drivers/net/ppp_generic.c | |||
| @@ -405,6 +405,7 @@ static ssize_t ppp_read(struct file *file, char __user *buf, | |||
| 405 | DECLARE_WAITQUEUE(wait, current); | 405 | DECLARE_WAITQUEUE(wait, current); |
| 406 | ssize_t ret; | 406 | ssize_t ret; |
| 407 | struct sk_buff *skb = NULL; | 407 | struct sk_buff *skb = NULL; |
| 408 | struct iovec iov; | ||
| 408 | 409 | ||
| 409 | ret = count; | 410 | ret = count; |
| 410 | 411 | ||
| @@ -448,7 +449,9 @@ static ssize_t ppp_read(struct file *file, char __user *buf, | |||
| 448 | if (skb->len > count) | 449 | if (skb->len > count) |
| 449 | goto outf; | 450 | goto outf; |
| 450 | ret = -EFAULT; | 451 | ret = -EFAULT; |
| 451 | if (copy_to_user(buf, skb->data, skb->len)) | 452 | iov.iov_base = buf; |
| 453 | iov.iov_len = count; | ||
| 454 | if (skb_copy_datagram_iovec(skb, 0, &iov, skb->len)) | ||
| 452 | goto outf; | 455 | goto outf; |
| 453 | ret = skb->len; | 456 | ret = skb->len; |
| 454 | 457 | ||
| @@ -1567,13 +1570,22 @@ ppp_input(struct ppp_channel *chan, struct sk_buff *skb) | |||
| 1567 | struct channel *pch = chan->ppp; | 1570 | struct channel *pch = chan->ppp; |
| 1568 | int proto; | 1571 | int proto; |
| 1569 | 1572 | ||
| 1570 | if (!pch || skb->len == 0) { | 1573 | if (!pch) { |
| 1571 | kfree_skb(skb); | 1574 | kfree_skb(skb); |
| 1572 | return; | 1575 | return; |
| 1573 | } | 1576 | } |
| 1574 | 1577 | ||
| 1575 | proto = PPP_PROTO(skb); | ||
| 1576 | read_lock_bh(&pch->upl); | 1578 | read_lock_bh(&pch->upl); |
| 1579 | if (!pskb_may_pull(skb, 2)) { | ||
| 1580 | kfree_skb(skb); | ||
| 1581 | if (pch->ppp) { | ||
| 1582 | ++pch->ppp->dev->stats.rx_length_errors; | ||
| 1583 | ppp_receive_error(pch->ppp); | ||
| 1584 | } | ||
| 1585 | goto done; | ||
| 1586 | } | ||
| 1587 | |||
| 1588 | proto = PPP_PROTO(skb); | ||
| 1577 | if (!pch->ppp || proto >= 0xc000 || proto == PPP_CCPFRAG) { | 1589 | if (!pch->ppp || proto >= 0xc000 || proto == PPP_CCPFRAG) { |
| 1578 | /* put it on the channel queue */ | 1590 | /* put it on the channel queue */ |
| 1579 | skb_queue_tail(&pch->file.rq, skb); | 1591 | skb_queue_tail(&pch->file.rq, skb); |
| @@ -1585,6 +1597,8 @@ ppp_input(struct ppp_channel *chan, struct sk_buff *skb) | |||
| 1585 | } else { | 1597 | } else { |
| 1586 | ppp_do_recv(pch->ppp, skb, pch); | 1598 | ppp_do_recv(pch->ppp, skb, pch); |
| 1587 | } | 1599 | } |
| 1600 | |||
| 1601 | done: | ||
| 1588 | read_unlock_bh(&pch->upl); | 1602 | read_unlock_bh(&pch->upl); |
| 1589 | } | 1603 | } |
| 1590 | 1604 | ||
| @@ -1617,7 +1631,8 @@ ppp_input_error(struct ppp_channel *chan, int code) | |||
| 1617 | static void | 1631 | static void |
| 1618 | ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) | 1632 | ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) |
| 1619 | { | 1633 | { |
| 1620 | if (pskb_may_pull(skb, 2)) { | 1634 | /* note: a 0-length skb is used as an error indication */ |
| 1635 | if (skb->len > 0) { | ||
| 1621 | #ifdef CONFIG_PPP_MULTILINK | 1636 | #ifdef CONFIG_PPP_MULTILINK |
| 1622 | /* XXX do channel-level decompression here */ | 1637 | /* XXX do channel-level decompression here */ |
| 1623 | if (PPP_PROTO(skb) == PPP_MP) | 1638 | if (PPP_PROTO(skb) == PPP_MP) |
| @@ -1625,15 +1640,10 @@ ppp_receive_frame(struct ppp *ppp, struct sk_buff *skb, struct channel *pch) | |||
| 1625 | else | 1640 | else |
| 1626 | #endif /* CONFIG_PPP_MULTILINK */ | 1641 | #endif /* CONFIG_PPP_MULTILINK */ |
| 1627 | ppp_receive_nonmp_frame(ppp, skb); | 1642 | ppp_receive_nonmp_frame(ppp, skb); |
| 1628 | return; | 1643 | } else { |
| 1644 | kfree_skb(skb); | ||
| 1645 | ppp_receive_error(ppp); | ||
| 1629 | } | 1646 | } |
| 1630 | |||
| 1631 | if (skb->len > 0) | ||
| 1632 | /* note: a 0-length skb is used as an error indication */ | ||
| 1633 | ++ppp->dev->stats.rx_length_errors; | ||
| 1634 | |||
| 1635 | kfree_skb(skb); | ||
| 1636 | ppp_receive_error(ppp); | ||
| 1637 | } | 1647 | } |
| 1638 | 1648 | ||
| 1639 | static void | 1649 | static void |
diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c index dbb1f5a1824c..dd8106ff35aa 100644 --- a/drivers/net/r8169.c +++ b/drivers/net/r8169.c | |||
| @@ -1042,14 +1042,14 @@ static void rtl8169_vlan_rx_register(struct net_device *dev, | |||
| 1042 | } | 1042 | } |
| 1043 | 1043 | ||
| 1044 | static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc, | 1044 | static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc, |
| 1045 | struct sk_buff *skb) | 1045 | struct sk_buff *skb, int polling) |
| 1046 | { | 1046 | { |
| 1047 | u32 opts2 = le32_to_cpu(desc->opts2); | 1047 | u32 opts2 = le32_to_cpu(desc->opts2); |
| 1048 | struct vlan_group *vlgrp = tp->vlgrp; | 1048 | struct vlan_group *vlgrp = tp->vlgrp; |
| 1049 | int ret; | 1049 | int ret; |
| 1050 | 1050 | ||
| 1051 | if (vlgrp && (opts2 & RxVlanTag)) { | 1051 | if (vlgrp && (opts2 & RxVlanTag)) { |
| 1052 | vlan_hwaccel_receive_skb(skb, vlgrp, swab16(opts2 & 0xffff)); | 1052 | __vlan_hwaccel_rx(skb, vlgrp, swab16(opts2 & 0xffff), polling); |
| 1053 | ret = 0; | 1053 | ret = 0; |
| 1054 | } else | 1054 | } else |
| 1055 | ret = -1; | 1055 | ret = -1; |
| @@ -1066,7 +1066,7 @@ static inline u32 rtl8169_tx_vlan_tag(struct rtl8169_private *tp, | |||
| 1066 | } | 1066 | } |
| 1067 | 1067 | ||
| 1068 | static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc, | 1068 | static int rtl8169_rx_vlan_skb(struct rtl8169_private *tp, struct RxDesc *desc, |
| 1069 | struct sk_buff *skb) | 1069 | struct sk_buff *skb, int polling) |
| 1070 | { | 1070 | { |
| 1071 | return -1; | 1071 | return -1; |
| 1072 | } | 1072 | } |
| @@ -2759,6 +2759,7 @@ static void rtl8169_release_board(struct pci_dev *pdev, struct net_device *dev, | |||
| 2759 | { | 2759 | { |
| 2760 | iounmap(ioaddr); | 2760 | iounmap(ioaddr); |
| 2761 | pci_release_regions(pdev); | 2761 | pci_release_regions(pdev); |
| 2762 | pci_clear_mwi(pdev); | ||
| 2762 | pci_disable_device(pdev); | 2763 | pci_disable_device(pdev); |
| 2763 | free_netdev(dev); | 2764 | free_netdev(dev); |
| 2764 | } | 2765 | } |
| @@ -2825,8 +2826,13 @@ static void rtl_rar_set(struct rtl8169_private *tp, u8 *addr) | |||
| 2825 | spin_lock_irq(&tp->lock); | 2826 | spin_lock_irq(&tp->lock); |
| 2826 | 2827 | ||
| 2827 | RTL_W8(Cfg9346, Cfg9346_Unlock); | 2828 | RTL_W8(Cfg9346, Cfg9346_Unlock); |
| 2829 | |||
| 2828 | RTL_W32(MAC4, high); | 2830 | RTL_W32(MAC4, high); |
| 2831 | RTL_R32(MAC4); | ||
| 2832 | |||
| 2829 | RTL_W32(MAC0, low); | 2833 | RTL_W32(MAC0, low); |
| 2834 | RTL_R32(MAC0); | ||
| 2835 | |||
| 2830 | RTL_W8(Cfg9346, Cfg9346_Lock); | 2836 | RTL_W8(Cfg9346, Cfg9346_Lock); |
| 2831 | 2837 | ||
| 2832 | spin_unlock_irq(&tp->lock); | 2838 | spin_unlock_irq(&tp->lock); |
| @@ -3014,9 +3020,8 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3014 | goto err_out_free_dev_1; | 3020 | goto err_out_free_dev_1; |
| 3015 | } | 3021 | } |
| 3016 | 3022 | ||
| 3017 | rc = pci_set_mwi(pdev); | 3023 | if (pci_set_mwi(pdev) < 0) |
| 3018 | if (rc < 0) | 3024 | netif_info(tp, probe, dev, "Mem-Wr-Inval unavailable\n"); |
| 3019 | goto err_out_disable_2; | ||
| 3020 | 3025 | ||
| 3021 | /* make sure PCI base addr 1 is MMIO */ | 3026 | /* make sure PCI base addr 1 is MMIO */ |
| 3022 | if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) { | 3027 | if (!(pci_resource_flags(pdev, region) & IORESOURCE_MEM)) { |
| @@ -3024,7 +3029,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3024 | "region #%d not an MMIO resource, aborting\n", | 3029 | "region #%d not an MMIO resource, aborting\n", |
| 3025 | region); | 3030 | region); |
| 3026 | rc = -ENODEV; | 3031 | rc = -ENODEV; |
| 3027 | goto err_out_mwi_3; | 3032 | goto err_out_mwi_2; |
| 3028 | } | 3033 | } |
| 3029 | 3034 | ||
| 3030 | /* check for weird/broken PCI region reporting */ | 3035 | /* check for weird/broken PCI region reporting */ |
| @@ -3032,13 +3037,13 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3032 | netif_err(tp, probe, dev, | 3037 | netif_err(tp, probe, dev, |
| 3033 | "Invalid PCI region size(s), aborting\n"); | 3038 | "Invalid PCI region size(s), aborting\n"); |
| 3034 | rc = -ENODEV; | 3039 | rc = -ENODEV; |
| 3035 | goto err_out_mwi_3; | 3040 | goto err_out_mwi_2; |
| 3036 | } | 3041 | } |
| 3037 | 3042 | ||
| 3038 | rc = pci_request_regions(pdev, MODULENAME); | 3043 | rc = pci_request_regions(pdev, MODULENAME); |
| 3039 | if (rc < 0) { | 3044 | if (rc < 0) { |
| 3040 | netif_err(tp, probe, dev, "could not request regions\n"); | 3045 | netif_err(tp, probe, dev, "could not request regions\n"); |
| 3041 | goto err_out_mwi_3; | 3046 | goto err_out_mwi_2; |
| 3042 | } | 3047 | } |
| 3043 | 3048 | ||
| 3044 | tp->cp_cmd = PCIMulRW | RxChkSum; | 3049 | tp->cp_cmd = PCIMulRW | RxChkSum; |
| @@ -3051,7 +3056,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3051 | rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); | 3056 | rc = pci_set_dma_mask(pdev, DMA_BIT_MASK(32)); |
| 3052 | if (rc < 0) { | 3057 | if (rc < 0) { |
| 3053 | netif_err(tp, probe, dev, "DMA configuration failed\n"); | 3058 | netif_err(tp, probe, dev, "DMA configuration failed\n"); |
| 3054 | goto err_out_free_res_4; | 3059 | goto err_out_free_res_3; |
| 3055 | } | 3060 | } |
| 3056 | } | 3061 | } |
| 3057 | 3062 | ||
| @@ -3060,7 +3065,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3060 | if (!ioaddr) { | 3065 | if (!ioaddr) { |
| 3061 | netif_err(tp, probe, dev, "cannot remap MMIO, aborting\n"); | 3066 | netif_err(tp, probe, dev, "cannot remap MMIO, aborting\n"); |
| 3062 | rc = -EIO; | 3067 | rc = -EIO; |
| 3063 | goto err_out_free_res_4; | 3068 | goto err_out_free_res_3; |
| 3064 | } | 3069 | } |
| 3065 | 3070 | ||
| 3066 | tp->pcie_cap = pci_find_capability(pdev, PCI_CAP_ID_EXP); | 3071 | tp->pcie_cap = pci_find_capability(pdev, PCI_CAP_ID_EXP); |
| @@ -3102,7 +3107,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3102 | if (i == ARRAY_SIZE(rtl_chip_info)) { | 3107 | if (i == ARRAY_SIZE(rtl_chip_info)) { |
| 3103 | dev_err(&pdev->dev, | 3108 | dev_err(&pdev->dev, |
| 3104 | "driver bug, MAC version not found in rtl_chip_info\n"); | 3109 | "driver bug, MAC version not found in rtl_chip_info\n"); |
| 3105 | goto err_out_msi_5; | 3110 | goto err_out_msi_4; |
| 3106 | } | 3111 | } |
| 3107 | tp->chipset = i; | 3112 | tp->chipset = i; |
| 3108 | 3113 | ||
| @@ -3167,7 +3172,7 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3167 | 3172 | ||
| 3168 | rc = register_netdev(dev); | 3173 | rc = register_netdev(dev); |
| 3169 | if (rc < 0) | 3174 | if (rc < 0) |
| 3170 | goto err_out_msi_5; | 3175 | goto err_out_msi_4; |
| 3171 | 3176 | ||
| 3172 | pci_set_drvdata(pdev, dev); | 3177 | pci_set_drvdata(pdev, dev); |
| 3173 | 3178 | ||
| @@ -3190,14 +3195,13 @@ rtl8169_init_one(struct pci_dev *pdev, const struct pci_device_id *ent) | |||
| 3190 | out: | 3195 | out: |
| 3191 | return rc; | 3196 | return rc; |
| 3192 | 3197 | ||
| 3193 | err_out_msi_5: | 3198 | err_out_msi_4: |
| 3194 | rtl_disable_msi(pdev, tp); | 3199 | rtl_disable_msi(pdev, tp); |
| 3195 | iounmap(ioaddr); | 3200 | iounmap(ioaddr); |
| 3196 | err_out_free_res_4: | 3201 | err_out_free_res_3: |
| 3197 | pci_release_regions(pdev); | 3202 | pci_release_regions(pdev); |
| 3198 | err_out_mwi_3: | 3203 | err_out_mwi_2: |
| 3199 | pci_clear_mwi(pdev); | 3204 | pci_clear_mwi(pdev); |
| 3200 | err_out_disable_2: | ||
| 3201 | pci_disable_device(pdev); | 3205 | pci_disable_device(pdev); |
| 3202 | err_out_free_dev_1: | 3206 | err_out_free_dev_1: |
| 3203 | free_netdev(dev); | 3207 | free_netdev(dev); |
| @@ -4441,12 +4445,20 @@ out: | |||
| 4441 | return done; | 4445 | return done; |
| 4442 | } | 4446 | } |
| 4443 | 4447 | ||
| 4448 | /* | ||
| 4449 | * Warning : rtl8169_rx_interrupt() might be called : | ||
| 4450 | * 1) from NAPI (softirq) context | ||
| 4451 | * (polling = 1 : we should call netif_receive_skb()) | ||
| 4452 | * 2) from process context (rtl8169_reset_task()) | ||
| 4453 | * (polling = 0 : we must call netif_rx() instead) | ||
| 4454 | */ | ||
| 4444 | static int rtl8169_rx_interrupt(struct net_device *dev, | 4455 | static int rtl8169_rx_interrupt(struct net_device *dev, |
| 4445 | struct rtl8169_private *tp, | 4456 | struct rtl8169_private *tp, |
| 4446 | void __iomem *ioaddr, u32 budget) | 4457 | void __iomem *ioaddr, u32 budget) |
| 4447 | { | 4458 | { |
| 4448 | unsigned int cur_rx, rx_left; | 4459 | unsigned int cur_rx, rx_left; |
| 4449 | unsigned int delta, count; | 4460 | unsigned int delta, count; |
| 4461 | int polling = (budget != ~(u32)0) ? 1 : 0; | ||
| 4450 | 4462 | ||
| 4451 | cur_rx = tp->cur_rx; | 4463 | cur_rx = tp->cur_rx; |
| 4452 | rx_left = NUM_RX_DESC + tp->dirty_rx - cur_rx; | 4464 | rx_left = NUM_RX_DESC + tp->dirty_rx - cur_rx; |
| @@ -4508,8 +4520,12 @@ static int rtl8169_rx_interrupt(struct net_device *dev, | |||
| 4508 | skb_put(skb, pkt_size); | 4520 | skb_put(skb, pkt_size); |
| 4509 | skb->protocol = eth_type_trans(skb, dev); | 4521 | skb->protocol = eth_type_trans(skb, dev); |
| 4510 | 4522 | ||
| 4511 | if (rtl8169_rx_vlan_skb(tp, desc, skb) < 0) | 4523 | if (rtl8169_rx_vlan_skb(tp, desc, skb, polling) < 0) { |
| 4512 | netif_receive_skb(skb); | 4524 | if (likely(polling)) |
| 4525 | netif_receive_skb(skb); | ||
| 4526 | else | ||
| 4527 | netif_rx(skb); | ||
| 4528 | } | ||
| 4513 | 4529 | ||
| 4514 | dev->stats.rx_bytes += pkt_size; | 4530 | dev->stats.rx_bytes += pkt_size; |
| 4515 | dev->stats.rx_packets++; | 4531 | dev->stats.rx_packets++; |
diff --git a/drivers/net/sb1250-mac.c b/drivers/net/sb1250-mac.c index 9944e5d662c0..04efc0c1bda9 100644 --- a/drivers/net/sb1250-mac.c +++ b/drivers/net/sb1250-mac.c | |||
| @@ -2353,17 +2353,36 @@ static int sbmac_init(struct platform_device *pldev, long long base) | |||
| 2353 | 2353 | ||
| 2354 | sc->mii_bus = mdiobus_alloc(); | 2354 | sc->mii_bus = mdiobus_alloc(); |
| 2355 | if (sc->mii_bus == NULL) { | 2355 | if (sc->mii_bus == NULL) { |
| 2356 | sbmac_uninitctx(sc); | 2356 | err = -ENOMEM; |
| 2357 | return -ENOMEM; | 2357 | goto uninit_ctx; |
| 2358 | } | 2358 | } |
| 2359 | 2359 | ||
| 2360 | sc->mii_bus->name = sbmac_mdio_string; | ||
| 2361 | snprintf(sc->mii_bus->id, MII_BUS_ID_SIZE, "%x", idx); | ||
| 2362 | sc->mii_bus->priv = sc; | ||
| 2363 | sc->mii_bus->read = sbmac_mii_read; | ||
| 2364 | sc->mii_bus->write = sbmac_mii_write; | ||
| 2365 | sc->mii_bus->irq = sc->phy_irq; | ||
| 2366 | for (i = 0; i < PHY_MAX_ADDR; ++i) | ||
| 2367 | sc->mii_bus->irq[i] = SBMAC_PHY_INT; | ||
| 2368 | |||
| 2369 | sc->mii_bus->parent = &pldev->dev; | ||
| 2370 | /* | ||
| 2371 | * Probe PHY address | ||
| 2372 | */ | ||
| 2373 | err = mdiobus_register(sc->mii_bus); | ||
| 2374 | if (err) { | ||
| 2375 | printk(KERN_ERR "%s: unable to register MDIO bus\n", | ||
| 2376 | dev->name); | ||
| 2377 | goto free_mdio; | ||
| 2378 | } | ||
| 2379 | dev_set_drvdata(&pldev->dev, sc->mii_bus); | ||
| 2380 | |||
| 2360 | err = register_netdev(dev); | 2381 | err = register_netdev(dev); |
| 2361 | if (err) { | 2382 | if (err) { |
| 2362 | printk(KERN_ERR "%s.%d: unable to register netdev\n", | 2383 | printk(KERN_ERR "%s.%d: unable to register netdev\n", |
| 2363 | sbmac_string, idx); | 2384 | sbmac_string, idx); |
| 2364 | mdiobus_free(sc->mii_bus); | 2385 | goto unreg_mdio; |
| 2365 | sbmac_uninitctx(sc); | ||
| 2366 | return err; | ||
| 2367 | } | 2386 | } |
| 2368 | 2387 | ||
| 2369 | pr_info("%s.%d: registered as %s\n", sbmac_string, idx, dev->name); | 2388 | pr_info("%s.%d: registered as %s\n", sbmac_string, idx, dev->name); |
| @@ -2379,19 +2398,15 @@ static int sbmac_init(struct platform_device *pldev, long long base) | |||
| 2379 | pr_info("%s: SiByte Ethernet at 0x%08Lx, address: %pM\n", | 2398 | pr_info("%s: SiByte Ethernet at 0x%08Lx, address: %pM\n", |
| 2380 | dev->name, base, eaddr); | 2399 | dev->name, base, eaddr); |
| 2381 | 2400 | ||
| 2382 | sc->mii_bus->name = sbmac_mdio_string; | ||
| 2383 | snprintf(sc->mii_bus->id, MII_BUS_ID_SIZE, "%x", idx); | ||
| 2384 | sc->mii_bus->priv = sc; | ||
| 2385 | sc->mii_bus->read = sbmac_mii_read; | ||
| 2386 | sc->mii_bus->write = sbmac_mii_write; | ||
| 2387 | sc->mii_bus->irq = sc->phy_irq; | ||
| 2388 | for (i = 0; i < PHY_MAX_ADDR; ++i) | ||
| 2389 | sc->mii_bus->irq[i] = SBMAC_PHY_INT; | ||
| 2390 | |||
| 2391 | sc->mii_bus->parent = &pldev->dev; | ||
| 2392 | dev_set_drvdata(&pldev->dev, sc->mii_bus); | ||
| 2393 | |||
| 2394 | return 0; | 2401 | return 0; |
| 2402 | unreg_mdio: | ||
| 2403 | mdiobus_unregister(sc->mii_bus); | ||
| 2404 | dev_set_drvdata(&pldev->dev, NULL); | ||
| 2405 | free_mdio: | ||
| 2406 | mdiobus_free(sc->mii_bus); | ||
| 2407 | uninit_ctx: | ||
| 2408 | sbmac_uninitctx(sc); | ||
| 2409 | return err; | ||
| 2395 | } | 2410 | } |
| 2396 | 2411 | ||
| 2397 | 2412 | ||
| @@ -2417,16 +2432,6 @@ static int sbmac_open(struct net_device *dev) | |||
| 2417 | goto out_err; | 2432 | goto out_err; |
| 2418 | } | 2433 | } |
| 2419 | 2434 | ||
| 2420 | /* | ||
| 2421 | * Probe PHY address | ||
| 2422 | */ | ||
| 2423 | err = mdiobus_register(sc->mii_bus); | ||
| 2424 | if (err) { | ||
| 2425 | printk(KERN_ERR "%s: unable to register MDIO bus\n", | ||
| 2426 | dev->name); | ||
| 2427 | goto out_unirq; | ||
| 2428 | } | ||
| 2429 | |||
| 2430 | sc->sbm_speed = sbmac_speed_none; | 2435 | sc->sbm_speed = sbmac_speed_none; |
| 2431 | sc->sbm_duplex = sbmac_duplex_none; | 2436 | sc->sbm_duplex = sbmac_duplex_none; |
| 2432 | sc->sbm_fc = sbmac_fc_none; | 2437 | sc->sbm_fc = sbmac_fc_none; |
| @@ -2457,11 +2462,7 @@ static int sbmac_open(struct net_device *dev) | |||
| 2457 | return 0; | 2462 | return 0; |
| 2458 | 2463 | ||
| 2459 | out_unregister: | 2464 | out_unregister: |
| 2460 | mdiobus_unregister(sc->mii_bus); | ||
| 2461 | |||
| 2462 | out_unirq: | ||
| 2463 | free_irq(dev->irq, dev); | 2465 | free_irq(dev->irq, dev); |
| 2464 | |||
| 2465 | out_err: | 2466 | out_err: |
| 2466 | return err; | 2467 | return err; |
| 2467 | } | 2468 | } |
| @@ -2650,9 +2651,6 @@ static int sbmac_close(struct net_device *dev) | |||
| 2650 | 2651 | ||
| 2651 | phy_disconnect(sc->phy_dev); | 2652 | phy_disconnect(sc->phy_dev); |
| 2652 | sc->phy_dev = NULL; | 2653 | sc->phy_dev = NULL; |
| 2653 | |||
| 2654 | mdiobus_unregister(sc->mii_bus); | ||
| 2655 | |||
| 2656 | free_irq(dev->irq, dev); | 2654 | free_irq(dev->irq, dev); |
| 2657 | 2655 | ||
| 2658 | sbdma_emptyring(&(sc->sbm_txdma)); | 2656 | sbdma_emptyring(&(sc->sbm_txdma)); |
| @@ -2760,6 +2758,7 @@ static int __exit sbmac_remove(struct platform_device *pldev) | |||
| 2760 | 2758 | ||
| 2761 | unregister_netdev(dev); | 2759 | unregister_netdev(dev); |
| 2762 | sbmac_uninitctx(sc); | 2760 | sbmac_uninitctx(sc); |
| 2761 | mdiobus_unregister(sc->mii_bus); | ||
| 2763 | mdiobus_free(sc->mii_bus); | 2762 | mdiobus_free(sc->mii_bus); |
| 2764 | iounmap(sc->sbm_base); | 2763 | iounmap(sc->sbm_base); |
| 2765 | free_netdev(dev); | 2764 | free_netdev(dev); |
diff --git a/drivers/net/sfc/efx.c b/drivers/net/sfc/efx.c index 6486657c47b8..649a264d6a81 100644 --- a/drivers/net/sfc/efx.c +++ b/drivers/net/sfc/efx.c | |||
| @@ -1861,6 +1861,7 @@ out: | |||
| 1861 | } | 1861 | } |
| 1862 | 1862 | ||
| 1863 | if (disabled) { | 1863 | if (disabled) { |
| 1864 | dev_close(efx->net_dev); | ||
| 1864 | EFX_ERR(efx, "has been disabled\n"); | 1865 | EFX_ERR(efx, "has been disabled\n"); |
| 1865 | efx->state = STATE_DISABLED; | 1866 | efx->state = STATE_DISABLED; |
| 1866 | } else { | 1867 | } else { |
| @@ -1884,8 +1885,7 @@ static void efx_reset_work(struct work_struct *data) | |||
| 1884 | } | 1885 | } |
| 1885 | 1886 | ||
| 1886 | rtnl_lock(); | 1887 | rtnl_lock(); |
| 1887 | if (efx_reset(efx, efx->reset_pending)) | 1888 | (void)efx_reset(efx, efx->reset_pending); |
| 1888 | dev_close(efx->net_dev); | ||
| 1889 | rtnl_unlock(); | 1889 | rtnl_unlock(); |
| 1890 | } | 1890 | } |
| 1891 | 1891 | ||
diff --git a/drivers/net/sfc/falcon.c b/drivers/net/sfc/falcon.c index d294d66fd600..08278e7302b3 100644 --- a/drivers/net/sfc/falcon.c +++ b/drivers/net/sfc/falcon.c | |||
| @@ -1320,7 +1320,9 @@ static int falcon_probe_nvconfig(struct efx_nic *efx) | |||
| 1320 | 1320 | ||
| 1321 | EFX_LOG(efx, "PHY is %d phy_id %d\n", efx->phy_type, efx->mdio.prtad); | 1321 | EFX_LOG(efx, "PHY is %d phy_id %d\n", efx->phy_type, efx->mdio.prtad); |
| 1322 | 1322 | ||
| 1323 | falcon_probe_board(efx, board_rev); | 1323 | rc = falcon_probe_board(efx, board_rev); |
| 1324 | if (rc) | ||
| 1325 | goto fail2; | ||
| 1324 | 1326 | ||
| 1325 | kfree(nvconfig); | 1327 | kfree(nvconfig); |
| 1326 | return 0; | 1328 | return 0; |
diff --git a/drivers/net/sfc/falcon_boards.c b/drivers/net/sfc/falcon_boards.c index 5712fddd72f2..c7a933a3292e 100644 --- a/drivers/net/sfc/falcon_boards.c +++ b/drivers/net/sfc/falcon_boards.c | |||
| @@ -728,15 +728,7 @@ static const struct falcon_board_type board_types[] = { | |||
| 728 | }, | 728 | }, |
| 729 | }; | 729 | }; |
| 730 | 730 | ||
| 731 | static const struct falcon_board_type falcon_dummy_board = { | 731 | int falcon_probe_board(struct efx_nic *efx, u16 revision_info) |
| 732 | .init = efx_port_dummy_op_int, | ||
| 733 | .init_phy = efx_port_dummy_op_void, | ||
| 734 | .fini = efx_port_dummy_op_void, | ||
| 735 | .set_id_led = efx_port_dummy_op_set_id_led, | ||
| 736 | .monitor = efx_port_dummy_op_int, | ||
| 737 | }; | ||
| 738 | |||
| 739 | void falcon_probe_board(struct efx_nic *efx, u16 revision_info) | ||
| 740 | { | 732 | { |
| 741 | struct falcon_board *board = falcon_board(efx); | 733 | struct falcon_board *board = falcon_board(efx); |
| 742 | u8 type_id = FALCON_BOARD_TYPE(revision_info); | 734 | u8 type_id = FALCON_BOARD_TYPE(revision_info); |
| @@ -754,8 +746,9 @@ void falcon_probe_board(struct efx_nic *efx, u16 revision_info) | |||
| 754 | (efx->pci_dev->subsystem_vendor == EFX_VENDID_SFC) | 746 | (efx->pci_dev->subsystem_vendor == EFX_VENDID_SFC) |
| 755 | ? board->type->ref_model : board->type->gen_type, | 747 | ? board->type->ref_model : board->type->gen_type, |
| 756 | 'A' + board->major, board->minor); | 748 | 'A' + board->major, board->minor); |
| 749 | return 0; | ||
| 757 | } else { | 750 | } else { |
| 758 | EFX_ERR(efx, "unknown board type %d\n", type_id); | 751 | EFX_ERR(efx, "unknown board type %d\n", type_id); |
| 759 | board->type = &falcon_dummy_board; | 752 | return -ENODEV; |
| 760 | } | 753 | } |
| 761 | } | 754 | } |
diff --git a/drivers/net/sfc/nic.h b/drivers/net/sfc/nic.h index 9351c0331a47..3166bafdfbef 100644 --- a/drivers/net/sfc/nic.h +++ b/drivers/net/sfc/nic.h | |||
| @@ -156,7 +156,7 @@ extern struct efx_nic_type siena_a0_nic_type; | |||
| 156 | ************************************************************************** | 156 | ************************************************************************** |
| 157 | */ | 157 | */ |
| 158 | 158 | ||
| 159 | extern void falcon_probe_board(struct efx_nic *efx, u16 revision_info); | 159 | extern int falcon_probe_board(struct efx_nic *efx, u16 revision_info); |
| 160 | 160 | ||
| 161 | /* TX data path */ | 161 | /* TX data path */ |
| 162 | extern int efx_nic_probe_tx(struct efx_tx_queue *tx_queue); | 162 | extern int efx_nic_probe_tx(struct efx_tx_queue *tx_queue); |
diff --git a/drivers/net/sfc/siena.c b/drivers/net/sfc/siena.c index 38dcc42c4f79..e0c46f59d1f8 100644 --- a/drivers/net/sfc/siena.c +++ b/drivers/net/sfc/siena.c | |||
| @@ -456,8 +456,17 @@ static int siena_try_update_nic_stats(struct efx_nic *efx) | |||
| 456 | 456 | ||
| 457 | static void siena_update_nic_stats(struct efx_nic *efx) | 457 | static void siena_update_nic_stats(struct efx_nic *efx) |
| 458 | { | 458 | { |
| 459 | while (siena_try_update_nic_stats(efx) == -EAGAIN) | 459 | int retry; |
| 460 | cpu_relax(); | 460 | |
| 461 | /* If we're unlucky enough to read statistics wduring the DMA, wait | ||
| 462 | * up to 10ms for it to finish (typically takes <500us) */ | ||
| 463 | for (retry = 0; retry < 100; ++retry) { | ||
| 464 | if (siena_try_update_nic_stats(efx) == 0) | ||
| 465 | return; | ||
| 466 | udelay(100); | ||
| 467 | } | ||
| 468 | |||
| 469 | /* Use the old values instead */ | ||
| 461 | } | 470 | } |
| 462 | 471 | ||
| 463 | static void siena_start_nic_stats(struct efx_nic *efx) | 472 | static void siena_start_nic_stats(struct efx_nic *efx) |
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 22cf1c446de3..ecc41cffb470 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
| @@ -8633,6 +8633,7 @@ static int tg3_test_msi(struct tg3 *tp) | |||
| 8633 | pci_disable_msi(tp->pdev); | 8633 | pci_disable_msi(tp->pdev); |
| 8634 | 8634 | ||
| 8635 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI; | 8635 | tp->tg3_flags2 &= ~TG3_FLG2_USING_MSI; |
| 8636 | tp->napi[0].irq_vec = tp->pdev->irq; | ||
| 8636 | 8637 | ||
| 8637 | err = tg3_request_irq(tp, 0); | 8638 | err = tg3_request_irq(tp, 0); |
| 8638 | if (err) | 8639 | if (err) |
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index ba56ce4382d9..d7b7018a1de1 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig | |||
| @@ -385,4 +385,25 @@ config USB_CDC_PHONET | |||
| 385 | cellular modem, as found on most Nokia handsets with the | 385 | cellular modem, as found on most Nokia handsets with the |
| 386 | "PC suite" USB profile. | 386 | "PC suite" USB profile. |
| 387 | 387 | ||
| 388 | config USB_IPHETH | ||
| 389 | tristate "Apple iPhone USB Ethernet driver" | ||
| 390 | default n | ||
| 391 | ---help--- | ||
| 392 | Module used to share Internet connection (tethering) from your | ||
| 393 | iPhone (Original, 3G and 3GS) to your system. | ||
| 394 | Note that you need userspace libraries and programs that are needed | ||
| 395 | to pair your device with your system and that understand the iPhone | ||
| 396 | protocol. | ||
| 397 | |||
| 398 | For more information: http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver | ||
| 399 | |||
| 400 | config USB_SIERRA_NET | ||
| 401 | tristate "USB-to-WWAN Driver for Sierra Wireless modems" | ||
| 402 | depends on USB_USBNET | ||
| 403 | help | ||
| 404 | Choose this option if you have a Sierra Wireless USB-to-WWAN device. | ||
| 405 | |||
| 406 | To compile this driver as a module, choose M here: the | ||
| 407 | module will be called sierra_net. | ||
| 408 | |||
| 388 | endmenu | 409 | endmenu |
diff --git a/drivers/net/usb/Makefile b/drivers/net/usb/Makefile index 82ea62955b56..b13a279663ba 100644 --- a/drivers/net/usb/Makefile +++ b/drivers/net/usb/Makefile | |||
| @@ -23,4 +23,6 @@ obj-$(CONFIG_USB_NET_MCS7830) += mcs7830.o | |||
| 23 | obj-$(CONFIG_USB_USBNET) += usbnet.o | 23 | obj-$(CONFIG_USB_USBNET) += usbnet.o |
| 24 | obj-$(CONFIG_USB_NET_INT51X1) += int51x1.o | 24 | obj-$(CONFIG_USB_NET_INT51X1) += int51x1.o |
| 25 | obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o | 25 | obj-$(CONFIG_USB_CDC_PHONET) += cdc-phonet.o |
| 26 | obj-$(CONFIG_USB_IPHETH) += ipheth.o | ||
| 27 | obj-$(CONFIG_USB_SIERRA_NET) += sierra_net.o | ||
| 26 | 28 | ||
diff --git a/drivers/net/usb/cdc_ether.c b/drivers/net/usb/cdc_ether.c index c8cdb7f30adc..3547cf13d219 100644 --- a/drivers/net/usb/cdc_ether.c +++ b/drivers/net/usb/cdc_ether.c | |||
| @@ -431,6 +431,7 @@ static const struct driver_info mbm_info = { | |||
| 431 | .bind = cdc_bind, | 431 | .bind = cdc_bind, |
| 432 | .unbind = usbnet_cdc_unbind, | 432 | .unbind = usbnet_cdc_unbind, |
| 433 | .status = cdc_status, | 433 | .status = cdc_status, |
| 434 | .manage_power = cdc_manage_power, | ||
| 434 | }; | 435 | }; |
| 435 | 436 | ||
| 436 | /*-------------------------------------------------------------------------*/ | 437 | /*-------------------------------------------------------------------------*/ |
diff --git a/drivers/net/usb/dm9601.c b/drivers/net/usb/dm9601.c index 04b281002a76..5dfed9297b22 100644 --- a/drivers/net/usb/dm9601.c +++ b/drivers/net/usb/dm9601.c | |||
| @@ -240,7 +240,7 @@ static int dm_write_shared_word(struct usbnet *dev, int phy, u8 reg, __le16 valu | |||
| 240 | goto out; | 240 | goto out; |
| 241 | 241 | ||
| 242 | dm_write_reg(dev, DM_SHARED_ADDR, phy ? (reg | 0x40) : reg); | 242 | dm_write_reg(dev, DM_SHARED_ADDR, phy ? (reg | 0x40) : reg); |
| 243 | dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0x1c : 0x14); | 243 | dm_write_reg(dev, DM_SHARED_CTRL, phy ? 0x1a : 0x12); |
| 244 | 244 | ||
| 245 | for (i = 0; i < DM_TIMEOUT; i++) { | 245 | for (i = 0; i < DM_TIMEOUT; i++) { |
| 246 | u8 tmp; | 246 | u8 tmp; |
diff --git a/drivers/net/usb/ipheth.c b/drivers/net/usb/ipheth.c new file mode 100644 index 000000000000..418825d26f90 --- /dev/null +++ b/drivers/net/usb/ipheth.c | |||
| @@ -0,0 +1,569 @@ | |||
| 1 | /* | ||
| 2 | * ipheth.c - Apple iPhone USB Ethernet driver | ||
| 3 | * | ||
| 4 | * Copyright (c) 2009 Diego Giagio <diego@giagio.com> | ||
| 5 | * All rights reserved. | ||
| 6 | * | ||
| 7 | * Redistribution and use in source and binary forms, with or without | ||
| 8 | * modification, are permitted provided that the following conditions | ||
| 9 | * are met: | ||
| 10 | * 1. Redistributions of source code must retain the above copyright | ||
| 11 | * notice, this list of conditions and the following disclaimer. | ||
| 12 | * 2. Redistributions in binary form must reproduce the above copyright | ||
| 13 | * notice, this list of conditions and the following disclaimer in the | ||
| 14 | * documentation and/or other materials provided with the distribution. | ||
| 15 | * 3. Neither the name of GIAGIO.COM nor the names of its contributors | ||
| 16 | * may be used to endorse or promote products derived from this software | ||
| 17 | * without specific prior written permission. | ||
| 18 | * | ||
| 19 | * Alternatively, provided that this notice is retained in full, this | ||
| 20 | * software may be distributed under the terms of the GNU General | ||
| 21 | * Public License ("GPL") version 2, in which case the provisions of the | ||
| 22 | * GPL apply INSTEAD OF those given above. | ||
| 23 | * | ||
| 24 | * The provided data structures and external interfaces from this code | ||
| 25 | * are not restricted to be used by modules with a GPL compatible license. | ||
| 26 | * | ||
| 27 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | ||
| 28 | * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT | ||
| 29 | * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR | ||
| 30 | * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT | ||
| 31 | * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | ||
| 32 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT | ||
| 33 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, | ||
| 34 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY | ||
| 35 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT | ||
| 36 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
| 37 | * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH | ||
| 38 | * DAMAGE. | ||
| 39 | * | ||
| 40 | * | ||
| 41 | * Attention: iPhone device must be paired, otherwise it won't respond to our | ||
| 42 | * driver. For more info: http://giagio.com/wiki/moin.cgi/iPhoneEthernetDriver | ||
| 43 | * | ||
| 44 | */ | ||
| 45 | |||
| 46 | #include <linux/kernel.h> | ||
| 47 | #include <linux/errno.h> | ||
| 48 | #include <linux/init.h> | ||
| 49 | #include <linux/slab.h> | ||
| 50 | #include <linux/module.h> | ||
| 51 | #include <linux/netdevice.h> | ||
| 52 | #include <linux/etherdevice.h> | ||
| 53 | #include <linux/ethtool.h> | ||
| 54 | #include <linux/usb.h> | ||
| 55 | #include <linux/workqueue.h> | ||
| 56 | |||
| 57 | #define USB_VENDOR_APPLE 0x05ac | ||
| 58 | #define USB_PRODUCT_IPHONE 0x1290 | ||
| 59 | #define USB_PRODUCT_IPHONE_3G 0x1292 | ||
| 60 | #define USB_PRODUCT_IPHONE_3GS 0x1294 | ||
| 61 | |||
| 62 | #define IPHETH_USBINTF_CLASS 255 | ||
| 63 | #define IPHETH_USBINTF_SUBCLASS 253 | ||
| 64 | #define IPHETH_USBINTF_PROTO 1 | ||
| 65 | |||
| 66 | #define IPHETH_BUF_SIZE 1516 | ||
| 67 | #define IPHETH_TX_TIMEOUT (5 * HZ) | ||
| 68 | |||
| 69 | #define IPHETH_INTFNUM 2 | ||
| 70 | #define IPHETH_ALT_INTFNUM 1 | ||
| 71 | |||
| 72 | #define IPHETH_CTRL_ENDP 0x00 | ||
| 73 | #define IPHETH_CTRL_BUF_SIZE 0x40 | ||
| 74 | #define IPHETH_CTRL_TIMEOUT (5 * HZ) | ||
| 75 | |||
| 76 | #define IPHETH_CMD_GET_MACADDR 0x00 | ||
| 77 | #define IPHETH_CMD_CARRIER_CHECK 0x45 | ||
| 78 | |||
| 79 | #define IPHETH_CARRIER_CHECK_TIMEOUT round_jiffies_relative(1 * HZ) | ||
| 80 | #define IPHETH_CARRIER_ON 0x04 | ||
| 81 | |||
| 82 | static struct usb_device_id ipheth_table[] = { | ||
| 83 | { USB_DEVICE_AND_INTERFACE_INFO( | ||
| 84 | USB_VENDOR_APPLE, USB_PRODUCT_IPHONE, | ||
| 85 | IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS, | ||
| 86 | IPHETH_USBINTF_PROTO) }, | ||
| 87 | { USB_DEVICE_AND_INTERFACE_INFO( | ||
| 88 | USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_3G, | ||
| 89 | IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS, | ||
| 90 | IPHETH_USBINTF_PROTO) }, | ||
| 91 | { USB_DEVICE_AND_INTERFACE_INFO( | ||
| 92 | USB_VENDOR_APPLE, USB_PRODUCT_IPHONE_3GS, | ||
| 93 | IPHETH_USBINTF_CLASS, IPHETH_USBINTF_SUBCLASS, | ||
| 94 | IPHETH_USBINTF_PROTO) }, | ||
| 95 | { } | ||
| 96 | }; | ||
| 97 | MODULE_DEVICE_TABLE(usb, ipheth_table); | ||
| 98 | |||
| 99 | struct ipheth_device { | ||
| 100 | struct usb_device *udev; | ||
| 101 | struct usb_interface *intf; | ||
| 102 | struct net_device *net; | ||
| 103 | struct sk_buff *tx_skb; | ||
| 104 | struct urb *tx_urb; | ||
| 105 | struct urb *rx_urb; | ||
| 106 | unsigned char *tx_buf; | ||
| 107 | unsigned char *rx_buf; | ||
| 108 | unsigned char *ctrl_buf; | ||
| 109 | u8 bulk_in; | ||
| 110 | u8 bulk_out; | ||
| 111 | struct delayed_work carrier_work; | ||
| 112 | }; | ||
| 113 | |||
| 114 | static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags); | ||
| 115 | |||
| 116 | static int ipheth_alloc_urbs(struct ipheth_device *iphone) | ||
| 117 | { | ||
| 118 | struct urb *tx_urb = NULL; | ||
| 119 | struct urb *rx_urb = NULL; | ||
| 120 | u8 *tx_buf = NULL; | ||
| 121 | u8 *rx_buf = NULL; | ||
| 122 | |||
| 123 | tx_urb = usb_alloc_urb(0, GFP_KERNEL); | ||
| 124 | if (tx_urb == NULL) | ||
| 125 | goto error_nomem; | ||
| 126 | |||
| 127 | rx_urb = usb_alloc_urb(0, GFP_KERNEL); | ||
| 128 | if (rx_urb == NULL) | ||
| 129 | goto free_tx_urb; | ||
| 130 | |||
| 131 | tx_buf = usb_buffer_alloc(iphone->udev, | ||
| 132 | IPHETH_BUF_SIZE, | ||
| 133 | GFP_KERNEL, | ||
| 134 | &tx_urb->transfer_dma); | ||
| 135 | if (tx_buf == NULL) | ||
| 136 | goto free_rx_urb; | ||
| 137 | |||
| 138 | rx_buf = usb_buffer_alloc(iphone->udev, | ||
| 139 | IPHETH_BUF_SIZE, | ||
| 140 | GFP_KERNEL, | ||
| 141 | &rx_urb->transfer_dma); | ||
| 142 | if (rx_buf == NULL) | ||
| 143 | goto free_tx_buf; | ||
| 144 | |||
| 145 | |||
| 146 | iphone->tx_urb = tx_urb; | ||
| 147 | iphone->rx_urb = rx_urb; | ||
| 148 | iphone->tx_buf = tx_buf; | ||
| 149 | iphone->rx_buf = rx_buf; | ||
| 150 | return 0; | ||
| 151 | |||
| 152 | free_tx_buf: | ||
| 153 | usb_buffer_free(iphone->udev, IPHETH_BUF_SIZE, tx_buf, | ||
| 154 | tx_urb->transfer_dma); | ||
| 155 | free_rx_urb: | ||
| 156 | usb_free_urb(rx_urb); | ||
| 157 | free_tx_urb: | ||
| 158 | usb_free_urb(tx_urb); | ||
| 159 | error_nomem: | ||
| 160 | return -ENOMEM; | ||
| 161 | } | ||
| 162 | |||
| 163 | static void ipheth_free_urbs(struct ipheth_device *iphone) | ||
| 164 | { | ||
| 165 | usb_buffer_free(iphone->udev, IPHETH_BUF_SIZE, iphone->rx_buf, | ||
| 166 | iphone->rx_urb->transfer_dma); | ||
| 167 | usb_buffer_free(iphone->udev, IPHETH_BUF_SIZE, iphone->tx_buf, | ||
| 168 | iphone->tx_urb->transfer_dma); | ||
| 169 | usb_free_urb(iphone->rx_urb); | ||
| 170 | usb_free_urb(iphone->tx_urb); | ||
| 171 | } | ||
| 172 | |||
| 173 | static void ipheth_kill_urbs(struct ipheth_device *dev) | ||
| 174 | { | ||
| 175 | usb_kill_urb(dev->tx_urb); | ||
| 176 | usb_kill_urb(dev->rx_urb); | ||
| 177 | } | ||
| 178 | |||
| 179 | static void ipheth_rcvbulk_callback(struct urb *urb) | ||
| 180 | { | ||
| 181 | struct ipheth_device *dev; | ||
| 182 | struct sk_buff *skb; | ||
| 183 | int status; | ||
| 184 | char *buf; | ||
| 185 | int len; | ||
| 186 | |||
| 187 | dev = urb->context; | ||
| 188 | if (dev == NULL) | ||
| 189 | return; | ||
| 190 | |||
| 191 | status = urb->status; | ||
| 192 | switch (status) { | ||
| 193 | case -ENOENT: | ||
| 194 | case -ECONNRESET: | ||
| 195 | case -ESHUTDOWN: | ||
| 196 | return; | ||
| 197 | case 0: | ||
| 198 | break; | ||
| 199 | default: | ||
| 200 | err("%s: urb status: %d", __func__, urb->status); | ||
| 201 | return; | ||
| 202 | } | ||
| 203 | |||
| 204 | len = urb->actual_length; | ||
| 205 | buf = urb->transfer_buffer; | ||
| 206 | |||
| 207 | skb = dev_alloc_skb(NET_IP_ALIGN + len); | ||
| 208 | if (!skb) { | ||
| 209 | err("%s: dev_alloc_skb: -ENOMEM", __func__); | ||
| 210 | dev->net->stats.rx_dropped++; | ||
| 211 | return; | ||
| 212 | } | ||
| 213 | |||
| 214 | skb_reserve(skb, NET_IP_ALIGN); | ||
| 215 | memcpy(skb_put(skb, len), buf + NET_IP_ALIGN, len - NET_IP_ALIGN); | ||
| 216 | skb->dev = dev->net; | ||
| 217 | skb->protocol = eth_type_trans(skb, dev->net); | ||
| 218 | |||
| 219 | dev->net->stats.rx_packets++; | ||
| 220 | dev->net->stats.rx_bytes += len; | ||
| 221 | |||
| 222 | netif_rx(skb); | ||
| 223 | ipheth_rx_submit(dev, GFP_ATOMIC); | ||
| 224 | } | ||
| 225 | |||
| 226 | static void ipheth_sndbulk_callback(struct urb *urb) | ||
| 227 | { | ||
| 228 | struct ipheth_device *dev; | ||
| 229 | |||
| 230 | dev = urb->context; | ||
| 231 | if (dev == NULL) | ||
| 232 | return; | ||
| 233 | |||
| 234 | if (urb->status != 0 && | ||
| 235 | urb->status != -ENOENT && | ||
| 236 | urb->status != -ECONNRESET && | ||
| 237 | urb->status != -ESHUTDOWN) | ||
| 238 | err("%s: urb status: %d", __func__, urb->status); | ||
| 239 | |||
| 240 | dev_kfree_skb_irq(dev->tx_skb); | ||
| 241 | netif_wake_queue(dev->net); | ||
| 242 | } | ||
| 243 | |||
| 244 | static int ipheth_carrier_set(struct ipheth_device *dev) | ||
| 245 | { | ||
| 246 | struct usb_device *udev = dev->udev; | ||
| 247 | int retval; | ||
| 248 | |||
| 249 | retval = usb_control_msg(udev, | ||
| 250 | usb_rcvctrlpipe(udev, IPHETH_CTRL_ENDP), | ||
| 251 | IPHETH_CMD_CARRIER_CHECK, /* request */ | ||
| 252 | 0xc0, /* request type */ | ||
| 253 | 0x00, /* value */ | ||
| 254 | 0x02, /* index */ | ||
| 255 | dev->ctrl_buf, IPHETH_CTRL_BUF_SIZE, | ||
| 256 | IPHETH_CTRL_TIMEOUT); | ||
| 257 | if (retval < 0) { | ||
| 258 | err("%s: usb_control_msg: %d", __func__, retval); | ||
| 259 | return retval; | ||
| 260 | } | ||
| 261 | |||
| 262 | if (dev->ctrl_buf[0] == IPHETH_CARRIER_ON) | ||
| 263 | netif_carrier_on(dev->net); | ||
| 264 | else | ||
| 265 | netif_carrier_off(dev->net); | ||
| 266 | |||
| 267 | return 0; | ||
| 268 | } | ||
| 269 | |||
| 270 | static void ipheth_carrier_check_work(struct work_struct *work) | ||
| 271 | { | ||
| 272 | struct ipheth_device *dev = container_of(work, struct ipheth_device, | ||
| 273 | carrier_work.work); | ||
| 274 | |||
| 275 | ipheth_carrier_set(dev); | ||
| 276 | schedule_delayed_work(&dev->carrier_work, IPHETH_CARRIER_CHECK_TIMEOUT); | ||
| 277 | } | ||
| 278 | |||
| 279 | static int ipheth_get_macaddr(struct ipheth_device *dev) | ||
| 280 | { | ||
| 281 | struct usb_device *udev = dev->udev; | ||
| 282 | struct net_device *net = dev->net; | ||
| 283 | int retval; | ||
| 284 | |||
| 285 | retval = usb_control_msg(udev, | ||
| 286 | usb_rcvctrlpipe(udev, IPHETH_CTRL_ENDP), | ||
| 287 | IPHETH_CMD_GET_MACADDR, /* request */ | ||
| 288 | 0xc0, /* request type */ | ||
| 289 | 0x00, /* value */ | ||
| 290 | 0x02, /* index */ | ||
| 291 | dev->ctrl_buf, | ||
| 292 | IPHETH_CTRL_BUF_SIZE, | ||
| 293 | IPHETH_CTRL_TIMEOUT); | ||
| 294 | if (retval < 0) { | ||
| 295 | err("%s: usb_control_msg: %d", __func__, retval); | ||
| 296 | } else if (retval < ETH_ALEN) { | ||
| 297 | err("%s: usb_control_msg: short packet: %d bytes", | ||
| 298 | __func__, retval); | ||
| 299 | retval = -EINVAL; | ||
| 300 | } else { | ||
| 301 | memcpy(net->dev_addr, dev->ctrl_buf, ETH_ALEN); | ||
| 302 | retval = 0; | ||
| 303 | } | ||
| 304 | |||
| 305 | return retval; | ||
| 306 | } | ||
| 307 | |||
| 308 | static int ipheth_rx_submit(struct ipheth_device *dev, gfp_t mem_flags) | ||
| 309 | { | ||
| 310 | struct usb_device *udev = dev->udev; | ||
| 311 | int retval; | ||
| 312 | |||
| 313 | usb_fill_bulk_urb(dev->rx_urb, udev, | ||
| 314 | usb_rcvbulkpipe(udev, dev->bulk_in), | ||
| 315 | dev->rx_buf, IPHETH_BUF_SIZE, | ||
| 316 | ipheth_rcvbulk_callback, | ||
| 317 | dev); | ||
| 318 | dev->rx_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; | ||
| 319 | |||
| 320 | retval = usb_submit_urb(dev->rx_urb, mem_flags); | ||
| 321 | if (retval) | ||
| 322 | err("%s: usb_submit_urb: %d", __func__, retval); | ||
| 323 | return retval; | ||
| 324 | } | ||
| 325 | |||
| 326 | static int ipheth_open(struct net_device *net) | ||
| 327 | { | ||
| 328 | struct ipheth_device *dev = netdev_priv(net); | ||
| 329 | struct usb_device *udev = dev->udev; | ||
| 330 | int retval = 0; | ||
| 331 | |||
| 332 | usb_set_interface(udev, IPHETH_INTFNUM, IPHETH_ALT_INTFNUM); | ||
| 333 | |||
| 334 | retval = ipheth_carrier_set(dev); | ||
| 335 | if (retval) | ||
| 336 | return retval; | ||
| 337 | |||
| 338 | retval = ipheth_rx_submit(dev, GFP_KERNEL); | ||
| 339 | if (retval) | ||
| 340 | return retval; | ||
| 341 | |||
| 342 | schedule_delayed_work(&dev->carrier_work, IPHETH_CARRIER_CHECK_TIMEOUT); | ||
| 343 | netif_start_queue(net); | ||
| 344 | return retval; | ||
| 345 | } | ||
| 346 | |||
| 347 | static int ipheth_close(struct net_device *net) | ||
| 348 | { | ||
| 349 | struct ipheth_device *dev = netdev_priv(net); | ||
| 350 | |||
| 351 | cancel_delayed_work_sync(&dev->carrier_work); | ||
| 352 | netif_stop_queue(net); | ||
| 353 | return 0; | ||
| 354 | } | ||
| 355 | |||
| 356 | static int ipheth_tx(struct sk_buff *skb, struct net_device *net) | ||
| 357 | { | ||
| 358 | struct ipheth_device *dev = netdev_priv(net); | ||
| 359 | struct usb_device *udev = dev->udev; | ||
| 360 | int retval; | ||
| 361 | |||
| 362 | /* Paranoid */ | ||
| 363 | if (skb->len > IPHETH_BUF_SIZE) { | ||
| 364 | WARN(1, "%s: skb too large: %d bytes", __func__, skb->len); | ||
| 365 | dev->net->stats.tx_dropped++; | ||
| 366 | dev_kfree_skb_irq(skb); | ||
| 367 | return NETDEV_TX_OK; | ||
| 368 | } | ||
| 369 | |||
| 370 | memcpy(dev->tx_buf, skb->data, skb->len); | ||
| 371 | if (skb->len < IPHETH_BUF_SIZE) | ||
| 372 | memset(dev->tx_buf + skb->len, 0, IPHETH_BUF_SIZE - skb->len); | ||
| 373 | |||
| 374 | usb_fill_bulk_urb(dev->tx_urb, udev, | ||
| 375 | usb_sndbulkpipe(udev, dev->bulk_out), | ||
| 376 | dev->tx_buf, IPHETH_BUF_SIZE, | ||
| 377 | ipheth_sndbulk_callback, | ||
| 378 | dev); | ||
| 379 | dev->tx_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; | ||
| 380 | |||
| 381 | retval = usb_submit_urb(dev->tx_urb, GFP_ATOMIC); | ||
| 382 | if (retval) { | ||
| 383 | err("%s: usb_submit_urb: %d", __func__, retval); | ||
| 384 | dev->net->stats.tx_errors++; | ||
| 385 | dev_kfree_skb_irq(skb); | ||
| 386 | } else { | ||
| 387 | dev->tx_skb = skb; | ||
| 388 | |||
| 389 | dev->net->stats.tx_packets++; | ||
| 390 | dev->net->stats.tx_bytes += skb->len; | ||
| 391 | netif_stop_queue(net); | ||
| 392 | } | ||
| 393 | |||
| 394 | return NETDEV_TX_OK; | ||
| 395 | } | ||
| 396 | |||
| 397 | static void ipheth_tx_timeout(struct net_device *net) | ||
| 398 | { | ||
| 399 | struct ipheth_device *dev = netdev_priv(net); | ||
| 400 | |||
| 401 | err("%s: TX timeout", __func__); | ||
| 402 | dev->net->stats.tx_errors++; | ||
| 403 | usb_unlink_urb(dev->tx_urb); | ||
| 404 | } | ||
| 405 | |||
| 406 | static struct net_device_stats *ipheth_stats(struct net_device *net) | ||
| 407 | { | ||
| 408 | struct ipheth_device *dev = netdev_priv(net); | ||
| 409 | return &dev->net->stats; | ||
| 410 | } | ||
| 411 | |||
| 412 | static u32 ipheth_ethtool_op_get_link(struct net_device *net) | ||
| 413 | { | ||
| 414 | struct ipheth_device *dev = netdev_priv(net); | ||
| 415 | return netif_carrier_ok(dev->net); | ||
| 416 | } | ||
| 417 | |||
| 418 | static struct ethtool_ops ops = { | ||
| 419 | .get_link = ipheth_ethtool_op_get_link | ||
| 420 | }; | ||
| 421 | |||
| 422 | static const struct net_device_ops ipheth_netdev_ops = { | ||
| 423 | .ndo_open = &ipheth_open, | ||
| 424 | .ndo_stop = &ipheth_close, | ||
| 425 | .ndo_start_xmit = &ipheth_tx, | ||
| 426 | .ndo_tx_timeout = &ipheth_tx_timeout, | ||
| 427 | .ndo_get_stats = &ipheth_stats, | ||
| 428 | }; | ||
| 429 | |||
| 430 | static struct device_type ipheth_type = { | ||
| 431 | .name = "wwan", | ||
| 432 | }; | ||
| 433 | |||
| 434 | static int ipheth_probe(struct usb_interface *intf, | ||
| 435 | const struct usb_device_id *id) | ||
| 436 | { | ||
| 437 | struct usb_device *udev = interface_to_usbdev(intf); | ||
| 438 | struct usb_host_interface *hintf; | ||
| 439 | struct usb_endpoint_descriptor *endp; | ||
| 440 | struct ipheth_device *dev; | ||
| 441 | struct net_device *netdev; | ||
| 442 | int i; | ||
| 443 | int retval; | ||
| 444 | |||
| 445 | netdev = alloc_etherdev(sizeof(struct ipheth_device)); | ||
| 446 | if (!netdev) | ||
| 447 | return -ENOMEM; | ||
| 448 | |||
| 449 | netdev->netdev_ops = &ipheth_netdev_ops; | ||
| 450 | netdev->watchdog_timeo = IPHETH_TX_TIMEOUT; | ||
| 451 | strcpy(netdev->name, "wwan%d"); | ||
| 452 | |||
| 453 | dev = netdev_priv(netdev); | ||
| 454 | dev->udev = udev; | ||
| 455 | dev->net = netdev; | ||
| 456 | dev->intf = intf; | ||
| 457 | |||
| 458 | /* Set up endpoints */ | ||
| 459 | hintf = usb_altnum_to_altsetting(intf, IPHETH_ALT_INTFNUM); | ||
| 460 | if (hintf == NULL) { | ||
| 461 | retval = -ENODEV; | ||
| 462 | err("Unable to find alternate settings interface"); | ||
| 463 | goto err_endpoints; | ||
| 464 | } | ||
| 465 | |||
| 466 | for (i = 0; i < hintf->desc.bNumEndpoints; i++) { | ||
| 467 | endp = &hintf->endpoint[i].desc; | ||
| 468 | if (usb_endpoint_is_bulk_in(endp)) | ||
| 469 | dev->bulk_in = endp->bEndpointAddress; | ||
| 470 | else if (usb_endpoint_is_bulk_out(endp)) | ||
| 471 | dev->bulk_out = endp->bEndpointAddress; | ||
| 472 | } | ||
| 473 | if (!(dev->bulk_in && dev->bulk_out)) { | ||
| 474 | retval = -ENODEV; | ||
| 475 | err("Unable to find endpoints"); | ||
| 476 | goto err_endpoints; | ||
| 477 | } | ||
| 478 | |||
| 479 | dev->ctrl_buf = kmalloc(IPHETH_CTRL_BUF_SIZE, GFP_KERNEL); | ||
| 480 | if (dev->ctrl_buf == NULL) { | ||
| 481 | retval = -ENOMEM; | ||
| 482 | goto err_alloc_ctrl_buf; | ||
| 483 | } | ||
| 484 | |||
| 485 | retval = ipheth_get_macaddr(dev); | ||
| 486 | if (retval) | ||
| 487 | goto err_get_macaddr; | ||
| 488 | |||
| 489 | INIT_DELAYED_WORK(&dev->carrier_work, ipheth_carrier_check_work); | ||
| 490 | |||
| 491 | retval = ipheth_alloc_urbs(dev); | ||
| 492 | if (retval) { | ||
| 493 | err("error allocating urbs: %d", retval); | ||
| 494 | goto err_alloc_urbs; | ||
| 495 | } | ||
| 496 | |||
| 497 | usb_set_intfdata(intf, dev); | ||
| 498 | |||
| 499 | SET_NETDEV_DEV(netdev, &intf->dev); | ||
| 500 | SET_ETHTOOL_OPS(netdev, &ops); | ||
| 501 | SET_NETDEV_DEVTYPE(netdev, &ipheth_type); | ||
| 502 | |||
| 503 | retval = register_netdev(netdev); | ||
| 504 | if (retval) { | ||
| 505 | err("error registering netdev: %d", retval); | ||
| 506 | retval = -EIO; | ||
| 507 | goto err_register_netdev; | ||
| 508 | } | ||
| 509 | |||
| 510 | dev_info(&intf->dev, "Apple iPhone USB Ethernet device attached\n"); | ||
| 511 | return 0; | ||
| 512 | |||
| 513 | err_register_netdev: | ||
| 514 | ipheth_free_urbs(dev); | ||
| 515 | err_alloc_urbs: | ||
| 516 | err_get_macaddr: | ||
| 517 | err_alloc_ctrl_buf: | ||
| 518 | kfree(dev->ctrl_buf); | ||
| 519 | err_endpoints: | ||
| 520 | free_netdev(netdev); | ||
| 521 | return retval; | ||
| 522 | } | ||
| 523 | |||
| 524 | static void ipheth_disconnect(struct usb_interface *intf) | ||
| 525 | { | ||
| 526 | struct ipheth_device *dev; | ||
| 527 | |||
| 528 | dev = usb_get_intfdata(intf); | ||
| 529 | if (dev != NULL) { | ||
| 530 | unregister_netdev(dev->net); | ||
| 531 | ipheth_kill_urbs(dev); | ||
| 532 | ipheth_free_urbs(dev); | ||
| 533 | kfree(dev->ctrl_buf); | ||
| 534 | free_netdev(dev->net); | ||
| 535 | } | ||
| 536 | usb_set_intfdata(intf, NULL); | ||
| 537 | dev_info(&intf->dev, "Apple iPhone USB Ethernet now disconnected\n"); | ||
| 538 | } | ||
| 539 | |||
| 540 | static struct usb_driver ipheth_driver = { | ||
| 541 | .name = "ipheth", | ||
| 542 | .probe = ipheth_probe, | ||
| 543 | .disconnect = ipheth_disconnect, | ||
| 544 | .id_table = ipheth_table, | ||
| 545 | }; | ||
| 546 | |||
| 547 | static int __init ipheth_init(void) | ||
| 548 | { | ||
| 549 | int retval; | ||
| 550 | |||
| 551 | retval = usb_register(&ipheth_driver); | ||
| 552 | if (retval) { | ||
| 553 | err("usb_register failed: %d", retval); | ||
| 554 | return retval; | ||
| 555 | } | ||
| 556 | return 0; | ||
| 557 | } | ||
| 558 | |||
| 559 | static void __exit ipheth_exit(void) | ||
| 560 | { | ||
| 561 | usb_deregister(&ipheth_driver); | ||
| 562 | } | ||
| 563 | |||
| 564 | module_init(ipheth_init); | ||
| 565 | module_exit(ipheth_exit); | ||
| 566 | |||
| 567 | MODULE_AUTHOR("Diego Giagio <diego@giagio.com>"); | ||
| 568 | MODULE_DESCRIPTION("Apple iPhone USB Ethernet driver"); | ||
| 569 | MODULE_LICENSE("Dual BSD/GPL"); | ||
diff --git a/drivers/net/usb/kaweth.c b/drivers/net/usb/kaweth.c index 52671ea043a7..c4c334d9770f 100644 --- a/drivers/net/usb/kaweth.c +++ b/drivers/net/usb/kaweth.c | |||
| @@ -145,6 +145,7 @@ static struct usb_device_id usb_klsi_table[] = { | |||
| 145 | { USB_DEVICE(0x0707, 0x0100) }, /* SMC 2202USB */ | 145 | { USB_DEVICE(0x0707, 0x0100) }, /* SMC 2202USB */ |
| 146 | { USB_DEVICE(0x07aa, 0x0001) }, /* Correga K.K. */ | 146 | { USB_DEVICE(0x07aa, 0x0001) }, /* Correga K.K. */ |
| 147 | { USB_DEVICE(0x07b8, 0x4000) }, /* D-Link DU-E10 */ | 147 | { USB_DEVICE(0x07b8, 0x4000) }, /* D-Link DU-E10 */ |
| 148 | { USB_DEVICE(0x07c9, 0xb010) }, /* Allied Telesyn AT-USB10 USB Ethernet Adapter */ | ||
| 148 | { USB_DEVICE(0x0846, 0x1001) }, /* NetGear EA-101 */ | 149 | { USB_DEVICE(0x0846, 0x1001) }, /* NetGear EA-101 */ |
| 149 | { USB_DEVICE(0x0846, 0x1002) }, /* NetGear EA-101 */ | 150 | { USB_DEVICE(0x0846, 0x1002) }, /* NetGear EA-101 */ |
| 150 | { USB_DEVICE(0x085a, 0x0008) }, /* PortGear Ethernet Adapter */ | 151 | { USB_DEVICE(0x085a, 0x0008) }, /* PortGear Ethernet Adapter */ |
diff --git a/drivers/net/usb/sierra_net.c b/drivers/net/usb/sierra_net.c new file mode 100644 index 000000000000..f1942d69a0d5 --- /dev/null +++ b/drivers/net/usb/sierra_net.c | |||
| @@ -0,0 +1,1004 @@ | |||
| 1 | /* | ||
| 2 | * USB-to-WWAN Driver for Sierra Wireless modems | ||
| 3 | * | ||
| 4 | * Copyright (C) 2008, 2009, 2010 Paxton Smith, Matthew Safar, Rory Filer | ||
| 5 | * <linux@sierrawireless.com> | ||
| 6 | * | ||
| 7 | * Portions of this based on the cdc_ether driver by David Brownell (2003-2005) | ||
| 8 | * and Ole Andre Vadla Ravnas (ActiveSync) (2006). | ||
| 9 | * | ||
| 10 | * IMPORTANT DISCLAIMER: This driver is not commercially supported by | ||
| 11 | * Sierra Wireless. Use at your own risk. | ||
| 12 | * | ||
| 13 | * This program is free software; you can redistribute it and/or modify | ||
| 14 | * it under the terms of the GNU General Public License as published by | ||
| 15 | * the Free Software Foundation; either version 2 of the License, or | ||
| 16 | * (at your option) any later version. | ||
| 17 | * | ||
| 18 | * This program is distributed in the hope that it will be useful, | ||
| 19 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 20 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 21 | * GNU General Public License for more details. | ||
| 22 | * | ||
| 23 | * You should have received a copy of the GNU General Public License | ||
| 24 | * along with this program; if not, write to the Free Software | ||
| 25 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
| 26 | */ | ||
| 27 | |||
| 28 | #define DRIVER_VERSION "v.2.0" | ||
| 29 | #define DRIVER_AUTHOR "Paxton Smith, Matthew Safar, Rory Filer" | ||
| 30 | #define DRIVER_DESC "USB-to-WWAN Driver for Sierra Wireless modems" | ||
| 31 | static const char driver_name[] = "sierra_net"; | ||
| 32 | |||
| 33 | /* if defined debug messages enabled */ | ||
| 34 | /*#define DEBUG*/ | ||
| 35 | |||
| 36 | #include <linux/module.h> | ||
| 37 | #include <linux/etherdevice.h> | ||
| 38 | #include <linux/ethtool.h> | ||
| 39 | #include <linux/mii.h> | ||
| 40 | #include <linux/sched.h> | ||
| 41 | #include <linux/timer.h> | ||
| 42 | #include <linux/usb.h> | ||
| 43 | #include <linux/usb/cdc.h> | ||
| 44 | #include <net/ip.h> | ||
| 45 | #include <net/udp.h> | ||
| 46 | #include <asm/unaligned.h> | ||
| 47 | #include <linux/usb/usbnet.h> | ||
| 48 | |||
| 49 | #define SWI_USB_REQUEST_GET_FW_ATTR 0x06 | ||
| 50 | #define SWI_GET_FW_ATTR_MASK 0x08 | ||
| 51 | |||
| 52 | /* atomic counter partially included in MAC address to make sure 2 devices | ||
| 53 | * do not end up with the same MAC - concept breaks in case of > 255 ifaces | ||
| 54 | */ | ||
| 55 | static atomic_t iface_counter = ATOMIC_INIT(0); | ||
| 56 | |||
| 57 | /* | ||
| 58 | * SYNC Timer Delay definition used to set the expiry time | ||
| 59 | */ | ||
| 60 | #define SIERRA_NET_SYNCDELAY (2*HZ) | ||
| 61 | |||
| 62 | /* Max. MTU supported. The modem buffers are limited to 1500 */ | ||
| 63 | #define SIERRA_NET_MAX_SUPPORTED_MTU 1500 | ||
| 64 | |||
| 65 | /* The SIERRA_NET_USBCTL_BUF_LEN defines a buffer size allocated for control | ||
| 66 | * message reception ... and thus the max. received packet. | ||
| 67 | * (May be the cause for parse_hip returning -EINVAL) | ||
| 68 | */ | ||
| 69 | #define SIERRA_NET_USBCTL_BUF_LEN 1024 | ||
| 70 | |||
| 71 | /* list of interface numbers - used for constructing interface lists */ | ||
| 72 | struct sierra_net_iface_info { | ||
| 73 | const u32 infolen; /* number of interface numbers on list */ | ||
| 74 | const u8 *ifaceinfo; /* pointer to the array holding the numbers */ | ||
| 75 | }; | ||
| 76 | |||
| 77 | struct sierra_net_info_data { | ||
| 78 | u16 rx_urb_size; | ||
| 79 | struct sierra_net_iface_info whitelist; | ||
| 80 | }; | ||
| 81 | |||
| 82 | /* Private data structure */ | ||
| 83 | struct sierra_net_data { | ||
| 84 | |||
| 85 | u8 ethr_hdr_tmpl[ETH_HLEN]; /* ethernet header template for rx'd pkts */ | ||
| 86 | |||
| 87 | u16 link_up; /* air link up or down */ | ||
| 88 | u8 tx_hdr_template[4]; /* part of HIP hdr for tx'd packets */ | ||
| 89 | |||
| 90 | u8 sync_msg[4]; /* SYNC message */ | ||
| 91 | u8 shdwn_msg[4]; /* Shutdown message */ | ||
| 92 | |||
| 93 | /* Backpointer to the container */ | ||
| 94 | struct usbnet *usbnet; | ||
| 95 | |||
| 96 | u8 ifnum; /* interface number */ | ||
| 97 | |||
| 98 | /* Bit masks, must be a power of 2 */ | ||
| 99 | #define SIERRA_NET_EVENT_RESP_AVAIL 0x01 | ||
| 100 | #define SIERRA_NET_TIMER_EXPIRY 0x02 | ||
| 101 | unsigned long kevent_flags; | ||
| 102 | struct work_struct sierra_net_kevent; | ||
| 103 | struct timer_list sync_timer; /* For retrying SYNC sequence */ | ||
| 104 | }; | ||
| 105 | |||
| 106 | struct param { | ||
| 107 | int is_present; | ||
| 108 | union { | ||
| 109 | void *ptr; | ||
| 110 | u32 dword; | ||
| 111 | u16 word; | ||
| 112 | u8 byte; | ||
| 113 | }; | ||
| 114 | }; | ||
| 115 | |||
| 116 | /* HIP message type */ | ||
| 117 | #define SIERRA_NET_HIP_EXTENDEDID 0x7F | ||
| 118 | #define SIERRA_NET_HIP_HSYNC_ID 0x60 /* Modem -> host */ | ||
| 119 | #define SIERRA_NET_HIP_RESTART_ID 0x62 /* Modem -> host */ | ||
| 120 | #define SIERRA_NET_HIP_MSYNC_ID 0x20 /* Host -> modem */ | ||
| 121 | #define SIERRA_NET_HIP_SHUTD_ID 0x26 /* Host -> modem */ | ||
| 122 | |||
| 123 | #define SIERRA_NET_HIP_EXT_IP_IN_ID 0x0202 | ||
| 124 | #define SIERRA_NET_HIP_EXT_IP_OUT_ID 0x0002 | ||
| 125 | |||
| 126 | /* 3G UMTS Link Sense Indication definitions */ | ||
| 127 | #define SIERRA_NET_HIP_LSI_UMTSID 0x78 | ||
| 128 | |||
| 129 | /* Reverse Channel Grant Indication HIP message */ | ||
| 130 | #define SIERRA_NET_HIP_RCGI 0x64 | ||
| 131 | |||
| 132 | /* LSI Protocol types */ | ||
| 133 | #define SIERRA_NET_PROTOCOL_UMTS 0x01 | ||
| 134 | /* LSI Coverage */ | ||
| 135 | #define SIERRA_NET_COVERAGE_NONE 0x00 | ||
| 136 | #define SIERRA_NET_COVERAGE_NOPACKET 0x01 | ||
| 137 | |||
| 138 | /* LSI Session */ | ||
| 139 | #define SIERRA_NET_SESSION_IDLE 0x00 | ||
| 140 | /* LSI Link types */ | ||
| 141 | #define SIERRA_NET_AS_LINK_TYPE_IPv4 0x00 | ||
| 142 | |||
| 143 | struct lsi_umts { | ||
| 144 | u8 protocol; | ||
| 145 | u8 unused1; | ||
| 146 | __be16 length; | ||
| 147 | /* eventually use a union for the rest - assume umts for now */ | ||
| 148 | u8 coverage; | ||
| 149 | u8 unused2[41]; | ||
| 150 | u8 session_state; | ||
| 151 | u8 unused3[33]; | ||
| 152 | u8 link_type; | ||
| 153 | u8 pdp_addr_len; /* NW-supplied PDP address len */ | ||
| 154 | u8 pdp_addr[16]; /* NW-supplied PDP address (bigendian)) */ | ||
| 155 | u8 unused4[23]; | ||
| 156 | u8 dns1_addr_len; /* NW-supplied 1st DNS address len (bigendian) */ | ||
| 157 | u8 dns1_addr[16]; /* NW-supplied 1st DNS address */ | ||
| 158 | u8 dns2_addr_len; /* NW-supplied 2nd DNS address len */ | ||
| 159 | u8 dns2_addr[16]; /* NW-supplied 2nd DNS address (bigendian)*/ | ||
| 160 | u8 wins1_addr_len; /* NW-supplied 1st Wins address len */ | ||
| 161 | u8 wins1_addr[16]; /* NW-supplied 1st Wins address (bigendian)*/ | ||
| 162 | u8 wins2_addr_len; /* NW-supplied 2nd Wins address len */ | ||
| 163 | u8 wins2_addr[16]; /* NW-supplied 2nd Wins address (bigendian) */ | ||
| 164 | u8 unused5[4]; | ||
| 165 | u8 gw_addr_len; /* NW-supplied GW address len */ | ||
| 166 | u8 gw_addr[16]; /* NW-supplied GW address (bigendian) */ | ||
| 167 | u8 reserved[8]; | ||
| 168 | } __attribute__ ((packed)); | ||
| 169 | |||
| 170 | #define SIERRA_NET_LSI_COMMON_LEN 4 | ||
| 171 | #define SIERRA_NET_LSI_UMTS_LEN (sizeof(struct lsi_umts)) | ||
| 172 | #define SIERRA_NET_LSI_UMTS_STATUS_LEN \ | ||
| 173 | (SIERRA_NET_LSI_UMTS_LEN - SIERRA_NET_LSI_COMMON_LEN) | ||
| 174 | |||
| 175 | /* Forward definitions */ | ||
| 176 | static void sierra_sync_timer(unsigned long syncdata); | ||
| 177 | static int sierra_net_change_mtu(struct net_device *net, int new_mtu); | ||
| 178 | |||
| 179 | /* Our own net device operations structure */ | ||
| 180 | static const struct net_device_ops sierra_net_device_ops = { | ||
| 181 | .ndo_open = usbnet_open, | ||
| 182 | .ndo_stop = usbnet_stop, | ||
| 183 | .ndo_start_xmit = usbnet_start_xmit, | ||
| 184 | .ndo_tx_timeout = usbnet_tx_timeout, | ||
| 185 | .ndo_change_mtu = sierra_net_change_mtu, | ||
| 186 | .ndo_set_mac_address = eth_mac_addr, | ||
| 187 | .ndo_validate_addr = eth_validate_addr, | ||
| 188 | }; | ||
| 189 | |||
| 190 | /* get private data associated with passed in usbnet device */ | ||
| 191 | static inline struct sierra_net_data *sierra_net_get_private(struct usbnet *dev) | ||
| 192 | { | ||
| 193 | return (struct sierra_net_data *)dev->data[0]; | ||
| 194 | } | ||
| 195 | |||
| 196 | /* set private data associated with passed in usbnet device */ | ||
| 197 | static inline void sierra_net_set_private(struct usbnet *dev, | ||
| 198 | struct sierra_net_data *priv) | ||
| 199 | { | ||
| 200 | dev->data[0] = (unsigned long)priv; | ||
| 201 | } | ||
| 202 | |||
| 203 | /* is packet IPv4 */ | ||
| 204 | static inline int is_ip(struct sk_buff *skb) | ||
| 205 | { | ||
| 206 | return (skb->protocol == cpu_to_be16(ETH_P_IP)); | ||
| 207 | } | ||
| 208 | |||
| 209 | /* | ||
| 210 | * check passed in packet and make sure that: | ||
| 211 | * - it is linear (no scatter/gather) | ||
| 212 | * - it is ethernet (mac_header properly set) | ||
| 213 | */ | ||
| 214 | static int check_ethip_packet(struct sk_buff *skb, struct usbnet *dev) | ||
| 215 | { | ||
| 216 | skb_reset_mac_header(skb); /* ethernet header */ | ||
| 217 | |||
| 218 | if (skb_is_nonlinear(skb)) { | ||
| 219 | netdev_err(dev->net, "Non linear buffer-dropping\n"); | ||
| 220 | return 0; | ||
| 221 | } | ||
| 222 | |||
| 223 | if (!pskb_may_pull(skb, ETH_HLEN)) | ||
| 224 | return 0; | ||
| 225 | skb->protocol = eth_hdr(skb)->h_proto; | ||
| 226 | |||
| 227 | return 1; | ||
| 228 | } | ||
| 229 | |||
| 230 | static const u8 *save16bit(struct param *p, const u8 *datap) | ||
| 231 | { | ||
| 232 | p->is_present = 1; | ||
| 233 | p->word = get_unaligned_be16(datap); | ||
| 234 | return datap + sizeof(p->word); | ||
| 235 | } | ||
| 236 | |||
| 237 | static const u8 *save8bit(struct param *p, const u8 *datap) | ||
| 238 | { | ||
| 239 | p->is_present = 1; | ||
| 240 | p->byte = *datap; | ||
| 241 | return datap + sizeof(p->byte); | ||
| 242 | } | ||
| 243 | |||
| 244 | /*----------------------------------------------------------------------------* | ||
| 245 | * BEGIN HIP * | ||
| 246 | *----------------------------------------------------------------------------*/ | ||
| 247 | /* HIP header */ | ||
| 248 | #define SIERRA_NET_HIP_HDR_LEN 4 | ||
| 249 | /* Extended HIP header */ | ||
| 250 | #define SIERRA_NET_HIP_EXT_HDR_LEN 6 | ||
| 251 | |||
| 252 | struct hip_hdr { | ||
| 253 | int hdrlen; | ||
| 254 | struct param payload_len; | ||
| 255 | struct param msgid; | ||
| 256 | struct param msgspecific; | ||
| 257 | struct param extmsgid; | ||
| 258 | }; | ||
| 259 | |||
| 260 | static int parse_hip(const u8 *buf, const u32 buflen, struct hip_hdr *hh) | ||
| 261 | { | ||
| 262 | const u8 *curp = buf; | ||
| 263 | int padded; | ||
| 264 | |||
| 265 | if (buflen < SIERRA_NET_HIP_HDR_LEN) | ||
| 266 | return -EPROTO; | ||
| 267 | |||
| 268 | curp = save16bit(&hh->payload_len, curp); | ||
| 269 | curp = save8bit(&hh->msgid, curp); | ||
| 270 | curp = save8bit(&hh->msgspecific, curp); | ||
| 271 | |||
| 272 | padded = hh->msgid.byte & 0x80; | ||
| 273 | hh->msgid.byte &= 0x7F; /* 7 bits */ | ||
| 274 | |||
| 275 | hh->extmsgid.is_present = (hh->msgid.byte == SIERRA_NET_HIP_EXTENDEDID); | ||
| 276 | if (hh->extmsgid.is_present) { | ||
| 277 | if (buflen < SIERRA_NET_HIP_EXT_HDR_LEN) | ||
| 278 | return -EPROTO; | ||
| 279 | |||
| 280 | hh->payload_len.word &= 0x3FFF; /* 14 bits */ | ||
| 281 | |||
| 282 | curp = save16bit(&hh->extmsgid, curp); | ||
| 283 | hh->extmsgid.word &= 0x03FF; /* 10 bits */ | ||
| 284 | |||
| 285 | hh->hdrlen = SIERRA_NET_HIP_EXT_HDR_LEN; | ||
| 286 | } else { | ||
| 287 | hh->payload_len.word &= 0x07FF; /* 11 bits */ | ||
| 288 | hh->hdrlen = SIERRA_NET_HIP_HDR_LEN; | ||
| 289 | } | ||
| 290 | |||
| 291 | if (padded) { | ||
| 292 | hh->hdrlen++; | ||
| 293 | hh->payload_len.word--; | ||
| 294 | } | ||
| 295 | |||
| 296 | /* if real packet shorter than the claimed length */ | ||
| 297 | if (buflen < (hh->hdrlen + hh->payload_len.word)) | ||
| 298 | return -EINVAL; | ||
| 299 | |||
| 300 | return 0; | ||
| 301 | } | ||
| 302 | |||
| 303 | static void build_hip(u8 *buf, const u16 payloadlen, | ||
| 304 | struct sierra_net_data *priv) | ||
| 305 | { | ||
| 306 | /* the following doesn't have the full functionality. We | ||
| 307 | * currently build only one kind of header, so it is faster this way | ||
| 308 | */ | ||
| 309 | put_unaligned_be16(payloadlen, buf); | ||
| 310 | memcpy(buf+2, priv->tx_hdr_template, sizeof(priv->tx_hdr_template)); | ||
| 311 | } | ||
| 312 | /*----------------------------------------------------------------------------* | ||
| 313 | * END HIP * | ||
| 314 | *----------------------------------------------------------------------------*/ | ||
| 315 | |||
| 316 | static int sierra_net_send_cmd(struct usbnet *dev, | ||
| 317 | u8 *cmd, int cmdlen, const char * cmd_name) | ||
| 318 | { | ||
| 319 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 320 | int status; | ||
| 321 | |||
| 322 | status = usb_control_msg(dev->udev, usb_sndctrlpipe(dev->udev, 0), | ||
| 323 | USB_CDC_SEND_ENCAPSULATED_COMMAND, | ||
| 324 | USB_DIR_OUT|USB_TYPE_CLASS|USB_RECIP_INTERFACE, 0, | ||
| 325 | priv->ifnum, cmd, cmdlen, USB_CTRL_SET_TIMEOUT); | ||
| 326 | |||
| 327 | if (status != cmdlen && status != -ENODEV) | ||
| 328 | netdev_err(dev->net, "Submit %s failed %d\n", cmd_name, status); | ||
| 329 | |||
| 330 | return status; | ||
| 331 | } | ||
| 332 | |||
| 333 | static int sierra_net_send_sync(struct usbnet *dev) | ||
| 334 | { | ||
| 335 | int status; | ||
| 336 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 337 | |||
| 338 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 339 | |||
| 340 | status = sierra_net_send_cmd(dev, priv->sync_msg, | ||
| 341 | sizeof(priv->sync_msg), "SYNC"); | ||
| 342 | |||
| 343 | return status; | ||
| 344 | } | ||
| 345 | |||
| 346 | static void sierra_net_set_ctx_index(struct sierra_net_data *priv, u8 ctx_ix) | ||
| 347 | { | ||
| 348 | dev_dbg(&(priv->usbnet->udev->dev), "%s %d", __func__, ctx_ix); | ||
| 349 | priv->tx_hdr_template[0] = 0x3F; | ||
| 350 | priv->tx_hdr_template[1] = ctx_ix; | ||
| 351 | *((u16 *)&priv->tx_hdr_template[2]) = | ||
| 352 | cpu_to_be16(SIERRA_NET_HIP_EXT_IP_OUT_ID); | ||
| 353 | } | ||
| 354 | |||
| 355 | static inline int sierra_net_is_valid_addrlen(u8 len) | ||
| 356 | { | ||
| 357 | return (len == sizeof(struct in_addr)); | ||
| 358 | } | ||
| 359 | |||
| 360 | static int sierra_net_parse_lsi(struct usbnet *dev, char *data, int datalen) | ||
| 361 | { | ||
| 362 | struct lsi_umts *lsi = (struct lsi_umts *)data; | ||
| 363 | |||
| 364 | if (datalen < sizeof(struct lsi_umts)) { | ||
| 365 | netdev_err(dev->net, "%s: Data length %d, exp %Zu\n", | ||
| 366 | __func__, datalen, | ||
| 367 | sizeof(struct lsi_umts)); | ||
| 368 | return -1; | ||
| 369 | } | ||
| 370 | |||
| 371 | if (lsi->length != cpu_to_be16(SIERRA_NET_LSI_UMTS_STATUS_LEN)) { | ||
| 372 | netdev_err(dev->net, "%s: LSI_UMTS_STATUS_LEN %d, exp %u\n", | ||
| 373 | __func__, be16_to_cpu(lsi->length), | ||
| 374 | (u32)SIERRA_NET_LSI_UMTS_STATUS_LEN); | ||
| 375 | return -1; | ||
| 376 | } | ||
| 377 | |||
| 378 | /* Validate the protocol - only support UMTS for now */ | ||
| 379 | if (lsi->protocol != SIERRA_NET_PROTOCOL_UMTS) { | ||
| 380 | netdev_err(dev->net, "Protocol unsupported, 0x%02x\n", | ||
| 381 | lsi->protocol); | ||
| 382 | return -1; | ||
| 383 | } | ||
| 384 | |||
| 385 | /* Validate the link type */ | ||
| 386 | if (lsi->link_type != SIERRA_NET_AS_LINK_TYPE_IPv4) { | ||
| 387 | netdev_err(dev->net, "Link type unsupported: 0x%02x\n", | ||
| 388 | lsi->link_type); | ||
| 389 | return -1; | ||
| 390 | } | ||
| 391 | |||
| 392 | /* Validate the coverage */ | ||
| 393 | if (lsi->coverage == SIERRA_NET_COVERAGE_NONE | ||
| 394 | || lsi->coverage == SIERRA_NET_COVERAGE_NOPACKET) { | ||
| 395 | netdev_err(dev->net, "No coverage, 0x%02x\n", lsi->coverage); | ||
| 396 | return 0; | ||
| 397 | } | ||
| 398 | |||
| 399 | /* Validate the session state */ | ||
| 400 | if (lsi->session_state == SIERRA_NET_SESSION_IDLE) { | ||
| 401 | netdev_err(dev->net, "Session idle, 0x%02x\n", | ||
| 402 | lsi->session_state); | ||
| 403 | return 0; | ||
| 404 | } | ||
| 405 | |||
| 406 | /* Set link_sense true */ | ||
| 407 | return 1; | ||
| 408 | } | ||
| 409 | |||
| 410 | static void sierra_net_handle_lsi(struct usbnet *dev, char *data, | ||
| 411 | struct hip_hdr *hh) | ||
| 412 | { | ||
| 413 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 414 | int link_up; | ||
| 415 | |||
| 416 | link_up = sierra_net_parse_lsi(dev, data + hh->hdrlen, | ||
| 417 | hh->payload_len.word); | ||
| 418 | if (link_up < 0) { | ||
| 419 | netdev_err(dev->net, "Invalid LSI\n"); | ||
| 420 | return; | ||
| 421 | } | ||
| 422 | if (link_up) { | ||
| 423 | sierra_net_set_ctx_index(priv, hh->msgspecific.byte); | ||
| 424 | priv->link_up = 1; | ||
| 425 | netif_carrier_on(dev->net); | ||
| 426 | } else { | ||
| 427 | priv->link_up = 0; | ||
| 428 | netif_carrier_off(dev->net); | ||
| 429 | } | ||
| 430 | } | ||
| 431 | |||
| 432 | static void sierra_net_dosync(struct usbnet *dev) | ||
| 433 | { | ||
| 434 | int status; | ||
| 435 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 436 | |||
| 437 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 438 | |||
| 439 | /* tell modem we are ready */ | ||
| 440 | status = sierra_net_send_sync(dev); | ||
| 441 | if (status < 0) | ||
| 442 | netdev_err(dev->net, | ||
| 443 | "Send SYNC failed, status %d\n", status); | ||
| 444 | status = sierra_net_send_sync(dev); | ||
| 445 | if (status < 0) | ||
| 446 | netdev_err(dev->net, | ||
| 447 | "Send SYNC failed, status %d\n", status); | ||
| 448 | |||
| 449 | /* Now, start a timer and make sure we get the Restart Indication */ | ||
| 450 | priv->sync_timer.function = sierra_sync_timer; | ||
| 451 | priv->sync_timer.data = (unsigned long) dev; | ||
| 452 | priv->sync_timer.expires = jiffies + SIERRA_NET_SYNCDELAY; | ||
| 453 | add_timer(&priv->sync_timer); | ||
| 454 | } | ||
| 455 | |||
| 456 | static void sierra_net_kevent(struct work_struct *work) | ||
| 457 | { | ||
| 458 | struct sierra_net_data *priv = | ||
| 459 | container_of(work, struct sierra_net_data, sierra_net_kevent); | ||
| 460 | struct usbnet *dev = priv->usbnet; | ||
| 461 | int len; | ||
| 462 | int err; | ||
| 463 | u8 *buf; | ||
| 464 | u8 ifnum; | ||
| 465 | |||
| 466 | if (test_bit(SIERRA_NET_EVENT_RESP_AVAIL, &priv->kevent_flags)) { | ||
| 467 | clear_bit(SIERRA_NET_EVENT_RESP_AVAIL, &priv->kevent_flags); | ||
| 468 | |||
| 469 | /* Query the modem for the LSI message */ | ||
| 470 | buf = kzalloc(SIERRA_NET_USBCTL_BUF_LEN, GFP_KERNEL); | ||
| 471 | if (!buf) { | ||
| 472 | netdev_err(dev->net, | ||
| 473 | "failed to allocate buf for LS msg\n"); | ||
| 474 | return; | ||
| 475 | } | ||
| 476 | ifnum = priv->ifnum; | ||
| 477 | len = usb_control_msg(dev->udev, usb_rcvctrlpipe(dev->udev, 0), | ||
| 478 | USB_CDC_GET_ENCAPSULATED_RESPONSE, | ||
| 479 | USB_DIR_IN|USB_TYPE_CLASS|USB_RECIP_INTERFACE, | ||
| 480 | 0, ifnum, buf, SIERRA_NET_USBCTL_BUF_LEN, | ||
| 481 | USB_CTRL_SET_TIMEOUT); | ||
| 482 | |||
| 483 | if (len < 0) { | ||
| 484 | netdev_err(dev->net, | ||
| 485 | "usb_control_msg failed, status %d\n", len); | ||
| 486 | } else { | ||
| 487 | struct hip_hdr hh; | ||
| 488 | |||
| 489 | dev_dbg(&dev->udev->dev, "%s: Received status message," | ||
| 490 | " %04x bytes", __func__, len); | ||
| 491 | |||
| 492 | err = parse_hip(buf, len, &hh); | ||
| 493 | if (err) { | ||
| 494 | netdev_err(dev->net, "%s: Bad packet," | ||
| 495 | " parse result %d\n", __func__, err); | ||
| 496 | kfree(buf); | ||
| 497 | return; | ||
| 498 | } | ||
| 499 | |||
| 500 | /* Validate packet length */ | ||
| 501 | if (len != hh.hdrlen + hh.payload_len.word) { | ||
| 502 | netdev_err(dev->net, "%s: Bad packet, received" | ||
| 503 | " %d, expected %d\n", __func__, len, | ||
| 504 | hh.hdrlen + hh.payload_len.word); | ||
| 505 | kfree(buf); | ||
| 506 | return; | ||
| 507 | } | ||
| 508 | |||
| 509 | /* Switch on received message types */ | ||
| 510 | switch (hh.msgid.byte) { | ||
| 511 | case SIERRA_NET_HIP_LSI_UMTSID: | ||
| 512 | dev_dbg(&dev->udev->dev, "LSI for ctx:%d", | ||
| 513 | hh.msgspecific.byte); | ||
| 514 | sierra_net_handle_lsi(dev, buf, &hh); | ||
| 515 | break; | ||
| 516 | case SIERRA_NET_HIP_RESTART_ID: | ||
| 517 | dev_dbg(&dev->udev->dev, "Restart reported: %d," | ||
| 518 | " stopping sync timer", | ||
| 519 | hh.msgspecific.byte); | ||
| 520 | /* Got sync resp - stop timer & clear mask */ | ||
| 521 | del_timer_sync(&priv->sync_timer); | ||
| 522 | clear_bit(SIERRA_NET_TIMER_EXPIRY, | ||
| 523 | &priv->kevent_flags); | ||
| 524 | break; | ||
| 525 | case SIERRA_NET_HIP_HSYNC_ID: | ||
| 526 | dev_dbg(&dev->udev->dev, "SYNC received"); | ||
| 527 | err = sierra_net_send_sync(dev); | ||
| 528 | if (err < 0) | ||
| 529 | netdev_err(dev->net, | ||
| 530 | "Send SYNC failed %d\n", err); | ||
| 531 | break; | ||
| 532 | case SIERRA_NET_HIP_EXTENDEDID: | ||
| 533 | netdev_err(dev->net, "Unrecognized HIP msg, " | ||
| 534 | "extmsgid 0x%04x\n", hh.extmsgid.word); | ||
| 535 | break; | ||
| 536 | case SIERRA_NET_HIP_RCGI: | ||
| 537 | /* Ignored */ | ||
| 538 | break; | ||
| 539 | default: | ||
| 540 | netdev_err(dev->net, "Unrecognized HIP msg, " | ||
| 541 | "msgid 0x%02x\n", hh.msgid.byte); | ||
| 542 | break; | ||
| 543 | } | ||
| 544 | } | ||
| 545 | kfree(buf); | ||
| 546 | } | ||
| 547 | /* The sync timer bit might be set */ | ||
| 548 | if (test_bit(SIERRA_NET_TIMER_EXPIRY, &priv->kevent_flags)) { | ||
| 549 | clear_bit(SIERRA_NET_TIMER_EXPIRY, &priv->kevent_flags); | ||
| 550 | dev_dbg(&dev->udev->dev, "Deferred sync timer expiry"); | ||
| 551 | sierra_net_dosync(priv->usbnet); | ||
| 552 | } | ||
| 553 | |||
| 554 | if (priv->kevent_flags) | ||
| 555 | dev_dbg(&dev->udev->dev, "sierra_net_kevent done, " | ||
| 556 | "kevent_flags = 0x%lx", priv->kevent_flags); | ||
| 557 | } | ||
| 558 | |||
| 559 | static void sierra_net_defer_kevent(struct usbnet *dev, int work) | ||
| 560 | { | ||
| 561 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 562 | |||
| 563 | set_bit(work, &priv->kevent_flags); | ||
| 564 | schedule_work(&priv->sierra_net_kevent); | ||
| 565 | } | ||
| 566 | |||
| 567 | /* | ||
| 568 | * Sync Retransmit Timer Handler. On expiry, kick the work queue | ||
| 569 | */ | ||
| 570 | void sierra_sync_timer(unsigned long syncdata) | ||
| 571 | { | ||
| 572 | struct usbnet *dev = (struct usbnet *)syncdata; | ||
| 573 | |||
| 574 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 575 | /* Kick the tasklet */ | ||
| 576 | sierra_net_defer_kevent(dev, SIERRA_NET_TIMER_EXPIRY); | ||
| 577 | } | ||
| 578 | |||
| 579 | static void sierra_net_status(struct usbnet *dev, struct urb *urb) | ||
| 580 | { | ||
| 581 | struct usb_cdc_notification *event; | ||
| 582 | |||
| 583 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 584 | |||
| 585 | if (urb->actual_length < sizeof *event) | ||
| 586 | return; | ||
| 587 | |||
| 588 | /* Add cases to handle other standard notifications. */ | ||
| 589 | event = urb->transfer_buffer; | ||
| 590 | switch (event->bNotificationType) { | ||
| 591 | case USB_CDC_NOTIFY_NETWORK_CONNECTION: | ||
| 592 | case USB_CDC_NOTIFY_SPEED_CHANGE: | ||
| 593 | /* USB 305 sends those */ | ||
| 594 | break; | ||
| 595 | case USB_CDC_NOTIFY_RESPONSE_AVAILABLE: | ||
| 596 | sierra_net_defer_kevent(dev, SIERRA_NET_EVENT_RESP_AVAIL); | ||
| 597 | break; | ||
| 598 | default: | ||
| 599 | netdev_err(dev->net, ": unexpected notification %02x!\n", | ||
| 600 | event->bNotificationType); | ||
| 601 | break; | ||
| 602 | } | ||
| 603 | } | ||
| 604 | |||
| 605 | static void sierra_net_get_drvinfo(struct net_device *net, | ||
| 606 | struct ethtool_drvinfo *info) | ||
| 607 | { | ||
| 608 | /* Inherit standard device info */ | ||
| 609 | usbnet_get_drvinfo(net, info); | ||
| 610 | strncpy(info->driver, driver_name, sizeof info->driver); | ||
| 611 | strncpy(info->version, DRIVER_VERSION, sizeof info->version); | ||
| 612 | } | ||
| 613 | |||
| 614 | static u32 sierra_net_get_link(struct net_device *net) | ||
| 615 | { | ||
| 616 | struct usbnet *dev = netdev_priv(net); | ||
| 617 | /* Report link is down whenever the interface is down */ | ||
| 618 | return sierra_net_get_private(dev)->link_up && netif_running(net); | ||
| 619 | } | ||
| 620 | |||
| 621 | static struct ethtool_ops sierra_net_ethtool_ops = { | ||
| 622 | .get_drvinfo = sierra_net_get_drvinfo, | ||
| 623 | .get_link = sierra_net_get_link, | ||
| 624 | .get_msglevel = usbnet_get_msglevel, | ||
| 625 | .set_msglevel = usbnet_set_msglevel, | ||
| 626 | .get_settings = usbnet_get_settings, | ||
| 627 | .set_settings = usbnet_set_settings, | ||
| 628 | .nway_reset = usbnet_nway_reset, | ||
| 629 | }; | ||
| 630 | |||
| 631 | /* MTU can not be more than 1500 bytes, enforce it. */ | ||
| 632 | static int sierra_net_change_mtu(struct net_device *net, int new_mtu) | ||
| 633 | { | ||
| 634 | if (new_mtu > SIERRA_NET_MAX_SUPPORTED_MTU) | ||
| 635 | return -EINVAL; | ||
| 636 | |||
| 637 | return usbnet_change_mtu(net, new_mtu); | ||
| 638 | } | ||
| 639 | |||
| 640 | static int is_whitelisted(const u8 ifnum, | ||
| 641 | const struct sierra_net_iface_info *whitelist) | ||
| 642 | { | ||
| 643 | if (whitelist) { | ||
| 644 | const u8 *list = whitelist->ifaceinfo; | ||
| 645 | int i; | ||
| 646 | |||
| 647 | for (i = 0; i < whitelist->infolen; i++) { | ||
| 648 | if (list[i] == ifnum) | ||
| 649 | return 1; | ||
| 650 | } | ||
| 651 | } | ||
| 652 | return 0; | ||
| 653 | } | ||
| 654 | |||
| 655 | static int sierra_net_get_fw_attr(struct usbnet *dev, u16 *datap) | ||
| 656 | { | ||
| 657 | int result = 0; | ||
| 658 | u16 *attrdata; | ||
| 659 | |||
| 660 | attrdata = kmalloc(sizeof(*attrdata), GFP_KERNEL); | ||
| 661 | if (!attrdata) | ||
| 662 | return -ENOMEM; | ||
| 663 | |||
| 664 | result = usb_control_msg( | ||
| 665 | dev->udev, | ||
| 666 | usb_rcvctrlpipe(dev->udev, 0), | ||
| 667 | /* _u8 vendor specific request */ | ||
| 668 | SWI_USB_REQUEST_GET_FW_ATTR, | ||
| 669 | USB_DIR_IN | USB_TYPE_VENDOR, /* __u8 request type */ | ||
| 670 | 0x0000, /* __u16 value not used */ | ||
| 671 | 0x0000, /* __u16 index not used */ | ||
| 672 | attrdata, /* char *data */ | ||
| 673 | sizeof(*attrdata), /* __u16 size */ | ||
| 674 | USB_CTRL_SET_TIMEOUT); /* int timeout */ | ||
| 675 | |||
| 676 | if (result < 0) { | ||
| 677 | kfree(attrdata); | ||
| 678 | return -EIO; | ||
| 679 | } | ||
| 680 | |||
| 681 | *datap = *attrdata; | ||
| 682 | |||
| 683 | kfree(attrdata); | ||
| 684 | return result; | ||
| 685 | } | ||
| 686 | |||
| 687 | /* | ||
| 688 | * collects the bulk endpoints, the status endpoint. | ||
| 689 | */ | ||
| 690 | static int sierra_net_bind(struct usbnet *dev, struct usb_interface *intf) | ||
| 691 | { | ||
| 692 | u8 ifacenum; | ||
| 693 | u8 numendpoints; | ||
| 694 | u16 fwattr = 0; | ||
| 695 | int status; | ||
| 696 | struct ethhdr *eth; | ||
| 697 | struct sierra_net_data *priv; | ||
| 698 | static const u8 sync_tmplate[sizeof(priv->sync_msg)] = { | ||
| 699 | 0x00, 0x00, SIERRA_NET_HIP_MSYNC_ID, 0x00}; | ||
| 700 | static const u8 shdwn_tmplate[sizeof(priv->shdwn_msg)] = { | ||
| 701 | 0x00, 0x00, SIERRA_NET_HIP_SHUTD_ID, 0x00}; | ||
| 702 | |||
| 703 | struct sierra_net_info_data *data = | ||
| 704 | (struct sierra_net_info_data *)dev->driver_info->data; | ||
| 705 | |||
| 706 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 707 | |||
| 708 | ifacenum = intf->cur_altsetting->desc.bInterfaceNumber; | ||
| 709 | /* We only accept certain interfaces */ | ||
| 710 | if (!is_whitelisted(ifacenum, &data->whitelist)) { | ||
| 711 | dev_dbg(&dev->udev->dev, "Ignoring interface: %d", ifacenum); | ||
| 712 | return -ENODEV; | ||
| 713 | } | ||
| 714 | numendpoints = intf->cur_altsetting->desc.bNumEndpoints; | ||
| 715 | /* We have three endpoints, bulk in and out, and a status */ | ||
| 716 | if (numendpoints != 3) { | ||
| 717 | dev_err(&dev->udev->dev, "Expected 3 endpoints, found: %d", | ||
| 718 | numendpoints); | ||
| 719 | return -ENODEV; | ||
| 720 | } | ||
| 721 | /* Status endpoint set in usbnet_get_endpoints() */ | ||
| 722 | dev->status = NULL; | ||
| 723 | status = usbnet_get_endpoints(dev, intf); | ||
| 724 | if (status < 0) { | ||
| 725 | dev_err(&dev->udev->dev, "Error in usbnet_get_endpoints (%d)", | ||
| 726 | status); | ||
| 727 | return -ENODEV; | ||
| 728 | } | ||
| 729 | /* Initialize sierra private data */ | ||
| 730 | priv = kzalloc(sizeof *priv, GFP_KERNEL); | ||
| 731 | if (!priv) { | ||
| 732 | dev_err(&dev->udev->dev, "No memory"); | ||
| 733 | return -ENOMEM; | ||
| 734 | } | ||
| 735 | |||
| 736 | priv->usbnet = dev; | ||
| 737 | priv->ifnum = ifacenum; | ||
| 738 | dev->net->netdev_ops = &sierra_net_device_ops; | ||
| 739 | |||
| 740 | /* change MAC addr to include, ifacenum, and to be unique */ | ||
| 741 | dev->net->dev_addr[ETH_ALEN-2] = atomic_inc_return(&iface_counter); | ||
| 742 | dev->net->dev_addr[ETH_ALEN-1] = ifacenum; | ||
| 743 | |||
| 744 | /* we will have to manufacture ethernet headers, prepare template */ | ||
| 745 | eth = (struct ethhdr *)priv->ethr_hdr_tmpl; | ||
| 746 | memcpy(ð->h_dest, dev->net->dev_addr, ETH_ALEN); | ||
| 747 | eth->h_proto = cpu_to_be16(ETH_P_IP); | ||
| 748 | |||
| 749 | /* prepare shutdown message template */ | ||
| 750 | memcpy(priv->shdwn_msg, shdwn_tmplate, sizeof(priv->shdwn_msg)); | ||
| 751 | /* set context index initially to 0 - prepares tx hdr template */ | ||
| 752 | sierra_net_set_ctx_index(priv, 0); | ||
| 753 | |||
| 754 | /* decrease the rx_urb_size and max_tx_size to 4k on USB 1.1 */ | ||
| 755 | dev->rx_urb_size = data->rx_urb_size; | ||
| 756 | if (dev->udev->speed != USB_SPEED_HIGH) | ||
| 757 | dev->rx_urb_size = min_t(size_t, 4096, data->rx_urb_size); | ||
| 758 | |||
| 759 | dev->net->hard_header_len += SIERRA_NET_HIP_EXT_HDR_LEN; | ||
| 760 | dev->hard_mtu = dev->net->mtu + dev->net->hard_header_len; | ||
| 761 | |||
| 762 | /* Set up the netdev */ | ||
| 763 | dev->net->flags |= IFF_NOARP; | ||
| 764 | dev->net->ethtool_ops = &sierra_net_ethtool_ops; | ||
| 765 | netif_carrier_off(dev->net); | ||
| 766 | |||
| 767 | sierra_net_set_private(dev, priv); | ||
| 768 | |||
| 769 | priv->kevent_flags = 0; | ||
| 770 | |||
| 771 | /* Use the shared workqueue */ | ||
| 772 | INIT_WORK(&priv->sierra_net_kevent, sierra_net_kevent); | ||
| 773 | |||
| 774 | /* Only need to do this once */ | ||
| 775 | init_timer(&priv->sync_timer); | ||
| 776 | |||
| 777 | /* verify fw attributes */ | ||
| 778 | status = sierra_net_get_fw_attr(dev, &fwattr); | ||
| 779 | dev_dbg(&dev->udev->dev, "Fw attr: %x\n", fwattr); | ||
| 780 | |||
| 781 | /* test whether firmware supports DHCP */ | ||
| 782 | if (!(status == sizeof(fwattr) && (fwattr & SWI_GET_FW_ATTR_MASK))) { | ||
| 783 | /* found incompatible firmware version */ | ||
| 784 | dev_err(&dev->udev->dev, "Incompatible driver and firmware" | ||
| 785 | " versions\n"); | ||
| 786 | kfree(priv); | ||
| 787 | return -ENODEV; | ||
| 788 | } | ||
| 789 | /* prepare sync message from template */ | ||
| 790 | memcpy(priv->sync_msg, sync_tmplate, sizeof(priv->sync_msg)); | ||
| 791 | |||
| 792 | /* initiate the sync sequence */ | ||
| 793 | sierra_net_dosync(dev); | ||
| 794 | |||
| 795 | return 0; | ||
| 796 | } | ||
| 797 | |||
| 798 | static void sierra_net_unbind(struct usbnet *dev, struct usb_interface *intf) | ||
| 799 | { | ||
| 800 | int status; | ||
| 801 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 802 | |||
| 803 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 804 | |||
| 805 | /* Kill the timer then flush the work queue */ | ||
| 806 | del_timer_sync(&priv->sync_timer); | ||
| 807 | |||
| 808 | flush_scheduled_work(); | ||
| 809 | |||
| 810 | /* tell modem we are going away */ | ||
| 811 | status = sierra_net_send_cmd(dev, priv->shdwn_msg, | ||
| 812 | sizeof(priv->shdwn_msg), "Shutdown"); | ||
| 813 | if (status < 0) | ||
| 814 | netdev_err(dev->net, | ||
| 815 | "usb_control_msg failed, status %d\n", status); | ||
| 816 | |||
| 817 | sierra_net_set_private(dev, NULL); | ||
| 818 | |||
| 819 | kfree(priv); | ||
| 820 | } | ||
| 821 | |||
| 822 | static struct sk_buff *sierra_net_skb_clone(struct usbnet *dev, | ||
| 823 | struct sk_buff *skb, int len) | ||
| 824 | { | ||
| 825 | struct sk_buff *new_skb; | ||
| 826 | |||
| 827 | /* clone skb */ | ||
| 828 | new_skb = skb_clone(skb, GFP_ATOMIC); | ||
| 829 | |||
| 830 | /* remove len bytes from original */ | ||
| 831 | skb_pull(skb, len); | ||
| 832 | |||
| 833 | /* trim next packet to it's length */ | ||
| 834 | if (new_skb) { | ||
| 835 | skb_trim(new_skb, len); | ||
| 836 | } else { | ||
| 837 | if (netif_msg_rx_err(dev)) | ||
| 838 | netdev_err(dev->net, "failed to get skb\n"); | ||
| 839 | dev->net->stats.rx_dropped++; | ||
| 840 | } | ||
| 841 | |||
| 842 | return new_skb; | ||
| 843 | } | ||
| 844 | |||
| 845 | /* ---------------------------- Receive data path ----------------------*/ | ||
| 846 | static int sierra_net_rx_fixup(struct usbnet *dev, struct sk_buff *skb) | ||
| 847 | { | ||
| 848 | int err; | ||
| 849 | struct hip_hdr hh; | ||
| 850 | struct sk_buff *new_skb; | ||
| 851 | |||
| 852 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 853 | |||
| 854 | /* could contain multiple packets */ | ||
| 855 | while (likely(skb->len)) { | ||
| 856 | err = parse_hip(skb->data, skb->len, &hh); | ||
| 857 | if (err) { | ||
| 858 | if (netif_msg_rx_err(dev)) | ||
| 859 | netdev_err(dev->net, "Invalid HIP header %d\n", | ||
| 860 | err); | ||
| 861 | /* dev->net->stats.rx_errors incremented by caller */ | ||
| 862 | dev->net->stats.rx_length_errors++; | ||
| 863 | return 0; | ||
| 864 | } | ||
| 865 | |||
| 866 | /* Validate Extended HIP header */ | ||
| 867 | if (!hh.extmsgid.is_present | ||
| 868 | || hh.extmsgid.word != SIERRA_NET_HIP_EXT_IP_IN_ID) { | ||
| 869 | if (netif_msg_rx_err(dev)) | ||
| 870 | netdev_err(dev->net, "HIP/ETH: Invalid pkt\n"); | ||
| 871 | |||
| 872 | dev->net->stats.rx_frame_errors++; | ||
| 873 | /* dev->net->stats.rx_errors incremented by caller */; | ||
| 874 | return 0; | ||
| 875 | } | ||
| 876 | |||
| 877 | skb_pull(skb, hh.hdrlen); | ||
| 878 | |||
| 879 | /* We are going to accept this packet, prepare it */ | ||
| 880 | memcpy(skb->data, sierra_net_get_private(dev)->ethr_hdr_tmpl, | ||
| 881 | ETH_HLEN); | ||
| 882 | |||
| 883 | /* Last packet in batch handled by usbnet */ | ||
| 884 | if (hh.payload_len.word == skb->len) | ||
| 885 | return 1; | ||
| 886 | |||
| 887 | new_skb = sierra_net_skb_clone(dev, skb, hh.payload_len.word); | ||
| 888 | if (new_skb) | ||
| 889 | usbnet_skb_return(dev, new_skb); | ||
| 890 | |||
| 891 | } /* while */ | ||
| 892 | |||
| 893 | return 0; | ||
| 894 | } | ||
| 895 | |||
| 896 | /* ---------------------------- Transmit data path ----------------------*/ | ||
| 897 | struct sk_buff *sierra_net_tx_fixup(struct usbnet *dev, struct sk_buff *skb, | ||
| 898 | gfp_t flags) | ||
| 899 | { | ||
| 900 | struct sierra_net_data *priv = sierra_net_get_private(dev); | ||
| 901 | u16 len; | ||
| 902 | bool need_tail; | ||
| 903 | |||
| 904 | dev_dbg(&dev->udev->dev, "%s", __func__); | ||
| 905 | if (priv->link_up && check_ethip_packet(skb, dev) && is_ip(skb)) { | ||
| 906 | /* enough head room as is? */ | ||
| 907 | if (SIERRA_NET_HIP_EXT_HDR_LEN <= skb_headroom(skb)) { | ||
| 908 | /* Save the Eth/IP length and set up HIP hdr */ | ||
| 909 | len = skb->len; | ||
| 910 | skb_push(skb, SIERRA_NET_HIP_EXT_HDR_LEN); | ||
| 911 | /* Handle ZLP issue */ | ||
| 912 | need_tail = ((len + SIERRA_NET_HIP_EXT_HDR_LEN) | ||
| 913 | % dev->maxpacket == 0); | ||
| 914 | if (need_tail) { | ||
| 915 | if (unlikely(skb_tailroom(skb) == 0)) { | ||
| 916 | netdev_err(dev->net, "tx_fixup:" | ||
| 917 | "no room for packet\n"); | ||
| 918 | dev_kfree_skb_any(skb); | ||
| 919 | return NULL; | ||
| 920 | } else { | ||
| 921 | skb->data[skb->len] = 0; | ||
| 922 | __skb_put(skb, 1); | ||
| 923 | len = len + 1; | ||
| 924 | } | ||
| 925 | } | ||
| 926 | build_hip(skb->data, len, priv); | ||
| 927 | return skb; | ||
| 928 | } else { | ||
| 929 | /* | ||
| 930 | * compensate in the future if necessary | ||
| 931 | */ | ||
| 932 | netdev_err(dev->net, "tx_fixup: no room for HIP\n"); | ||
| 933 | } /* headroom */ | ||
| 934 | } | ||
| 935 | |||
| 936 | if (!priv->link_up) | ||
| 937 | dev->net->stats.tx_carrier_errors++; | ||
| 938 | |||
| 939 | /* tx_dropped incremented by usbnet */ | ||
| 940 | |||
| 941 | /* filter the packet out, release it */ | ||
| 942 | dev_kfree_skb_any(skb); | ||
| 943 | return NULL; | ||
| 944 | } | ||
| 945 | |||
| 946 | static const u8 sierra_net_ifnum_list[] = { 7, 10, 11 }; | ||
| 947 | static const struct sierra_net_info_data sierra_net_info_data_68A3 = { | ||
| 948 | .rx_urb_size = 8 * 1024, | ||
| 949 | .whitelist = { | ||
| 950 | .infolen = ARRAY_SIZE(sierra_net_ifnum_list), | ||
| 951 | .ifaceinfo = sierra_net_ifnum_list | ||
| 952 | } | ||
| 953 | }; | ||
| 954 | |||
| 955 | static const struct driver_info sierra_net_info_68A3 = { | ||
| 956 | .description = "Sierra Wireless USB-to-WWAN Modem", | ||
| 957 | .flags = FLAG_WWAN | FLAG_SEND_ZLP, | ||
| 958 | .bind = sierra_net_bind, | ||
| 959 | .unbind = sierra_net_unbind, | ||
| 960 | .status = sierra_net_status, | ||
| 961 | .rx_fixup = sierra_net_rx_fixup, | ||
| 962 | .tx_fixup = sierra_net_tx_fixup, | ||
| 963 | .data = (unsigned long)&sierra_net_info_data_68A3, | ||
| 964 | }; | ||
| 965 | |||
| 966 | static const struct usb_device_id products[] = { | ||
| 967 | {USB_DEVICE(0x1199, 0x68A3), /* Sierra Wireless USB-to-WWAN modem */ | ||
| 968 | .driver_info = (unsigned long) &sierra_net_info_68A3}, | ||
| 969 | |||
| 970 | {}, /* last item */ | ||
| 971 | }; | ||
| 972 | MODULE_DEVICE_TABLE(usb, products); | ||
| 973 | |||
| 974 | /* We are based on usbnet, so let it handle the USB driver specifics */ | ||
| 975 | static struct usb_driver sierra_net_driver = { | ||
| 976 | .name = "sierra_net", | ||
| 977 | .id_table = products, | ||
| 978 | .probe = usbnet_probe, | ||
| 979 | .disconnect = usbnet_disconnect, | ||
| 980 | .suspend = usbnet_suspend, | ||
| 981 | .resume = usbnet_resume, | ||
| 982 | .no_dynamic_id = 1, | ||
| 983 | }; | ||
| 984 | |||
| 985 | static int __init sierra_net_init(void) | ||
| 986 | { | ||
| 987 | BUILD_BUG_ON(FIELD_SIZEOF(struct usbnet, data) | ||
| 988 | < sizeof(struct cdc_state)); | ||
| 989 | |||
| 990 | return usb_register(&sierra_net_driver); | ||
| 991 | } | ||
| 992 | |||
| 993 | static void __exit sierra_net_exit(void) | ||
| 994 | { | ||
| 995 | usb_deregister(&sierra_net_driver); | ||
| 996 | } | ||
| 997 | |||
| 998 | module_exit(sierra_net_exit); | ||
| 999 | module_init(sierra_net_init); | ||
| 1000 | |||
| 1001 | MODULE_AUTHOR(DRIVER_AUTHOR); | ||
| 1002 | MODULE_DESCRIPTION(DRIVER_DESC); | ||
| 1003 | MODULE_VERSION(DRIVER_VERSION); | ||
| 1004 | MODULE_LICENSE("GPL"); | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-6000.c b/drivers/net/wireless/iwlwifi/iwl-6000.c index c4844adff92a..92b3e64fc14d 100644 --- a/drivers/net/wireless/iwlwifi/iwl-6000.c +++ b/drivers/net/wireless/iwlwifi/iwl-6000.c | |||
| @@ -259,7 +259,7 @@ static struct iwl_lib_ops iwl6000_lib = { | |||
| 259 | EEPROM_5000_REG_BAND_3_CHANNELS, | 259 | EEPROM_5000_REG_BAND_3_CHANNELS, |
| 260 | EEPROM_5000_REG_BAND_4_CHANNELS, | 260 | EEPROM_5000_REG_BAND_4_CHANNELS, |
| 261 | EEPROM_5000_REG_BAND_5_CHANNELS, | 261 | EEPROM_5000_REG_BAND_5_CHANNELS, |
| 262 | EEPROM_5000_REG_BAND_24_HT40_CHANNELS, | 262 | EEPROM_6000_REG_BAND_24_HT40_CHANNELS, |
| 263 | EEPROM_5000_REG_BAND_52_HT40_CHANNELS | 263 | EEPROM_5000_REG_BAND_52_HT40_CHANNELS |
| 264 | }, | 264 | }, |
| 265 | .verify_signature = iwlcore_eeprom_verify_signature, | 265 | .verify_signature = iwlcore_eeprom_verify_signature, |
| @@ -323,7 +323,7 @@ static struct iwl_lib_ops iwl6050_lib = { | |||
| 323 | EEPROM_5000_REG_BAND_3_CHANNELS, | 323 | EEPROM_5000_REG_BAND_3_CHANNELS, |
| 324 | EEPROM_5000_REG_BAND_4_CHANNELS, | 324 | EEPROM_5000_REG_BAND_4_CHANNELS, |
| 325 | EEPROM_5000_REG_BAND_5_CHANNELS, | 325 | EEPROM_5000_REG_BAND_5_CHANNELS, |
| 326 | EEPROM_5000_REG_BAND_24_HT40_CHANNELS, | 326 | EEPROM_6000_REG_BAND_24_HT40_CHANNELS, |
| 327 | EEPROM_5000_REG_BAND_52_HT40_CHANNELS | 327 | EEPROM_5000_REG_BAND_52_HT40_CHANNELS |
| 328 | }, | 328 | }, |
| 329 | .verify_signature = iwlcore_eeprom_verify_signature, | 329 | .verify_signature = iwlcore_eeprom_verify_signature, |
diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.c b/drivers/net/wireless/iwlwifi/iwl-agn.c index 8b8e3e1cbb44..bdff56583e11 100644 --- a/drivers/net/wireless/iwlwifi/iwl-agn.c +++ b/drivers/net/wireless/iwlwifi/iwl-agn.c | |||
| @@ -3331,6 +3331,7 @@ static void iwl_cancel_deferred_work(struct iwl_priv *priv) | |||
| 3331 | 3331 | ||
| 3332 | cancel_delayed_work_sync(&priv->init_alive_start); | 3332 | cancel_delayed_work_sync(&priv->init_alive_start); |
| 3333 | cancel_delayed_work(&priv->scan_check); | 3333 | cancel_delayed_work(&priv->scan_check); |
| 3334 | cancel_work_sync(&priv->start_internal_scan); | ||
| 3334 | cancel_delayed_work(&priv->alive_start); | 3335 | cancel_delayed_work(&priv->alive_start); |
| 3335 | cancel_work_sync(&priv->beacon_update); | 3336 | cancel_work_sync(&priv->beacon_update); |
| 3336 | del_timer_sync(&priv->statistics_periodic); | 3337 | del_timer_sync(&priv->statistics_periodic); |
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.c b/drivers/net/wireless/iwlwifi/iwl-core.c index 3352f7086632..049b652bcb5e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.c +++ b/drivers/net/wireless/iwlwifi/iwl-core.c | |||
| @@ -3358,7 +3358,6 @@ static void iwl_force_rf_reset(struct iwl_priv *priv) | |||
| 3358 | */ | 3358 | */ |
| 3359 | IWL_DEBUG_INFO(priv, "perform radio reset.\n"); | 3359 | IWL_DEBUG_INFO(priv, "perform radio reset.\n"); |
| 3360 | iwl_internal_short_hw_scan(priv); | 3360 | iwl_internal_short_hw_scan(priv); |
| 3361 | return; | ||
| 3362 | } | 3361 | } |
| 3363 | 3362 | ||
| 3364 | 3363 | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-core.h b/drivers/net/wireless/iwlwifi/iwl-core.h index 732590f5fe30..36940a9ec6b9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-core.h +++ b/drivers/net/wireless/iwlwifi/iwl-core.h | |||
| @@ -506,7 +506,7 @@ void iwl_init_scan_params(struct iwl_priv *priv); | |||
| 506 | int iwl_scan_cancel(struct iwl_priv *priv); | 506 | int iwl_scan_cancel(struct iwl_priv *priv); |
| 507 | int iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms); | 507 | int iwl_scan_cancel_timeout(struct iwl_priv *priv, unsigned long ms); |
| 508 | int iwl_mac_hw_scan(struct ieee80211_hw *hw, struct cfg80211_scan_request *req); | 508 | int iwl_mac_hw_scan(struct ieee80211_hw *hw, struct cfg80211_scan_request *req); |
| 509 | int iwl_internal_short_hw_scan(struct iwl_priv *priv); | 509 | void iwl_internal_short_hw_scan(struct iwl_priv *priv); |
| 510 | int iwl_force_reset(struct iwl_priv *priv, int mode); | 510 | int iwl_force_reset(struct iwl_priv *priv, int mode); |
| 511 | u16 iwl_fill_probe_req(struct iwl_priv *priv, struct ieee80211_mgmt *frame, | 511 | u16 iwl_fill_probe_req(struct iwl_priv *priv, struct ieee80211_mgmt *frame, |
| 512 | const u8 *ie, int ie_len, int left); | 512 | const u8 *ie, int ie_len, int left); |
diff --git a/drivers/net/wireless/iwlwifi/iwl-dev.h b/drivers/net/wireless/iwlwifi/iwl-dev.h index 6054c5fba0c1..ef1720a852e9 100644 --- a/drivers/net/wireless/iwlwifi/iwl-dev.h +++ b/drivers/net/wireless/iwlwifi/iwl-dev.h | |||
| @@ -1296,6 +1296,7 @@ struct iwl_priv { | |||
| 1296 | struct work_struct tt_work; | 1296 | struct work_struct tt_work; |
| 1297 | struct work_struct ct_enter; | 1297 | struct work_struct ct_enter; |
| 1298 | struct work_struct ct_exit; | 1298 | struct work_struct ct_exit; |
| 1299 | struct work_struct start_internal_scan; | ||
| 1299 | 1300 | ||
| 1300 | struct tasklet_struct irq_tasklet; | 1301 | struct tasklet_struct irq_tasklet; |
| 1301 | 1302 | ||
diff --git a/drivers/net/wireless/iwlwifi/iwl-eeprom.h b/drivers/net/wireless/iwlwifi/iwl-eeprom.h index 4e1ba824dc50..8171c701e4e1 100644 --- a/drivers/net/wireless/iwlwifi/iwl-eeprom.h +++ b/drivers/net/wireless/iwlwifi/iwl-eeprom.h | |||
| @@ -203,6 +203,10 @@ struct iwl_eeprom_enhanced_txpwr { | |||
| 203 | #define EEPROM_5000_REG_BAND_52_HT40_CHANNELS ((0x92)\ | 203 | #define EEPROM_5000_REG_BAND_52_HT40_CHANNELS ((0x92)\ |
| 204 | | INDIRECT_ADDRESS | INDIRECT_REGULATORY) /* 22 bytes */ | 204 | | INDIRECT_ADDRESS | INDIRECT_REGULATORY) /* 22 bytes */ |
| 205 | 205 | ||
| 206 | /* 6000 regulatory - indirect access */ | ||
| 207 | #define EEPROM_6000_REG_BAND_24_HT40_CHANNELS ((0x80)\ | ||
| 208 | | INDIRECT_ADDRESS | INDIRECT_REGULATORY) /* 14 bytes */ | ||
| 209 | |||
| 206 | /* 6000 and up regulatory tx power - indirect access */ | 210 | /* 6000 and up regulatory tx power - indirect access */ |
| 207 | /* max. elements per section */ | 211 | /* max. elements per section */ |
| 208 | #define EEPROM_MAX_TXPOWER_SECTION_ELEMENTS (8) | 212 | #define EEPROM_MAX_TXPOWER_SECTION_ELEMENTS (8) |
diff --git a/drivers/net/wireless/iwlwifi/iwl-scan.c b/drivers/net/wireless/iwlwifi/iwl-scan.c index 9ab0e412bf10..12e455a4b90e 100644 --- a/drivers/net/wireless/iwlwifi/iwl-scan.c +++ b/drivers/net/wireless/iwlwifi/iwl-scan.c | |||
| @@ -470,6 +470,8 @@ EXPORT_SYMBOL(iwl_init_scan_params); | |||
| 470 | 470 | ||
| 471 | static int iwl_scan_initiate(struct iwl_priv *priv) | 471 | static int iwl_scan_initiate(struct iwl_priv *priv) |
| 472 | { | 472 | { |
| 473 | WARN_ON(!mutex_is_locked(&priv->mutex)); | ||
| 474 | |||
| 473 | IWL_DEBUG_INFO(priv, "Starting scan...\n"); | 475 | IWL_DEBUG_INFO(priv, "Starting scan...\n"); |
| 474 | set_bit(STATUS_SCANNING, &priv->status); | 476 | set_bit(STATUS_SCANNING, &priv->status); |
| 475 | priv->is_internal_short_scan = false; | 477 | priv->is_internal_short_scan = false; |
| @@ -547,24 +549,31 @@ EXPORT_SYMBOL(iwl_mac_hw_scan); | |||
| 547 | * internal short scan, this function should only been called while associated. | 549 | * internal short scan, this function should only been called while associated. |
| 548 | * It will reset and tune the radio to prevent possible RF related problem | 550 | * It will reset and tune the radio to prevent possible RF related problem |
| 549 | */ | 551 | */ |
| 550 | int iwl_internal_short_hw_scan(struct iwl_priv *priv) | 552 | void iwl_internal_short_hw_scan(struct iwl_priv *priv) |
| 551 | { | 553 | { |
| 552 | int ret = 0; | 554 | queue_work(priv->workqueue, &priv->start_internal_scan); |
| 555 | } | ||
| 556 | |||
| 557 | static void iwl_bg_start_internal_scan(struct work_struct *work) | ||
| 558 | { | ||
| 559 | struct iwl_priv *priv = | ||
| 560 | container_of(work, struct iwl_priv, start_internal_scan); | ||
| 561 | |||
| 562 | mutex_lock(&priv->mutex); | ||
| 553 | 563 | ||
| 554 | if (!iwl_is_ready_rf(priv)) { | 564 | if (!iwl_is_ready_rf(priv)) { |
| 555 | ret = -EIO; | ||
| 556 | IWL_DEBUG_SCAN(priv, "not ready or exit pending\n"); | 565 | IWL_DEBUG_SCAN(priv, "not ready or exit pending\n"); |
| 557 | goto out; | 566 | goto unlock; |
| 558 | } | 567 | } |
| 568 | |||
| 559 | if (test_bit(STATUS_SCANNING, &priv->status)) { | 569 | if (test_bit(STATUS_SCANNING, &priv->status)) { |
| 560 | IWL_DEBUG_SCAN(priv, "Scan already in progress.\n"); | 570 | IWL_DEBUG_SCAN(priv, "Scan already in progress.\n"); |
| 561 | ret = -EAGAIN; | 571 | goto unlock; |
| 562 | goto out; | ||
| 563 | } | 572 | } |
| 573 | |||
| 564 | if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) { | 574 | if (test_bit(STATUS_SCAN_ABORTING, &priv->status)) { |
| 565 | IWL_DEBUG_SCAN(priv, "Scan request while abort pending\n"); | 575 | IWL_DEBUG_SCAN(priv, "Scan request while abort pending\n"); |
| 566 | ret = -EAGAIN; | 576 | goto unlock; |
| 567 | goto out; | ||
| 568 | } | 577 | } |
| 569 | 578 | ||
| 570 | priv->scan_bands = 0; | 579 | priv->scan_bands = 0; |
| @@ -577,9 +586,8 @@ int iwl_internal_short_hw_scan(struct iwl_priv *priv) | |||
| 577 | set_bit(STATUS_SCANNING, &priv->status); | 586 | set_bit(STATUS_SCANNING, &priv->status); |
| 578 | priv->is_internal_short_scan = true; | 587 | priv->is_internal_short_scan = true; |
| 579 | queue_work(priv->workqueue, &priv->request_scan); | 588 | queue_work(priv->workqueue, &priv->request_scan); |
| 580 | 589 | unlock: | |
| 581 | out: | 590 | mutex_unlock(&priv->mutex); |
| 582 | return ret; | ||
| 583 | } | 591 | } |
| 584 | EXPORT_SYMBOL(iwl_internal_short_hw_scan); | 592 | EXPORT_SYMBOL(iwl_internal_short_hw_scan); |
| 585 | 593 | ||
| @@ -965,6 +973,7 @@ void iwl_setup_scan_deferred_work(struct iwl_priv *priv) | |||
| 965 | INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed); | 973 | INIT_WORK(&priv->scan_completed, iwl_bg_scan_completed); |
| 966 | INIT_WORK(&priv->request_scan, iwl_bg_request_scan); | 974 | INIT_WORK(&priv->request_scan, iwl_bg_request_scan); |
| 967 | INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan); | 975 | INIT_WORK(&priv->abort_scan, iwl_bg_abort_scan); |
| 976 | INIT_WORK(&priv->start_internal_scan, iwl_bg_start_internal_scan); | ||
| 968 | INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check); | 977 | INIT_DELAYED_WORK(&priv->scan_check, iwl_bg_scan_check); |
| 969 | } | 978 | } |
| 970 | EXPORT_SYMBOL(iwl_setup_scan_deferred_work); | 979 | EXPORT_SYMBOL(iwl_setup_scan_deferred_work); |
diff --git a/drivers/net/wireless/p54/p54pci.c b/drivers/net/wireless/p54/p54pci.c index 269fda362836..c24067f1a0cb 100644 --- a/drivers/net/wireless/p54/p54pci.c +++ b/drivers/net/wireless/p54/p54pci.c | |||
| @@ -246,7 +246,7 @@ static void p54p_check_tx_ring(struct ieee80211_hw *dev, u32 *index, | |||
| 246 | u32 idx, i; | 246 | u32 idx, i; |
| 247 | 247 | ||
| 248 | i = (*index) % ring_limit; | 248 | i = (*index) % ring_limit; |
| 249 | (*index) = idx = le32_to_cpu(ring_control->device_idx[1]); | 249 | (*index) = idx = le32_to_cpu(ring_control->device_idx[ring_index]); |
| 250 | idx %= ring_limit; | 250 | idx %= ring_limit; |
| 251 | 251 | ||
| 252 | while (i != idx) { | 252 | while (i != idx) { |
diff --git a/drivers/of/of_mdio.c b/drivers/of/of_mdio.c index 18ecae4a4375..b4748337223b 100644 --- a/drivers/of/of_mdio.c +++ b/drivers/of/of_mdio.c | |||
| @@ -69,7 +69,7 @@ int of_mdiobus_register(struct mii_bus *mdio, struct device_node *np) | |||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | phy = get_phy_device(mdio, be32_to_cpup(addr)); | 71 | phy = get_phy_device(mdio, be32_to_cpup(addr)); |
| 72 | if (!phy) { | 72 | if (!phy || IS_ERR(phy)) { |
| 73 | dev_err(&mdio->dev, "error probing PHY at address %i\n", | 73 | dev_err(&mdio->dev, "error probing PHY at address %i\n", |
| 74 | *addr); | 74 | *addr); |
| 75 | continue; | 75 | continue; |
diff --git a/drivers/pci/hotplug/rpadlpar_core.c b/drivers/pci/hotplug/rpadlpar_core.c index 4e3e0382c16e..083034710fa6 100644 --- a/drivers/pci/hotplug/rpadlpar_core.c +++ b/drivers/pci/hotplug/rpadlpar_core.c | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #include <linux/init.h> | 20 | #include <linux/init.h> |
| 21 | #include <linux/pci.h> | 21 | #include <linux/pci.h> |
| 22 | #include <linux/string.h> | 22 | #include <linux/string.h> |
| 23 | #include <linux/vmalloc.h> | ||
| 23 | 24 | ||
| 24 | #include <asm/pci-bridge.h> | 25 | #include <asm/pci-bridge.h> |
| 25 | #include <linux/mutex.h> | 26 | #include <linux/mutex.h> |
| @@ -430,6 +431,8 @@ int dlpar_remove_slot(char *drc_name) | |||
| 430 | rc = dlpar_remove_pci_slot(drc_name, dn); | 431 | rc = dlpar_remove_pci_slot(drc_name, dn); |
| 431 | break; | 432 | break; |
| 432 | } | 433 | } |
| 434 | vm_unmap_aliases(); | ||
| 435 | |||
| 433 | printk(KERN_INFO "%s: slot %s removed\n", DLPAR_MODULE_NAME, drc_name); | 436 | printk(KERN_INFO "%s: slot %s removed\n", DLPAR_MODULE_NAME, drc_name); |
| 434 | exit: | 437 | exit: |
| 435 | mutex_unlock(&rpadlpar_mutex); | 438 | mutex_unlock(&rpadlpar_mutex); |
diff --git a/drivers/pci/hotplug/rpaphp_core.c b/drivers/pci/hotplug/rpaphp_core.c index 719702240780..ef7411c660b9 100644 --- a/drivers/pci/hotplug/rpaphp_core.c +++ b/drivers/pci/hotplug/rpaphp_core.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include <linux/pci_hotplug.h> | 29 | #include <linux/pci_hotplug.h> |
| 30 | #include <linux/smp.h> | 30 | #include <linux/smp.h> |
| 31 | #include <linux/init.h> | 31 | #include <linux/init.h> |
| 32 | #include <linux/vmalloc.h> | ||
| 32 | #include <asm/eeh.h> /* for eeh_add_device() */ | 33 | #include <asm/eeh.h> /* for eeh_add_device() */ |
| 33 | #include <asm/rtas.h> /* rtas_call */ | 34 | #include <asm/rtas.h> /* rtas_call */ |
| 34 | #include <asm/pci-bridge.h> /* for pci_controller */ | 35 | #include <asm/pci-bridge.h> /* for pci_controller */ |
| @@ -418,6 +419,8 @@ static int disable_slot(struct hotplug_slot *hotplug_slot) | |||
| 418 | return -EINVAL; | 419 | return -EINVAL; |
| 419 | 420 | ||
| 420 | pcibios_remove_pci_devices(slot->bus); | 421 | pcibios_remove_pci_devices(slot->bus); |
| 422 | vm_unmap_aliases(); | ||
| 423 | |||
| 421 | slot->state = NOT_CONFIGURED; | 424 | slot->state = NOT_CONFIGURED; |
| 422 | return 0; | 425 | return 0; |
| 423 | } | 426 | } |
diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c index 5ea587e59e48..37499127c801 100644 --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c | |||
| @@ -679,7 +679,7 @@ static void __pci_start_power_transition(struct pci_dev *dev, pci_power_t state) | |||
| 679 | */ | 679 | */ |
| 680 | int __pci_complete_power_transition(struct pci_dev *dev, pci_power_t state) | 680 | int __pci_complete_power_transition(struct pci_dev *dev, pci_power_t state) |
| 681 | { | 681 | { |
| 682 | return state > PCI_D0 ? | 682 | return state >= PCI_D0 ? |
| 683 | pci_platform_power_transition(dev, state) : -EINVAL; | 683 | pci_platform_power_transition(dev, state) : -EINVAL; |
| 684 | } | 684 | } |
| 685 | EXPORT_SYMBOL_GPL(__pci_complete_power_transition); | 685 | EXPORT_SYMBOL_GPL(__pci_complete_power_transition); |
| @@ -716,10 +716,6 @@ int pci_set_power_state(struct pci_dev *dev, pci_power_t state) | |||
| 716 | */ | 716 | */ |
| 717 | return 0; | 717 | return 0; |
| 718 | 718 | ||
| 719 | /* Check if we're already there */ | ||
| 720 | if (dev->current_state == state) | ||
| 721 | return 0; | ||
| 722 | |||
| 723 | __pci_start_power_transition(dev, state); | 719 | __pci_start_power_transition(dev, state); |
| 724 | 720 | ||
| 725 | /* This device is quirked not to be put into D3, so | 721 | /* This device is quirked not to be put into D3, so |
diff --git a/drivers/pci/pcie/aer/aerdrv.c b/drivers/pci/pcie/aer/aerdrv.c index aa495ad9bbd4..7a711ee314b7 100644 --- a/drivers/pci/pcie/aer/aerdrv.c +++ b/drivers/pci/pcie/aer/aerdrv.c | |||
| @@ -244,11 +244,17 @@ static pci_ers_result_t aer_root_reset(struct pci_dev *dev) | |||
| 244 | 244 | ||
| 245 | /* Assert Secondary Bus Reset */ | 245 | /* Assert Secondary Bus Reset */ |
| 246 | pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &p2p_ctrl); | 246 | pci_read_config_word(dev, PCI_BRIDGE_CONTROL, &p2p_ctrl); |
| 247 | p2p_ctrl |= PCI_CB_BRIDGE_CTL_CB_RESET; | 247 | p2p_ctrl |= PCI_BRIDGE_CTL_BUS_RESET; |
| 248 | pci_write_config_word(dev, PCI_BRIDGE_CONTROL, p2p_ctrl); | 248 | pci_write_config_word(dev, PCI_BRIDGE_CONTROL, p2p_ctrl); |
| 249 | 249 | ||
| 250 | /* | ||
| 251 | * we should send hot reset message for 2ms to allow it time to | ||
| 252 | * propogate to all downstream ports | ||
| 253 | */ | ||
| 254 | msleep(2); | ||
| 255 | |||
| 250 | /* De-assert Secondary Bus Reset */ | 256 | /* De-assert Secondary Bus Reset */ |
| 251 | p2p_ctrl &= ~PCI_CB_BRIDGE_CTL_CB_RESET; | 257 | p2p_ctrl &= ~PCI_BRIDGE_CTL_BUS_RESET; |
| 252 | pci_write_config_word(dev, PCI_BRIDGE_CONTROL, p2p_ctrl); | 258 | pci_write_config_word(dev, PCI_BRIDGE_CONTROL, p2p_ctrl); |
| 253 | 259 | ||
| 254 | /* | 260 | /* |
diff --git a/drivers/pci/probe.c b/drivers/pci/probe.c index 882bd8d29fe3..c82548afcd5c 100644 --- a/drivers/pci/probe.c +++ b/drivers/pci/probe.c | |||
| @@ -174,19 +174,14 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type, | |||
| 174 | pci_read_config_dword(dev, pos, &sz); | 174 | pci_read_config_dword(dev, pos, &sz); |
| 175 | pci_write_config_dword(dev, pos, l); | 175 | pci_write_config_dword(dev, pos, l); |
| 176 | 176 | ||
| 177 | if (!sz) | ||
| 178 | goto fail; /* BAR not implemented */ | ||
| 179 | |||
| 180 | /* | 177 | /* |
| 181 | * All bits set in sz means the device isn't working properly. | 178 | * All bits set in sz means the device isn't working properly. |
| 182 | * If it's a memory BAR or a ROM, bit 0 must be clear; if it's | 179 | * If the BAR isn't implemented, all bits must be 0. If it's a |
| 183 | * an io BAR, bit 1 must be clear. | 180 | * memory BAR or a ROM, bit 0 must be clear; if it's an io BAR, bit |
| 181 | * 1 must be clear. | ||
| 184 | */ | 182 | */ |
| 185 | if (sz == 0xffffffff) { | 183 | if (!sz || sz == 0xffffffff) |
| 186 | dev_err(&dev->dev, "reg %x: invalid size %#x; broken device?\n", | ||
| 187 | pos, sz); | ||
| 188 | goto fail; | 184 | goto fail; |
| 189 | } | ||
| 190 | 185 | ||
| 191 | /* | 186 | /* |
| 192 | * I don't know how l can have all bits set. Copied from old code. | 187 | * I don't know how l can have all bits set. Copied from old code. |
| @@ -249,17 +244,13 @@ int __pci_read_base(struct pci_dev *dev, enum pci_bar_type type, | |||
| 249 | pos, res); | 244 | pos, res); |
| 250 | } | 245 | } |
| 251 | } else { | 246 | } else { |
| 252 | u32 size = pci_size(l, sz, mask); | 247 | sz = pci_size(l, sz, mask); |
| 253 | 248 | ||
| 254 | if (!size) { | 249 | if (!sz) |
| 255 | dev_err(&dev->dev, "reg %x: invalid size " | ||
| 256 | "(l %#x sz %#x mask %#x); broken device?", | ||
| 257 | pos, l, sz, mask); | ||
| 258 | goto fail; | 250 | goto fail; |
| 259 | } | ||
| 260 | 251 | ||
| 261 | res->start = l; | 252 | res->start = l; |
| 262 | res->end = l + size; | 253 | res->end = l + sz; |
| 263 | 254 | ||
| 264 | dev_printk(KERN_DEBUG, &dev->dev, "reg %x: %pR\n", pos, res); | 255 | dev_printk(KERN_DEBUG, &dev->dev, "reg %x: %pR\n", pos, res); |
| 265 | } | 256 | } |
diff --git a/drivers/pcmcia/cistpl.c b/drivers/pcmcia/cistpl.c index f230f6543bff..854959cada3a 100644 --- a/drivers/pcmcia/cistpl.c +++ b/drivers/pcmcia/cistpl.c | |||
| @@ -1484,6 +1484,11 @@ int pccard_validate_cis(struct pcmcia_socket *s, unsigned int *info) | |||
| 1484 | if (!s) | 1484 | if (!s) |
| 1485 | return -EINVAL; | 1485 | return -EINVAL; |
| 1486 | 1486 | ||
| 1487 | if (s->functions) { | ||
| 1488 | WARN_ON(1); | ||
| 1489 | return -EINVAL; | ||
| 1490 | } | ||
| 1491 | |||
| 1487 | /* We do not want to validate the CIS cache... */ | 1492 | /* We do not want to validate the CIS cache... */ |
| 1488 | mutex_lock(&s->ops_mutex); | 1493 | mutex_lock(&s->ops_mutex); |
| 1489 | destroy_cis_cache(s); | 1494 | destroy_cis_cache(s); |
| @@ -1639,7 +1644,7 @@ static ssize_t pccard_show_cis(struct kobject *kobj, | |||
| 1639 | count = 0; | 1644 | count = 0; |
| 1640 | else { | 1645 | else { |
| 1641 | struct pcmcia_socket *s; | 1646 | struct pcmcia_socket *s; |
| 1642 | unsigned int chains; | 1647 | unsigned int chains = 1; |
| 1643 | 1648 | ||
| 1644 | if (off + count > size) | 1649 | if (off + count > size) |
| 1645 | count = size - off; | 1650 | count = size - off; |
| @@ -1648,7 +1653,7 @@ static ssize_t pccard_show_cis(struct kobject *kobj, | |||
| 1648 | 1653 | ||
| 1649 | if (!(s->state & SOCKET_PRESENT)) | 1654 | if (!(s->state & SOCKET_PRESENT)) |
| 1650 | return -ENODEV; | 1655 | return -ENODEV; |
| 1651 | if (pccard_validate_cis(s, &chains)) | 1656 | if (!s->functions && pccard_validate_cis(s, &chains)) |
| 1652 | return -EIO; | 1657 | return -EIO; |
| 1653 | if (!chains) | 1658 | if (!chains) |
| 1654 | return -ENODATA; | 1659 | return -ENODATA; |
diff --git a/drivers/pcmcia/db1xxx_ss.c b/drivers/pcmcia/db1xxx_ss.c index 6206408e196c..0f4cc3f00028 100644 --- a/drivers/pcmcia/db1xxx_ss.c +++ b/drivers/pcmcia/db1xxx_ss.c | |||
| @@ -146,7 +146,6 @@ static irqreturn_t db1200_pcmcia_cdirq(int irq, void *data) | |||
| 146 | static int db1x_pcmcia_setup_irqs(struct db1x_pcmcia_sock *sock) | 146 | static int db1x_pcmcia_setup_irqs(struct db1x_pcmcia_sock *sock) |
| 147 | { | 147 | { |
| 148 | int ret; | 148 | int ret; |
| 149 | unsigned long flags; | ||
| 150 | 149 | ||
| 151 | if (sock->stschg_irq != -1) { | 150 | if (sock->stschg_irq != -1) { |
| 152 | ret = request_irq(sock->stschg_irq, db1000_pcmcia_stschgirq, | 151 | ret = request_irq(sock->stschg_irq, db1000_pcmcia_stschgirq, |
| @@ -162,8 +161,6 @@ static int db1x_pcmcia_setup_irqs(struct db1x_pcmcia_sock *sock) | |||
| 162 | * active one disabled. | 161 | * active one disabled. |
| 163 | */ | 162 | */ |
| 164 | if (sock->board_type == BOARD_TYPE_DB1200) { | 163 | if (sock->board_type == BOARD_TYPE_DB1200) { |
| 165 | local_irq_save(flags); | ||
| 166 | |||
| 167 | ret = request_irq(sock->insert_irq, db1200_pcmcia_cdirq, | 164 | ret = request_irq(sock->insert_irq, db1200_pcmcia_cdirq, |
| 168 | IRQF_DISABLED, "pcmcia_insert", sock); | 165 | IRQF_DISABLED, "pcmcia_insert", sock); |
| 169 | if (ret) | 166 | if (ret) |
| @@ -173,17 +170,14 @@ static int db1x_pcmcia_setup_irqs(struct db1x_pcmcia_sock *sock) | |||
| 173 | IRQF_DISABLED, "pcmcia_eject", sock); | 170 | IRQF_DISABLED, "pcmcia_eject", sock); |
| 174 | if (ret) { | 171 | if (ret) { |
| 175 | free_irq(sock->insert_irq, sock); | 172 | free_irq(sock->insert_irq, sock); |
| 176 | local_irq_restore(flags); | ||
| 177 | goto out1; | 173 | goto out1; |
| 178 | } | 174 | } |
| 179 | 175 | ||
| 180 | /* disable the currently active one */ | 176 | /* enable the currently silent one */ |
| 181 | if (db1200_card_inserted(sock)) | 177 | if (db1200_card_inserted(sock)) |
| 182 | disable_irq_nosync(sock->insert_irq); | 178 | enable_irq(sock->eject_irq); |
| 183 | else | 179 | else |
| 184 | disable_irq_nosync(sock->eject_irq); | 180 | enable_irq(sock->insert_irq); |
| 185 | |||
| 186 | local_irq_restore(flags); | ||
| 187 | } else { | 181 | } else { |
| 188 | /* all other (older) Db1x00 boards use a GPIO to show | 182 | /* all other (older) Db1x00 boards use a GPIO to show |
| 189 | * card detection status: use both-edge triggers. | 183 | * card detection status: use both-edge triggers. |
diff --git a/drivers/pcmcia/ds.c b/drivers/pcmcia/ds.c index cb6036d89e59..508f94a2a78d 100644 --- a/drivers/pcmcia/ds.c +++ b/drivers/pcmcia/ds.c | |||
| @@ -335,7 +335,6 @@ static void pcmcia_card_remove(struct pcmcia_socket *s, struct pcmcia_device *le | |||
| 335 | 335 | ||
| 336 | mutex_lock(&s->ops_mutex); | 336 | mutex_lock(&s->ops_mutex); |
| 337 | list_del(&p_dev->socket_device_list); | 337 | list_del(&p_dev->socket_device_list); |
| 338 | p_dev->_removed = 1; | ||
| 339 | mutex_unlock(&s->ops_mutex); | 338 | mutex_unlock(&s->ops_mutex); |
| 340 | 339 | ||
| 341 | dev_dbg(&p_dev->dev, "unregistering device\n"); | 340 | dev_dbg(&p_dev->dev, "unregistering device\n"); |
| @@ -654,14 +653,7 @@ static int pcmcia_requery_callback(struct device *dev, void * _data) | |||
| 654 | 653 | ||
| 655 | static void pcmcia_requery(struct pcmcia_socket *s) | 654 | static void pcmcia_requery(struct pcmcia_socket *s) |
| 656 | { | 655 | { |
| 657 | int present, has_pfc; | 656 | int has_pfc; |
| 658 | |||
| 659 | mutex_lock(&s->ops_mutex); | ||
| 660 | present = s->pcmcia_state.present; | ||
| 661 | mutex_unlock(&s->ops_mutex); | ||
| 662 | |||
| 663 | if (!present) | ||
| 664 | return; | ||
| 665 | 657 | ||
| 666 | if (s->functions == 0) { | 658 | if (s->functions == 0) { |
| 667 | pcmcia_card_add(s); | 659 | pcmcia_card_add(s); |
| @@ -687,12 +679,10 @@ static void pcmcia_requery(struct pcmcia_socket *s) | |||
| 687 | new_funcs = mfc.nfn; | 679 | new_funcs = mfc.nfn; |
| 688 | else | 680 | else |
| 689 | new_funcs = 1; | 681 | new_funcs = 1; |
| 690 | if (old_funcs > new_funcs) { | 682 | if (old_funcs != new_funcs) { |
| 683 | /* we need to re-start */ | ||
| 691 | pcmcia_card_remove(s, NULL); | 684 | pcmcia_card_remove(s, NULL); |
| 692 | pcmcia_card_add(s); | 685 | pcmcia_card_add(s); |
| 693 | } else if (new_funcs > old_funcs) { | ||
| 694 | s->functions = new_funcs; | ||
| 695 | pcmcia_device_add(s, 1); | ||
| 696 | } | 686 | } |
| 697 | } | 687 | } |
| 698 | 688 | ||
| @@ -728,6 +718,8 @@ static int pcmcia_load_firmware(struct pcmcia_device *dev, char * filename) | |||
| 728 | struct pcmcia_socket *s = dev->socket; | 718 | struct pcmcia_socket *s = dev->socket; |
| 729 | const struct firmware *fw; | 719 | const struct firmware *fw; |
| 730 | int ret = -ENOMEM; | 720 | int ret = -ENOMEM; |
| 721 | cistpl_longlink_mfc_t mfc; | ||
| 722 | int old_funcs, new_funcs = 1; | ||
| 731 | 723 | ||
| 732 | if (!filename) | 724 | if (!filename) |
| 733 | return -EINVAL; | 725 | return -EINVAL; |
| @@ -750,6 +742,14 @@ static int pcmcia_load_firmware(struct pcmcia_device *dev, char * filename) | |||
| 750 | goto release; | 742 | goto release; |
| 751 | } | 743 | } |
| 752 | 744 | ||
| 745 | /* we need to re-start if the number of functions changed */ | ||
| 746 | old_funcs = s->functions; | ||
| 747 | if (!pccard_read_tuple(s, BIND_FN_ALL, CISTPL_LONGLINK_MFC, | ||
| 748 | &mfc)) | ||
| 749 | new_funcs = mfc.nfn; | ||
| 750 | |||
| 751 | if (old_funcs != new_funcs) | ||
| 752 | ret = -EBUSY; | ||
| 753 | 753 | ||
| 754 | /* update information */ | 754 | /* update information */ |
| 755 | pcmcia_device_query(dev); | 755 | pcmcia_device_query(dev); |
| @@ -820,11 +820,12 @@ static inline int pcmcia_devmatch(struct pcmcia_device *dev, | |||
| 820 | } | 820 | } |
| 821 | 821 | ||
| 822 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) { | 822 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) { |
| 823 | if (dev->device_no != did->device_no) | 823 | dev_dbg(&dev->dev, "this is a pseudo-multi-function device\n"); |
| 824 | return 0; | ||
| 825 | mutex_lock(&dev->socket->ops_mutex); | 824 | mutex_lock(&dev->socket->ops_mutex); |
| 826 | dev->socket->pcmcia_state.has_pfc = 1; | 825 | dev->socket->pcmcia_state.has_pfc = 1; |
| 827 | mutex_unlock(&dev->socket->ops_mutex); | 826 | mutex_unlock(&dev->socket->ops_mutex); |
| 827 | if (dev->device_no != did->device_no) | ||
| 828 | return 0; | ||
| 828 | } | 829 | } |
| 829 | 830 | ||
| 830 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_FUNC_ID) { | 831 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_FUNC_ID) { |
| @@ -835,7 +836,7 @@ static inline int pcmcia_devmatch(struct pcmcia_device *dev, | |||
| 835 | 836 | ||
| 836 | /* if this is a pseudo-multi-function device, | 837 | /* if this is a pseudo-multi-function device, |
| 837 | * we need explicit matches */ | 838 | * we need explicit matches */ |
| 838 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_DEVICE_NO) | 839 | if (dev->socket->pcmcia_state.has_pfc) |
| 839 | return 0; | 840 | return 0; |
| 840 | if (dev->device_no) | 841 | if (dev->device_no) |
| 841 | return 0; | 842 | return 0; |
| @@ -858,10 +859,8 @@ static inline int pcmcia_devmatch(struct pcmcia_device *dev, | |||
| 858 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_FAKE_CIS) { | 859 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_FAKE_CIS) { |
| 859 | dev_dbg(&dev->dev, "device needs a fake CIS\n"); | 860 | dev_dbg(&dev->dev, "device needs a fake CIS\n"); |
| 860 | if (!dev->socket->fake_cis) | 861 | if (!dev->socket->fake_cis) |
| 861 | pcmcia_load_firmware(dev, did->cisfile); | 862 | if (pcmcia_load_firmware(dev, did->cisfile)) |
| 862 | 863 | return 0; | |
| 863 | if (!dev->socket->fake_cis) | ||
| 864 | return 0; | ||
| 865 | } | 864 | } |
| 866 | 865 | ||
| 867 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_ANONYMOUS) { | 866 | if (did->match_flags & PCMCIA_DEV_ID_MATCH_ANONYMOUS) { |
| @@ -1254,9 +1253,7 @@ static int ds_event(struct pcmcia_socket *skt, event_t event, int priority) | |||
| 1254 | 1253 | ||
| 1255 | switch (event) { | 1254 | switch (event) { |
| 1256 | case CS_EVENT_CARD_REMOVAL: | 1255 | case CS_EVENT_CARD_REMOVAL: |
| 1257 | mutex_lock(&s->ops_mutex); | 1256 | atomic_set(&skt->present, 0); |
| 1258 | s->pcmcia_state.present = 0; | ||
| 1259 | mutex_unlock(&s->ops_mutex); | ||
| 1260 | pcmcia_card_remove(skt, NULL); | 1257 | pcmcia_card_remove(skt, NULL); |
| 1261 | handle_event(skt, event); | 1258 | handle_event(skt, event); |
| 1262 | mutex_lock(&s->ops_mutex); | 1259 | mutex_lock(&s->ops_mutex); |
| @@ -1265,9 +1262,9 @@ static int ds_event(struct pcmcia_socket *skt, event_t event, int priority) | |||
| 1265 | break; | 1262 | break; |
| 1266 | 1263 | ||
| 1267 | case CS_EVENT_CARD_INSERTION: | 1264 | case CS_EVENT_CARD_INSERTION: |
| 1265 | atomic_set(&skt->present, 1); | ||
| 1268 | mutex_lock(&s->ops_mutex); | 1266 | mutex_lock(&s->ops_mutex); |
| 1269 | s->pcmcia_state.has_pfc = 0; | 1267 | s->pcmcia_state.has_pfc = 0; |
| 1270 | s->pcmcia_state.present = 1; | ||
| 1271 | destroy_cis_cache(s); /* to be on the safe side... */ | 1268 | destroy_cis_cache(s); /* to be on the safe side... */ |
| 1272 | mutex_unlock(&s->ops_mutex); | 1269 | mutex_unlock(&s->ops_mutex); |
| 1273 | pcmcia_card_add(skt); | 1270 | pcmcia_card_add(skt); |
| @@ -1307,7 +1304,13 @@ static int ds_event(struct pcmcia_socket *skt, event_t event, int priority) | |||
| 1307 | return 0; | 1304 | return 0; |
| 1308 | } /* ds_event */ | 1305 | } /* ds_event */ |
| 1309 | 1306 | ||
| 1310 | 1307 | /* | |
| 1308 | * NOTE: This is racy. There's no guarantee the card will still be | ||
| 1309 | * physically present, even if the call to this function returns | ||
| 1310 | * non-NULL. Furthermore, the device driver most likely is unbound | ||
| 1311 | * almost immediately, so the timeframe where pcmcia_dev_present | ||
| 1312 | * returns NULL is probably really really small. | ||
| 1313 | */ | ||
| 1311 | struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev) | 1314 | struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev) |
| 1312 | { | 1315 | { |
| 1313 | struct pcmcia_device *p_dev; | 1316 | struct pcmcia_device *p_dev; |
| @@ -1317,22 +1320,9 @@ struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev) | |||
| 1317 | if (!p_dev) | 1320 | if (!p_dev) |
| 1318 | return NULL; | 1321 | return NULL; |
| 1319 | 1322 | ||
| 1320 | mutex_lock(&p_dev->socket->ops_mutex); | 1323 | if (atomic_read(&p_dev->socket->present) != 0) |
| 1321 | if (!p_dev->socket->pcmcia_state.present) | 1324 | ret = p_dev; |
| 1322 | goto out; | ||
| 1323 | |||
| 1324 | if (p_dev->socket->pcmcia_state.dead) | ||
| 1325 | goto out; | ||
| 1326 | |||
| 1327 | if (p_dev->_removed) | ||
| 1328 | goto out; | ||
| 1329 | |||
| 1330 | if (p_dev->suspended) | ||
| 1331 | goto out; | ||
| 1332 | 1325 | ||
| 1333 | ret = p_dev; | ||
| 1334 | out: | ||
| 1335 | mutex_unlock(&p_dev->socket->ops_mutex); | ||
| 1336 | pcmcia_put_dev(p_dev); | 1326 | pcmcia_put_dev(p_dev); |
| 1337 | return ret; | 1327 | return ret; |
| 1338 | } | 1328 | } |
| @@ -1382,6 +1372,8 @@ static int __devinit pcmcia_bus_add_socket(struct device *dev, | |||
| 1382 | return ret; | 1372 | return ret; |
| 1383 | } | 1373 | } |
| 1384 | 1374 | ||
| 1375 | atomic_set(&socket->present, 0); | ||
| 1376 | |||
| 1385 | return 0; | 1377 | return 0; |
| 1386 | } | 1378 | } |
| 1387 | 1379 | ||
| @@ -1393,10 +1385,6 @@ static void pcmcia_bus_remove_socket(struct device *dev, | |||
| 1393 | if (!socket) | 1385 | if (!socket) |
| 1394 | return; | 1386 | return; |
| 1395 | 1387 | ||
| 1396 | mutex_lock(&socket->ops_mutex); | ||
| 1397 | socket->pcmcia_state.dead = 1; | ||
| 1398 | mutex_unlock(&socket->ops_mutex); | ||
| 1399 | |||
| 1400 | pccard_register_pcmcia(socket, NULL); | 1388 | pccard_register_pcmcia(socket, NULL); |
| 1401 | 1389 | ||
| 1402 | /* unregister any unbound devices */ | 1390 | /* unregister any unbound devices */ |
diff --git a/drivers/pcmcia/pcmcia_resource.c b/drivers/pcmcia/pcmcia_resource.c index caec1dee2a4b..7c3d03bb4f30 100644 --- a/drivers/pcmcia/pcmcia_resource.c +++ b/drivers/pcmcia/pcmcia_resource.c | |||
| @@ -755,12 +755,12 @@ int pcmcia_request_irq(struct pcmcia_device *p_dev, irq_req_t *req) | |||
| 755 | else | 755 | else |
| 756 | printk(KERN_WARNING "pcmcia: Driver needs updating to support IRQ sharing.\n"); | 756 | printk(KERN_WARNING "pcmcia: Driver needs updating to support IRQ sharing.\n"); |
| 757 | 757 | ||
| 758 | #ifdef CONFIG_PCMCIA_PROBE | 758 | /* If the interrupt is already assigned, it must be the same */ |
| 759 | 759 | if (s->irq.AssignedIRQ != 0) | |
| 760 | if (s->irq.AssignedIRQ != 0) { | ||
| 761 | /* If the interrupt is already assigned, it must be the same */ | ||
| 762 | irq = s->irq.AssignedIRQ; | 760 | irq = s->irq.AssignedIRQ; |
| 763 | } else { | 761 | |
| 762 | #ifdef CONFIG_PCMCIA_PROBE | ||
| 763 | if (!irq) { | ||
| 764 | int try; | 764 | int try; |
| 765 | u32 mask = s->irq_mask; | 765 | u32 mask = s->irq_mask; |
| 766 | void *data = p_dev; /* something unique to this device */ | 766 | void *data = p_dev; /* something unique to this device */ |
diff --git a/drivers/pcmcia/rsrc_nonstatic.c b/drivers/pcmcia/rsrc_nonstatic.c index 559069a80a3b..a6eb7b59ba9f 100644 --- a/drivers/pcmcia/rsrc_nonstatic.c +++ b/drivers/pcmcia/rsrc_nonstatic.c | |||
| @@ -214,7 +214,7 @@ static void do_io_probe(struct pcmcia_socket *s, unsigned int base, | |||
| 214 | return; | 214 | return; |
| 215 | } | 215 | } |
| 216 | for (i = base, most = 0; i < base+num; i += 8) { | 216 | for (i = base, most = 0; i < base+num; i += 8) { |
| 217 | res = claim_region(NULL, i, 8, IORESOURCE_IO, "PCMCIA ioprobe"); | 217 | res = claim_region(s, i, 8, IORESOURCE_IO, "PCMCIA ioprobe"); |
| 218 | if (!res) | 218 | if (!res) |
| 219 | continue; | 219 | continue; |
| 220 | hole = inb(i); | 220 | hole = inb(i); |
| @@ -231,9 +231,14 @@ static void do_io_probe(struct pcmcia_socket *s, unsigned int base, | |||
| 231 | 231 | ||
| 232 | bad = any = 0; | 232 | bad = any = 0; |
| 233 | for (i = base; i < base+num; i += 8) { | 233 | for (i = base; i < base+num; i += 8) { |
| 234 | res = claim_region(NULL, i, 8, IORESOURCE_IO, "PCMCIA ioprobe"); | 234 | res = claim_region(s, i, 8, IORESOURCE_IO, "PCMCIA ioprobe"); |
| 235 | if (!res) | 235 | if (!res) { |
| 236 | if (!any) | ||
| 237 | printk(" excluding"); | ||
| 238 | if (!bad) | ||
| 239 | bad = any = i; | ||
| 236 | continue; | 240 | continue; |
| 241 | } | ||
| 237 | for (j = 0; j < 8; j++) | 242 | for (j = 0; j < 8; j++) |
| 238 | if (inb(i+j) != most) | 243 | if (inb(i+j) != most) |
| 239 | break; | 244 | break; |
| @@ -253,6 +258,7 @@ static void do_io_probe(struct pcmcia_socket *s, unsigned int base, | |||
| 253 | } | 258 | } |
| 254 | if (bad) { | 259 | if (bad) { |
| 255 | if ((num > 16) && (bad == base) && (i == base+num)) { | 260 | if ((num > 16) && (bad == base) && (i == base+num)) { |
| 261 | sub_interval(&s_data->io_db, bad, i-bad); | ||
| 256 | printk(" nothing: probe failed.\n"); | 262 | printk(" nothing: probe failed.\n"); |
| 257 | return; | 263 | return; |
| 258 | } else { | 264 | } else { |
| @@ -804,7 +810,7 @@ static int adjust_memory(struct pcmcia_socket *s, unsigned int action, unsigned | |||
| 804 | static int adjust_io(struct pcmcia_socket *s, unsigned int action, unsigned long start, unsigned long end) | 810 | static int adjust_io(struct pcmcia_socket *s, unsigned int action, unsigned long start, unsigned long end) |
| 805 | { | 811 | { |
| 806 | struct socket_data *data = s->resource_data; | 812 | struct socket_data *data = s->resource_data; |
| 807 | unsigned long size = end - start + 1; | 813 | unsigned long size; |
| 808 | int ret = 0; | 814 | int ret = 0; |
| 809 | 815 | ||
| 810 | #if defined(CONFIG_X86) | 816 | #if defined(CONFIG_X86) |
| @@ -814,6 +820,8 @@ static int adjust_io(struct pcmcia_socket *s, unsigned int action, unsigned long | |||
| 814 | start = 0x100; | 820 | start = 0x100; |
| 815 | #endif | 821 | #endif |
| 816 | 822 | ||
| 823 | size = end - start + 1; | ||
| 824 | |||
| 817 | if (end < start) | 825 | if (end < start) |
| 818 | return -EINVAL; | 826 | return -EINVAL; |
| 819 | 827 | ||
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 7bec4588c268..6c3320d75055 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig | |||
| @@ -390,6 +390,7 @@ config EEEPC_WMI | |||
| 390 | depends on ACPI_WMI | 390 | depends on ACPI_WMI |
| 391 | depends on INPUT | 391 | depends on INPUT |
| 392 | depends on EXPERIMENTAL | 392 | depends on EXPERIMENTAL |
| 393 | select INPUT_SPARSEKMAP | ||
| 393 | ---help--- | 394 | ---help--- |
| 394 | Say Y here if you want to support WMI-based hotkeys on Eee PC laptops. | 395 | Say Y here if you want to support WMI-based hotkeys on Eee PC laptops. |
| 395 | 396 | ||
diff --git a/drivers/platform/x86/asus-laptop.c b/drivers/platform/x86/asus-laptop.c index 52262b012abb..efe8f6388906 100644 --- a/drivers/platform/x86/asus-laptop.c +++ b/drivers/platform/x86/asus-laptop.c | |||
| @@ -79,15 +79,15 @@ static uint wapf = 1; | |||
| 79 | module_param(wapf, uint, 0644); | 79 | module_param(wapf, uint, 0644); |
| 80 | MODULE_PARM_DESC(wapf, "WAPF value"); | 80 | MODULE_PARM_DESC(wapf, "WAPF value"); |
| 81 | 81 | ||
| 82 | static uint wlan_status = 1; | 82 | static int wlan_status = 1; |
| 83 | static uint bluetooth_status = 1; | 83 | static int bluetooth_status = 1; |
| 84 | 84 | ||
| 85 | module_param(wlan_status, uint, 0644); | 85 | module_param(wlan_status, int, 0644); |
| 86 | MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot " | 86 | MODULE_PARM_DESC(wlan_status, "Set the wireless status on boot " |
| 87 | "(0 = disabled, 1 = enabled, -1 = don't do anything). " | 87 | "(0 = disabled, 1 = enabled, -1 = don't do anything). " |
| 88 | "default is 1"); | 88 | "default is 1"); |
| 89 | 89 | ||
| 90 | module_param(bluetooth_status, uint, 0644); | 90 | module_param(bluetooth_status, int, 0644); |
| 91 | MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot " | 91 | MODULE_PARM_DESC(bluetooth_status, "Set the wireless status on boot " |
| 92 | "(0 = disabled, 1 = enabled, -1 = don't do anything). " | 92 | "(0 = disabled, 1 = enabled, -1 = don't do anything). " |
| 93 | "default is 1"); | 93 | "default is 1"); |
diff --git a/drivers/platform/x86/dell-wmi.c b/drivers/platform/x86/dell-wmi.c index 6ba6c30e5bb6..66f53c3c35e8 100644 --- a/drivers/platform/x86/dell-wmi.c +++ b/drivers/platform/x86/dell-wmi.c | |||
| @@ -217,6 +217,7 @@ static void dell_wmi_notify(u32 value, void *context) | |||
| 217 | if (dell_new_hk_type && (buffer_entry[1] != 0x10)) { | 217 | if (dell_new_hk_type && (buffer_entry[1] != 0x10)) { |
| 218 | printk(KERN_INFO "dell-wmi: Received unknown WMI event" | 218 | printk(KERN_INFO "dell-wmi: Received unknown WMI event" |
| 219 | " (0x%x)\n", buffer_entry[1]); | 219 | " (0x%x)\n", buffer_entry[1]); |
| 220 | kfree(obj); | ||
| 220 | return; | 221 | return; |
| 221 | } | 222 | } |
| 222 | 223 | ||
| @@ -234,7 +235,7 @@ static void dell_wmi_notify(u32 value, void *context) | |||
| 234 | key->keycode == KEY_BRIGHTNESSDOWN) && acpi_video) { | 235 | key->keycode == KEY_BRIGHTNESSDOWN) && acpi_video) { |
| 235 | /* Don't report brightness notifications that will also | 236 | /* Don't report brightness notifications that will also |
| 236 | * come via ACPI */ | 237 | * come via ACPI */ |
| 237 | return; | 238 | ; |
| 238 | } else { | 239 | } else { |
| 239 | input_report_key(dell_wmi_input_dev, key->keycode, 1); | 240 | input_report_key(dell_wmi_input_dev, key->keycode, 1); |
| 240 | input_sync(dell_wmi_input_dev); | 241 | input_sync(dell_wmi_input_dev); |
diff --git a/drivers/platform/x86/eeepc-laptop.c b/drivers/platform/x86/eeepc-laptop.c index 54a015785ca8..0306174ba875 100644 --- a/drivers/platform/x86/eeepc-laptop.c +++ b/drivers/platform/x86/eeepc-laptop.c | |||
| @@ -169,7 +169,6 @@ struct eeepc_laptop { | |||
| 169 | struct backlight_device *backlight_device; | 169 | struct backlight_device *backlight_device; |
| 170 | 170 | ||
| 171 | struct input_dev *inputdev; | 171 | struct input_dev *inputdev; |
| 172 | struct key_entry *keymap; | ||
| 173 | 172 | ||
| 174 | struct rfkill *wlan_rfkill; | 173 | struct rfkill *wlan_rfkill; |
| 175 | struct rfkill *bluetooth_rfkill; | 174 | struct rfkill *bluetooth_rfkill; |
| @@ -1204,8 +1203,8 @@ static int eeepc_input_init(struct eeepc_laptop *eeepc) | |||
| 1204 | static void eeepc_input_exit(struct eeepc_laptop *eeepc) | 1203 | static void eeepc_input_exit(struct eeepc_laptop *eeepc) |
| 1205 | { | 1204 | { |
| 1206 | if (eeepc->inputdev) { | 1205 | if (eeepc->inputdev) { |
| 1206 | sparse_keymap_free(eeepc->inputdev); | ||
| 1207 | input_unregister_device(eeepc->inputdev); | 1207 | input_unregister_device(eeepc->inputdev); |
| 1208 | kfree(eeepc->keymap); | ||
| 1209 | } | 1208 | } |
| 1210 | } | 1209 | } |
| 1211 | 1210 | ||
diff --git a/drivers/platform/x86/eeepc-wmi.c b/drivers/platform/x86/eeepc-wmi.c index 9f8822658fd7..b227eb469f49 100644 --- a/drivers/platform/x86/eeepc-wmi.c +++ b/drivers/platform/x86/eeepc-wmi.c | |||
| @@ -23,6 +23,8 @@ | |||
| 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 23 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 24 | */ | 24 | */ |
| 25 | 25 | ||
| 26 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | ||
| 27 | |||
| 26 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
| 27 | #include <linux/module.h> | 29 | #include <linux/module.h> |
| 28 | #include <linux/init.h> | 30 | #include <linux/init.h> |
| @@ -30,22 +32,34 @@ | |||
| 30 | #include <linux/slab.h> | 32 | #include <linux/slab.h> |
| 31 | #include <linux/input.h> | 33 | #include <linux/input.h> |
| 32 | #include <linux/input/sparse-keymap.h> | 34 | #include <linux/input/sparse-keymap.h> |
| 35 | #include <linux/fb.h> | ||
| 36 | #include <linux/backlight.h> | ||
| 37 | #include <linux/platform_device.h> | ||
| 33 | #include <acpi/acpi_bus.h> | 38 | #include <acpi/acpi_bus.h> |
| 34 | #include <acpi/acpi_drivers.h> | 39 | #include <acpi/acpi_drivers.h> |
| 35 | 40 | ||
| 41 | #define EEEPC_WMI_FILE "eeepc-wmi" | ||
| 42 | |||
| 36 | MODULE_AUTHOR("Yong Wang <yong.y.wang@intel.com>"); | 43 | MODULE_AUTHOR("Yong Wang <yong.y.wang@intel.com>"); |
| 37 | MODULE_DESCRIPTION("Eee PC WMI Hotkey Driver"); | 44 | MODULE_DESCRIPTION("Eee PC WMI Hotkey Driver"); |
| 38 | MODULE_LICENSE("GPL"); | 45 | MODULE_LICENSE("GPL"); |
| 39 | 46 | ||
| 40 | #define EEEPC_WMI_EVENT_GUID "ABBC0F72-8EA1-11D1-00A0-C90629100000" | 47 | #define EEEPC_WMI_EVENT_GUID "ABBC0F72-8EA1-11D1-00A0-C90629100000" |
| 48 | #define EEEPC_WMI_MGMT_GUID "97845ED0-4E6D-11DE-8A39-0800200C9A66" | ||
| 41 | 49 | ||
| 42 | MODULE_ALIAS("wmi:"EEEPC_WMI_EVENT_GUID); | 50 | MODULE_ALIAS("wmi:"EEEPC_WMI_EVENT_GUID); |
| 51 | MODULE_ALIAS("wmi:"EEEPC_WMI_MGMT_GUID); | ||
| 43 | 52 | ||
| 44 | #define NOTIFY_BRNUP_MIN 0x11 | 53 | #define NOTIFY_BRNUP_MIN 0x11 |
| 45 | #define NOTIFY_BRNUP_MAX 0x1f | 54 | #define NOTIFY_BRNUP_MAX 0x1f |
| 46 | #define NOTIFY_BRNDOWN_MIN 0x20 | 55 | #define NOTIFY_BRNDOWN_MIN 0x20 |
| 47 | #define NOTIFY_BRNDOWN_MAX 0x2e | 56 | #define NOTIFY_BRNDOWN_MAX 0x2e |
| 48 | 57 | ||
| 58 | #define EEEPC_WMI_METHODID_DEVS 0x53564544 | ||
| 59 | #define EEEPC_WMI_METHODID_DSTS 0x53544344 | ||
| 60 | |||
| 61 | #define EEEPC_WMI_DEVID_BACKLIGHT 0x00050012 | ||
| 62 | |||
| 49 | static const struct key_entry eeepc_wmi_keymap[] = { | 63 | static const struct key_entry eeepc_wmi_keymap[] = { |
| 50 | /* Sleep already handled via generic ACPI code */ | 64 | /* Sleep already handled via generic ACPI code */ |
| 51 | { KE_KEY, 0x5d, { KEY_WLAN } }, | 65 | { KE_KEY, 0x5d, { KEY_WLAN } }, |
| @@ -58,18 +72,198 @@ static const struct key_entry eeepc_wmi_keymap[] = { | |||
| 58 | { KE_END, 0}, | 72 | { KE_END, 0}, |
| 59 | }; | 73 | }; |
| 60 | 74 | ||
| 61 | static struct input_dev *eeepc_wmi_input_dev; | 75 | struct bios_args { |
| 76 | u32 dev_id; | ||
| 77 | u32 ctrl_param; | ||
| 78 | }; | ||
| 79 | |||
| 80 | struct eeepc_wmi { | ||
| 81 | struct input_dev *inputdev; | ||
| 82 | struct backlight_device *backlight_device; | ||
| 83 | }; | ||
| 84 | |||
| 85 | static struct platform_device *platform_device; | ||
| 86 | |||
| 87 | static int eeepc_wmi_input_init(struct eeepc_wmi *eeepc) | ||
| 88 | { | ||
| 89 | int err; | ||
| 90 | |||
| 91 | eeepc->inputdev = input_allocate_device(); | ||
| 92 | if (!eeepc->inputdev) | ||
| 93 | return -ENOMEM; | ||
| 94 | |||
| 95 | eeepc->inputdev->name = "Eee PC WMI hotkeys"; | ||
| 96 | eeepc->inputdev->phys = EEEPC_WMI_FILE "/input0"; | ||
| 97 | eeepc->inputdev->id.bustype = BUS_HOST; | ||
| 98 | eeepc->inputdev->dev.parent = &platform_device->dev; | ||
| 99 | |||
| 100 | err = sparse_keymap_setup(eeepc->inputdev, eeepc_wmi_keymap, NULL); | ||
| 101 | if (err) | ||
| 102 | goto err_free_dev; | ||
| 103 | |||
| 104 | err = input_register_device(eeepc->inputdev); | ||
| 105 | if (err) | ||
| 106 | goto err_free_keymap; | ||
| 107 | |||
| 108 | return 0; | ||
| 109 | |||
| 110 | err_free_keymap: | ||
| 111 | sparse_keymap_free(eeepc->inputdev); | ||
| 112 | err_free_dev: | ||
| 113 | input_free_device(eeepc->inputdev); | ||
| 114 | return err; | ||
| 115 | } | ||
| 116 | |||
| 117 | static void eeepc_wmi_input_exit(struct eeepc_wmi *eeepc) | ||
| 118 | { | ||
| 119 | if (eeepc->inputdev) { | ||
| 120 | sparse_keymap_free(eeepc->inputdev); | ||
| 121 | input_unregister_device(eeepc->inputdev); | ||
| 122 | } | ||
| 123 | |||
| 124 | eeepc->inputdev = NULL; | ||
| 125 | } | ||
| 126 | |||
| 127 | static acpi_status eeepc_wmi_get_devstate(u32 dev_id, u32 *ctrl_param) | ||
| 128 | { | ||
| 129 | struct acpi_buffer input = { (acpi_size)sizeof(u32), &dev_id }; | ||
| 130 | struct acpi_buffer output = { ACPI_ALLOCATE_BUFFER, NULL }; | ||
| 131 | union acpi_object *obj; | ||
| 132 | acpi_status status; | ||
| 133 | u32 tmp; | ||
| 134 | |||
| 135 | status = wmi_evaluate_method(EEEPC_WMI_MGMT_GUID, | ||
| 136 | 1, EEEPC_WMI_METHODID_DSTS, &input, &output); | ||
| 137 | |||
| 138 | if (ACPI_FAILURE(status)) | ||
| 139 | return status; | ||
| 140 | |||
| 141 | obj = (union acpi_object *)output.pointer; | ||
| 142 | if (obj && obj->type == ACPI_TYPE_INTEGER) | ||
| 143 | tmp = (u32)obj->integer.value; | ||
| 144 | else | ||
| 145 | tmp = 0; | ||
| 146 | |||
| 147 | if (ctrl_param) | ||
| 148 | *ctrl_param = tmp; | ||
| 149 | |||
| 150 | kfree(obj); | ||
| 151 | |||
| 152 | return status; | ||
| 153 | |||
| 154 | } | ||
| 155 | |||
| 156 | static acpi_status eeepc_wmi_set_devstate(u32 dev_id, u32 ctrl_param) | ||
| 157 | { | ||
| 158 | struct bios_args args = { | ||
| 159 | .dev_id = dev_id, | ||
| 160 | .ctrl_param = ctrl_param, | ||
| 161 | }; | ||
| 162 | struct acpi_buffer input = { (acpi_size)sizeof(args), &args }; | ||
| 163 | acpi_status status; | ||
| 164 | |||
| 165 | status = wmi_evaluate_method(EEEPC_WMI_MGMT_GUID, | ||
| 166 | 1, EEEPC_WMI_METHODID_DEVS, &input, NULL); | ||
| 167 | |||
| 168 | return status; | ||
| 169 | } | ||
| 170 | |||
| 171 | static int read_brightness(struct backlight_device *bd) | ||
| 172 | { | ||
| 173 | static u32 ctrl_param; | ||
| 174 | acpi_status status; | ||
| 175 | |||
| 176 | status = eeepc_wmi_get_devstate(EEEPC_WMI_DEVID_BACKLIGHT, &ctrl_param); | ||
| 177 | |||
| 178 | if (ACPI_FAILURE(status)) | ||
| 179 | return -1; | ||
| 180 | else | ||
| 181 | return ctrl_param & 0xFF; | ||
| 182 | } | ||
| 183 | |||
| 184 | static int update_bl_status(struct backlight_device *bd) | ||
| 185 | { | ||
| 186 | |||
| 187 | static u32 ctrl_param; | ||
| 188 | acpi_status status; | ||
| 189 | |||
| 190 | ctrl_param = bd->props.brightness; | ||
| 191 | |||
| 192 | status = eeepc_wmi_set_devstate(EEEPC_WMI_DEVID_BACKLIGHT, ctrl_param); | ||
| 193 | |||
| 194 | if (ACPI_FAILURE(status)) | ||
| 195 | return -1; | ||
| 196 | else | ||
| 197 | return 0; | ||
| 198 | } | ||
| 199 | |||
| 200 | static const struct backlight_ops eeepc_wmi_bl_ops = { | ||
| 201 | .get_brightness = read_brightness, | ||
| 202 | .update_status = update_bl_status, | ||
| 203 | }; | ||
| 204 | |||
| 205 | static int eeepc_wmi_backlight_notify(struct eeepc_wmi *eeepc, int code) | ||
| 206 | { | ||
| 207 | struct backlight_device *bd = eeepc->backlight_device; | ||
| 208 | int old = bd->props.brightness; | ||
| 209 | int new; | ||
| 210 | |||
| 211 | if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX) | ||
| 212 | new = code - NOTIFY_BRNUP_MIN + 1; | ||
| 213 | else if (code >= NOTIFY_BRNDOWN_MIN && code <= NOTIFY_BRNDOWN_MAX) | ||
| 214 | new = code - NOTIFY_BRNDOWN_MIN; | ||
| 215 | |||
| 216 | bd->props.brightness = new; | ||
| 217 | backlight_update_status(bd); | ||
| 218 | backlight_force_update(bd, BACKLIGHT_UPDATE_HOTKEY); | ||
| 219 | |||
| 220 | return old; | ||
| 221 | } | ||
| 222 | |||
| 223 | static int eeepc_wmi_backlight_init(struct eeepc_wmi *eeepc) | ||
| 224 | { | ||
| 225 | struct backlight_device *bd; | ||
| 226 | struct backlight_properties props; | ||
| 227 | |||
| 228 | memset(&props, 0, sizeof(struct backlight_properties)); | ||
| 229 | props.max_brightness = 15; | ||
| 230 | bd = backlight_device_register(EEEPC_WMI_FILE, | ||
| 231 | &platform_device->dev, eeepc, | ||
| 232 | &eeepc_wmi_bl_ops, &props); | ||
| 233 | if (IS_ERR(bd)) { | ||
| 234 | pr_err("Could not register backlight device\n"); | ||
| 235 | return PTR_ERR(bd); | ||
| 236 | } | ||
| 237 | |||
| 238 | eeepc->backlight_device = bd; | ||
| 239 | |||
| 240 | bd->props.brightness = read_brightness(bd); | ||
| 241 | bd->props.power = FB_BLANK_UNBLANK; | ||
| 242 | backlight_update_status(bd); | ||
| 243 | |||
| 244 | return 0; | ||
| 245 | } | ||
| 246 | |||
| 247 | static void eeepc_wmi_backlight_exit(struct eeepc_wmi *eeepc) | ||
| 248 | { | ||
| 249 | if (eeepc->backlight_device) | ||
| 250 | backlight_device_unregister(eeepc->backlight_device); | ||
| 251 | |||
| 252 | eeepc->backlight_device = NULL; | ||
| 253 | } | ||
| 62 | 254 | ||
| 63 | static void eeepc_wmi_notify(u32 value, void *context) | 255 | static void eeepc_wmi_notify(u32 value, void *context) |
| 64 | { | 256 | { |
| 257 | struct eeepc_wmi *eeepc = context; | ||
| 65 | struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; | 258 | struct acpi_buffer response = { ACPI_ALLOCATE_BUFFER, NULL }; |
| 66 | union acpi_object *obj; | 259 | union acpi_object *obj; |
| 67 | acpi_status status; | 260 | acpi_status status; |
| 68 | int code; | 261 | int code; |
| 262 | int orig_code; | ||
| 69 | 263 | ||
| 70 | status = wmi_get_event_data(value, &response); | 264 | status = wmi_get_event_data(value, &response); |
| 71 | if (status != AE_OK) { | 265 | if (status != AE_OK) { |
| 72 | pr_err("EEEPC WMI: bad event status 0x%x\n", status); | 266 | pr_err("bad event status 0x%x\n", status); |
| 73 | return; | 267 | return; |
| 74 | } | 268 | } |
| 75 | 269 | ||
| @@ -77,81 +271,142 @@ static void eeepc_wmi_notify(u32 value, void *context) | |||
| 77 | 271 | ||
| 78 | if (obj && obj->type == ACPI_TYPE_INTEGER) { | 272 | if (obj && obj->type == ACPI_TYPE_INTEGER) { |
| 79 | code = obj->integer.value; | 273 | code = obj->integer.value; |
| 274 | orig_code = code; | ||
| 80 | 275 | ||
| 81 | if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX) | 276 | if (code >= NOTIFY_BRNUP_MIN && code <= NOTIFY_BRNUP_MAX) |
| 82 | code = NOTIFY_BRNUP_MIN; | 277 | code = NOTIFY_BRNUP_MIN; |
| 83 | else if (code >= NOTIFY_BRNDOWN_MIN && code <= NOTIFY_BRNDOWN_MAX) | 278 | else if (code >= NOTIFY_BRNDOWN_MIN && |
| 279 | code <= NOTIFY_BRNDOWN_MAX) | ||
| 84 | code = NOTIFY_BRNDOWN_MIN; | 280 | code = NOTIFY_BRNDOWN_MIN; |
| 85 | 281 | ||
| 86 | if (!sparse_keymap_report_event(eeepc_wmi_input_dev, | 282 | if (code == NOTIFY_BRNUP_MIN || code == NOTIFY_BRNDOWN_MIN) { |
| 283 | if (!acpi_video_backlight_support()) | ||
| 284 | eeepc_wmi_backlight_notify(eeepc, orig_code); | ||
| 285 | } | ||
| 286 | |||
| 287 | if (!sparse_keymap_report_event(eeepc->inputdev, | ||
| 87 | code, 1, true)) | 288 | code, 1, true)) |
| 88 | pr_info("EEEPC WMI: Unknown key %x pressed\n", code); | 289 | pr_info("Unknown key %x pressed\n", code); |
| 89 | } | 290 | } |
| 90 | 291 | ||
| 91 | kfree(obj); | 292 | kfree(obj); |
| 92 | } | 293 | } |
| 93 | 294 | ||
| 94 | static int eeepc_wmi_input_setup(void) | 295 | static int __devinit eeepc_wmi_platform_probe(struct platform_device *device) |
| 95 | { | 296 | { |
| 297 | struct eeepc_wmi *eeepc; | ||
| 96 | int err; | 298 | int err; |
| 299 | acpi_status status; | ||
| 97 | 300 | ||
| 98 | eeepc_wmi_input_dev = input_allocate_device(); | 301 | eeepc = platform_get_drvdata(device); |
| 99 | if (!eeepc_wmi_input_dev) | ||
| 100 | return -ENOMEM; | ||
| 101 | |||
| 102 | eeepc_wmi_input_dev->name = "Eee PC WMI hotkeys"; | ||
| 103 | eeepc_wmi_input_dev->phys = "wmi/input0"; | ||
| 104 | eeepc_wmi_input_dev->id.bustype = BUS_HOST; | ||
| 105 | 302 | ||
| 106 | err = sparse_keymap_setup(eeepc_wmi_input_dev, eeepc_wmi_keymap, NULL); | 303 | err = eeepc_wmi_input_init(eeepc); |
| 107 | if (err) | 304 | if (err) |
| 108 | goto err_free_dev; | 305 | goto error_input; |
| 109 | 306 | ||
| 110 | err = input_register_device(eeepc_wmi_input_dev); | 307 | if (!acpi_video_backlight_support()) { |
| 111 | if (err) | 308 | err = eeepc_wmi_backlight_init(eeepc); |
| 112 | goto err_free_keymap; | 309 | if (err) |
| 310 | goto error_backlight; | ||
| 311 | } else | ||
| 312 | pr_info("Backlight controlled by ACPI video driver\n"); | ||
| 313 | |||
| 314 | status = wmi_install_notify_handler(EEEPC_WMI_EVENT_GUID, | ||
| 315 | eeepc_wmi_notify, eeepc); | ||
| 316 | if (ACPI_FAILURE(status)) { | ||
| 317 | pr_err("Unable to register notify handler - %d\n", | ||
| 318 | status); | ||
| 319 | err = -ENODEV; | ||
| 320 | goto error_wmi; | ||
| 321 | } | ||
| 113 | 322 | ||
| 114 | return 0; | 323 | return 0; |
| 115 | 324 | ||
| 116 | err_free_keymap: | 325 | error_wmi: |
| 117 | sparse_keymap_free(eeepc_wmi_input_dev); | 326 | eeepc_wmi_backlight_exit(eeepc); |
| 118 | err_free_dev: | 327 | error_backlight: |
| 119 | input_free_device(eeepc_wmi_input_dev); | 328 | eeepc_wmi_input_exit(eeepc); |
| 329 | error_input: | ||
| 120 | return err; | 330 | return err; |
| 121 | } | 331 | } |
| 122 | 332 | ||
| 333 | static int __devexit eeepc_wmi_platform_remove(struct platform_device *device) | ||
| 334 | { | ||
| 335 | struct eeepc_wmi *eeepc; | ||
| 336 | |||
| 337 | eeepc = platform_get_drvdata(device); | ||
| 338 | wmi_remove_notify_handler(EEEPC_WMI_EVENT_GUID); | ||
| 339 | eeepc_wmi_backlight_exit(eeepc); | ||
| 340 | eeepc_wmi_input_exit(eeepc); | ||
| 341 | |||
| 342 | return 0; | ||
| 343 | } | ||
| 344 | |||
| 345 | static struct platform_driver platform_driver = { | ||
| 346 | .driver = { | ||
| 347 | .name = EEEPC_WMI_FILE, | ||
| 348 | .owner = THIS_MODULE, | ||
| 349 | }, | ||
| 350 | .probe = eeepc_wmi_platform_probe, | ||
| 351 | .remove = __devexit_p(eeepc_wmi_platform_remove), | ||
| 352 | }; | ||
| 353 | |||
| 123 | static int __init eeepc_wmi_init(void) | 354 | static int __init eeepc_wmi_init(void) |
| 124 | { | 355 | { |
| 356 | struct eeepc_wmi *eeepc; | ||
| 125 | int err; | 357 | int err; |
| 126 | acpi_status status; | ||
| 127 | 358 | ||
| 128 | if (!wmi_has_guid(EEEPC_WMI_EVENT_GUID)) { | 359 | if (!wmi_has_guid(EEEPC_WMI_EVENT_GUID) || |
| 129 | pr_warning("EEEPC WMI: No known WMI GUID found\n"); | 360 | !wmi_has_guid(EEEPC_WMI_MGMT_GUID)) { |
| 361 | pr_warning("No known WMI GUID found\n"); | ||
| 130 | return -ENODEV; | 362 | return -ENODEV; |
| 131 | } | 363 | } |
| 132 | 364 | ||
| 133 | err = eeepc_wmi_input_setup(); | 365 | eeepc = kzalloc(sizeof(struct eeepc_wmi), GFP_KERNEL); |
| 134 | if (err) | 366 | if (!eeepc) |
| 135 | return err; | 367 | return -ENOMEM; |
| 136 | 368 | ||
| 137 | status = wmi_install_notify_handler(EEEPC_WMI_EVENT_GUID, | 369 | platform_device = platform_device_alloc(EEEPC_WMI_FILE, -1); |
| 138 | eeepc_wmi_notify, NULL); | 370 | if (!platform_device) { |
| 139 | if (ACPI_FAILURE(status)) { | 371 | pr_warning("Unable to allocate platform device\n"); |
| 140 | sparse_keymap_free(eeepc_wmi_input_dev); | 372 | err = -ENOMEM; |
| 141 | input_unregister_device(eeepc_wmi_input_dev); | 373 | goto fail_platform; |
| 142 | pr_err("EEEPC WMI: Unable to register notify handler - %d\n", | 374 | } |
| 143 | status); | 375 | |
| 144 | return -ENODEV; | 376 | err = platform_device_add(platform_device); |
| 377 | if (err) { | ||
| 378 | pr_warning("Unable to add platform device\n"); | ||
| 379 | goto put_dev; | ||
| 380 | } | ||
| 381 | |||
| 382 | platform_set_drvdata(platform_device, eeepc); | ||
| 383 | |||
| 384 | err = platform_driver_register(&platform_driver); | ||
| 385 | if (err) { | ||
| 386 | pr_warning("Unable to register platform driver\n"); | ||
| 387 | goto del_dev; | ||
| 145 | } | 388 | } |
| 146 | 389 | ||
| 147 | return 0; | 390 | return 0; |
| 391 | |||
| 392 | del_dev: | ||
| 393 | platform_device_del(platform_device); | ||
| 394 | put_dev: | ||
| 395 | platform_device_put(platform_device); | ||
| 396 | fail_platform: | ||
| 397 | kfree(eeepc); | ||
| 398 | |||
| 399 | return err; | ||
| 148 | } | 400 | } |
| 149 | 401 | ||
| 150 | static void __exit eeepc_wmi_exit(void) | 402 | static void __exit eeepc_wmi_exit(void) |
| 151 | { | 403 | { |
| 152 | wmi_remove_notify_handler(EEEPC_WMI_EVENT_GUID); | 404 | struct eeepc_wmi *eeepc; |
| 153 | sparse_keymap_free(eeepc_wmi_input_dev); | 405 | |
| 154 | input_unregister_device(eeepc_wmi_input_dev); | 406 | eeepc = platform_get_drvdata(platform_device); |
| 407 | platform_driver_unregister(&platform_driver); | ||
| 408 | platform_device_unregister(platform_device); | ||
| 409 | kfree(eeepc); | ||
| 155 | } | 410 | } |
| 156 | 411 | ||
| 157 | module_init(eeepc_wmi_init); | 412 | module_init(eeepc_wmi_init); |
diff --git a/drivers/regulator/max8925-regulator.c b/drivers/regulator/max8925-regulator.c index b6218f11c957..552cad85ae5a 100644 --- a/drivers/regulator/max8925-regulator.c +++ b/drivers/regulator/max8925-regulator.c | |||
| @@ -109,7 +109,7 @@ static int max8925_is_enabled(struct regulator_dev *rdev) | |||
| 109 | struct max8925_regulator_info *info = rdev_get_drvdata(rdev); | 109 | struct max8925_regulator_info *info = rdev_get_drvdata(rdev); |
| 110 | int ret; | 110 | int ret; |
| 111 | 111 | ||
| 112 | ret = max8925_reg_read(info->i2c, info->vol_reg); | 112 | ret = max8925_reg_read(info->i2c, info->enable_reg); |
| 113 | if (ret < 0) | 113 | if (ret < 0) |
| 114 | return ret; | 114 | return ret; |
| 115 | 115 | ||
diff --git a/drivers/regulator/mc13783-regulator.c b/drivers/regulator/mc13783-regulator.c index a681f5e8f786..ad036dd8da13 100644 --- a/drivers/regulator/mc13783-regulator.c +++ b/drivers/regulator/mc13783-regulator.c | |||
| @@ -618,9 +618,12 @@ static int __devexit mc13783_regulator_remove(struct platform_device *pdev) | |||
| 618 | dev_get_platdata(&pdev->dev); | 618 | dev_get_platdata(&pdev->dev); |
| 619 | int i; | 619 | int i; |
| 620 | 620 | ||
| 621 | platform_set_drvdata(pdev, NULL); | ||
| 622 | |||
| 621 | for (i = 0; i < pdata->num_regulators; i++) | 623 | for (i = 0; i < pdata->num_regulators; i++) |
| 622 | regulator_unregister(priv->regulators[i]); | 624 | regulator_unregister(priv->regulators[i]); |
| 623 | 625 | ||
| 626 | kfree(priv); | ||
| 624 | return 0; | 627 | return 0; |
| 625 | } | 628 | } |
| 626 | 629 | ||
diff --git a/drivers/s390/block/dasd.c b/drivers/s390/block/dasd.c index bbea90baf98f..acf222f91f5a 100644 --- a/drivers/s390/block/dasd.c +++ b/drivers/s390/block/dasd.c | |||
| @@ -1899,7 +1899,8 @@ restart: | |||
| 1899 | /* Process requests that may be recovered */ | 1899 | /* Process requests that may be recovered */ |
| 1900 | if (cqr->status == DASD_CQR_NEED_ERP) { | 1900 | if (cqr->status == DASD_CQR_NEED_ERP) { |
| 1901 | erp_fn = base->discipline->erp_action(cqr); | 1901 | erp_fn = base->discipline->erp_action(cqr); |
| 1902 | erp_fn(cqr); | 1902 | if (IS_ERR(erp_fn(cqr))) |
| 1903 | continue; | ||
| 1903 | goto restart; | 1904 | goto restart; |
| 1904 | } | 1905 | } |
| 1905 | 1906 | ||
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c index 6927e751ce3e..6632649dd6aa 100644 --- a/drivers/s390/block/dasd_3990_erp.c +++ b/drivers/s390/block/dasd_3990_erp.c | |||
| @@ -2309,7 +2309,7 @@ static struct dasd_ccw_req *dasd_3990_erp_add_erp(struct dasd_ccw_req *cqr) | |||
| 2309 | cqr->retries); | 2309 | cqr->retries); |
| 2310 | dasd_block_set_timer(device->block, (HZ << 3)); | 2310 | dasd_block_set_timer(device->block, (HZ << 3)); |
| 2311 | } | 2311 | } |
| 2312 | return cqr; | 2312 | return erp; |
| 2313 | } | 2313 | } |
| 2314 | 2314 | ||
| 2315 | ccw = cqr->cpaddr; | 2315 | ccw = cqr->cpaddr; |
| @@ -2372,6 +2372,9 @@ dasd_3990_erp_additional_erp(struct dasd_ccw_req * cqr) | |||
| 2372 | /* add erp and initialize with default TIC */ | 2372 | /* add erp and initialize with default TIC */ |
| 2373 | erp = dasd_3990_erp_add_erp(cqr); | 2373 | erp = dasd_3990_erp_add_erp(cqr); |
| 2374 | 2374 | ||
| 2375 | if (IS_ERR(erp)) | ||
| 2376 | return erp; | ||
| 2377 | |||
| 2375 | /* inspect sense, determine specific ERP if possible */ | 2378 | /* inspect sense, determine specific ERP if possible */ |
| 2376 | if (erp != cqr) { | 2379 | if (erp != cqr) { |
| 2377 | 2380 | ||
| @@ -2711,6 +2714,8 @@ dasd_3990_erp_action(struct dasd_ccw_req * cqr) | |||
| 2711 | if (erp == NULL) { | 2714 | if (erp == NULL) { |
| 2712 | /* no matching erp found - set up erp */ | 2715 | /* no matching erp found - set up erp */ |
| 2713 | erp = dasd_3990_erp_additional_erp(cqr); | 2716 | erp = dasd_3990_erp_additional_erp(cqr); |
| 2717 | if (IS_ERR(erp)) | ||
| 2718 | return erp; | ||
| 2714 | } else { | 2719 | } else { |
| 2715 | /* matching erp found - set all leading erp's to DONE */ | 2720 | /* matching erp found - set all leading erp's to DONE */ |
| 2716 | erp = dasd_3990_erp_handle_match_erp(cqr, erp); | 2721 | erp = dasd_3990_erp_handle_match_erp(cqr, erp); |
diff --git a/drivers/s390/char/zcore.c b/drivers/s390/char/zcore.c index 18daf16aa357..7217966f7d31 100644 --- a/drivers/s390/char/zcore.c +++ b/drivers/s390/char/zcore.c | |||
| @@ -638,11 +638,7 @@ static int __init zcore_reipl_init(void) | |||
| 638 | rc = memcpy_hsa_kernel(ipl_block, ipib_info.ipib, PAGE_SIZE); | 638 | rc = memcpy_hsa_kernel(ipl_block, ipib_info.ipib, PAGE_SIZE); |
| 639 | else | 639 | else |
| 640 | rc = memcpy_real(ipl_block, (void *) ipib_info.ipib, PAGE_SIZE); | 640 | rc = memcpy_real(ipl_block, (void *) ipib_info.ipib, PAGE_SIZE); |
| 641 | if (rc) { | 641 | if (rc || csum_partial(ipl_block, ipl_block->hdr.len, 0) != |
| 642 | free_page((unsigned long) ipl_block); | ||
| 643 | return rc; | ||
| 644 | } | ||
| 645 | if (csum_partial(ipl_block, ipl_block->hdr.len, 0) != | ||
| 646 | ipib_info.checksum) { | 642 | ipib_info.checksum) { |
| 647 | TRACE("Checksum does not match\n"); | 643 | TRACE("Checksum does not match\n"); |
| 648 | free_page((unsigned long) ipl_block); | 644 | free_page((unsigned long) ipl_block); |
diff --git a/drivers/s390/cio/chsc.c b/drivers/s390/cio/chsc.c index 4038f5b4f144..ce7cb87479fe 100644 --- a/drivers/s390/cio/chsc.c +++ b/drivers/s390/cio/chsc.c | |||
| @@ -29,6 +29,7 @@ | |||
| 29 | #include "chsc.h" | 29 | #include "chsc.h" |
| 30 | 30 | ||
| 31 | static void *sei_page; | 31 | static void *sei_page; |
| 32 | static DEFINE_SPINLOCK(sda_lock); | ||
| 32 | 33 | ||
| 33 | /** | 34 | /** |
| 34 | * chsc_error_from_response() - convert a chsc response to an error | 35 | * chsc_error_from_response() - convert a chsc response to an error |
| @@ -832,11 +833,10 @@ void __init chsc_free_sei_area(void) | |||
| 832 | kfree(sei_page); | 833 | kfree(sei_page); |
| 833 | } | 834 | } |
| 834 | 835 | ||
| 835 | int __init | 836 | int chsc_enable_facility(int operation_code) |
| 836 | chsc_enable_facility(int operation_code) | ||
| 837 | { | 837 | { |
| 838 | int ret; | 838 | int ret; |
| 839 | struct { | 839 | static struct { |
| 840 | struct chsc_header request; | 840 | struct chsc_header request; |
| 841 | u8 reserved1:4; | 841 | u8 reserved1:4; |
| 842 | u8 format:4; | 842 | u8 format:4; |
| @@ -849,33 +849,32 @@ chsc_enable_facility(int operation_code) | |||
| 849 | u32 reserved5:4; | 849 | u32 reserved5:4; |
| 850 | u32 format2:4; | 850 | u32 format2:4; |
| 851 | u32 reserved6:24; | 851 | u32 reserved6:24; |
| 852 | } __attribute__ ((packed)) *sda_area; | 852 | } __attribute__ ((packed, aligned(4096))) sda_area; |
| 853 | 853 | ||
| 854 | sda_area = (void *)get_zeroed_page(GFP_KERNEL|GFP_DMA); | 854 | spin_lock(&sda_lock); |
| 855 | if (!sda_area) | 855 | memset(&sda_area, 0, sizeof(sda_area)); |
| 856 | return -ENOMEM; | 856 | sda_area.request.length = 0x0400; |
| 857 | sda_area->request.length = 0x0400; | 857 | sda_area.request.code = 0x0031; |
| 858 | sda_area->request.code = 0x0031; | 858 | sda_area.operation_code = operation_code; |
| 859 | sda_area->operation_code = operation_code; | ||
| 860 | 859 | ||
| 861 | ret = chsc(sda_area); | 860 | ret = chsc(&sda_area); |
| 862 | if (ret > 0) { | 861 | if (ret > 0) { |
| 863 | ret = (ret == 3) ? -ENODEV : -EBUSY; | 862 | ret = (ret == 3) ? -ENODEV : -EBUSY; |
| 864 | goto out; | 863 | goto out; |
| 865 | } | 864 | } |
| 866 | 865 | ||
| 867 | switch (sda_area->response.code) { | 866 | switch (sda_area.response.code) { |
| 868 | case 0x0101: | 867 | case 0x0101: |
| 869 | ret = -EOPNOTSUPP; | 868 | ret = -EOPNOTSUPP; |
| 870 | break; | 869 | break; |
| 871 | default: | 870 | default: |
| 872 | ret = chsc_error_from_response(sda_area->response.code); | 871 | ret = chsc_error_from_response(sda_area.response.code); |
| 873 | } | 872 | } |
| 874 | if (ret != 0) | 873 | if (ret != 0) |
| 875 | CIO_CRW_EVENT(2, "chsc: sda (oc=%x) failed (rc=%04x)\n", | 874 | CIO_CRW_EVENT(2, "chsc: sda (oc=%x) failed (rc=%04x)\n", |
| 876 | operation_code, sda_area->response.code); | 875 | operation_code, sda_area.response.code); |
| 877 | out: | 876 | out: |
| 878 | free_page((unsigned long)sda_area); | 877 | spin_unlock(&sda_lock); |
| 879 | return ret; | 878 | return ret; |
| 880 | } | 879 | } |
| 881 | 880 | ||
diff --git a/drivers/s390/cio/chsc_sch.c b/drivers/s390/cio/chsc_sch.c index 404f630c27ca..3b6f4adc5094 100644 --- a/drivers/s390/cio/chsc_sch.c +++ b/drivers/s390/cio/chsc_sch.c | |||
| @@ -124,7 +124,7 @@ static int chsc_subchannel_prepare(struct subchannel *sch) | |||
| 124 | * since we don't have a way to clear the subchannel and | 124 | * since we don't have a way to clear the subchannel and |
| 125 | * cannot disable it with a request running. | 125 | * cannot disable it with a request running. |
| 126 | */ | 126 | */ |
| 127 | cc = stsch(sch->schid, &schib); | 127 | cc = stsch_err(sch->schid, &schib); |
| 128 | if (!cc && scsw_stctl(&schib.scsw)) | 128 | if (!cc && scsw_stctl(&schib.scsw)) |
| 129 | return -EAGAIN; | 129 | return -EAGAIN; |
| 130 | return 0; | 130 | return 0; |
diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c index f736cdcf08ad..5feea1a371e1 100644 --- a/drivers/s390/cio/cio.c +++ b/drivers/s390/cio/cio.c | |||
| @@ -361,7 +361,7 @@ int cio_commit_config(struct subchannel *sch) | |||
| 361 | struct schib schib; | 361 | struct schib schib; |
| 362 | int ccode, retry, ret = 0; | 362 | int ccode, retry, ret = 0; |
| 363 | 363 | ||
| 364 | if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) | 364 | if (stsch_err(sch->schid, &schib) || !css_sch_is_valid(&schib)) |
| 365 | return -ENODEV; | 365 | return -ENODEV; |
| 366 | 366 | ||
| 367 | for (retry = 0; retry < 5; retry++) { | 367 | for (retry = 0; retry < 5; retry++) { |
| @@ -372,7 +372,7 @@ int cio_commit_config(struct subchannel *sch) | |||
| 372 | return ccode; | 372 | return ccode; |
| 373 | switch (ccode) { | 373 | switch (ccode) { |
| 374 | case 0: /* successful */ | 374 | case 0: /* successful */ |
| 375 | if (stsch(sch->schid, &schib) || | 375 | if (stsch_err(sch->schid, &schib) || |
| 376 | !css_sch_is_valid(&schib)) | 376 | !css_sch_is_valid(&schib)) |
| 377 | return -ENODEV; | 377 | return -ENODEV; |
| 378 | if (cio_check_config(sch, &schib)) { | 378 | if (cio_check_config(sch, &schib)) { |
| @@ -404,7 +404,7 @@ int cio_update_schib(struct subchannel *sch) | |||
| 404 | { | 404 | { |
| 405 | struct schib schib; | 405 | struct schib schib; |
| 406 | 406 | ||
| 407 | if (stsch(sch->schid, &schib) || !css_sch_is_valid(&schib)) | 407 | if (stsch_err(sch->schid, &schib) || !css_sch_is_valid(&schib)) |
| 408 | return -ENODEV; | 408 | return -ENODEV; |
| 409 | 409 | ||
| 410 | memcpy(&sch->schib, &schib, sizeof(schib)); | 410 | memcpy(&sch->schib, &schib, sizeof(schib)); |
| @@ -771,7 +771,7 @@ cio_get_console_sch_no(void) | |||
| 771 | if (console_irq != -1) { | 771 | if (console_irq != -1) { |
| 772 | /* VM provided us with the irq number of the console. */ | 772 | /* VM provided us with the irq number of the console. */ |
| 773 | schid.sch_no = console_irq; | 773 | schid.sch_no = console_irq; |
| 774 | if (stsch(schid, &console_subchannel.schib) != 0 || | 774 | if (stsch_err(schid, &console_subchannel.schib) != 0 || |
| 775 | (console_subchannel.schib.pmcw.st != SUBCHANNEL_TYPE_IO) || | 775 | (console_subchannel.schib.pmcw.st != SUBCHANNEL_TYPE_IO) || |
| 776 | !console_subchannel.schib.pmcw.dnv) | 776 | !console_subchannel.schib.pmcw.dnv) |
| 777 | return -1; | 777 | return -1; |
| @@ -863,10 +863,10 @@ __disable_subchannel_easy(struct subchannel_id schid, struct schib *schib) | |||
| 863 | cc = 0; | 863 | cc = 0; |
| 864 | for (retry=0;retry<3;retry++) { | 864 | for (retry=0;retry<3;retry++) { |
| 865 | schib->pmcw.ena = 0; | 865 | schib->pmcw.ena = 0; |
| 866 | cc = msch(schid, schib); | 866 | cc = msch_err(schid, schib); |
| 867 | if (cc) | 867 | if (cc) |
| 868 | return (cc==3?-ENODEV:-EBUSY); | 868 | return (cc==3?-ENODEV:-EBUSY); |
| 869 | if (stsch(schid, schib) || !css_sch_is_valid(schib)) | 869 | if (stsch_err(schid, schib) || !css_sch_is_valid(schib)) |
| 870 | return -ENODEV; | 870 | return -ENODEV; |
| 871 | if (!schib->pmcw.ena) | 871 | if (!schib->pmcw.ena) |
| 872 | return 0; | 872 | return 0; |
| @@ -913,7 +913,7 @@ static int stsch_reset(struct subchannel_id schid, struct schib *addr) | |||
| 913 | 913 | ||
| 914 | pgm_check_occured = 0; | 914 | pgm_check_occured = 0; |
| 915 | s390_base_pgm_handler_fn = cio_reset_pgm_check_handler; | 915 | s390_base_pgm_handler_fn = cio_reset_pgm_check_handler; |
| 916 | rc = stsch(schid, addr); | 916 | rc = stsch_err(schid, addr); |
| 917 | s390_base_pgm_handler_fn = NULL; | 917 | s390_base_pgm_handler_fn = NULL; |
| 918 | 918 | ||
| 919 | /* The program check handler could have changed pgm_check_occured. */ | 919 | /* The program check handler could have changed pgm_check_occured. */ |
| @@ -950,7 +950,7 @@ static int __shutdown_subchannel_easy(struct subchannel_id schid, void *data) | |||
| 950 | /* No default clear strategy */ | 950 | /* No default clear strategy */ |
| 951 | break; | 951 | break; |
| 952 | } | 952 | } |
| 953 | stsch(schid, &schib); | 953 | stsch_err(schid, &schib); |
| 954 | __disable_subchannel_easy(schid, &schib); | 954 | __disable_subchannel_easy(schid, &schib); |
| 955 | } | 955 | } |
| 956 | out: | 956 | out: |
| @@ -1086,7 +1086,7 @@ int __init cio_get_iplinfo(struct cio_iplinfo *iplinfo) | |||
| 1086 | schid = *(struct subchannel_id *)&S390_lowcore.subchannel_id; | 1086 | schid = *(struct subchannel_id *)&S390_lowcore.subchannel_id; |
| 1087 | if (!schid.one) | 1087 | if (!schid.one) |
| 1088 | return -ENODEV; | 1088 | return -ENODEV; |
| 1089 | if (stsch(schid, &schib)) | 1089 | if (stsch_err(schid, &schib)) |
| 1090 | return -ENODEV; | 1090 | return -ENODEV; |
| 1091 | if (schib.pmcw.st != SUBCHANNEL_TYPE_IO) | 1091 | if (schib.pmcw.st != SUBCHANNEL_TYPE_IO) |
| 1092 | return -ENODEV; | 1092 | return -ENODEV; |
diff --git a/drivers/s390/cio/css.c b/drivers/s390/cio/css.c index 2769da54f2b9..511649115bd7 100644 --- a/drivers/s390/cio/css.c +++ b/drivers/s390/cio/css.c | |||
| @@ -870,15 +870,10 @@ static int __init css_bus_init(void) | |||
| 870 | 870 | ||
| 871 | /* Try to enable MSS. */ | 871 | /* Try to enable MSS. */ |
| 872 | ret = chsc_enable_facility(CHSC_SDA_OC_MSS); | 872 | ret = chsc_enable_facility(CHSC_SDA_OC_MSS); |
| 873 | switch (ret) { | 873 | if (ret) |
| 874 | case 0: /* Success. */ | ||
| 875 | max_ssid = __MAX_SSID; | ||
| 876 | break; | ||
| 877 | case -ENOMEM: | ||
| 878 | goto out; | ||
| 879 | default: | ||
| 880 | max_ssid = 0; | 874 | max_ssid = 0; |
| 881 | } | 875 | else /* Success. */ |
| 876 | max_ssid = __MAX_SSID; | ||
| 882 | 877 | ||
| 883 | ret = slow_subchannel_init(); | 878 | ret = slow_subchannel_init(); |
| 884 | if (ret) | 879 | if (ret) |
| @@ -1048,6 +1043,11 @@ static int __init channel_subsystem_init_sync(void) | |||
| 1048 | } | 1043 | } |
| 1049 | subsys_initcall_sync(channel_subsystem_init_sync); | 1044 | subsys_initcall_sync(channel_subsystem_init_sync); |
| 1050 | 1045 | ||
| 1046 | void channel_subsystem_reinit(void) | ||
| 1047 | { | ||
| 1048 | chsc_enable_facility(CHSC_SDA_OC_MSS); | ||
| 1049 | } | ||
| 1050 | |||
| 1051 | #ifdef CONFIG_PROC_FS | 1051 | #ifdef CONFIG_PROC_FS |
| 1052 | static ssize_t cio_settle_write(struct file *file, const char __user *buf, | 1052 | static ssize_t cio_settle_write(struct file *file, const char __user *buf, |
| 1053 | size_t count, loff_t *ppos) | 1053 | size_t count, loff_t *ppos) |
diff --git a/drivers/s390/cio/device_fsm.c b/drivers/s390/cio/device_fsm.c index c56ab94612f9..c9b852647f01 100644 --- a/drivers/s390/cio/device_fsm.c +++ b/drivers/s390/cio/device_fsm.c | |||
| @@ -45,7 +45,7 @@ static void ccw_timeout_log(struct ccw_device *cdev) | |||
| 45 | sch = to_subchannel(cdev->dev.parent); | 45 | sch = to_subchannel(cdev->dev.parent); |
| 46 | private = to_io_private(sch); | 46 | private = to_io_private(sch); |
| 47 | orb = &private->orb; | 47 | orb = &private->orb; |
| 48 | cc = stsch(sch->schid, &schib); | 48 | cc = stsch_err(sch->schid, &schib); |
| 49 | 49 | ||
| 50 | printk(KERN_WARNING "cio: ccw device timeout occurred at %llx, " | 50 | printk(KERN_WARNING "cio: ccw device timeout occurred at %llx, " |
| 51 | "device information:\n", get_clock()); | 51 | "device information:\n", get_clock()); |
diff --git a/drivers/s390/scsi/zfcp_fsf.c b/drivers/s390/scsi/zfcp_fsf.c index 18564891ea61..b3b1d2f79398 100644 --- a/drivers/s390/scsi/zfcp_fsf.c +++ b/drivers/s390/scsi/zfcp_fsf.c | |||
| @@ -2105,7 +2105,8 @@ static void zfcp_fsf_req_trace(struct zfcp_fsf_req *req, struct scsi_cmnd *scsi) | |||
| 2105 | blktrc.inb_usage = req->qdio_req.qdio_inb_usage; | 2105 | blktrc.inb_usage = req->qdio_req.qdio_inb_usage; |
| 2106 | blktrc.outb_usage = req->qdio_req.qdio_outb_usage; | 2106 | blktrc.outb_usage = req->qdio_req.qdio_outb_usage; |
| 2107 | 2107 | ||
| 2108 | if (req->adapter->adapter_features & FSF_FEATURE_MEASUREMENT_DATA) { | 2108 | if (req->adapter->adapter_features & FSF_FEATURE_MEASUREMENT_DATA && |
| 2109 | !(req->status & ZFCP_STATUS_FSFREQ_ERROR)) { | ||
| 2109 | blktrc.flags |= ZFCP_BLK_LAT_VALID; | 2110 | blktrc.flags |= ZFCP_BLK_LAT_VALID; |
| 2110 | blktrc.channel_lat = lat_in->channel_lat * ticks; | 2111 | blktrc.channel_lat = lat_in->channel_lat * ticks; |
| 2111 | blktrc.fabric_lat = lat_in->fabric_lat * ticks; | 2112 | blktrc.fabric_lat = lat_in->fabric_lat * ticks; |
| @@ -2157,9 +2158,8 @@ static void zfcp_fsf_send_fcp_command_task_handler(struct zfcp_fsf_req *req) | |||
| 2157 | fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp; | 2158 | fcp_rsp = (struct fcp_resp_with_ext *) &req->qtcb->bottom.io.fcp_rsp; |
| 2158 | zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt); | 2159 | zfcp_fc_eval_fcp_rsp(fcp_rsp, scpnt); |
| 2159 | 2160 | ||
| 2160 | zfcp_fsf_req_trace(req, scpnt); | ||
| 2161 | |||
| 2162 | skip_fsfstatus: | 2161 | skip_fsfstatus: |
| 2162 | zfcp_fsf_req_trace(req, scpnt); | ||
| 2163 | zfcp_dbf_scsi_result(req->adapter->dbf, scpnt, req); | 2163 | zfcp_dbf_scsi_result(req->adapter->dbf, scpnt, req); |
| 2164 | 2164 | ||
| 2165 | scpnt->host_scribble = NULL; | 2165 | scpnt->host_scribble = NULL; |
diff --git a/drivers/scsi/be2iscsi/be_mgmt.c b/drivers/scsi/be2iscsi/be_mgmt.c index 72617b650a7e..e641922f20bc 100644 --- a/drivers/scsi/be2iscsi/be_mgmt.c +++ b/drivers/scsi/be2iscsi/be_mgmt.c | |||
| @@ -169,6 +169,7 @@ unsigned char mgmt_invalidate_icds(struct beiscsi_hba *phba, | |||
| 169 | SE_DEBUG(DBG_LVL_1, | 169 | SE_DEBUG(DBG_LVL_1, |
| 170 | "Failed to allocate memory for" | 170 | "Failed to allocate memory for" |
| 171 | "mgmt_invalidate_icds \n"); | 171 | "mgmt_invalidate_icds \n"); |
| 172 | spin_unlock(&ctrl->mbox_lock); | ||
| 172 | return -1; | 173 | return -1; |
| 173 | } | 174 | } |
| 174 | nonemb_cmd.size = sizeof(struct invalidate_commands_params_in); | 175 | nonemb_cmd.size = sizeof(struct invalidate_commands_params_in); |
diff --git a/drivers/scsi/bnx2i/bnx2i.h b/drivers/scsi/bnx2i/bnx2i.h index 6cf9dc37d78b..6b624e767d3b 100644 --- a/drivers/scsi/bnx2i/bnx2i.h +++ b/drivers/scsi/bnx2i/bnx2i.h | |||
| @@ -362,6 +362,7 @@ struct bnx2i_hba { | |||
| 362 | u32 num_ccell; | 362 | u32 num_ccell; |
| 363 | 363 | ||
| 364 | int ofld_conns_active; | 364 | int ofld_conns_active; |
| 365 | wait_queue_head_t eh_wait; | ||
| 365 | 366 | ||
| 366 | int max_active_conns; | 367 | int max_active_conns; |
| 367 | struct iscsi_cid_queue cid_que; | 368 | struct iscsi_cid_queue cid_que; |
| @@ -381,6 +382,7 @@ struct bnx2i_hba { | |||
| 381 | spinlock_t lock; /* protects hba structure access */ | 382 | spinlock_t lock; /* protects hba structure access */ |
| 382 | struct mutex net_dev_lock;/* sync net device access */ | 383 | struct mutex net_dev_lock;/* sync net device access */ |
| 383 | 384 | ||
| 385 | int hba_shutdown_tmo; | ||
| 384 | /* | 386 | /* |
| 385 | * PCI related info. | 387 | * PCI related info. |
| 386 | */ | 388 | */ |
diff --git a/drivers/scsi/bnx2i/bnx2i_init.c b/drivers/scsi/bnx2i/bnx2i_init.c index 6d8172e781cf..5d9296c599f6 100644 --- a/drivers/scsi/bnx2i/bnx2i_init.c +++ b/drivers/scsi/bnx2i/bnx2i_init.c | |||
| @@ -177,11 +177,22 @@ void bnx2i_stop(void *handle) | |||
| 177 | struct bnx2i_hba *hba = handle; | 177 | struct bnx2i_hba *hba = handle; |
| 178 | 178 | ||
| 179 | /* check if cleanup happened in GOING_DOWN context */ | 179 | /* check if cleanup happened in GOING_DOWN context */ |
| 180 | clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); | ||
| 181 | if (!test_and_clear_bit(ADAPTER_STATE_GOING_DOWN, | 180 | if (!test_and_clear_bit(ADAPTER_STATE_GOING_DOWN, |
| 182 | &hba->adapter_state)) | 181 | &hba->adapter_state)) |
| 183 | iscsi_host_for_each_session(hba->shost, | 182 | iscsi_host_for_each_session(hba->shost, |
| 184 | bnx2i_drop_session); | 183 | bnx2i_drop_session); |
| 184 | |||
| 185 | /* Wait for all endpoints to be torn down, Chip will be reset once | ||
| 186 | * control returns to network driver. So it is required to cleanup and | ||
| 187 | * release all connection resources before returning from this routine. | ||
| 188 | */ | ||
| 189 | wait_event_interruptible_timeout(hba->eh_wait, | ||
| 190 | (hba->ofld_conns_active == 0), | ||
| 191 | hba->hba_shutdown_tmo); | ||
| 192 | /* This flag should be cleared last so that ep_disconnect() gracefully | ||
| 193 | * cleans up connection context | ||
| 194 | */ | ||
| 195 | clear_bit(ADAPTER_STATE_UP, &hba->adapter_state); | ||
| 185 | } | 196 | } |
| 186 | 197 | ||
| 187 | /** | 198 | /** |
diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c index f2e9b18fe76c..fa68ab34b998 100644 --- a/drivers/scsi/bnx2i/bnx2i_iscsi.c +++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c | |||
| @@ -820,6 +820,11 @@ struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) | |||
| 820 | 820 | ||
| 821 | spin_lock_init(&hba->lock); | 821 | spin_lock_init(&hba->lock); |
| 822 | mutex_init(&hba->net_dev_lock); | 822 | mutex_init(&hba->net_dev_lock); |
| 823 | init_waitqueue_head(&hba->eh_wait); | ||
| 824 | if (test_bit(BNX2I_NX2_DEV_57710, &hba->cnic_dev_type)) | ||
| 825 | hba->hba_shutdown_tmo = 240 * HZ; | ||
| 826 | else /* 5706/5708/5709 */ | ||
| 827 | hba->hba_shutdown_tmo = 30 * HZ; | ||
| 823 | 828 | ||
| 824 | if (iscsi_host_add(shost, &hba->pcidev->dev)) | 829 | if (iscsi_host_add(shost, &hba->pcidev->dev)) |
| 825 | goto free_dump_mem; | 830 | goto free_dump_mem; |
| @@ -1658,8 +1663,8 @@ static struct iscsi_endpoint *bnx2i_ep_connect(struct Scsi_Host *shost, | |||
| 1658 | */ | 1663 | */ |
| 1659 | hba = bnx2i_check_route(dst_addr); | 1664 | hba = bnx2i_check_route(dst_addr); |
| 1660 | 1665 | ||
| 1661 | if (!hba) { | 1666 | if (!hba || test_bit(ADAPTER_STATE_GOING_DOWN, &hba->adapter_state)) { |
| 1662 | rc = -ENOMEM; | 1667 | rc = -EINVAL; |
| 1663 | goto check_busy; | 1668 | goto check_busy; |
| 1664 | } | 1669 | } |
| 1665 | 1670 | ||
| @@ -1804,7 +1809,7 @@ static int bnx2i_ep_poll(struct iscsi_endpoint *ep, int timeout_ms) | |||
| 1804 | (bnx2i_ep->state == | 1809 | (bnx2i_ep->state == |
| 1805 | EP_STATE_CONNECT_COMPL)), | 1810 | EP_STATE_CONNECT_COMPL)), |
| 1806 | msecs_to_jiffies(timeout_ms)); | 1811 | msecs_to_jiffies(timeout_ms)); |
| 1807 | if (!rc || (bnx2i_ep->state == EP_STATE_OFLD_FAILED)) | 1812 | if (bnx2i_ep->state == EP_STATE_OFLD_FAILED) |
| 1808 | rc = -1; | 1813 | rc = -1; |
| 1809 | 1814 | ||
| 1810 | if (rc > 0) | 1815 | if (rc > 0) |
| @@ -1957,6 +1962,8 @@ return_bnx2i_ep: | |||
| 1957 | 1962 | ||
| 1958 | if (!hba->ofld_conns_active) | 1963 | if (!hba->ofld_conns_active) |
| 1959 | bnx2i_unreg_dev_all(); | 1964 | bnx2i_unreg_dev_all(); |
| 1965 | |||
| 1966 | wake_up_interruptible(&hba->eh_wait); | ||
| 1960 | } | 1967 | } |
| 1961 | 1968 | ||
| 1962 | 1969 | ||
diff --git a/drivers/scsi/dpt_i2o.c b/drivers/scsi/dpt_i2o.c index 496764349c41..0435d044c9da 100644 --- a/drivers/scsi/dpt_i2o.c +++ b/drivers/scsi/dpt_i2o.c | |||
| @@ -188,7 +188,8 @@ MODULE_DEVICE_TABLE(pci,dptids); | |||
| 188 | static int adpt_detect(struct scsi_host_template* sht) | 188 | static int adpt_detect(struct scsi_host_template* sht) |
| 189 | { | 189 | { |
| 190 | struct pci_dev *pDev = NULL; | 190 | struct pci_dev *pDev = NULL; |
| 191 | adpt_hba* pHba; | 191 | adpt_hba *pHba; |
| 192 | adpt_hba *next; | ||
| 192 | 193 | ||
| 193 | PINFO("Detecting Adaptec I2O RAID controllers...\n"); | 194 | PINFO("Detecting Adaptec I2O RAID controllers...\n"); |
| 194 | 195 | ||
| @@ -206,7 +207,8 @@ static int adpt_detect(struct scsi_host_template* sht) | |||
| 206 | } | 207 | } |
| 207 | 208 | ||
| 208 | /* In INIT state, Activate IOPs */ | 209 | /* In INIT state, Activate IOPs */ |
| 209 | for (pHba = hba_chain; pHba; pHba = pHba->next) { | 210 | for (pHba = hba_chain; pHba; pHba = next) { |
| 211 | next = pHba->next; | ||
| 210 | // Activate does get status , init outbound, and get hrt | 212 | // Activate does get status , init outbound, and get hrt |
| 211 | if (adpt_i2o_activate_hba(pHba) < 0) { | 213 | if (adpt_i2o_activate_hba(pHba) < 0) { |
| 212 | adpt_i2o_delete_hba(pHba); | 214 | adpt_i2o_delete_hba(pHba); |
| @@ -243,7 +245,8 @@ rebuild_sys_tab: | |||
| 243 | PDEBUG("HBA's in OPERATIONAL state\n"); | 245 | PDEBUG("HBA's in OPERATIONAL state\n"); |
| 244 | 246 | ||
| 245 | printk("dpti: If you have a lot of devices this could take a few minutes.\n"); | 247 | printk("dpti: If you have a lot of devices this could take a few minutes.\n"); |
| 246 | for (pHba = hba_chain; pHba; pHba = pHba->next) { | 248 | for (pHba = hba_chain; pHba; pHba = next) { |
| 249 | next = pHba->next; | ||
| 247 | printk(KERN_INFO"%s: Reading the hardware resource table.\n", pHba->name); | 250 | printk(KERN_INFO"%s: Reading the hardware resource table.\n", pHba->name); |
| 248 | if (adpt_i2o_lct_get(pHba) < 0){ | 251 | if (adpt_i2o_lct_get(pHba) < 0){ |
| 249 | adpt_i2o_delete_hba(pHba); | 252 | adpt_i2o_delete_hba(pHba); |
| @@ -263,7 +266,8 @@ rebuild_sys_tab: | |||
| 263 | adpt_sysfs_class = NULL; | 266 | adpt_sysfs_class = NULL; |
| 264 | } | 267 | } |
| 265 | 268 | ||
| 266 | for (pHba = hba_chain; pHba; pHba = pHba->next) { | 269 | for (pHba = hba_chain; pHba; pHba = next) { |
| 270 | next = pHba->next; | ||
| 267 | if (adpt_scsi_host_alloc(pHba, sht) < 0){ | 271 | if (adpt_scsi_host_alloc(pHba, sht) < 0){ |
| 268 | adpt_i2o_delete_hba(pHba); | 272 | adpt_i2o_delete_hba(pHba); |
| 269 | continue; | 273 | continue; |
| @@ -1229,11 +1233,10 @@ static void adpt_i2o_delete_hba(adpt_hba* pHba) | |||
| 1229 | } | 1233 | } |
| 1230 | } | 1234 | } |
| 1231 | pci_dev_put(pHba->pDev); | 1235 | pci_dev_put(pHba->pDev); |
| 1232 | kfree(pHba); | ||
| 1233 | |||
| 1234 | if (adpt_sysfs_class) | 1236 | if (adpt_sysfs_class) |
| 1235 | device_destroy(adpt_sysfs_class, | 1237 | device_destroy(adpt_sysfs_class, |
| 1236 | MKDEV(DPTI_I2O_MAJOR, pHba->unit)); | 1238 | MKDEV(DPTI_I2O_MAJOR, pHba->unit)); |
| 1239 | kfree(pHba); | ||
| 1237 | 1240 | ||
| 1238 | if(hba_count <= 0){ | 1241 | if(hba_count <= 0){ |
| 1239 | unregister_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER); | 1242 | unregister_chrdev(DPTI_I2O_MAJOR, DPT_DRIVER); |
diff --git a/drivers/scsi/ibmvscsi/ibmvscsi.c b/drivers/scsi/ibmvscsi/ibmvscsi.c index ff5ec5ac1fb5..88bad0e81bdd 100644 --- a/drivers/scsi/ibmvscsi/ibmvscsi.c +++ b/drivers/scsi/ibmvscsi/ibmvscsi.c | |||
| @@ -323,16 +323,6 @@ static void set_srp_direction(struct scsi_cmnd *cmd, | |||
| 323 | srp_cmd->buf_fmt = fmt; | 323 | srp_cmd->buf_fmt = fmt; |
| 324 | } | 324 | } |
| 325 | 325 | ||
| 326 | static void unmap_sg_list(int num_entries, | ||
| 327 | struct device *dev, | ||
| 328 | struct srp_direct_buf *md) | ||
| 329 | { | ||
| 330 | int i; | ||
| 331 | |||
| 332 | for (i = 0; i < num_entries; ++i) | ||
| 333 | dma_unmap_single(dev, md[i].va, md[i].len, DMA_BIDIRECTIONAL); | ||
| 334 | } | ||
| 335 | |||
| 336 | /** | 326 | /** |
| 337 | * unmap_cmd_data: - Unmap data pointed in srp_cmd based on the format | 327 | * unmap_cmd_data: - Unmap data pointed in srp_cmd based on the format |
| 338 | * @cmd: srp_cmd whose additional_data member will be unmapped | 328 | * @cmd: srp_cmd whose additional_data member will be unmapped |
| @@ -350,24 +340,9 @@ static void unmap_cmd_data(struct srp_cmd *cmd, | |||
| 350 | 340 | ||
| 351 | if (out_fmt == SRP_NO_DATA_DESC && in_fmt == SRP_NO_DATA_DESC) | 341 | if (out_fmt == SRP_NO_DATA_DESC && in_fmt == SRP_NO_DATA_DESC) |
| 352 | return; | 342 | return; |
| 353 | else if (out_fmt == SRP_DATA_DESC_DIRECT || | ||
| 354 | in_fmt == SRP_DATA_DESC_DIRECT) { | ||
| 355 | struct srp_direct_buf *data = | ||
| 356 | (struct srp_direct_buf *) cmd->add_data; | ||
| 357 | dma_unmap_single(dev, data->va, data->len, DMA_BIDIRECTIONAL); | ||
| 358 | } else { | ||
| 359 | struct srp_indirect_buf *indirect = | ||
| 360 | (struct srp_indirect_buf *) cmd->add_data; | ||
| 361 | int num_mapped = indirect->table_desc.len / | ||
| 362 | sizeof(struct srp_direct_buf); | ||
| 363 | 343 | ||
| 364 | if (num_mapped <= MAX_INDIRECT_BUFS) { | 344 | if (evt_struct->cmnd) |
| 365 | unmap_sg_list(num_mapped, dev, &indirect->desc_list[0]); | 345 | scsi_dma_unmap(evt_struct->cmnd); |
| 366 | return; | ||
| 367 | } | ||
| 368 | |||
| 369 | unmap_sg_list(num_mapped, dev, evt_struct->ext_list); | ||
| 370 | } | ||
| 371 | } | 346 | } |
| 372 | 347 | ||
| 373 | static int map_sg_list(struct scsi_cmnd *cmd, int nseg, | 348 | static int map_sg_list(struct scsi_cmnd *cmd, int nseg, |
diff --git a/drivers/scsi/iscsi_tcp.c b/drivers/scsi/iscsi_tcp.c index 0ee725ced511..02143af7c1af 100644 --- a/drivers/scsi/iscsi_tcp.c +++ b/drivers/scsi/iscsi_tcp.c | |||
| @@ -599,7 +599,7 @@ static void iscsi_sw_tcp_conn_stop(struct iscsi_cls_conn *cls_conn, int flag) | |||
| 599 | set_bit(ISCSI_SUSPEND_BIT, &conn->suspend_rx); | 599 | set_bit(ISCSI_SUSPEND_BIT, &conn->suspend_rx); |
| 600 | write_unlock_bh(&tcp_sw_conn->sock->sk->sk_callback_lock); | 600 | write_unlock_bh(&tcp_sw_conn->sock->sk->sk_callback_lock); |
| 601 | 601 | ||
| 602 | if (sock->sk->sk_sleep && waitqueue_active(sock->sk->sk_sleep)) { | 602 | if (sock->sk->sk_sleep) { |
| 603 | sock->sk->sk_err = EIO; | 603 | sock->sk->sk_err = EIO; |
| 604 | wake_up_interruptible(sock->sk->sk_sleep); | 604 | wake_up_interruptible(sock->sk->sk_sleep); |
| 605 | } | 605 | } |
diff --git a/drivers/scsi/lpfc/lpfc_bsg.c b/drivers/scsi/lpfc/lpfc_bsg.c index ec3723831e89..d62b3e467926 100644 --- a/drivers/scsi/lpfc/lpfc_bsg.c +++ b/drivers/scsi/lpfc/lpfc_bsg.c | |||
| @@ -433,7 +433,7 @@ lpfc_bsg_rport_els_cmp(struct lpfc_hba *phba, | |||
| 433 | dd_data = cmdiocbq->context1; | 433 | dd_data = cmdiocbq->context1; |
| 434 | /* normal completion and timeout crossed paths, already done */ | 434 | /* normal completion and timeout crossed paths, already done */ |
| 435 | if (!dd_data) { | 435 | if (!dd_data) { |
| 436 | spin_unlock_irqrestore(&phba->hbalock, flags); | 436 | spin_unlock_irqrestore(&phba->ct_ev_lock, flags); |
| 437 | return; | 437 | return; |
| 438 | } | 438 | } |
| 439 | 439 | ||
| @@ -1196,7 +1196,7 @@ lpfc_issue_ct_rsp_cmp(struct lpfc_hba *phba, | |||
| 1196 | dd_data = cmdiocbq->context1; | 1196 | dd_data = cmdiocbq->context1; |
| 1197 | /* normal completion and timeout crossed paths, already done */ | 1197 | /* normal completion and timeout crossed paths, already done */ |
| 1198 | if (!dd_data) { | 1198 | if (!dd_data) { |
| 1199 | spin_unlock_irqrestore(&phba->hbalock, flags); | 1199 | spin_unlock_irqrestore(&phba->ct_ev_lock, flags); |
| 1200 | return; | 1200 | return; |
| 1201 | } | 1201 | } |
| 1202 | 1202 | ||
diff --git a/drivers/scsi/qla2xxx/qla_attr.c b/drivers/scsi/qla2xxx/qla_attr.c index 359e9a71a021..1c7ef55966fb 100644 --- a/drivers/scsi/qla2xxx/qla_attr.c +++ b/drivers/scsi/qla2xxx/qla_attr.c | |||
| @@ -2393,6 +2393,7 @@ qla24xx_bsg_timeout(struct fc_bsg_job *bsg_job) | |||
| 2393 | return 0; | 2393 | return 0; |
| 2394 | 2394 | ||
| 2395 | done: | 2395 | done: |
| 2396 | spin_unlock_irqrestore(&ha->hardware_lock, flags); | ||
| 2396 | if (bsg_job->request->msgcode == FC_BSG_HST_CT) | 2397 | if (bsg_job->request->msgcode == FC_BSG_HST_CT) |
| 2397 | kfree(sp->fcport); | 2398 | kfree(sp->fcport); |
| 2398 | kfree(sp->ctx); | 2399 | kfree(sp->ctx); |
diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c index 09d6d4b76f39..caeb7d10ae04 100644 --- a/drivers/scsi/qla4xxx/ql4_mbx.c +++ b/drivers/scsi/qla4xxx/ql4_mbx.c | |||
| @@ -467,7 +467,7 @@ int qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha, | |||
| 467 | if (conn_err_detail) | 467 | if (conn_err_detail) |
| 468 | *conn_err_detail = mbox_sts[5]; | 468 | *conn_err_detail = mbox_sts[5]; |
| 469 | if (tcp_source_port_num) | 469 | if (tcp_source_port_num) |
| 470 | *tcp_source_port_num = (uint16_t) mbox_sts[6] >> 16; | 470 | *tcp_source_port_num = (uint16_t) (mbox_sts[6] >> 16); |
| 471 | if (connection_id) | 471 | if (connection_id) |
| 472 | *connection_id = (uint16_t) mbox_sts[6] & 0x00FF; | 472 | *connection_id = (uint16_t) mbox_sts[6] & 0x00FF; |
| 473 | status = QLA_SUCCESS; | 473 | status = QLA_SUCCESS; |
diff --git a/drivers/scsi/wd7000.c b/drivers/scsi/wd7000.c index d0b7d2ff9ac5..333580bf37c5 100644 --- a/drivers/scsi/wd7000.c +++ b/drivers/scsi/wd7000.c | |||
| @@ -1587,7 +1587,7 @@ static int wd7000_host_reset(struct scsi_cmnd *SCpnt) | |||
| 1587 | { | 1587 | { |
| 1588 | Adapter *host = (Adapter *) SCpnt->device->host->hostdata; | 1588 | Adapter *host = (Adapter *) SCpnt->device->host->hostdata; |
| 1589 | 1589 | ||
| 1590 | spin_unlock_irq(SCpnt->device->host->host_lock); | 1590 | spin_lock_irq(SCpnt->device->host->host_lock); |
| 1591 | 1591 | ||
| 1592 | if (wd7000_adapter_reset(host) < 0) { | 1592 | if (wd7000_adapter_reset(host) < 0) { |
| 1593 | spin_unlock_irq(SCpnt->device->host->host_lock); | 1593 | spin_unlock_irq(SCpnt->device->host->host_lock); |
diff --git a/drivers/serial/8250_pnp.c b/drivers/serial/8250_pnp.c index 24485cc62ff8..4822cb50cd0f 100644 --- a/drivers/serial/8250_pnp.c +++ b/drivers/serial/8250_pnp.c | |||
| @@ -348,6 +348,8 @@ static const struct pnp_device_id pnp_dev_table[] = { | |||
| 348 | { "FUJ02E6", 0 }, | 348 | { "FUJ02E6", 0 }, |
| 349 | /* Fujitsu Wacom 2FGT Tablet PC device */ | 349 | /* Fujitsu Wacom 2FGT Tablet PC device */ |
| 350 | { "FUJ02E7", 0 }, | 350 | { "FUJ02E7", 0 }, |
| 351 | /* Fujitsu Wacom 1FGT Tablet PC device */ | ||
| 352 | { "FUJ02E9", 0 }, | ||
| 351 | /* | 353 | /* |
| 352 | * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in | 354 | * LG C1 EXPRESS DUAL (C1-PB11A3) touch screen (actually a FUJ02E6 in |
| 353 | * disguise) | 355 | * disguise) |
diff --git a/drivers/serial/mcf.c b/drivers/serial/mcf.c index 7bb5fee639e3..b5aaef965f24 100644 --- a/drivers/serial/mcf.c +++ b/drivers/serial/mcf.c | |||
| @@ -263,6 +263,7 @@ static void mcf_set_termios(struct uart_port *port, struct ktermios *termios, | |||
| 263 | } | 263 | } |
| 264 | 264 | ||
| 265 | spin_lock_irqsave(&port->lock, flags); | 265 | spin_lock_irqsave(&port->lock, flags); |
| 266 | uart_update_timeout(port, termios->c_cflag, baud); | ||
| 266 | writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR); | 267 | writeb(MCFUART_UCR_CMDRESETRX, port->membase + MCFUART_UCR); |
| 267 | writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); | 268 | writeb(MCFUART_UCR_CMDRESETTX, port->membase + MCFUART_UCR); |
| 268 | writeb(MCFUART_UCR_CMDRESETMRPTR, port->membase + MCFUART_UCR); | 269 | writeb(MCFUART_UCR_CMDRESETMRPTR, port->membase + MCFUART_UCR); |
| @@ -379,6 +380,7 @@ static irqreturn_t mcf_interrupt(int irq, void *data) | |||
| 379 | static void mcf_config_port(struct uart_port *port, int flags) | 380 | static void mcf_config_port(struct uart_port *port, int flags) |
| 380 | { | 381 | { |
| 381 | port->type = PORT_MCF; | 382 | port->type = PORT_MCF; |
| 383 | port->fifosize = MCFUART_TXFIFOSIZE; | ||
| 382 | 384 | ||
| 383 | /* Clear mask, so no surprise interrupts. */ | 385 | /* Clear mask, so no surprise interrupts. */ |
| 384 | writeb(0, port->membase + MCFUART_UIMR); | 386 | writeb(0, port->membase + MCFUART_UIMR); |
| @@ -424,7 +426,7 @@ static int mcf_verify_port(struct uart_port *port, struct serial_struct *ser) | |||
| 424 | /* | 426 | /* |
| 425 | * Define the basic serial functions we support. | 427 | * Define the basic serial functions we support. |
| 426 | */ | 428 | */ |
| 427 | static struct uart_ops mcf_uart_ops = { | 429 | static const struct uart_ops mcf_uart_ops = { |
| 428 | .tx_empty = mcf_tx_empty, | 430 | .tx_empty = mcf_tx_empty, |
| 429 | .get_mctrl = mcf_get_mctrl, | 431 | .get_mctrl = mcf_get_mctrl, |
| 430 | .set_mctrl = mcf_set_mctrl, | 432 | .set_mctrl = mcf_set_mctrl, |
| @@ -443,7 +445,7 @@ static struct uart_ops mcf_uart_ops = { | |||
| 443 | .verify_port = mcf_verify_port, | 445 | .verify_port = mcf_verify_port, |
| 444 | }; | 446 | }; |
| 445 | 447 | ||
| 446 | static struct mcf_uart mcf_ports[3]; | 448 | static struct mcf_uart mcf_ports[4]; |
| 447 | 449 | ||
| 448 | #define MCF_MAXPORTS ARRAY_SIZE(mcf_ports) | 450 | #define MCF_MAXPORTS ARRAY_SIZE(mcf_ports) |
| 449 | 451 | ||
diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c index 3119fddaedb5..a176ab4bd65b 100644 --- a/drivers/serial/mpc52xx_uart.c +++ b/drivers/serial/mpc52xx_uart.c | |||
| @@ -29,39 +29,6 @@ | |||
| 29 | * kind, whether express or implied. | 29 | * kind, whether express or implied. |
| 30 | */ | 30 | */ |
| 31 | 31 | ||
| 32 | /* Platform device Usage : | ||
| 33 | * | ||
| 34 | * Since PSCs can have multiple function, the correct driver for each one | ||
| 35 | * is selected by calling mpc52xx_match_psc_function(...). The function | ||
| 36 | * handled by this driver is "uart". | ||
| 37 | * | ||
| 38 | * The driver init all necessary registers to place the PSC in uart mode without | ||
| 39 | * DCD. However, the pin multiplexing aren't changed and should be set either | ||
| 40 | * by the bootloader or in the platform init code. | ||
| 41 | * | ||
| 42 | * The idx field must be equal to the PSC index (e.g. 0 for PSC1, 1 for PSC2, | ||
| 43 | * and so on). So the PSC1 is mapped to /dev/ttyPSC0, PSC2 to /dev/ttyPSC1 and | ||
| 44 | * so on. But be warned, it's an ABSOLUTE REQUIREMENT ! This is needed mainly | ||
| 45 | * fpr the console code : without this 1:1 mapping, at early boot time, when we | ||
| 46 | * are parsing the kernel args console=ttyPSC?, we wouldn't know which PSC it | ||
| 47 | * will be mapped to. | ||
| 48 | */ | ||
| 49 | |||
| 50 | /* OF Platform device Usage : | ||
| 51 | * | ||
| 52 | * This driver is only used for PSCs configured in uart mode. The device | ||
| 53 | * tree will have a node for each PSC with "mpc52xx-psc-uart" in the compatible | ||
| 54 | * list. | ||
| 55 | * | ||
| 56 | * By default, PSC devices are enumerated in the order they are found. However | ||
| 57 | * a particular PSC number can be forces by adding 'device_no = <port#>' | ||
| 58 | * to the device node. | ||
| 59 | * | ||
| 60 | * The driver init all necessary registers to place the PSC in uart mode without | ||
| 61 | * DCD. However, the pin multiplexing aren't changed and should be set either | ||
| 62 | * by the bootloader or in the platform init code. | ||
| 63 | */ | ||
| 64 | |||
| 65 | #undef DEBUG | 32 | #undef DEBUG |
| 66 | 33 | ||
| 67 | #include <linux/device.h> | 34 | #include <linux/device.h> |
diff --git a/drivers/serial/pmac_zilog.c b/drivers/serial/pmac_zilog.c index 4eaa043ca2a8..700e10833bf9 100644 --- a/drivers/serial/pmac_zilog.c +++ b/drivers/serial/pmac_zilog.c | |||
| @@ -752,8 +752,10 @@ static void pmz_break_ctl(struct uart_port *port, int break_state) | |||
| 752 | uap->curregs[R5] = new_reg; | 752 | uap->curregs[R5] = new_reg; |
| 753 | 753 | ||
| 754 | /* NOTE: Not subject to 'transmitter active' rule. */ | 754 | /* NOTE: Not subject to 'transmitter active' rule. */ |
| 755 | if (ZS_IS_ASLEEP(uap)) | 755 | if (ZS_IS_ASLEEP(uap)) { |
| 756 | spin_unlock_irqrestore(&port->lock, flags); | ||
| 756 | return; | 757 | return; |
| 758 | } | ||
| 757 | write_zsreg(uap, R5, uap->curregs[R5]); | 759 | write_zsreg(uap, R5, uap->curregs[R5]); |
| 758 | } | 760 | } |
| 759 | 761 | ||
diff --git a/drivers/serial/serial_cs.c b/drivers/serial/serial_cs.c index 175d202ab37e..8cfa5b12ea7a 100644 --- a/drivers/serial/serial_cs.c +++ b/drivers/serial/serial_cs.c | |||
| @@ -105,6 +105,10 @@ struct serial_cfg_mem { | |||
| 105 | * manfid 0x0160, 0x0104 | 105 | * manfid 0x0160, 0x0104 |
| 106 | * This card appears to have a 14.7456MHz clock. | 106 | * This card appears to have a 14.7456MHz clock. |
| 107 | */ | 107 | */ |
| 108 | /* Generic Modem: MD55x (GPRS/EDGE) have | ||
| 109 | * Elan VPU16551 UART with 14.7456MHz oscillator | ||
| 110 | * manfid 0x015D, 0x4C45 | ||
| 111 | */ | ||
| 108 | static void quirk_setup_brainboxes_0104(struct pcmcia_device *link, struct uart_port *port) | 112 | static void quirk_setup_brainboxes_0104(struct pcmcia_device *link, struct uart_port *port) |
| 109 | { | 113 | { |
| 110 | port->uartclk = 14745600; | 114 | port->uartclk = 14745600; |
| @@ -196,6 +200,11 @@ static const struct serial_quirk quirks[] = { | |||
| 196 | .multi = -1, | 200 | .multi = -1, |
| 197 | .setup = quirk_setup_brainboxes_0104, | 201 | .setup = quirk_setup_brainboxes_0104, |
| 198 | }, { | 202 | }, { |
| 203 | .manfid = 0x015D, | ||
| 204 | .prodid = 0x4C45, | ||
| 205 | .multi = -1, | ||
| 206 | .setup = quirk_setup_brainboxes_0104, | ||
| 207 | }, { | ||
| 199 | .manfid = MANFID_IBM, | 208 | .manfid = MANFID_IBM, |
| 200 | .prodid = ~0, | 209 | .prodid = ~0, |
| 201 | .multi = -1, | 210 | .multi = -1, |
diff --git a/drivers/serial/serial_ks8695.c b/drivers/serial/serial_ks8695.c index 2e71bbc04dac..b1962025b1aa 100644 --- a/drivers/serial/serial_ks8695.c +++ b/drivers/serial/serial_ks8695.c | |||
| @@ -650,6 +650,7 @@ static struct console ks8695_console = { | |||
| 650 | 650 | ||
| 651 | static int __init ks8695_console_init(void) | 651 | static int __init ks8695_console_init(void) |
| 652 | { | 652 | { |
| 653 | add_preferred_console(SERIAL_KS8695_DEVNAME, 0, NULL); | ||
| 653 | register_console(&ks8695_console); | 654 | register_console(&ks8695_console); |
| 654 | return 0; | 655 | return 0; |
| 655 | } | 656 | } |
diff --git a/drivers/spi/omap2_mcspi.c b/drivers/spi/omap2_mcspi.c index d8356af118a8..e0de0d0eedea 100644 --- a/drivers/spi/omap2_mcspi.c +++ b/drivers/spi/omap2_mcspi.c | |||
| @@ -204,6 +204,7 @@ static inline void mcspi_write_chconf0(const struct spi_device *spi, u32 val) | |||
| 204 | 204 | ||
| 205 | cs->chconf0 = val; | 205 | cs->chconf0 = val; |
| 206 | mcspi_write_cs_reg(spi, OMAP2_MCSPI_CHCONF0, val); | 206 | mcspi_write_cs_reg(spi, OMAP2_MCSPI_CHCONF0, val); |
| 207 | mcspi_read_cs_reg(spi, OMAP2_MCSPI_CHCONF0); | ||
| 207 | } | 208 | } |
| 208 | 209 | ||
| 209 | static void omap2_mcspi_set_dma_req(const struct spi_device *spi, | 210 | static void omap2_mcspi_set_dma_req(const struct spi_device *spi, |
| @@ -532,7 +533,7 @@ omap2_mcspi_txrx_pio(struct spi_device *spi, struct spi_transfer *xfer) | |||
| 532 | goto out; | 533 | goto out; |
| 533 | } | 534 | } |
| 534 | #ifdef VERBOSE | 535 | #ifdef VERBOSE |
| 535 | dev_dbg(&spi->dev, "write-%d %04x\n", | 536 | dev_dbg(&spi->dev, "write-%d %08x\n", |
| 536 | word_len, *tx); | 537 | word_len, *tx); |
| 537 | #endif | 538 | #endif |
| 538 | __raw_writel(*tx++, tx_reg); | 539 | __raw_writel(*tx++, tx_reg); |
| @@ -550,7 +551,7 @@ omap2_mcspi_txrx_pio(struct spi_device *spi, struct spi_transfer *xfer) | |||
| 550 | mcspi_write_chconf0(spi, l); | 551 | mcspi_write_chconf0(spi, l); |
| 551 | *rx++ = __raw_readl(rx_reg); | 552 | *rx++ = __raw_readl(rx_reg); |
| 552 | #ifdef VERBOSE | 553 | #ifdef VERBOSE |
| 553 | dev_dbg(&spi->dev, "read-%d %04x\n", | 554 | dev_dbg(&spi->dev, "read-%d %08x\n", |
| 554 | word_len, *(rx - 1)); | 555 | word_len, *(rx - 1)); |
| 555 | #endif | 556 | #endif |
| 556 | } | 557 | } |
diff --git a/drivers/spi/spi.c b/drivers/spi/spi.c index 9ffb0fdbd6fe..b3a1f9259b62 100644 --- a/drivers/spi/spi.c +++ b/drivers/spi/spi.c | |||
| @@ -41,7 +41,7 @@ static void spidev_release(struct device *dev) | |||
| 41 | spi->master->cleanup(spi); | 41 | spi->master->cleanup(spi); |
| 42 | 42 | ||
| 43 | spi_master_put(spi->master); | 43 | spi_master_put(spi->master); |
| 44 | kfree(dev); | 44 | kfree(spi); |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | static ssize_t | 47 | static ssize_t |
| @@ -257,6 +257,7 @@ int spi_add_device(struct spi_device *spi) | |||
| 257 | { | 257 | { |
| 258 | static DEFINE_MUTEX(spi_add_lock); | 258 | static DEFINE_MUTEX(spi_add_lock); |
| 259 | struct device *dev = spi->master->dev.parent; | 259 | struct device *dev = spi->master->dev.parent; |
| 260 | struct device *d; | ||
| 260 | int status; | 261 | int status; |
| 261 | 262 | ||
| 262 | /* Chipselects are numbered 0..max; validate. */ | 263 | /* Chipselects are numbered 0..max; validate. */ |
| @@ -278,10 +279,11 @@ int spi_add_device(struct spi_device *spi) | |||
| 278 | */ | 279 | */ |
| 279 | mutex_lock(&spi_add_lock); | 280 | mutex_lock(&spi_add_lock); |
| 280 | 281 | ||
| 281 | if (bus_find_device_by_name(&spi_bus_type, NULL, dev_name(&spi->dev)) | 282 | d = bus_find_device_by_name(&spi_bus_type, NULL, dev_name(&spi->dev)); |
| 282 | != NULL) { | 283 | if (d != NULL) { |
| 283 | dev_err(dev, "chipselect %d already in use\n", | 284 | dev_err(dev, "chipselect %d already in use\n", |
| 284 | spi->chip_select); | 285 | spi->chip_select); |
| 286 | put_device(d); | ||
| 285 | status = -EBUSY; | 287 | status = -EBUSY; |
| 286 | goto done; | 288 | goto done; |
| 287 | } | 289 | } |
diff --git a/drivers/staging/dt3155/dt3155_drv.c b/drivers/staging/dt3155/dt3155_drv.c index a67c622869d2..7ac2c6d8e9a3 100644 --- a/drivers/staging/dt3155/dt3155_drv.c +++ b/drivers/staging/dt3155/dt3155_drv.c | |||
| @@ -57,19 +57,8 @@ MA 02111-1307 USA | |||
| 57 | 57 | ||
| 58 | extern void printques(int); | 58 | extern void printques(int); |
| 59 | 59 | ||
| 60 | #ifdef MODULE | ||
| 61 | #include <linux/module.h> | 60 | #include <linux/module.h> |
| 62 | #include <linux/interrupt.h> | 61 | #include <linux/interrupt.h> |
| 63 | |||
| 64 | |||
| 65 | MODULE_LICENSE("GPL"); | ||
| 66 | |||
| 67 | #endif | ||
| 68 | |||
| 69 | #ifndef CONFIG_PCI | ||
| 70 | #error "DT3155 : Kernel PCI support not enabled (DT3155 drive requires PCI)" | ||
| 71 | #endif | ||
| 72 | |||
| 73 | #include <linux/pci.h> | 62 | #include <linux/pci.h> |
| 74 | #include <linux/types.h> | 63 | #include <linux/types.h> |
| 75 | #include <linux/poll.h> | 64 | #include <linux/poll.h> |
| @@ -84,6 +73,9 @@ MODULE_LICENSE("GPL"); | |||
| 84 | #include "dt3155_io.h" | 73 | #include "dt3155_io.h" |
| 85 | #include "allocator.h" | 74 | #include "allocator.h" |
| 86 | 75 | ||
| 76 | |||
| 77 | MODULE_LICENSE("GPL"); | ||
| 78 | |||
| 87 | /* Error variable. Zero means no error. */ | 79 | /* Error variable. Zero means no error. */ |
| 88 | int dt3155_errno = 0; | 80 | int dt3155_errno = 0; |
| 89 | 81 | ||
| @@ -472,9 +464,9 @@ static void dt3155_init_isr(int minor) | |||
| 472 | /* 50/60 Hz should be set before this point but let's make sure it is */ | 464 | /* 50/60 Hz should be set before this point but let's make sure it is */ |
| 473 | /* right anyway */ | 465 | /* right anyway */ |
| 474 | 466 | ||
| 475 | ReadI2C(dt3155_lbase[ minor ], CONFIG, &i2c_csr2.reg); | 467 | ReadI2C(dt3155_lbase[ minor ], CSR2, &i2c_csr2.reg); |
| 476 | i2c_csr2.fld.HZ50 = FORMAT50HZ; | 468 | i2c_csr2.fld.HZ50 = FORMAT50HZ; |
| 477 | WriteI2C(dt3155_lbase[ minor ], CONFIG, i2c_config.reg); | 469 | WriteI2C(dt3155_lbase[ minor ], CSR2, i2c_csr2.reg); |
| 478 | 470 | ||
| 479 | /* enable busmaster chip, clear flags */ | 471 | /* enable busmaster chip, clear flags */ |
| 480 | 472 | ||
diff --git a/drivers/staging/hv/Hv.c b/drivers/staging/hv/Hv.c index 5d53889fb4a4..3a1112d29aeb 100644 --- a/drivers/staging/hv/Hv.c +++ b/drivers/staging/hv/Hv.c | |||
| @@ -306,9 +306,9 @@ void HvCleanup(void) | |||
| 306 | DPRINT_ENTER(VMBUS); | 306 | DPRINT_ENTER(VMBUS); |
| 307 | 307 | ||
| 308 | if (gHvContext.SignalEventBuffer) { | 308 | if (gHvContext.SignalEventBuffer) { |
| 309 | kfree(gHvContext.SignalEventBuffer); | ||
| 309 | gHvContext.SignalEventBuffer = NULL; | 310 | gHvContext.SignalEventBuffer = NULL; |
| 310 | gHvContext.SignalEventParam = NULL; | 311 | gHvContext.SignalEventParam = NULL; |
| 311 | kfree(gHvContext.SignalEventBuffer); | ||
| 312 | } | 312 | } |
| 313 | 313 | ||
| 314 | if (gHvContext.HypercallPage) { | 314 | if (gHvContext.HypercallPage) { |
diff --git a/drivers/staging/hv/RndisFilter.c b/drivers/staging/hv/RndisFilter.c index cd2930de2176..6704f64c93f0 100644 --- a/drivers/staging/hv/RndisFilter.c +++ b/drivers/staging/hv/RndisFilter.c | |||
| @@ -751,6 +751,7 @@ static int RndisFilterOpenDevice(struct rndis_device *Device) | |||
| 751 | 751 | ||
| 752 | ret = RndisFilterSetPacketFilter(Device, | 752 | ret = RndisFilterSetPacketFilter(Device, |
| 753 | NDIS_PACKET_TYPE_BROADCAST | | 753 | NDIS_PACKET_TYPE_BROADCAST | |
| 754 | NDIS_PACKET_TYPE_ALL_MULTICAST | | ||
| 754 | NDIS_PACKET_TYPE_DIRECTED); | 755 | NDIS_PACKET_TYPE_DIRECTED); |
| 755 | if (ret == 0) | 756 | if (ret == 0) |
| 756 | Device->State = RNDIS_DEV_DATAINITIALIZED; | 757 | Device->State = RNDIS_DEV_DATAINITIALIZED; |
diff --git a/drivers/staging/hv/netvsc_drv.c b/drivers/staging/hv/netvsc_drv.c index 2ccb6b93fe47..ab27d9a4446d 100644 --- a/drivers/staging/hv/netvsc_drv.c +++ b/drivers/staging/hv/netvsc_drv.c | |||
| @@ -403,8 +403,7 @@ static int netvsc_probe(struct device *device) | |||
| 403 | if (!net_drv_obj->Base.OnDeviceAdd) | 403 | if (!net_drv_obj->Base.OnDeviceAdd) |
| 404 | return -1; | 404 | return -1; |
| 405 | 405 | ||
| 406 | net = alloc_netdev(sizeof(struct net_device_context), "seth%d", | 406 | net = alloc_etherdev(sizeof(struct net_device_context)); |
| 407 | ether_setup); | ||
| 408 | if (!net) | 407 | if (!net) |
| 409 | return -1; | 408 | return -1; |
| 410 | 409 | ||
diff --git a/drivers/staging/iio/accel/lis3l02dq_core.c b/drivers/staging/iio/accel/lis3l02dq_core.c index ea76902797bb..82e43588e8a5 100644 --- a/drivers/staging/iio/accel/lis3l02dq_core.c +++ b/drivers/staging/iio/accel/lis3l02dq_core.c | |||
| @@ -618,7 +618,7 @@ static int lis3l02dq_thresh_handler_th(struct iio_dev *dev_info, | |||
| 618 | static void lis3l02dq_thresh_handler_bh_no_check(struct work_struct *work_s) | 618 | static void lis3l02dq_thresh_handler_bh_no_check(struct work_struct *work_s) |
| 619 | { | 619 | { |
| 620 | struct iio_work_cont *wc | 620 | struct iio_work_cont *wc |
| 621 | = container_of(work_s, struct iio_work_cont, ws_nocheck); | 621 | = container_of(work_s, struct iio_work_cont, ws); |
| 622 | struct lis3l02dq_state *st = wc->st; | 622 | struct lis3l02dq_state *st = wc->st; |
| 623 | u8 t; | 623 | u8 t; |
| 624 | 624 | ||
diff --git a/drivers/staging/iio/accel/lis3l02dq_ring.c b/drivers/staging/iio/accel/lis3l02dq_ring.c index 93712430e579..a4d97ea0df3d 100644 --- a/drivers/staging/iio/accel/lis3l02dq_ring.c +++ b/drivers/staging/iio/accel/lis3l02dq_ring.c | |||
| @@ -493,6 +493,9 @@ int lis3l02dq_probe_trigger(struct iio_dev *indio_dev) | |||
| 493 | struct lis3l02dq_state *state = indio_dev->dev_data; | 493 | struct lis3l02dq_state *state = indio_dev->dev_data; |
| 494 | 494 | ||
| 495 | state->trig = iio_allocate_trigger(); | 495 | state->trig = iio_allocate_trigger(); |
| 496 | if (!state->trig) | ||
| 497 | return -ENOMEM; | ||
| 498 | |||
| 496 | state->trig->name = kmalloc(IIO_TRIGGER_NAME_LENGTH, GFP_KERNEL); | 499 | state->trig->name = kmalloc(IIO_TRIGGER_NAME_LENGTH, GFP_KERNEL); |
| 497 | if (!state->trig->name) { | 500 | if (!state->trig->name) { |
| 498 | ret = -ENOMEM; | 501 | ret = -ENOMEM; |
diff --git a/drivers/staging/iio/adc/max1363_core.c b/drivers/staging/iio/adc/max1363_core.c index 790d1cc9cdc3..773f1d1d9c6e 100644 --- a/drivers/staging/iio/adc/max1363_core.c +++ b/drivers/staging/iio/adc/max1363_core.c | |||
| @@ -557,6 +557,7 @@ error_put_reg: | |||
| 557 | if (!IS_ERR(st->reg)) | 557 | if (!IS_ERR(st->reg)) |
| 558 | regulator_put(st->reg); | 558 | regulator_put(st->reg); |
| 559 | error_free_st: | 559 | error_free_st: |
| 560 | i2c_set_clientdata(client, NULL); | ||
| 560 | kfree(st); | 561 | kfree(st); |
| 561 | 562 | ||
| 562 | error_ret: | 563 | error_ret: |
| @@ -574,6 +575,7 @@ static int max1363_remove(struct i2c_client *client) | |||
| 574 | regulator_disable(st->reg); | 575 | regulator_disable(st->reg); |
| 575 | regulator_put(st->reg); | 576 | regulator_put(st->reg); |
| 576 | } | 577 | } |
| 578 | i2c_set_clientdata(client, NULL); | ||
| 577 | kfree(st); | 579 | kfree(st); |
| 578 | 580 | ||
| 579 | return 0; | 581 | return 0; |
diff --git a/drivers/staging/iio/industrialio-core.c b/drivers/staging/iio/industrialio-core.c index 37f58f66e491..1d77082c8531 100644 --- a/drivers/staging/iio/industrialio-core.c +++ b/drivers/staging/iio/industrialio-core.c | |||
| @@ -537,6 +537,7 @@ static void iio_device_unregister_sysfs(struct iio_dev *dev_info) | |||
| 537 | sysfs_remove_group(&dev_info->dev.kobj, dev_info->attrs); | 537 | sysfs_remove_group(&dev_info->dev.kobj, dev_info->attrs); |
| 538 | } | 538 | } |
| 539 | 539 | ||
| 540 | /* Return a negative errno on failure */ | ||
| 540 | int iio_get_new_idr_val(struct idr *this_idr) | 541 | int iio_get_new_idr_val(struct idr *this_idr) |
| 541 | { | 542 | { |
| 542 | int ret; | 543 | int ret; |
| @@ -660,7 +661,7 @@ static int iio_device_register_eventset(struct iio_dev *dev_info) | |||
| 660 | for (i = 0; i < dev_info->num_interrupt_lines; i++) { | 661 | for (i = 0; i < dev_info->num_interrupt_lines; i++) { |
| 661 | dev_info->event_interfaces[i].owner = dev_info->driver_module; | 662 | dev_info->event_interfaces[i].owner = dev_info->driver_module; |
| 662 | ret = iio_get_new_idr_val(&iio_event_idr); | 663 | ret = iio_get_new_idr_val(&iio_event_idr); |
| 663 | if (ret) | 664 | if (ret < 0) |
| 664 | goto error_free_setup_ev_ints; | 665 | goto error_free_setup_ev_ints; |
| 665 | else | 666 | else |
| 666 | dev_info->event_interfaces[i].id = ret; | 667 | dev_info->event_interfaces[i].id = ret; |
diff --git a/drivers/staging/iio/light/tsl2563.c b/drivers/staging/iio/light/tsl2563.c index 1ba4aa392f6e..8770a00e3652 100644 --- a/drivers/staging/iio/light/tsl2563.c +++ b/drivers/staging/iio/light/tsl2563.c | |||
| @@ -682,6 +682,7 @@ static int __devinit tsl2563_probe(struct i2c_client *client, | |||
| 682 | fail2: | 682 | fail2: |
| 683 | iio_device_unregister(chip->indio_dev); | 683 | iio_device_unregister(chip->indio_dev); |
| 684 | fail1: | 684 | fail1: |
| 685 | i2c_set_clientdata(client, NULL); | ||
| 685 | kfree(chip); | 686 | kfree(chip); |
| 686 | return err; | 687 | return err; |
| 687 | } | 688 | } |
| @@ -692,6 +693,7 @@ static int tsl2563_remove(struct i2c_client *client) | |||
| 692 | 693 | ||
| 693 | iio_device_unregister(chip->indio_dev); | 694 | iio_device_unregister(chip->indio_dev); |
| 694 | 695 | ||
| 696 | i2c_set_clientdata(client, NULL); | ||
| 695 | kfree(chip); | 697 | kfree(chip); |
| 696 | return 0; | 698 | return 0; |
| 697 | } | 699 | } |
diff --git a/drivers/staging/iio/ring_sw.c b/drivers/staging/iio/ring_sw.c index b104c3d9c35e..cf22c091668c 100644 --- a/drivers/staging/iio/ring_sw.c +++ b/drivers/staging/iio/ring_sw.c | |||
| @@ -293,7 +293,7 @@ again: | |||
| 293 | return -EAGAIN; | 293 | return -EAGAIN; |
| 294 | memcpy(data, last_written_p_copy, ring->buf.bpd); | 294 | memcpy(data, last_written_p_copy, ring->buf.bpd); |
| 295 | 295 | ||
| 296 | if (unlikely(ring->last_written_p >= last_written_p_copy)) | 296 | if (unlikely(ring->last_written_p != last_written_p_copy)) |
| 297 | goto again; | 297 | goto again; |
| 298 | 298 | ||
| 299 | iio_unmark_sw_rb_in_use(&ring->buf); | 299 | iio_unmark_sw_rb_in_use(&ring->buf); |
diff --git a/drivers/staging/octeon/cvmx-helper-board.c b/drivers/staging/octeon/cvmx-helper-board.c index 3085e38a6f99..00a555b83354 100644 --- a/drivers/staging/octeon/cvmx-helper-board.c +++ b/drivers/staging/octeon/cvmx-helper-board.c | |||
| @@ -153,6 +153,14 @@ int cvmx_helper_board_get_mii_address(int ipd_port) | |||
| 153 | * through switch. | 153 | * through switch. |
| 154 | */ | 154 | */ |
| 155 | return -1; | 155 | return -1; |
| 156 | |||
| 157 | case CVMX_BOARD_TYPE_CUST_WSX16: | ||
| 158 | if (ipd_port >= 0 && ipd_port <= 3) | ||
| 159 | return ipd_port; | ||
| 160 | else if (ipd_port >= 16 && ipd_port <= 19) | ||
| 161 | return ipd_port - 16 + 4; | ||
| 162 | else | ||
| 163 | return -1; | ||
| 156 | } | 164 | } |
| 157 | 165 | ||
| 158 | /* Some unknown board. Somebody forgot to update this function... */ | 166 | /* Some unknown board. Somebody forgot to update this function... */ |
diff --git a/drivers/staging/rt2860/usb_main_dev.c b/drivers/staging/rt2860/usb_main_dev.c index 1873a79bb033..740db0c1ac01 100644 --- a/drivers/staging/rt2860/usb_main_dev.c +++ b/drivers/staging/rt2860/usb_main_dev.c | |||
| @@ -63,6 +63,7 @@ struct usb_device_id rtusb_usb_id[] = { | |||
| 63 | {USB_DEVICE(0x07D1, 0x3C11)}, /* D-Link */ | 63 | {USB_DEVICE(0x07D1, 0x3C11)}, /* D-Link */ |
| 64 | {USB_DEVICE(0x14B2, 0x3C07)}, /* AL */ | 64 | {USB_DEVICE(0x14B2, 0x3C07)}, /* AL */ |
| 65 | {USB_DEVICE(0x050D, 0x8053)}, /* Belkin */ | 65 | {USB_DEVICE(0x050D, 0x8053)}, /* Belkin */ |
| 66 | {USB_DEVICE(0x050D, 0x825B)}, /* Belkin */ | ||
| 66 | {USB_DEVICE(0x14B2, 0x3C23)}, /* Airlink */ | 67 | {USB_DEVICE(0x14B2, 0x3C23)}, /* Airlink */ |
| 67 | {USB_DEVICE(0x14B2, 0x3C27)}, /* Airlink */ | 68 | {USB_DEVICE(0x14B2, 0x3C27)}, /* Airlink */ |
| 68 | {USB_DEVICE(0x07AA, 0x002F)}, /* Corega */ | 69 | {USB_DEVICE(0x07AA, 0x002F)}, /* Corega */ |
diff --git a/drivers/staging/rtl8192su/r8192U_core.c b/drivers/staging/rtl8192su/r8192U_core.c index e16256fe595a..04d9b85f3d4c 100644 --- a/drivers/staging/rtl8192su/r8192U_core.c +++ b/drivers/staging/rtl8192su/r8192U_core.c | |||
| @@ -113,14 +113,17 @@ u32 rt_global_debug_component = \ | |||
| 113 | 113 | ||
| 114 | static const struct usb_device_id rtl8192_usb_id_tbl[] = { | 114 | static const struct usb_device_id rtl8192_usb_id_tbl[] = { |
| 115 | /* Realtek */ | 115 | /* Realtek */ |
| 116 | {USB_DEVICE(0x0bda, 0x8171)}, | ||
| 116 | {USB_DEVICE(0x0bda, 0x8192)}, | 117 | {USB_DEVICE(0x0bda, 0x8192)}, |
| 117 | {USB_DEVICE(0x0bda, 0x8709)}, | 118 | {USB_DEVICE(0x0bda, 0x8709)}, |
| 118 | /* Corega */ | 119 | /* Corega */ |
| 119 | {USB_DEVICE(0x07aa, 0x0043)}, | 120 | {USB_DEVICE(0x07aa, 0x0043)}, |
| 120 | /* Belkin */ | 121 | /* Belkin */ |
| 121 | {USB_DEVICE(0x050d, 0x805E)}, | 122 | {USB_DEVICE(0x050d, 0x805E)}, |
| 123 | {USB_DEVICE(0x050d, 0x815F)}, /* Belkin F5D8053 v6 */ | ||
| 122 | /* Sitecom */ | 124 | /* Sitecom */ |
| 123 | {USB_DEVICE(0x0df6, 0x0031)}, | 125 | {USB_DEVICE(0x0df6, 0x0031)}, |
| 126 | {USB_DEVICE(0x0df6, 0x004b)}, /* WL-349 */ | ||
| 124 | /* EnGenius */ | 127 | /* EnGenius */ |
| 125 | {USB_DEVICE(0x1740, 0x9201)}, | 128 | {USB_DEVICE(0x1740, 0x9201)}, |
| 126 | /* Dlink */ | 129 | /* Dlink */ |
diff --git a/drivers/staging/usbip/usbip_event.c b/drivers/staging/usbip/usbip_event.c index 6da1021e8a65..a2566f1075d5 100644 --- a/drivers/staging/usbip/usbip_event.c +++ b/drivers/staging/usbip/usbip_event.c | |||
| @@ -117,6 +117,9 @@ void usbip_stop_eh(struct usbip_device *ud) | |||
| 117 | { | 117 | { |
| 118 | struct usbip_task *eh = &ud->eh; | 118 | struct usbip_task *eh = &ud->eh; |
| 119 | 119 | ||
| 120 | if (eh->thread == current) | ||
| 121 | return; /* do not wait for myself */ | ||
| 122 | |||
| 120 | wait_for_completion(&eh->thread_done); | 123 | wait_for_completion(&eh->thread_done); |
| 121 | usbip_dbg_eh("usbip_eh has finished\n"); | 124 | usbip_dbg_eh("usbip_eh has finished\n"); |
| 122 | } | 125 | } |
diff --git a/drivers/staging/vme/bridges/vme_tsi148.c b/drivers/staging/vme/bridges/vme_tsi148.c index 68f24425977f..783051f59f19 100644 --- a/drivers/staging/vme/bridges/vme_tsi148.c +++ b/drivers/staging/vme/bridges/vme_tsi148.c | |||
| @@ -2455,9 +2455,10 @@ static int tsi148_probe(struct pci_dev *pdev, const struct pci_device_id *id) | |||
| 2455 | dev_info(&pdev->dev, "VME Write and flush and error check is %s\n", | 2455 | dev_info(&pdev->dev, "VME Write and flush and error check is %s\n", |
| 2456 | err_chk ? "enabled" : "disabled"); | 2456 | err_chk ? "enabled" : "disabled"); |
| 2457 | 2457 | ||
| 2458 | if (tsi148_crcsr_init(tsi148_bridge, pdev)) | 2458 | if (tsi148_crcsr_init(tsi148_bridge, pdev)) { |
| 2459 | dev_err(&pdev->dev, "CR/CSR configuration failed.\n"); | 2459 | dev_err(&pdev->dev, "CR/CSR configuration failed.\n"); |
| 2460 | goto err_crcsr; | 2460 | goto err_crcsr; |
| 2461 | } | ||
| 2461 | 2462 | ||
| 2462 | retval = vme_register_bridge(tsi148_bridge); | 2463 | retval = vme_register_bridge(tsi148_bridge); |
| 2463 | if (retval != 0) { | 2464 | if (retval != 0) { |
diff --git a/drivers/usb/class/cdc-acm.c b/drivers/usb/class/cdc-acm.c index be6331e2c276..5e1a253b08a0 100644 --- a/drivers/usb/class/cdc-acm.c +++ b/drivers/usb/class/cdc-acm.c | |||
| @@ -1542,6 +1542,9 @@ static const struct usb_device_id acm_ids[] = { | |||
| 1542 | { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */ | 1542 | { USB_DEVICE(0x1bbb, 0x0003), /* Alcatel OT-I650 */ |
| 1543 | .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ | 1543 | .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ |
| 1544 | }, | 1544 | }, |
| 1545 | { USB_DEVICE(0x1576, 0x03b1), /* Maretron USB100 */ | ||
| 1546 | .driver_info = NO_UNION_NORMAL, /* reports zero length descriptor */ | ||
| 1547 | }, | ||
| 1545 | 1548 | ||
| 1546 | /* Nokia S60 phones expose two ACM channels. The first is | 1549 | /* Nokia S60 phones expose two ACM channels. The first is |
| 1547 | * a modem and is picked up by the standard AT-command | 1550 | * a modem and is picked up by the standard AT-command |
diff --git a/drivers/usb/core/Kconfig b/drivers/usb/core/Kconfig index 97a819c23ef3..7e594449600e 100644 --- a/drivers/usb/core/Kconfig +++ b/drivers/usb/core/Kconfig | |||
| @@ -109,7 +109,7 @@ config USB_SUSPEND | |||
| 109 | config USB_OTG | 109 | config USB_OTG |
| 110 | bool | 110 | bool |
| 111 | depends on USB && EXPERIMENTAL | 111 | depends on USB && EXPERIMENTAL |
| 112 | select USB_SUSPEND | 112 | depends on USB_SUSPEND |
| 113 | default n | 113 | default n |
| 114 | 114 | ||
| 115 | 115 | ||
diff --git a/drivers/usb/core/driver.c b/drivers/usb/core/driver.c index 6a3b5cae3a6e..2f3dc4cdf79b 100644 --- a/drivers/usb/core/driver.c +++ b/drivers/usb/core/driver.c | |||
| @@ -301,7 +301,7 @@ static int usb_probe_interface(struct device *dev) | |||
| 301 | 301 | ||
| 302 | intf->condition = USB_INTERFACE_BINDING; | 302 | intf->condition = USB_INTERFACE_BINDING; |
| 303 | 303 | ||
| 304 | /* Bound interfaces are initially active. They are | 304 | /* Probed interfaces are initially active. They are |
| 305 | * runtime-PM-enabled only if the driver has autosuspend support. | 305 | * runtime-PM-enabled only if the driver has autosuspend support. |
| 306 | * They are sensitive to their children's power states. | 306 | * They are sensitive to their children's power states. |
| 307 | */ | 307 | */ |
| @@ -437,11 +437,11 @@ int usb_driver_claim_interface(struct usb_driver *driver, | |||
| 437 | 437 | ||
| 438 | iface->condition = USB_INTERFACE_BOUND; | 438 | iface->condition = USB_INTERFACE_BOUND; |
| 439 | 439 | ||
| 440 | /* Bound interfaces are initially active. They are | 440 | /* Claimed interfaces are initially inactive (suspended). They are |
| 441 | * runtime-PM-enabled only if the driver has autosuspend support. | 441 | * runtime-PM-enabled only if the driver has autosuspend support. |
| 442 | * They are sensitive to their children's power states. | 442 | * They are sensitive to their children's power states. |
| 443 | */ | 443 | */ |
| 444 | pm_runtime_set_active(dev); | 444 | pm_runtime_set_suspended(dev); |
| 445 | pm_suspend_ignore_children(dev, false); | 445 | pm_suspend_ignore_children(dev, false); |
| 446 | if (driver->supports_autosuspend) | 446 | if (driver->supports_autosuspend) |
| 447 | pm_runtime_enable(dev); | 447 | pm_runtime_enable(dev); |
| @@ -1170,7 +1170,7 @@ done: | |||
| 1170 | static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) | 1170 | static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) |
| 1171 | { | 1171 | { |
| 1172 | int status = 0; | 1172 | int status = 0; |
| 1173 | int i = 0; | 1173 | int i = 0, n = 0; |
| 1174 | struct usb_interface *intf; | 1174 | struct usb_interface *intf; |
| 1175 | 1175 | ||
| 1176 | if (udev->state == USB_STATE_NOTATTACHED || | 1176 | if (udev->state == USB_STATE_NOTATTACHED || |
| @@ -1179,7 +1179,8 @@ static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) | |||
| 1179 | 1179 | ||
| 1180 | /* Suspend all the interfaces and then udev itself */ | 1180 | /* Suspend all the interfaces and then udev itself */ |
| 1181 | if (udev->actconfig) { | 1181 | if (udev->actconfig) { |
| 1182 | for (; i < udev->actconfig->desc.bNumInterfaces; i++) { | 1182 | n = udev->actconfig->desc.bNumInterfaces; |
| 1183 | for (i = n - 1; i >= 0; --i) { | ||
| 1183 | intf = udev->actconfig->interface[i]; | 1184 | intf = udev->actconfig->interface[i]; |
| 1184 | status = usb_suspend_interface(udev, intf, msg); | 1185 | status = usb_suspend_interface(udev, intf, msg); |
| 1185 | if (status != 0) | 1186 | if (status != 0) |
| @@ -1192,7 +1193,7 @@ static int usb_suspend_both(struct usb_device *udev, pm_message_t msg) | |||
| 1192 | /* If the suspend failed, resume interfaces that did get suspended */ | 1193 | /* If the suspend failed, resume interfaces that did get suspended */ |
| 1193 | if (status != 0) { | 1194 | if (status != 0) { |
| 1194 | msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); | 1195 | msg.event ^= (PM_EVENT_SUSPEND | PM_EVENT_RESUME); |
| 1195 | while (--i >= 0) { | 1196 | while (++i < n) { |
| 1196 | intf = udev->actconfig->interface[i]; | 1197 | intf = udev->actconfig->interface[i]; |
| 1197 | usb_resume_interface(udev, intf, msg, 0); | 1198 | usb_resume_interface(udev, intf, msg, 0); |
| 1198 | } | 1199 | } |
| @@ -1263,13 +1264,47 @@ static int usb_resume_both(struct usb_device *udev, pm_message_t msg) | |||
| 1263 | return status; | 1264 | return status; |
| 1264 | } | 1265 | } |
| 1265 | 1266 | ||
| 1267 | static void choose_wakeup(struct usb_device *udev, pm_message_t msg) | ||
| 1268 | { | ||
| 1269 | int w, i; | ||
| 1270 | struct usb_interface *intf; | ||
| 1271 | |||
| 1272 | /* Remote wakeup is needed only when we actually go to sleep. | ||
| 1273 | * For things like FREEZE and QUIESCE, if the device is already | ||
| 1274 | * autosuspended then its current wakeup setting is okay. | ||
| 1275 | */ | ||
| 1276 | if (msg.event == PM_EVENT_FREEZE || msg.event == PM_EVENT_QUIESCE) { | ||
| 1277 | if (udev->state != USB_STATE_SUSPENDED) | ||
| 1278 | udev->do_remote_wakeup = 0; | ||
| 1279 | return; | ||
| 1280 | } | ||
| 1281 | |||
| 1282 | /* If remote wakeup is permitted, see whether any interface drivers | ||
| 1283 | * actually want it. | ||
| 1284 | */ | ||
| 1285 | w = 0; | ||
| 1286 | if (device_may_wakeup(&udev->dev) && udev->actconfig) { | ||
| 1287 | for (i = 0; i < udev->actconfig->desc.bNumInterfaces; i++) { | ||
| 1288 | intf = udev->actconfig->interface[i]; | ||
| 1289 | w |= intf->needs_remote_wakeup; | ||
| 1290 | } | ||
| 1291 | } | ||
| 1292 | |||
| 1293 | /* If the device is autosuspended with the wrong wakeup setting, | ||
| 1294 | * autoresume now so the setting can be changed. | ||
| 1295 | */ | ||
| 1296 | if (udev->state == USB_STATE_SUSPENDED && w != udev->do_remote_wakeup) | ||
| 1297 | pm_runtime_resume(&udev->dev); | ||
| 1298 | udev->do_remote_wakeup = w; | ||
| 1299 | } | ||
| 1300 | |||
| 1266 | /* The device lock is held by the PM core */ | 1301 | /* The device lock is held by the PM core */ |
| 1267 | int usb_suspend(struct device *dev, pm_message_t msg) | 1302 | int usb_suspend(struct device *dev, pm_message_t msg) |
| 1268 | { | 1303 | { |
| 1269 | struct usb_device *udev = to_usb_device(dev); | 1304 | struct usb_device *udev = to_usb_device(dev); |
| 1270 | 1305 | ||
| 1271 | do_unbind_rebind(udev, DO_UNBIND); | 1306 | do_unbind_rebind(udev, DO_UNBIND); |
| 1272 | udev->do_remote_wakeup = device_may_wakeup(&udev->dev); | 1307 | choose_wakeup(udev, msg); |
| 1273 | return usb_suspend_both(udev, msg); | 1308 | return usb_suspend_both(udev, msg); |
| 1274 | } | 1309 | } |
| 1275 | 1310 | ||
diff --git a/drivers/usb/core/generic.c b/drivers/usb/core/generic.c index bdf87a8414a1..2c95153c0f24 100644 --- a/drivers/usb/core/generic.c +++ b/drivers/usb/core/generic.c | |||
| @@ -120,7 +120,7 @@ int usb_choose_configuration(struct usb_device *udev) | |||
| 120 | * than a vendor-specific driver. */ | 120 | * than a vendor-specific driver. */ |
| 121 | else if (udev->descriptor.bDeviceClass != | 121 | else if (udev->descriptor.bDeviceClass != |
| 122 | USB_CLASS_VENDOR_SPEC && | 122 | USB_CLASS_VENDOR_SPEC && |
| 123 | (!desc || desc->bInterfaceClass != | 123 | (desc && desc->bInterfaceClass != |
| 124 | USB_CLASS_VENDOR_SPEC)) { | 124 | USB_CLASS_VENDOR_SPEC)) { |
| 125 | best = c; | 125 | best = c; |
| 126 | break; | 126 | break; |
diff --git a/drivers/usb/core/inode.c b/drivers/usb/core/inode.c index 97b40ce133f0..4a6366a42129 100644 --- a/drivers/usb/core/inode.c +++ b/drivers/usb/core/inode.c | |||
| @@ -515,13 +515,13 @@ static int fs_create_by_name (const char *name, mode_t mode, | |||
| 515 | *dentry = NULL; | 515 | *dentry = NULL; |
| 516 | mutex_lock(&parent->d_inode->i_mutex); | 516 | mutex_lock(&parent->d_inode->i_mutex); |
| 517 | *dentry = lookup_one_len(name, parent, strlen(name)); | 517 | *dentry = lookup_one_len(name, parent, strlen(name)); |
| 518 | if (!IS_ERR(dentry)) { | 518 | if (!IS_ERR(*dentry)) { |
| 519 | if ((mode & S_IFMT) == S_IFDIR) | 519 | if ((mode & S_IFMT) == S_IFDIR) |
| 520 | error = usbfs_mkdir (parent->d_inode, *dentry, mode); | 520 | error = usbfs_mkdir (parent->d_inode, *dentry, mode); |
| 521 | else | 521 | else |
| 522 | error = usbfs_create (parent->d_inode, *dentry, mode); | 522 | error = usbfs_create (parent->d_inode, *dentry, mode); |
| 523 | } else | 523 | } else |
| 524 | error = PTR_ERR(dentry); | 524 | error = PTR_ERR(*dentry); |
| 525 | mutex_unlock(&parent->d_inode->i_mutex); | 525 | mutex_unlock(&parent->d_inode->i_mutex); |
| 526 | 526 | ||
| 527 | return error; | 527 | return error; |
diff --git a/drivers/usb/core/usb.c b/drivers/usb/core/usb.c index 1297e9b16a51..0561430f2ede 100644 --- a/drivers/usb/core/usb.c +++ b/drivers/usb/core/usb.c | |||
| @@ -718,7 +718,7 @@ int __usb_get_extra_descriptor(char *buffer, unsigned size, | |||
| 718 | EXPORT_SYMBOL_GPL(__usb_get_extra_descriptor); | 718 | EXPORT_SYMBOL_GPL(__usb_get_extra_descriptor); |
| 719 | 719 | ||
| 720 | /** | 720 | /** |
| 721 | * usb_buffer_alloc - allocate dma-consistent buffer for URB_NO_xxx_DMA_MAP | 721 | * usb_alloc_coherent - allocate dma-consistent buffer for URB_NO_xxx_DMA_MAP |
| 722 | * @dev: device the buffer will be used with | 722 | * @dev: device the buffer will be used with |
| 723 | * @size: requested buffer size | 723 | * @size: requested buffer size |
| 724 | * @mem_flags: affect whether allocation may block | 724 | * @mem_flags: affect whether allocation may block |
| @@ -737,30 +737,30 @@ EXPORT_SYMBOL_GPL(__usb_get_extra_descriptor); | |||
| 737 | * architectures where CPU caches are not DMA-coherent. On systems without | 737 | * architectures where CPU caches are not DMA-coherent. On systems without |
| 738 | * bus-snooping caches, these buffers are uncached. | 738 | * bus-snooping caches, these buffers are uncached. |
| 739 | * | 739 | * |
| 740 | * When the buffer is no longer used, free it with usb_buffer_free(). | 740 | * When the buffer is no longer used, free it with usb_free_coherent(). |
| 741 | */ | 741 | */ |
| 742 | void *usb_buffer_alloc(struct usb_device *dev, size_t size, gfp_t mem_flags, | 742 | void *usb_alloc_coherent(struct usb_device *dev, size_t size, gfp_t mem_flags, |
| 743 | dma_addr_t *dma) | 743 | dma_addr_t *dma) |
| 744 | { | 744 | { |
| 745 | if (!dev || !dev->bus) | 745 | if (!dev || !dev->bus) |
| 746 | return NULL; | 746 | return NULL; |
| 747 | return hcd_buffer_alloc(dev->bus, size, mem_flags, dma); | 747 | return hcd_buffer_alloc(dev->bus, size, mem_flags, dma); |
| 748 | } | 748 | } |
| 749 | EXPORT_SYMBOL_GPL(usb_buffer_alloc); | 749 | EXPORT_SYMBOL_GPL(usb_alloc_coherent); |
| 750 | 750 | ||
| 751 | /** | 751 | /** |
| 752 | * usb_buffer_free - free memory allocated with usb_buffer_alloc() | 752 | * usb_free_coherent - free memory allocated with usb_alloc_coherent() |
| 753 | * @dev: device the buffer was used with | 753 | * @dev: device the buffer was used with |
| 754 | * @size: requested buffer size | 754 | * @size: requested buffer size |
| 755 | * @addr: CPU address of buffer | 755 | * @addr: CPU address of buffer |
| 756 | * @dma: DMA address of buffer | 756 | * @dma: DMA address of buffer |
| 757 | * | 757 | * |
| 758 | * This reclaims an I/O buffer, letting it be reused. The memory must have | 758 | * This reclaims an I/O buffer, letting it be reused. The memory must have |
| 759 | * been allocated using usb_buffer_alloc(), and the parameters must match | 759 | * been allocated using usb_alloc_coherent(), and the parameters must match |
| 760 | * those provided in that allocation request. | 760 | * those provided in that allocation request. |
| 761 | */ | 761 | */ |
| 762 | void usb_buffer_free(struct usb_device *dev, size_t size, void *addr, | 762 | void usb_free_coherent(struct usb_device *dev, size_t size, void *addr, |
| 763 | dma_addr_t dma) | 763 | dma_addr_t dma) |
| 764 | { | 764 | { |
| 765 | if (!dev || !dev->bus) | 765 | if (!dev || !dev->bus) |
| 766 | return; | 766 | return; |
| @@ -768,7 +768,7 @@ void usb_buffer_free(struct usb_device *dev, size_t size, void *addr, | |||
| 768 | return; | 768 | return; |
| 769 | hcd_buffer_free(dev->bus, size, addr, dma); | 769 | hcd_buffer_free(dev->bus, size, addr, dma); |
| 770 | } | 770 | } |
| 771 | EXPORT_SYMBOL_GPL(usb_buffer_free); | 771 | EXPORT_SYMBOL_GPL(usb_free_coherent); |
| 772 | 772 | ||
| 773 | /** | 773 | /** |
| 774 | * usb_buffer_map - create DMA mapping(s) for an urb | 774 | * usb_buffer_map - create DMA mapping(s) for an urb |
diff --git a/drivers/usb/gadget/s3c-hsotg.c b/drivers/usb/gadget/s3c-hsotg.c index 124a8ccfdcda..1f73b485732d 100644 --- a/drivers/usb/gadget/s3c-hsotg.c +++ b/drivers/usb/gadget/s3c-hsotg.c | |||
| @@ -2145,6 +2145,7 @@ static int s3c_hsotg_ep_enable(struct usb_ep *ep, | |||
| 2145 | u32 epctrl; | 2145 | u32 epctrl; |
| 2146 | u32 mps; | 2146 | u32 mps; |
| 2147 | int dir_in; | 2147 | int dir_in; |
| 2148 | int ret = 0; | ||
| 2148 | 2149 | ||
| 2149 | dev_dbg(hsotg->dev, | 2150 | dev_dbg(hsotg->dev, |
| 2150 | "%s: ep %s: a 0x%02x, attr 0x%02x, mps 0x%04x, intr %d\n", | 2151 | "%s: ep %s: a 0x%02x, attr 0x%02x, mps 0x%04x, intr %d\n", |
| @@ -2196,7 +2197,8 @@ static int s3c_hsotg_ep_enable(struct usb_ep *ep, | |||
| 2196 | switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) { | 2197 | switch (desc->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) { |
| 2197 | case USB_ENDPOINT_XFER_ISOC: | 2198 | case USB_ENDPOINT_XFER_ISOC: |
| 2198 | dev_err(hsotg->dev, "no current ISOC support\n"); | 2199 | dev_err(hsotg->dev, "no current ISOC support\n"); |
| 2199 | return -EINVAL; | 2200 | ret = -EINVAL; |
| 2201 | goto out; | ||
| 2200 | 2202 | ||
| 2201 | case USB_ENDPOINT_XFER_BULK: | 2203 | case USB_ENDPOINT_XFER_BULK: |
| 2202 | epctrl |= S3C_DxEPCTL_EPType_Bulk; | 2204 | epctrl |= S3C_DxEPCTL_EPType_Bulk; |
| @@ -2235,8 +2237,9 @@ static int s3c_hsotg_ep_enable(struct usb_ep *ep, | |||
| 2235 | /* enable the endpoint interrupt */ | 2237 | /* enable the endpoint interrupt */ |
| 2236 | s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); | 2238 | s3c_hsotg_ctrl_epint(hsotg, index, dir_in, 1); |
| 2237 | 2239 | ||
| 2240 | out: | ||
| 2238 | spin_unlock_irqrestore(&hs_ep->lock, flags); | 2241 | spin_unlock_irqrestore(&hs_ep->lock, flags); |
| 2239 | return 0; | 2242 | return ret; |
| 2240 | } | 2243 | } |
| 2241 | 2244 | ||
| 2242 | static int s3c_hsotg_ep_disable(struct usb_ep *ep) | 2245 | static int s3c_hsotg_ep_disable(struct usb_ep *ep) |
diff --git a/drivers/usb/host/ehci-hcd.c b/drivers/usb/host/ehci-hcd.c index 207e7a85aeb0..13ead00aecd5 100644 --- a/drivers/usb/host/ehci-hcd.c +++ b/drivers/usb/host/ehci-hcd.c | |||
| @@ -543,6 +543,7 @@ static int ehci_init(struct usb_hcd *hcd) | |||
| 543 | */ | 543 | */ |
| 544 | ehci->periodic_size = DEFAULT_I_TDPS; | 544 | ehci->periodic_size = DEFAULT_I_TDPS; |
| 545 | INIT_LIST_HEAD(&ehci->cached_itd_list); | 545 | INIT_LIST_HEAD(&ehci->cached_itd_list); |
| 546 | INIT_LIST_HEAD(&ehci->cached_sitd_list); | ||
| 546 | if ((retval = ehci_mem_init(ehci, GFP_KERNEL)) < 0) | 547 | if ((retval = ehci_mem_init(ehci, GFP_KERNEL)) < 0) |
| 547 | return retval; | 548 | return retval; |
| 548 | 549 | ||
diff --git a/drivers/usb/host/ehci-hub.c b/drivers/usb/host/ehci-hub.c index 19372673bf09..c7178bcde67a 100644 --- a/drivers/usb/host/ehci-hub.c +++ b/drivers/usb/host/ehci-hub.c | |||
| @@ -801,7 +801,7 @@ static int ehci_hub_control ( | |||
| 801 | * this bit; seems too long to spin routinely... | 801 | * this bit; seems too long to spin routinely... |
| 802 | */ | 802 | */ |
| 803 | retval = handshake(ehci, status_reg, | 803 | retval = handshake(ehci, status_reg, |
| 804 | PORT_RESET, 0, 750); | 804 | PORT_RESET, 0, 1000); |
| 805 | if (retval != 0) { | 805 | if (retval != 0) { |
| 806 | ehci_err (ehci, "port %d reset error %d\n", | 806 | ehci_err (ehci, "port %d reset error %d\n", |
| 807 | wIndex + 1, retval); | 807 | wIndex + 1, retval); |
diff --git a/drivers/usb/host/ehci-mem.c b/drivers/usb/host/ehci-mem.c index aeda96e0af67..1f3f01eacaf0 100644 --- a/drivers/usb/host/ehci-mem.c +++ b/drivers/usb/host/ehci-mem.c | |||
| @@ -136,7 +136,7 @@ static inline void qh_put (struct ehci_qh *qh) | |||
| 136 | 136 | ||
| 137 | static void ehci_mem_cleanup (struct ehci_hcd *ehci) | 137 | static void ehci_mem_cleanup (struct ehci_hcd *ehci) |
| 138 | { | 138 | { |
| 139 | free_cached_itd_list(ehci); | 139 | free_cached_lists(ehci); |
| 140 | if (ehci->async) | 140 | if (ehci->async) |
| 141 | qh_put (ehci->async); | 141 | qh_put (ehci->async); |
| 142 | ehci->async = NULL; | 142 | ehci->async = NULL; |
diff --git a/drivers/usb/host/ehci-omap.c b/drivers/usb/host/ehci-omap.c index a67a0030dd57..40a858335035 100644 --- a/drivers/usb/host/ehci-omap.c +++ b/drivers/usb/host/ehci-omap.c | |||
| @@ -629,11 +629,13 @@ static int ehci_hcd_omap_probe(struct platform_device *pdev) | |||
| 629 | } | 629 | } |
| 630 | snprintf(supply, sizeof(supply), "hsusb%d", i); | 630 | snprintf(supply, sizeof(supply), "hsusb%d", i); |
| 631 | omap->regulator[i] = regulator_get(omap->dev, supply); | 631 | omap->regulator[i] = regulator_get(omap->dev, supply); |
| 632 | if (IS_ERR(omap->regulator[i])) | 632 | if (IS_ERR(omap->regulator[i])) { |
| 633 | omap->regulator[i] = NULL; | ||
| 633 | dev_dbg(&pdev->dev, | 634 | dev_dbg(&pdev->dev, |
| 634 | "failed to get ehci port%d regulator\n", i); | 635 | "failed to get ehci port%d regulator\n", i); |
| 635 | else | 636 | } else { |
| 636 | regulator_enable(omap->regulator[i]); | 637 | regulator_enable(omap->regulator[i]); |
| 638 | } | ||
| 637 | } | 639 | } |
| 638 | 640 | ||
| 639 | ret = omap_start_ehc(omap, hcd); | 641 | ret = omap_start_ehc(omap, hcd); |
diff --git a/drivers/usb/host/ehci-sched.c b/drivers/usb/host/ehci-sched.c index a0aaaaff2560..805ec633a652 100644 --- a/drivers/usb/host/ehci-sched.c +++ b/drivers/usb/host/ehci-sched.c | |||
| @@ -510,7 +510,7 @@ static int disable_periodic (struct ehci_hcd *ehci) | |||
| 510 | ehci_writel(ehci, cmd, &ehci->regs->command); | 510 | ehci_writel(ehci, cmd, &ehci->regs->command); |
| 511 | /* posted write ... */ | 511 | /* posted write ... */ |
| 512 | 512 | ||
| 513 | free_cached_itd_list(ehci); | 513 | free_cached_lists(ehci); |
| 514 | 514 | ||
| 515 | ehci->next_uframe = -1; | 515 | ehci->next_uframe = -1; |
| 516 | return 0; | 516 | return 0; |
| @@ -2139,13 +2139,27 @@ sitd_complete ( | |||
| 2139 | (stream->bEndpointAddress & USB_DIR_IN) ? "in" : "out"); | 2139 | (stream->bEndpointAddress & USB_DIR_IN) ? "in" : "out"); |
| 2140 | } | 2140 | } |
| 2141 | iso_stream_put (ehci, stream); | 2141 | iso_stream_put (ehci, stream); |
| 2142 | /* OK to recycle this SITD now that its completion callback ran. */ | 2142 | |
| 2143 | done: | 2143 | done: |
| 2144 | sitd->urb = NULL; | 2144 | sitd->urb = NULL; |
| 2145 | sitd->stream = NULL; | 2145 | if (ehci->clock_frame != sitd->frame) { |
| 2146 | list_move(&sitd->sitd_list, &stream->free_list); | 2146 | /* OK to recycle this SITD now. */ |
| 2147 | iso_stream_put(ehci, stream); | 2147 | sitd->stream = NULL; |
| 2148 | 2148 | list_move(&sitd->sitd_list, &stream->free_list); | |
| 2149 | iso_stream_put(ehci, stream); | ||
| 2150 | } else { | ||
| 2151 | /* HW might remember this SITD, so we can't recycle it yet. | ||
| 2152 | * Move it to a safe place until a new frame starts. | ||
| 2153 | */ | ||
| 2154 | list_move(&sitd->sitd_list, &ehci->cached_sitd_list); | ||
| 2155 | if (stream->refcount == 2) { | ||
| 2156 | /* If iso_stream_put() were called here, stream | ||
| 2157 | * would be freed. Instead, just prevent reuse. | ||
| 2158 | */ | ||
| 2159 | stream->ep->hcpriv = NULL; | ||
| 2160 | stream->ep = NULL; | ||
| 2161 | } | ||
| 2162 | } | ||
| 2149 | return retval; | 2163 | return retval; |
| 2150 | } | 2164 | } |
| 2151 | 2165 | ||
| @@ -2211,9 +2225,10 @@ done: | |||
| 2211 | 2225 | ||
| 2212 | /*-------------------------------------------------------------------------*/ | 2226 | /*-------------------------------------------------------------------------*/ |
| 2213 | 2227 | ||
| 2214 | static void free_cached_itd_list(struct ehci_hcd *ehci) | 2228 | static void free_cached_lists(struct ehci_hcd *ehci) |
| 2215 | { | 2229 | { |
| 2216 | struct ehci_itd *itd, *n; | 2230 | struct ehci_itd *itd, *n; |
| 2231 | struct ehci_sitd *sitd, *sn; | ||
| 2217 | 2232 | ||
| 2218 | list_for_each_entry_safe(itd, n, &ehci->cached_itd_list, itd_list) { | 2233 | list_for_each_entry_safe(itd, n, &ehci->cached_itd_list, itd_list) { |
| 2219 | struct ehci_iso_stream *stream = itd->stream; | 2234 | struct ehci_iso_stream *stream = itd->stream; |
| @@ -2221,6 +2236,13 @@ static void free_cached_itd_list(struct ehci_hcd *ehci) | |||
| 2221 | list_move(&itd->itd_list, &stream->free_list); | 2236 | list_move(&itd->itd_list, &stream->free_list); |
| 2222 | iso_stream_put(ehci, stream); | 2237 | iso_stream_put(ehci, stream); |
| 2223 | } | 2238 | } |
| 2239 | |||
| 2240 | list_for_each_entry_safe(sitd, sn, &ehci->cached_sitd_list, sitd_list) { | ||
| 2241 | struct ehci_iso_stream *stream = sitd->stream; | ||
| 2242 | sitd->stream = NULL; | ||
| 2243 | list_move(&sitd->sitd_list, &stream->free_list); | ||
| 2244 | iso_stream_put(ehci, stream); | ||
| 2245 | } | ||
| 2224 | } | 2246 | } |
| 2225 | 2247 | ||
| 2226 | /*-------------------------------------------------------------------------*/ | 2248 | /*-------------------------------------------------------------------------*/ |
| @@ -2247,7 +2269,7 @@ scan_periodic (struct ehci_hcd *ehci) | |||
| 2247 | clock_frame = -1; | 2269 | clock_frame = -1; |
| 2248 | } | 2270 | } |
| 2249 | if (ehci->clock_frame != clock_frame) { | 2271 | if (ehci->clock_frame != clock_frame) { |
| 2250 | free_cached_itd_list(ehci); | 2272 | free_cached_lists(ehci); |
| 2251 | ehci->clock_frame = clock_frame; | 2273 | ehci->clock_frame = clock_frame; |
| 2252 | } | 2274 | } |
| 2253 | clock %= mod; | 2275 | clock %= mod; |
| @@ -2414,7 +2436,7 @@ restart: | |||
| 2414 | clock = now; | 2436 | clock = now; |
| 2415 | clock_frame = clock >> 3; | 2437 | clock_frame = clock >> 3; |
| 2416 | if (ehci->clock_frame != clock_frame) { | 2438 | if (ehci->clock_frame != clock_frame) { |
| 2417 | free_cached_itd_list(ehci); | 2439 | free_cached_lists(ehci); |
| 2418 | ehci->clock_frame = clock_frame; | 2440 | ehci->clock_frame = clock_frame; |
| 2419 | } | 2441 | } |
| 2420 | } else { | 2442 | } else { |
diff --git a/drivers/usb/host/ehci.h b/drivers/usb/host/ehci.h index b1dce96dd621..556c0b48f3ab 100644 --- a/drivers/usb/host/ehci.h +++ b/drivers/usb/host/ehci.h | |||
| @@ -87,8 +87,9 @@ struct ehci_hcd { /* one per controller */ | |||
| 87 | int next_uframe; /* scan periodic, start here */ | 87 | int next_uframe; /* scan periodic, start here */ |
| 88 | unsigned periodic_sched; /* periodic activity count */ | 88 | unsigned periodic_sched; /* periodic activity count */ |
| 89 | 89 | ||
| 90 | /* list of itds completed while clock_frame was still active */ | 90 | /* list of itds & sitds completed while clock_frame was still active */ |
| 91 | struct list_head cached_itd_list; | 91 | struct list_head cached_itd_list; |
| 92 | struct list_head cached_sitd_list; | ||
| 92 | unsigned clock_frame; | 93 | unsigned clock_frame; |
| 93 | 94 | ||
| 94 | /* per root hub port */ | 95 | /* per root hub port */ |
| @@ -195,7 +196,7 @@ timer_action_done (struct ehci_hcd *ehci, enum ehci_timer_action action) | |||
| 195 | clear_bit (action, &ehci->actions); | 196 | clear_bit (action, &ehci->actions); |
| 196 | } | 197 | } |
| 197 | 198 | ||
| 198 | static void free_cached_itd_list(struct ehci_hcd *ehci); | 199 | static void free_cached_lists(struct ehci_hcd *ehci); |
| 199 | 200 | ||
| 200 | /*-------------------------------------------------------------------------*/ | 201 | /*-------------------------------------------------------------------------*/ |
| 201 | 202 | ||
diff --git a/drivers/usb/host/ohci-at91.c b/drivers/usb/host/ohci-at91.c index 68b83ab70719..944291e10f97 100644 --- a/drivers/usb/host/ohci-at91.c +++ b/drivers/usb/host/ohci-at91.c | |||
| @@ -331,6 +331,8 @@ ohci_hcd_at91_drv_suspend(struct platform_device *pdev, pm_message_t mesg) | |||
| 331 | */ | 331 | */ |
| 332 | if (at91_suspend_entering_slow_clock()) { | 332 | if (at91_suspend_entering_slow_clock()) { |
| 333 | ohci_usb_reset (ohci); | 333 | ohci_usb_reset (ohci); |
| 334 | /* flush the writes */ | ||
| 335 | (void) ohci_readl (ohci, &ohci->regs->control); | ||
| 334 | at91_stop_clock(); | 336 | at91_stop_clock(); |
| 335 | } | 337 | } |
| 336 | 338 | ||
diff --git a/drivers/usb/host/ohci-da8xx.c b/drivers/usb/host/ohci-da8xx.c index 4aa08d36d077..d22fb4d577b7 100644 --- a/drivers/usb/host/ohci-da8xx.c +++ b/drivers/usb/host/ohci-da8xx.c | |||
| @@ -23,7 +23,7 @@ | |||
| 23 | #error "This file is DA8xx bus glue. Define CONFIG_ARCH_DAVINCI_DA8XX." | 23 | #error "This file is DA8xx bus glue. Define CONFIG_ARCH_DAVINCI_DA8XX." |
| 24 | #endif | 24 | #endif |
| 25 | 25 | ||
| 26 | #define CFGCHIP2 DA8XX_SYSCFG_VIRT(DA8XX_CFGCHIP2_REG) | 26 | #define CFGCHIP2 DA8XX_SYSCFG0_VIRT(DA8XX_CFGCHIP2_REG) |
| 27 | 27 | ||
| 28 | static struct clk *usb11_clk; | 28 | static struct clk *usb11_clk; |
| 29 | static struct clk *usb20_clk; | 29 | static struct clk *usb20_clk; |
diff --git a/drivers/usb/host/ohci-hub.c b/drivers/usb/host/ohci-hub.c index 32bbce9718f0..65cac8cc8921 100644 --- a/drivers/usb/host/ohci-hub.c +++ b/drivers/usb/host/ohci-hub.c | |||
| @@ -697,7 +697,7 @@ static int ohci_hub_control ( | |||
| 697 | u16 wLength | 697 | u16 wLength |
| 698 | ) { | 698 | ) { |
| 699 | struct ohci_hcd *ohci = hcd_to_ohci (hcd); | 699 | struct ohci_hcd *ohci = hcd_to_ohci (hcd); |
| 700 | int ports = hcd_to_bus (hcd)->root_hub->maxchild; | 700 | int ports = ohci->num_ports; |
| 701 | u32 temp; | 701 | u32 temp; |
| 702 | int retval = 0; | 702 | int retval = 0; |
| 703 | 703 | ||
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index 50f57f468836..e62b30b3e429 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c | |||
| @@ -660,13 +660,13 @@ static struct ehci_qh *oxu_qh_alloc(struct oxu_hcd *oxu) | |||
| 660 | if (qh->dummy == NULL) { | 660 | if (qh->dummy == NULL) { |
| 661 | oxu_dbg(oxu, "no dummy td\n"); | 661 | oxu_dbg(oxu, "no dummy td\n"); |
| 662 | oxu->qh_used[i] = 0; | 662 | oxu->qh_used[i] = 0; |
| 663 | 663 | qh = NULL; | |
| 664 | return NULL; | 664 | goto unlock; |
| 665 | } | 665 | } |
| 666 | 666 | ||
| 667 | oxu->qh_used[i] = 1; | 667 | oxu->qh_used[i] = 1; |
| 668 | } | 668 | } |
| 669 | 669 | unlock: | |
| 670 | spin_unlock(&oxu->mem_lock); | 670 | spin_unlock(&oxu->mem_lock); |
| 671 | 671 | ||
| 672 | return qh; | 672 | return qh; |
diff --git a/drivers/usb/host/sl811-hcd.c b/drivers/usb/host/sl811-hcd.c index e11cc3aa4b82..3b867a8af7b2 100644 --- a/drivers/usb/host/sl811-hcd.c +++ b/drivers/usb/host/sl811-hcd.c | |||
| @@ -720,10 +720,10 @@ retry: | |||
| 720 | /* port status seems weird until after reset, so | 720 | /* port status seems weird until after reset, so |
| 721 | * force the reset and make khubd clean up later. | 721 | * force the reset and make khubd clean up later. |
| 722 | */ | 722 | */ |
| 723 | if (sl811->stat_insrmv & 1) | 723 | if (irqstat & SL11H_INTMASK_RD) |
| 724 | sl811->port1 |= 1 << USB_PORT_FEAT_CONNECTION; | ||
| 725 | else | ||
| 726 | sl811->port1 &= ~(1 << USB_PORT_FEAT_CONNECTION); | 724 | sl811->port1 &= ~(1 << USB_PORT_FEAT_CONNECTION); |
| 725 | else | ||
| 726 | sl811->port1 |= 1 << USB_PORT_FEAT_CONNECTION; | ||
| 727 | 727 | ||
| 728 | sl811->port1 |= 1 << USB_PORT_FEAT_C_CONNECTION; | 728 | sl811->port1 |= 1 << USB_PORT_FEAT_C_CONNECTION; |
| 729 | 729 | ||
diff --git a/drivers/usb/host/xhci-mem.c b/drivers/usb/host/xhci-mem.c index c09539bad1ee..d64f5724bfc4 100644 --- a/drivers/usb/host/xhci-mem.c +++ b/drivers/usb/host/xhci-mem.c | |||
| @@ -582,6 +582,19 @@ static inline unsigned int xhci_get_endpoint_interval(struct usb_device *udev, | |||
| 582 | return EP_INTERVAL(interval); | 582 | return EP_INTERVAL(interval); |
| 583 | } | 583 | } |
| 584 | 584 | ||
| 585 | /* The "Mult" field in the endpoint context is only set for SuperSpeed devices. | ||
| 586 | * High speed endpoint descriptors can define "the number of additional | ||
| 587 | * transaction opportunities per microframe", but that goes in the Max Burst | ||
| 588 | * endpoint context field. | ||
| 589 | */ | ||
| 590 | static inline u32 xhci_get_endpoint_mult(struct usb_device *udev, | ||
| 591 | struct usb_host_endpoint *ep) | ||
| 592 | { | ||
| 593 | if (udev->speed != USB_SPEED_SUPER || !ep->ss_ep_comp) | ||
| 594 | return 0; | ||
| 595 | return ep->ss_ep_comp->desc.bmAttributes; | ||
| 596 | } | ||
| 597 | |||
| 585 | static inline u32 xhci_get_endpoint_type(struct usb_device *udev, | 598 | static inline u32 xhci_get_endpoint_type(struct usb_device *udev, |
| 586 | struct usb_host_endpoint *ep) | 599 | struct usb_host_endpoint *ep) |
| 587 | { | 600 | { |
| @@ -612,6 +625,36 @@ static inline u32 xhci_get_endpoint_type(struct usb_device *udev, | |||
| 612 | return type; | 625 | return type; |
| 613 | } | 626 | } |
| 614 | 627 | ||
| 628 | /* Return the maximum endpoint service interval time (ESIT) payload. | ||
| 629 | * Basically, this is the maxpacket size, multiplied by the burst size | ||
| 630 | * and mult size. | ||
| 631 | */ | ||
| 632 | static inline u32 xhci_get_max_esit_payload(struct xhci_hcd *xhci, | ||
| 633 | struct usb_device *udev, | ||
| 634 | struct usb_host_endpoint *ep) | ||
| 635 | { | ||
| 636 | int max_burst; | ||
| 637 | int max_packet; | ||
| 638 | |||
| 639 | /* Only applies for interrupt or isochronous endpoints */ | ||
| 640 | if (usb_endpoint_xfer_control(&ep->desc) || | ||
| 641 | usb_endpoint_xfer_bulk(&ep->desc)) | ||
| 642 | return 0; | ||
| 643 | |||
| 644 | if (udev->speed == USB_SPEED_SUPER) { | ||
| 645 | if (ep->ss_ep_comp) | ||
| 646 | return ep->ss_ep_comp->desc.wBytesPerInterval; | ||
| 647 | xhci_warn(xhci, "WARN no SS endpoint companion descriptor.\n"); | ||
| 648 | /* Assume no bursts, no multiple opportunities to send. */ | ||
| 649 | return ep->desc.wMaxPacketSize; | ||
| 650 | } | ||
| 651 | |||
| 652 | max_packet = ep->desc.wMaxPacketSize & 0x3ff; | ||
| 653 | max_burst = (ep->desc.wMaxPacketSize & 0x1800) >> 11; | ||
| 654 | /* A 0 in max burst means 1 transfer per ESIT */ | ||
| 655 | return max_packet * (max_burst + 1); | ||
| 656 | } | ||
| 657 | |||
| 615 | int xhci_endpoint_init(struct xhci_hcd *xhci, | 658 | int xhci_endpoint_init(struct xhci_hcd *xhci, |
| 616 | struct xhci_virt_device *virt_dev, | 659 | struct xhci_virt_device *virt_dev, |
| 617 | struct usb_device *udev, | 660 | struct usb_device *udev, |
| @@ -623,6 +666,7 @@ int xhci_endpoint_init(struct xhci_hcd *xhci, | |||
| 623 | struct xhci_ring *ep_ring; | 666 | struct xhci_ring *ep_ring; |
| 624 | unsigned int max_packet; | 667 | unsigned int max_packet; |
| 625 | unsigned int max_burst; | 668 | unsigned int max_burst; |
| 669 | u32 max_esit_payload; | ||
| 626 | 670 | ||
| 627 | ep_index = xhci_get_endpoint_index(&ep->desc); | 671 | ep_index = xhci_get_endpoint_index(&ep->desc); |
| 628 | ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); | 672 | ep_ctx = xhci_get_ep_ctx(xhci, virt_dev->in_ctx, ep_index); |
| @@ -644,6 +688,7 @@ int xhci_endpoint_init(struct xhci_hcd *xhci, | |||
| 644 | ep_ctx->deq = ep_ring->first_seg->dma | ep_ring->cycle_state; | 688 | ep_ctx->deq = ep_ring->first_seg->dma | ep_ring->cycle_state; |
| 645 | 689 | ||
| 646 | ep_ctx->ep_info = xhci_get_endpoint_interval(udev, ep); | 690 | ep_ctx->ep_info = xhci_get_endpoint_interval(udev, ep); |
| 691 | ep_ctx->ep_info |= EP_MULT(xhci_get_endpoint_mult(udev, ep)); | ||
| 647 | 692 | ||
| 648 | /* FIXME dig Mult and streams info out of ep companion desc */ | 693 | /* FIXME dig Mult and streams info out of ep companion desc */ |
| 649 | 694 | ||
| @@ -689,6 +734,26 @@ int xhci_endpoint_init(struct xhci_hcd *xhci, | |||
| 689 | default: | 734 | default: |
| 690 | BUG(); | 735 | BUG(); |
| 691 | } | 736 | } |
| 737 | max_esit_payload = xhci_get_max_esit_payload(xhci, udev, ep); | ||
| 738 | ep_ctx->tx_info = MAX_ESIT_PAYLOAD_FOR_EP(max_esit_payload); | ||
| 739 | |||
| 740 | /* | ||
| 741 | * XXX no idea how to calculate the average TRB buffer length for bulk | ||
| 742 | * endpoints, as the driver gives us no clue how big each scatter gather | ||
| 743 | * list entry (or buffer) is going to be. | ||
| 744 | * | ||
| 745 | * For isochronous and interrupt endpoints, we set it to the max | ||
| 746 | * available, until we have new API in the USB core to allow drivers to | ||
| 747 | * declare how much bandwidth they actually need. | ||
| 748 | * | ||
| 749 | * Normally, it would be calculated by taking the total of the buffer | ||
| 750 | * lengths in the TD and then dividing by the number of TRBs in a TD, | ||
| 751 | * including link TRBs, No-op TRBs, and Event data TRBs. Since we don't | ||
| 752 | * use Event Data TRBs, and we don't chain in a link TRB on short | ||
| 753 | * transfers, we're basically dividing by 1. | ||
| 754 | */ | ||
| 755 | ep_ctx->tx_info |= AVG_TRB_LENGTH_FOR_EP(max_esit_payload); | ||
| 756 | |||
| 692 | /* FIXME Debug endpoint context */ | 757 | /* FIXME Debug endpoint context */ |
| 693 | return 0; | 758 | return 0; |
| 694 | } | 759 | } |
diff --git a/drivers/usb/host/xhci.h b/drivers/usb/host/xhci.h index e5eb09b2f38e..ea389e9a4931 100644 --- a/drivers/usb/host/xhci.h +++ b/drivers/usb/host/xhci.h | |||
| @@ -609,6 +609,10 @@ struct xhci_ep_ctx { | |||
| 609 | #define MAX_PACKET_MASK (0xffff << 16) | 609 | #define MAX_PACKET_MASK (0xffff << 16) |
| 610 | #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) | 610 | #define MAX_PACKET_DECODED(p) (((p) >> 16) & 0xffff) |
| 611 | 611 | ||
| 612 | /* tx_info bitmasks */ | ||
| 613 | #define AVG_TRB_LENGTH_FOR_EP(p) ((p) & 0xffff) | ||
| 614 | #define MAX_ESIT_PAYLOAD_FOR_EP(p) (((p) & 0xffff) << 16) | ||
| 615 | |||
| 612 | 616 | ||
| 613 | /** | 617 | /** |
| 614 | * struct xhci_input_control_context | 618 | * struct xhci_input_control_context |
diff --git a/drivers/usb/misc/usbsevseg.c b/drivers/usb/misc/usbsevseg.c index a9555cb901a1..de8ef945b536 100644 --- a/drivers/usb/misc/usbsevseg.c +++ b/drivers/usb/misc/usbsevseg.c | |||
| @@ -49,6 +49,7 @@ struct usb_sevsegdev { | |||
| 49 | u16 textlength; | 49 | u16 textlength; |
| 50 | 50 | ||
| 51 | u8 shadow_power; /* for PM */ | 51 | u8 shadow_power; /* for PM */ |
| 52 | u8 has_interface_pm; | ||
| 52 | }; | 53 | }; |
| 53 | 54 | ||
| 54 | /* sysfs_streq can't replace this completely | 55 | /* sysfs_streq can't replace this completely |
| @@ -68,12 +69,16 @@ static void update_display_powered(struct usb_sevsegdev *mydev) | |||
| 68 | { | 69 | { |
| 69 | int rc; | 70 | int rc; |
| 70 | 71 | ||
| 71 | if (!mydev->shadow_power && mydev->powered) { | 72 | if (mydev->powered && !mydev->has_interface_pm) { |
| 72 | rc = usb_autopm_get_interface(mydev->intf); | 73 | rc = usb_autopm_get_interface(mydev->intf); |
| 73 | if (rc < 0) | 74 | if (rc < 0) |
| 74 | return; | 75 | return; |
| 76 | mydev->has_interface_pm = 1; | ||
| 75 | } | 77 | } |
| 76 | 78 | ||
| 79 | if (mydev->shadow_power != 1) | ||
| 80 | return; | ||
| 81 | |||
| 77 | rc = usb_control_msg(mydev->udev, | 82 | rc = usb_control_msg(mydev->udev, |
| 78 | usb_sndctrlpipe(mydev->udev, 0), | 83 | usb_sndctrlpipe(mydev->udev, 0), |
| 79 | 0x12, | 84 | 0x12, |
| @@ -86,8 +91,10 @@ static void update_display_powered(struct usb_sevsegdev *mydev) | |||
| 86 | if (rc < 0) | 91 | if (rc < 0) |
| 87 | dev_dbg(&mydev->udev->dev, "power retval = %d\n", rc); | 92 | dev_dbg(&mydev->udev->dev, "power retval = %d\n", rc); |
| 88 | 93 | ||
| 89 | if (mydev->shadow_power && !mydev->powered) | 94 | if (!mydev->powered && mydev->has_interface_pm) { |
| 90 | usb_autopm_put_interface(mydev->intf); | 95 | usb_autopm_put_interface(mydev->intf); |
| 96 | mydev->has_interface_pm = 0; | ||
| 97 | } | ||
| 91 | } | 98 | } |
| 92 | 99 | ||
| 93 | static void update_display_mode(struct usb_sevsegdev *mydev) | 100 | static void update_display_mode(struct usb_sevsegdev *mydev) |
| @@ -351,6 +358,10 @@ static int sevseg_probe(struct usb_interface *interface, | |||
| 351 | mydev->intf = interface; | 358 | mydev->intf = interface; |
| 352 | usb_set_intfdata(interface, mydev); | 359 | usb_set_intfdata(interface, mydev); |
| 353 | 360 | ||
| 361 | /* PM */ | ||
| 362 | mydev->shadow_power = 1; /* currently active */ | ||
| 363 | mydev->has_interface_pm = 0; /* have not issued autopm_get */ | ||
| 364 | |||
| 354 | /*set defaults */ | 365 | /*set defaults */ |
| 355 | mydev->textmode = 0x02; /* ascii mode */ | 366 | mydev->textmode = 0x02; /* ascii mode */ |
| 356 | mydev->mode_msb = 0x06; /* 6 characters */ | 367 | mydev->mode_msb = 0x06; /* 6 characters */ |
diff --git a/drivers/usb/musb/Kconfig b/drivers/usb/musb/Kconfig index b4c783c284ba..07fe490b44d8 100644 --- a/drivers/usb/musb/Kconfig +++ b/drivers/usb/musb/Kconfig | |||
| @@ -42,7 +42,7 @@ config USB_MUSB_SOC | |||
| 42 | default y if (BF52x && !BF522 && !BF523) | 42 | default y if (BF52x && !BF522 && !BF523) |
| 43 | 43 | ||
| 44 | comment "DaVinci 35x and 644x USB support" | 44 | comment "DaVinci 35x and 644x USB support" |
| 45 | depends on USB_MUSB_HDRC && ARCH_DAVINCI | 45 | depends on USB_MUSB_HDRC && ARCH_DAVINCI_DMx |
| 46 | 46 | ||
| 47 | comment "OMAP 243x high speed USB support" | 47 | comment "OMAP 243x high speed USB support" |
| 48 | depends on USB_MUSB_HDRC && ARCH_OMAP2430 | 48 | depends on USB_MUSB_HDRC && ARCH_OMAP2430 |
diff --git a/drivers/usb/musb/Makefile b/drivers/usb/musb/Makefile index 85710ccc1887..3a485dabebbb 100644 --- a/drivers/usb/musb/Makefile +++ b/drivers/usb/musb/Makefile | |||
| @@ -6,7 +6,7 @@ musb_hdrc-objs := musb_core.o | |||
| 6 | 6 | ||
| 7 | obj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o | 7 | obj-$(CONFIG_USB_MUSB_HDRC) += musb_hdrc.o |
| 8 | 8 | ||
| 9 | ifeq ($(CONFIG_ARCH_DAVINCI),y) | 9 | ifeq ($(CONFIG_ARCH_DAVINCI_DMx),y) |
| 10 | musb_hdrc-objs += davinci.o | 10 | musb_hdrc-objs += davinci.o |
| 11 | endif | 11 | endif |
| 12 | 12 | ||
diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index 719a22d664ef..ec8d324237f6 100644 --- a/drivers/usb/musb/blackfin.c +++ b/drivers/usb/musb/blackfin.c | |||
| @@ -172,13 +172,7 @@ static irqreturn_t blackfin_interrupt(int irq, void *__hci) | |||
| 172 | 172 | ||
| 173 | spin_unlock_irqrestore(&musb->lock, flags); | 173 | spin_unlock_irqrestore(&musb->lock, flags); |
| 174 | 174 | ||
| 175 | /* REVISIT we sometimes get spurious IRQs on g_ep0 | 175 | return retval; |
| 176 | * not clear why... fall in BF54x too. | ||
| 177 | */ | ||
| 178 | if (retval != IRQ_HANDLED) | ||
| 179 | DBG(5, "spurious?\n"); | ||
| 180 | |||
| 181 | return IRQ_HANDLED; | ||
| 182 | } | 176 | } |
| 183 | 177 | ||
| 184 | static void musb_conn_timer_handler(unsigned long _musb) | 178 | static void musb_conn_timer_handler(unsigned long _musb) |
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index 29bce5c0fd10..ce2e16fee0df 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c | |||
| @@ -444,6 +444,8 @@ int __init musb_platform_init(struct musb *musb) | |||
| 444 | return 0; | 444 | return 0; |
| 445 | 445 | ||
| 446 | fail: | 446 | fail: |
| 447 | clk_disable(musb->clock); | ||
| 448 | |||
| 447 | usb_nop_xceiv_unregister(); | 449 | usb_nop_xceiv_unregister(); |
| 448 | return -ENODEV; | 450 | return -ENODEV; |
| 449 | } | 451 | } |
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index 0e8b8ab1d168..705cc4ad8737 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
| @@ -965,10 +965,8 @@ static void musb_shutdown(struct platform_device *pdev) | |||
| 965 | spin_lock_irqsave(&musb->lock, flags); | 965 | spin_lock_irqsave(&musb->lock, flags); |
| 966 | musb_platform_disable(musb); | 966 | musb_platform_disable(musb); |
| 967 | musb_generic_disable(musb); | 967 | musb_generic_disable(musb); |
| 968 | if (musb->clock) { | 968 | if (musb->clock) |
| 969 | clk_put(musb->clock); | 969 | clk_put(musb->clock); |
| 970 | musb->clock = NULL; | ||
| 971 | } | ||
| 972 | spin_unlock_irqrestore(&musb->lock, flags); | 970 | spin_unlock_irqrestore(&musb->lock, flags); |
| 973 | 971 | ||
| 974 | /* FIXME power down */ | 972 | /* FIXME power down */ |
| @@ -1853,15 +1851,6 @@ static void musb_free(struct musb *musb) | |||
| 1853 | put_device(musb->xceiv->dev); | 1851 | put_device(musb->xceiv->dev); |
| 1854 | #endif | 1852 | #endif |
| 1855 | 1853 | ||
| 1856 | musb_writeb(musb->mregs, MUSB_DEVCTL, 0); | ||
| 1857 | musb_platform_exit(musb); | ||
| 1858 | musb_writeb(musb->mregs, MUSB_DEVCTL, 0); | ||
| 1859 | |||
| 1860 | if (musb->clock) { | ||
| 1861 | clk_disable(musb->clock); | ||
| 1862 | clk_put(musb->clock); | ||
| 1863 | } | ||
| 1864 | |||
| 1865 | #ifdef CONFIG_USB_MUSB_HDRC_HCD | 1854 | #ifdef CONFIG_USB_MUSB_HDRC_HCD |
| 1866 | usb_put_hcd(musb_to_hcd(musb)); | 1855 | usb_put_hcd(musb_to_hcd(musb)); |
| 1867 | #else | 1856 | #else |
| @@ -1889,8 +1878,10 @@ musb_init_controller(struct device *dev, int nIrq, void __iomem *ctrl) | |||
| 1889 | */ | 1878 | */ |
| 1890 | if (!plat) { | 1879 | if (!plat) { |
| 1891 | dev_dbg(dev, "no platform_data?\n"); | 1880 | dev_dbg(dev, "no platform_data?\n"); |
| 1892 | return -ENODEV; | 1881 | status = -ENODEV; |
| 1882 | goto fail0; | ||
| 1893 | } | 1883 | } |
| 1884 | |||
| 1894 | switch (plat->mode) { | 1885 | switch (plat->mode) { |
| 1895 | case MUSB_HOST: | 1886 | case MUSB_HOST: |
| 1896 | #ifdef CONFIG_USB_MUSB_HDRC_HCD | 1887 | #ifdef CONFIG_USB_MUSB_HDRC_HCD |
| @@ -1912,13 +1903,16 @@ bad_config: | |||
| 1912 | #endif | 1903 | #endif |
| 1913 | default: | 1904 | default: |
| 1914 | dev_err(dev, "incompatible Kconfig role setting\n"); | 1905 | dev_err(dev, "incompatible Kconfig role setting\n"); |
| 1915 | return -EINVAL; | 1906 | status = -EINVAL; |
| 1907 | goto fail0; | ||
| 1916 | } | 1908 | } |
| 1917 | 1909 | ||
| 1918 | /* allocate */ | 1910 | /* allocate */ |
| 1919 | musb = allocate_instance(dev, plat->config, ctrl); | 1911 | musb = allocate_instance(dev, plat->config, ctrl); |
| 1920 | if (!musb) | 1912 | if (!musb) { |
| 1921 | return -ENOMEM; | 1913 | status = -ENOMEM; |
| 1914 | goto fail0; | ||
| 1915 | } | ||
| 1922 | 1916 | ||
| 1923 | spin_lock_init(&musb->lock); | 1917 | spin_lock_init(&musb->lock); |
| 1924 | musb->board_mode = plat->mode; | 1918 | musb->board_mode = plat->mode; |
| @@ -1936,7 +1930,7 @@ bad_config: | |||
| 1936 | if (IS_ERR(musb->clock)) { | 1930 | if (IS_ERR(musb->clock)) { |
| 1937 | status = PTR_ERR(musb->clock); | 1931 | status = PTR_ERR(musb->clock); |
| 1938 | musb->clock = NULL; | 1932 | musb->clock = NULL; |
| 1939 | goto fail; | 1933 | goto fail1; |
| 1940 | } | 1934 | } |
| 1941 | } | 1935 | } |
| 1942 | 1936 | ||
| @@ -1955,12 +1949,12 @@ bad_config: | |||
| 1955 | */ | 1949 | */ |
| 1956 | musb->isr = generic_interrupt; | 1950 | musb->isr = generic_interrupt; |
| 1957 | status = musb_platform_init(musb); | 1951 | status = musb_platform_init(musb); |
| 1958 | |||
| 1959 | if (status < 0) | 1952 | if (status < 0) |
| 1960 | goto fail; | 1953 | goto fail2; |
| 1954 | |||
| 1961 | if (!musb->isr) { | 1955 | if (!musb->isr) { |
| 1962 | status = -ENODEV; | 1956 | status = -ENODEV; |
| 1963 | goto fail2; | 1957 | goto fail3; |
| 1964 | } | 1958 | } |
| 1965 | 1959 | ||
| 1966 | #ifndef CONFIG_MUSB_PIO_ONLY | 1960 | #ifndef CONFIG_MUSB_PIO_ONLY |
| @@ -1986,7 +1980,7 @@ bad_config: | |||
| 1986 | ? MUSB_CONTROLLER_MHDRC | 1980 | ? MUSB_CONTROLLER_MHDRC |
| 1987 | : MUSB_CONTROLLER_HDRC, musb); | 1981 | : MUSB_CONTROLLER_HDRC, musb); |
| 1988 | if (status < 0) | 1982 | if (status < 0) |
| 1989 | goto fail2; | 1983 | goto fail3; |
| 1990 | 1984 | ||
| 1991 | #ifdef CONFIG_USB_MUSB_OTG | 1985 | #ifdef CONFIG_USB_MUSB_OTG |
| 1992 | setup_timer(&musb->otg_timer, musb_otg_timer_func, (unsigned long) musb); | 1986 | setup_timer(&musb->otg_timer, musb_otg_timer_func, (unsigned long) musb); |
| @@ -1999,7 +1993,7 @@ bad_config: | |||
| 1999 | if (request_irq(nIrq, musb->isr, 0, dev_name(dev), musb)) { | 1993 | if (request_irq(nIrq, musb->isr, 0, dev_name(dev), musb)) { |
| 2000 | dev_err(dev, "request_irq %d failed!\n", nIrq); | 1994 | dev_err(dev, "request_irq %d failed!\n", nIrq); |
| 2001 | status = -ENODEV; | 1995 | status = -ENODEV; |
| 2002 | goto fail2; | 1996 | goto fail3; |
| 2003 | } | 1997 | } |
| 2004 | musb->nIrq = nIrq; | 1998 | musb->nIrq = nIrq; |
| 2005 | /* FIXME this handles wakeup irqs wrong */ | 1999 | /* FIXME this handles wakeup irqs wrong */ |
| @@ -2039,8 +2033,6 @@ bad_config: | |||
| 2039 | musb->xceiv->state = OTG_STATE_A_IDLE; | 2033 | musb->xceiv->state = OTG_STATE_A_IDLE; |
| 2040 | 2034 | ||
| 2041 | status = usb_add_hcd(musb_to_hcd(musb), -1, 0); | 2035 | status = usb_add_hcd(musb_to_hcd(musb), -1, 0); |
| 2042 | if (status) | ||
| 2043 | goto fail; | ||
| 2044 | 2036 | ||
| 2045 | DBG(1, "%s mode, status %d, devctl %02x %c\n", | 2037 | DBG(1, "%s mode, status %d, devctl %02x %c\n", |
| 2046 | "HOST", status, | 2038 | "HOST", status, |
| @@ -2055,8 +2047,6 @@ bad_config: | |||
| 2055 | musb->xceiv->state = OTG_STATE_B_IDLE; | 2047 | musb->xceiv->state = OTG_STATE_B_IDLE; |
| 2056 | 2048 | ||
| 2057 | status = musb_gadget_setup(musb); | 2049 | status = musb_gadget_setup(musb); |
| 2058 | if (status) | ||
| 2059 | goto fail; | ||
| 2060 | 2050 | ||
| 2061 | DBG(1, "%s mode, status %d, dev%02x\n", | 2051 | DBG(1, "%s mode, status %d, dev%02x\n", |
| 2062 | is_otg_enabled(musb) ? "OTG" : "PERIPHERAL", | 2052 | is_otg_enabled(musb) ? "OTG" : "PERIPHERAL", |
| @@ -2064,12 +2054,14 @@ bad_config: | |||
| 2064 | musb_readb(musb->mregs, MUSB_DEVCTL)); | 2054 | musb_readb(musb->mregs, MUSB_DEVCTL)); |
| 2065 | 2055 | ||
| 2066 | } | 2056 | } |
| 2057 | if (status < 0) | ||
| 2058 | goto fail3; | ||
| 2067 | 2059 | ||
| 2068 | #ifdef CONFIG_SYSFS | 2060 | #ifdef CONFIG_SYSFS |
| 2069 | status = sysfs_create_group(&musb->controller->kobj, &musb_attr_group); | 2061 | status = sysfs_create_group(&musb->controller->kobj, &musb_attr_group); |
| 2070 | #endif | ||
| 2071 | if (status) | 2062 | if (status) |
| 2072 | goto fail2; | 2063 | goto fail4; |
| 2064 | #endif | ||
| 2073 | 2065 | ||
| 2074 | dev_info(dev, "USB %s mode controller at %p using %s, IRQ %d\n", | 2066 | dev_info(dev, "USB %s mode controller at %p using %s, IRQ %d\n", |
| 2075 | ({char *s; | 2067 | ({char *s; |
| @@ -2085,17 +2077,29 @@ bad_config: | |||
| 2085 | 2077 | ||
| 2086 | return 0; | 2078 | return 0; |
| 2087 | 2079 | ||
| 2088 | fail2: | 2080 | fail4: |
| 2081 | if (!is_otg_enabled(musb) && is_host_enabled(musb)) | ||
| 2082 | usb_remove_hcd(musb_to_hcd(musb)); | ||
| 2083 | else | ||
| 2084 | musb_gadget_cleanup(musb); | ||
| 2085 | |||
| 2086 | fail3: | ||
| 2087 | if (musb->irq_wake) | ||
| 2088 | device_init_wakeup(dev, 0); | ||
| 2089 | musb_platform_exit(musb); | 2089 | musb_platform_exit(musb); |
| 2090 | fail: | ||
| 2091 | dev_err(musb->controller, | ||
| 2092 | "musb_init_controller failed with status %d\n", status); | ||
| 2093 | 2090 | ||
| 2091 | fail2: | ||
| 2094 | if (musb->clock) | 2092 | if (musb->clock) |
| 2095 | clk_put(musb->clock); | 2093 | clk_put(musb->clock); |
| 2096 | device_init_wakeup(dev, 0); | 2094 | |
| 2095 | fail1: | ||
| 2096 | dev_err(musb->controller, | ||
| 2097 | "musb_init_controller failed with status %d\n", status); | ||
| 2098 | |||
| 2097 | musb_free(musb); | 2099 | musb_free(musb); |
| 2098 | 2100 | ||
| 2101 | fail0: | ||
| 2102 | |||
| 2099 | return status; | 2103 | return status; |
| 2100 | 2104 | ||
| 2101 | } | 2105 | } |
| @@ -2132,7 +2136,6 @@ static int __init musb_probe(struct platform_device *pdev) | |||
| 2132 | /* clobbered by use_dma=n */ | 2136 | /* clobbered by use_dma=n */ |
| 2133 | orig_dma_mask = dev->dma_mask; | 2137 | orig_dma_mask = dev->dma_mask; |
| 2134 | #endif | 2138 | #endif |
| 2135 | |||
| 2136 | status = musb_init_controller(dev, irq, base); | 2139 | status = musb_init_controller(dev, irq, base); |
| 2137 | if (status < 0) | 2140 | if (status < 0) |
| 2138 | iounmap(base); | 2141 | iounmap(base); |
| @@ -2155,6 +2158,10 @@ static int __exit musb_remove(struct platform_device *pdev) | |||
| 2155 | if (musb->board_mode == MUSB_HOST) | 2158 | if (musb->board_mode == MUSB_HOST) |
| 2156 | usb_remove_hcd(musb_to_hcd(musb)); | 2159 | usb_remove_hcd(musb_to_hcd(musb)); |
| 2157 | #endif | 2160 | #endif |
| 2161 | musb_writeb(musb->mregs, MUSB_DEVCTL, 0); | ||
| 2162 | musb_platform_exit(musb); | ||
| 2163 | musb_writeb(musb->mregs, MUSB_DEVCTL, 0); | ||
| 2164 | |||
| 2158 | musb_free(musb); | 2165 | musb_free(musb); |
| 2159 | iounmap(ctrl_base); | 2166 | iounmap(ctrl_base); |
| 2160 | device_init_wakeup(&pdev->dev, 0); | 2167 | device_init_wakeup(&pdev->dev, 0); |
| @@ -2176,6 +2183,7 @@ void musb_save_context(struct musb *musb) | |||
| 2176 | if (is_host_enabled(musb)) { | 2183 | if (is_host_enabled(musb)) { |
| 2177 | musb_context.frame = musb_readw(musb_base, MUSB_FRAME); | 2184 | musb_context.frame = musb_readw(musb_base, MUSB_FRAME); |
| 2178 | musb_context.testmode = musb_readb(musb_base, MUSB_TESTMODE); | 2185 | musb_context.testmode = musb_readb(musb_base, MUSB_TESTMODE); |
| 2186 | musb_context.busctl = musb_read_ulpi_buscontrol(musb->mregs); | ||
| 2179 | } | 2187 | } |
| 2180 | musb_context.power = musb_readb(musb_base, MUSB_POWER); | 2188 | musb_context.power = musb_readb(musb_base, MUSB_POWER); |
| 2181 | musb_context.intrtxe = musb_readw(musb_base, MUSB_INTRTXE); | 2189 | musb_context.intrtxe = musb_readw(musb_base, MUSB_INTRTXE); |
| @@ -2247,6 +2255,7 @@ void musb_restore_context(struct musb *musb) | |||
| 2247 | if (is_host_enabled(musb)) { | 2255 | if (is_host_enabled(musb)) { |
| 2248 | musb_writew(musb_base, MUSB_FRAME, musb_context.frame); | 2256 | musb_writew(musb_base, MUSB_FRAME, musb_context.frame); |
| 2249 | musb_writeb(musb_base, MUSB_TESTMODE, musb_context.testmode); | 2257 | musb_writeb(musb_base, MUSB_TESTMODE, musb_context.testmode); |
| 2258 | musb_write_ulpi_buscontrol(musb->mregs, musb_context.busctl); | ||
| 2250 | } | 2259 | } |
| 2251 | musb_writeb(musb_base, MUSB_POWER, musb_context.power); | 2260 | musb_writeb(musb_base, MUSB_POWER, musb_context.power); |
| 2252 | musb_writew(musb_base, MUSB_INTRTXE, musb_context.intrtxe); | 2261 | musb_writew(musb_base, MUSB_INTRTXE, musb_context.intrtxe); |
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h index cd9f4a9a06c6..ac17b004909b 100644 --- a/drivers/usb/musb/musb_core.h +++ b/drivers/usb/musb/musb_core.h | |||
| @@ -478,7 +478,7 @@ struct musb_context_registers { | |||
| 478 | u16 frame; | 478 | u16 frame; |
| 479 | u8 index, testmode; | 479 | u8 index, testmode; |
| 480 | 480 | ||
| 481 | u8 devctl, misc; | 481 | u8 devctl, busctl, misc; |
| 482 | 482 | ||
| 483 | struct musb_csr_regs index_regs[MUSB_C_NUM_EPS]; | 483 | struct musb_csr_regs index_regs[MUSB_C_NUM_EPS]; |
| 484 | }; | 484 | }; |
diff --git a/drivers/usb/musb/musb_host.c b/drivers/usb/musb/musb_host.c index dec896e888db..877d20b1dff9 100644 --- a/drivers/usb/musb/musb_host.c +++ b/drivers/usb/musb/musb_host.c | |||
| @@ -2042,6 +2042,7 @@ static int musb_urb_enqueue( | |||
| 2042 | * odd, rare, error prone, but legal. | 2042 | * odd, rare, error prone, but legal. |
| 2043 | */ | 2043 | */ |
| 2044 | kfree(qh); | 2044 | kfree(qh); |
| 2045 | qh = NULL; | ||
| 2045 | ret = 0; | 2046 | ret = 0; |
| 2046 | } else | 2047 | } else |
| 2047 | ret = musb_schedule(musb, qh, | 2048 | ret = musb_schedule(musb, qh, |
diff --git a/drivers/usb/musb/omap2430.c b/drivers/usb/musb/omap2430.c index 490cdf15ccb6..82592633502f 100644 --- a/drivers/usb/musb/omap2430.c +++ b/drivers/usb/musb/omap2430.c | |||
| @@ -331,8 +331,5 @@ int musb_platform_exit(struct musb *musb) | |||
| 331 | 331 | ||
| 332 | musb_platform_suspend(musb); | 332 | musb_platform_suspend(musb); |
| 333 | 333 | ||
| 334 | clk_put(musb->clock); | ||
| 335 | musb->clock = NULL; | ||
| 336 | |||
| 337 | return 0; | 334 | return 0; |
| 338 | } | 335 | } |
diff --git a/drivers/usb/musb/tusb6010.c b/drivers/usb/musb/tusb6010.c index ab776a8d98ca..60d3938cafcf 100644 --- a/drivers/usb/musb/tusb6010.c +++ b/drivers/usb/musb/tusb6010.c | |||
| @@ -29,6 +29,19 @@ static void tusb_source_power(struct musb *musb, int is_on); | |||
| 29 | #define TUSB_REV_MAJOR(reg_val) ((reg_val >> 4) & 0xf) | 29 | #define TUSB_REV_MAJOR(reg_val) ((reg_val >> 4) & 0xf) |
| 30 | #define TUSB_REV_MINOR(reg_val) (reg_val & 0xf) | 30 | #define TUSB_REV_MINOR(reg_val) (reg_val & 0xf) |
| 31 | 31 | ||
| 32 | #ifdef CONFIG_PM | ||
| 33 | /* REVISIT: These should be only needed if somebody implements off idle */ | ||
| 34 | void musb_platform_save_context(struct musb *musb, | ||
| 35 | struct musb_context_registers *musb_context) | ||
| 36 | { | ||
| 37 | } | ||
| 38 | |||
| 39 | void musb_platform_restore_context(struct musb *musb, | ||
| 40 | struct musb_context_registers *musb_context) | ||
| 41 | { | ||
| 42 | } | ||
| 43 | #endif | ||
| 44 | |||
| 32 | /* | 45 | /* |
| 33 | * Checks the revision. We need to use the DMA register as 3.0 does not | 46 | * Checks the revision. We need to use the DMA register as 3.0 does not |
| 34 | * have correct versions for TUSB_PRCM_REV or TUSB_INT_CTRL_REV. | 47 | * have correct versions for TUSB_PRCM_REV or TUSB_INT_CTRL_REV. |
diff --git a/drivers/usb/musb/tusb6010_omap.c b/drivers/usb/musb/tusb6010_omap.c index 5afa070d7dc9..c061a88f2b0f 100644 --- a/drivers/usb/musb/tusb6010_omap.c +++ b/drivers/usb/musb/tusb6010_omap.c | |||
| @@ -39,7 +39,7 @@ struct tusb_omap_dma_ch { | |||
| 39 | 39 | ||
| 40 | struct tusb_omap_dma *tusb_dma; | 40 | struct tusb_omap_dma *tusb_dma; |
| 41 | 41 | ||
| 42 | void __iomem *dma_addr; | 42 | dma_addr_t dma_addr; |
| 43 | 43 | ||
| 44 | u32 len; | 44 | u32 len; |
| 45 | u16 packet_sz; | 45 | u16 packet_sz; |
| @@ -126,6 +126,7 @@ static void tusb_omap_dma_cb(int lch, u16 ch_status, void *data) | |||
| 126 | struct tusb_omap_dma_ch *chdat = to_chdat(channel); | 126 | struct tusb_omap_dma_ch *chdat = to_chdat(channel); |
| 127 | struct tusb_omap_dma *tusb_dma = chdat->tusb_dma; | 127 | struct tusb_omap_dma *tusb_dma = chdat->tusb_dma; |
| 128 | struct musb *musb = chdat->musb; | 128 | struct musb *musb = chdat->musb; |
| 129 | struct device *dev = musb->controller; | ||
| 129 | struct musb_hw_ep *hw_ep = chdat->hw_ep; | 130 | struct musb_hw_ep *hw_ep = chdat->hw_ep; |
| 130 | void __iomem *ep_conf = hw_ep->conf; | 131 | void __iomem *ep_conf = hw_ep->conf; |
| 131 | void __iomem *mbase = musb->mregs; | 132 | void __iomem *mbase = musb->mregs; |
| @@ -173,13 +174,15 @@ static void tusb_omap_dma_cb(int lch, u16 ch_status, void *data) | |||
| 173 | DBG(3, "Using PIO for remaining %lu bytes\n", pio); | 174 | DBG(3, "Using PIO for remaining %lu bytes\n", pio); |
| 174 | buf = phys_to_virt((u32)chdat->dma_addr) + chdat->transfer_len; | 175 | buf = phys_to_virt((u32)chdat->dma_addr) + chdat->transfer_len; |
| 175 | if (chdat->tx) { | 176 | if (chdat->tx) { |
| 176 | dma_cache_maint(phys_to_virt((u32)chdat->dma_addr), | 177 | dma_unmap_single(dev, chdat->dma_addr, |
| 177 | chdat->transfer_len, DMA_TO_DEVICE); | 178 | chdat->transfer_len, |
| 179 | DMA_TO_DEVICE); | ||
| 178 | musb_write_fifo(hw_ep, pio, buf); | 180 | musb_write_fifo(hw_ep, pio, buf); |
| 179 | } else { | 181 | } else { |
| 182 | dma_unmap_single(dev, chdat->dma_addr, | ||
| 183 | chdat->transfer_len, | ||
| 184 | DMA_FROM_DEVICE); | ||
| 180 | musb_read_fifo(hw_ep, pio, buf); | 185 | musb_read_fifo(hw_ep, pio, buf); |
| 181 | dma_cache_maint(phys_to_virt((u32)chdat->dma_addr), | ||
| 182 | chdat->transfer_len, DMA_FROM_DEVICE); | ||
| 183 | } | 186 | } |
| 184 | channel->actual_len += pio; | 187 | channel->actual_len += pio; |
| 185 | } | 188 | } |
| @@ -224,6 +227,7 @@ static int tusb_omap_dma_program(struct dma_channel *channel, u16 packet_sz, | |||
| 224 | struct tusb_omap_dma_ch *chdat = to_chdat(channel); | 227 | struct tusb_omap_dma_ch *chdat = to_chdat(channel); |
| 225 | struct tusb_omap_dma *tusb_dma = chdat->tusb_dma; | 228 | struct tusb_omap_dma *tusb_dma = chdat->tusb_dma; |
| 226 | struct musb *musb = chdat->musb; | 229 | struct musb *musb = chdat->musb; |
| 230 | struct device *dev = musb->controller; | ||
| 227 | struct musb_hw_ep *hw_ep = chdat->hw_ep; | 231 | struct musb_hw_ep *hw_ep = chdat->hw_ep; |
| 228 | void __iomem *mbase = musb->mregs; | 232 | void __iomem *mbase = musb->mregs; |
| 229 | void __iomem *ep_conf = hw_ep->conf; | 233 | void __iomem *ep_conf = hw_ep->conf; |
| @@ -299,14 +303,16 @@ static int tusb_omap_dma_program(struct dma_channel *channel, u16 packet_sz, | |||
| 299 | chdat->packet_sz = packet_sz; | 303 | chdat->packet_sz = packet_sz; |
| 300 | chdat->len = len; | 304 | chdat->len = len; |
| 301 | channel->actual_len = 0; | 305 | channel->actual_len = 0; |
| 302 | chdat->dma_addr = (void __iomem *)dma_addr; | 306 | chdat->dma_addr = dma_addr; |
| 303 | channel->status = MUSB_DMA_STATUS_BUSY; | 307 | channel->status = MUSB_DMA_STATUS_BUSY; |
| 304 | 308 | ||
| 305 | /* Since we're recycling dma areas, we need to clean or invalidate */ | 309 | /* Since we're recycling dma areas, we need to clean or invalidate */ |
| 306 | if (chdat->tx) | 310 | if (chdat->tx) |
| 307 | dma_cache_maint(phys_to_virt(dma_addr), len, DMA_TO_DEVICE); | 311 | dma_map_single(dev, phys_to_virt(dma_addr), len, |
| 312 | DMA_TO_DEVICE); | ||
| 308 | else | 313 | else |
| 309 | dma_cache_maint(phys_to_virt(dma_addr), len, DMA_FROM_DEVICE); | 314 | dma_map_single(dev, phys_to_virt(dma_addr), len, |
| 315 | DMA_FROM_DEVICE); | ||
| 310 | 316 | ||
| 311 | /* Use 16-bit transfer if dma_addr is not 32-bit aligned */ | 317 | /* Use 16-bit transfer if dma_addr is not 32-bit aligned */ |
| 312 | if ((dma_addr & 0x3) == 0) { | 318 | if ((dma_addr & 0x3) == 0) { |
diff --git a/drivers/usb/serial/option.c b/drivers/usb/serial/option.c index ca9d866672aa..84d0edad8e4f 100644 --- a/drivers/usb/serial/option.c +++ b/drivers/usb/serial/option.c | |||
| @@ -305,6 +305,11 @@ static int option_resume(struct usb_serial *serial); | |||
| 305 | #define ZTE_PRODUCT_CDMA_TECH 0xfffe | 305 | #define ZTE_PRODUCT_CDMA_TECH 0xfffe |
| 306 | #define ZTE_PRODUCT_AC8710 0xfff1 | 306 | #define ZTE_PRODUCT_AC8710 0xfff1 |
| 307 | #define ZTE_PRODUCT_AC2726 0xfff5 | 307 | #define ZTE_PRODUCT_AC2726 0xfff5 |
| 308 | #define ZTE_PRODUCT_AC8710T 0xffff | ||
| 309 | |||
| 310 | /* ZTE PRODUCTS -- alternate vendor ID */ | ||
| 311 | #define ZTE_VENDOR_ID2 0x1d6b | ||
| 312 | #define ZTE_PRODUCT_MF_330 0x0002 | ||
| 308 | 313 | ||
| 309 | #define BENQ_VENDOR_ID 0x04a5 | 314 | #define BENQ_VENDOR_ID 0x04a5 |
| 310 | #define BENQ_PRODUCT_H10 0x4068 | 315 | #define BENQ_PRODUCT_H10 0x4068 |
| @@ -373,6 +378,8 @@ static int option_resume(struct usb_serial *serial); | |||
| 373 | #define HAIER_VENDOR_ID 0x201e | 378 | #define HAIER_VENDOR_ID 0x201e |
| 374 | #define HAIER_PRODUCT_CE100 0x2009 | 379 | #define HAIER_PRODUCT_CE100 0x2009 |
| 375 | 380 | ||
| 381 | #define CINTERION_VENDOR_ID 0x0681 | ||
| 382 | |||
| 376 | /* some devices interfaces need special handling due to a number of reasons */ | 383 | /* some devices interfaces need special handling due to a number of reasons */ |
| 377 | enum option_blacklist_reason { | 384 | enum option_blacklist_reason { |
| 378 | OPTION_BLACKLIST_NONE = 0, | 385 | OPTION_BLACKLIST_NONE = 0, |
| @@ -679,6 +686,8 @@ static const struct usb_device_id option_ids[] = { | |||
| 679 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH, 0xff, 0xff, 0xff) }, | 686 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_CDMA_TECH, 0xff, 0xff, 0xff) }, |
| 680 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710, 0xff, 0xff, 0xff) }, | 687 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710, 0xff, 0xff, 0xff) }, |
| 681 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, | 688 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC2726, 0xff, 0xff, 0xff) }, |
| 689 | { USB_DEVICE_AND_INTERFACE_INFO(ZTE_VENDOR_ID, ZTE_PRODUCT_AC8710T, 0xff, 0xff, 0xff) }, | ||
| 690 | { USB_DEVICE(ZTE_VENDOR_ID2, ZTE_PRODUCT_MF_330) }, | ||
| 682 | { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, | 691 | { USB_DEVICE(BENQ_VENDOR_ID, BENQ_PRODUCT_H10) }, |
| 683 | { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, | 692 | { USB_DEVICE(DLINK_VENDOR_ID, DLINK_PRODUCT_DWM_652) }, |
| 684 | { USB_DEVICE(ALINK_VENDOR_ID, DLINK_PRODUCT_DWM_652_U5) }, /* Yes, ALINK_VENDOR_ID */ | 693 | { USB_DEVICE(ALINK_VENDOR_ID, DLINK_PRODUCT_DWM_652_U5) }, /* Yes, ALINK_VENDOR_ID */ |
| @@ -716,6 +725,7 @@ static const struct usb_device_id option_ids[] = { | |||
| 716 | { USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1011)}, | 725 | { USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1011)}, |
| 717 | { USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1012)}, | 726 | { USB_DEVICE(PIRELLI_VENDOR_ID, PIRELLI_PRODUCT_1012)}, |
| 718 | 727 | ||
| 728 | { USB_DEVICE(CINTERION_VENDOR_ID, 0x0047) }, | ||
| 719 | { } /* Terminating entry */ | 729 | { } /* Terminating entry */ |
| 720 | }; | 730 | }; |
| 721 | MODULE_DEVICE_TABLE(usb, option_ids); | 731 | MODULE_DEVICE_TABLE(usb, option_ids); |
diff --git a/drivers/usb/serial/pl2303.c b/drivers/usb/serial/pl2303.c index 73d5f346d3e0..c28b1607eacc 100644 --- a/drivers/usb/serial/pl2303.c +++ b/drivers/usb/serial/pl2303.c | |||
| @@ -59,6 +59,7 @@ static const struct usb_device_id id_table[] = { | |||
| 59 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_ALDIGA) }, | 59 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_ALDIGA) }, |
| 60 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MMX) }, | 60 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_MMX) }, |
| 61 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) }, | 61 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_GPRS) }, |
| 62 | { USB_DEVICE(PL2303_VENDOR_ID, PL2303_PRODUCT_ID_HCR331) }, | ||
| 62 | { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, | 63 | { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID) }, |
| 63 | { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) }, | 64 | { USB_DEVICE(IODATA_VENDOR_ID, IODATA_PRODUCT_ID_RSAQ5) }, |
| 64 | { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, | 65 | { USB_DEVICE(ATEN_VENDOR_ID, ATEN_PRODUCT_ID) }, |
| @@ -97,6 +98,7 @@ static const struct usb_device_id id_table[] = { | |||
| 97 | { USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) }, | 98 | { USB_DEVICE(CRESSI_VENDOR_ID, CRESSI_EDY_PRODUCT_ID) }, |
| 98 | { USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) }, | 99 | { USB_DEVICE(SONY_VENDOR_ID, SONY_QN3USB_PRODUCT_ID) }, |
| 99 | { USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) }, | 100 | { USB_DEVICE(SANWA_VENDOR_ID, SANWA_PRODUCT_ID) }, |
| 101 | { USB_DEVICE(ADLINK_VENDOR_ID, ADLINK_ND6530_PRODUCT_ID) }, | ||
| 100 | { } /* Terminating entry */ | 102 | { } /* Terminating entry */ |
| 101 | }; | 103 | }; |
| 102 | 104 | ||
diff --git a/drivers/usb/serial/pl2303.h b/drivers/usb/serial/pl2303.h index d640dc951568..23c09b38b9ec 100644 --- a/drivers/usb/serial/pl2303.h +++ b/drivers/usb/serial/pl2303.h | |||
| @@ -20,6 +20,7 @@ | |||
| 20 | #define PL2303_PRODUCT_ID_ALDIGA 0x0611 | 20 | #define PL2303_PRODUCT_ID_ALDIGA 0x0611 |
| 21 | #define PL2303_PRODUCT_ID_MMX 0x0612 | 21 | #define PL2303_PRODUCT_ID_MMX 0x0612 |
| 22 | #define PL2303_PRODUCT_ID_GPRS 0x0609 | 22 | #define PL2303_PRODUCT_ID_GPRS 0x0609 |
| 23 | #define PL2303_PRODUCT_ID_HCR331 0x331a | ||
| 23 | 24 | ||
| 24 | #define ATEN_VENDOR_ID 0x0557 | 25 | #define ATEN_VENDOR_ID 0x0557 |
| 25 | #define ATEN_VENDOR_ID2 0x0547 | 26 | #define ATEN_VENDOR_ID2 0x0547 |
| @@ -134,3 +135,7 @@ | |||
| 134 | /* Sanwa KB-USB2 multimeter cable (ID: 11ad:0001) */ | 135 | /* Sanwa KB-USB2 multimeter cable (ID: 11ad:0001) */ |
| 135 | #define SANWA_VENDOR_ID 0x11ad | 136 | #define SANWA_VENDOR_ID 0x11ad |
| 136 | #define SANWA_PRODUCT_ID 0x0001 | 137 | #define SANWA_PRODUCT_ID 0x0001 |
| 138 | |||
| 139 | /* ADLINK ND-6530 RS232,RS485 and RS422 adapter */ | ||
| 140 | #define ADLINK_VENDOR_ID 0x0b63 | ||
| 141 | #define ADLINK_ND6530_PRODUCT_ID 0x6530 | ||
diff --git a/drivers/usb/serial/qcaux.c b/drivers/usb/serial/qcaux.c index 0b9362061713..7e3bea23600b 100644 --- a/drivers/usb/serial/qcaux.c +++ b/drivers/usb/serial/qcaux.c | |||
| @@ -42,6 +42,14 @@ | |||
| 42 | #define CMOTECH_PRODUCT_CDU550 0x5553 | 42 | #define CMOTECH_PRODUCT_CDU550 0x5553 |
| 43 | #define CMOTECH_PRODUCT_CDX650 0x6512 | 43 | #define CMOTECH_PRODUCT_CDX650 0x6512 |
| 44 | 44 | ||
| 45 | /* LG devices */ | ||
| 46 | #define LG_VENDOR_ID 0x1004 | ||
| 47 | #define LG_PRODUCT_VX4400_6000 0x6000 /* VX4400/VX6000/Rumor */ | ||
| 48 | |||
| 49 | /* Sanyo devices */ | ||
| 50 | #define SANYO_VENDOR_ID 0x0474 | ||
| 51 | #define SANYO_PRODUCT_KATANA_LX 0x0754 /* SCP-3800 (Katana LX) */ | ||
| 52 | |||
| 45 | static struct usb_device_id id_table[] = { | 53 | static struct usb_device_id id_table[] = { |
| 46 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_PC5740, 0xff, 0x00, 0x00) }, | 54 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_PC5740, 0xff, 0x00, 0x00) }, |
| 47 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_PC5750, 0xff, 0x00, 0x00) }, | 55 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_PC5750, 0xff, 0x00, 0x00) }, |
| @@ -51,6 +59,8 @@ static struct usb_device_id id_table[] = { | |||
| 51 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_UM175_ALLTEL, 0xff, 0x00, 0x00) }, | 59 | { USB_DEVICE_AND_INTERFACE_INFO(UTSTARCOM_VENDOR_ID, UTSTARCOM_PRODUCT_UM175_ALLTEL, 0xff, 0x00, 0x00) }, |
| 52 | { USB_DEVICE_AND_INTERFACE_INFO(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CDU550, 0xff, 0xff, 0x00) }, | 60 | { USB_DEVICE_AND_INTERFACE_INFO(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CDU550, 0xff, 0xff, 0x00) }, |
| 53 | { USB_DEVICE_AND_INTERFACE_INFO(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CDX650, 0xff, 0xff, 0x00) }, | 61 | { USB_DEVICE_AND_INTERFACE_INFO(CMOTECH_VENDOR_ID, CMOTECH_PRODUCT_CDX650, 0xff, 0xff, 0x00) }, |
| 62 | { USB_DEVICE_AND_INTERFACE_INFO(LG_VENDOR_ID, LG_PRODUCT_VX4400_6000, 0xff, 0xff, 0x00) }, | ||
| 63 | { USB_DEVICE_AND_INTERFACE_INFO(SANYO_VENDOR_ID, SANYO_PRODUCT_KATANA_LX, 0xff, 0xff, 0x00) }, | ||
| 54 | { }, | 64 | { }, |
| 55 | }; | 65 | }; |
| 56 | MODULE_DEVICE_TABLE(usb, id_table); | 66 | MODULE_DEVICE_TABLE(usb, id_table); |
diff --git a/drivers/usb/serial/sierra.c b/drivers/usb/serial/sierra.c index 9202f94505e6..ef0bdb08d788 100644 --- a/drivers/usb/serial/sierra.c +++ b/drivers/usb/serial/sierra.c | |||
| @@ -230,6 +230,7 @@ static const struct sierra_iface_info direct_ip_interface_blacklist = { | |||
| 230 | static const struct usb_device_id id_table[] = { | 230 | static const struct usb_device_id id_table[] = { |
| 231 | { USB_DEVICE(0x0F3D, 0x0112) }, /* Airprime/Sierra PC 5220 */ | 231 | { USB_DEVICE(0x0F3D, 0x0112) }, /* Airprime/Sierra PC 5220 */ |
| 232 | { USB_DEVICE(0x03F0, 0x1B1D) }, /* HP ev2200 a.k.a MC5720 */ | 232 | { USB_DEVICE(0x03F0, 0x1B1D) }, /* HP ev2200 a.k.a MC5720 */ |
| 233 | { USB_DEVICE(0x03F0, 0x211D) }, /* HP ev2210 a.k.a MC5725 */ | ||
| 233 | { USB_DEVICE(0x03F0, 0x1E1D) }, /* HP hs2300 a.k.a MC8775 */ | 234 | { USB_DEVICE(0x03F0, 0x1E1D) }, /* HP hs2300 a.k.a MC8775 */ |
| 234 | 235 | ||
| 235 | { USB_DEVICE(0x1199, 0x0017) }, /* Sierra Wireless EM5625 */ | 236 | { USB_DEVICE(0x1199, 0x0017) }, /* Sierra Wireless EM5625 */ |
diff --git a/drivers/usb/serial/ti_usb_3410_5052.c b/drivers/usb/serial/ti_usb_3410_5052.c index 0afe5c71c17e..e1bfda33f5b9 100644 --- a/drivers/usb/serial/ti_usb_3410_5052.c +++ b/drivers/usb/serial/ti_usb_3410_5052.c | |||
| @@ -172,7 +172,7 @@ static unsigned int product_5052_count; | |||
| 172 | /* the array dimension is the number of default entries plus */ | 172 | /* the array dimension is the number of default entries plus */ |
| 173 | /* TI_EXTRA_VID_PID_COUNT user defined entries plus 1 terminating */ | 173 | /* TI_EXTRA_VID_PID_COUNT user defined entries plus 1 terminating */ |
| 174 | /* null entry */ | 174 | /* null entry */ |
| 175 | static struct usb_device_id ti_id_table_3410[10+TI_EXTRA_VID_PID_COUNT+1] = { | 175 | static struct usb_device_id ti_id_table_3410[13+TI_EXTRA_VID_PID_COUNT+1] = { |
| 176 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) }, | 176 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) }, |
| 177 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) }, | 177 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) }, |
| 178 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) }, | 178 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) }, |
| @@ -180,6 +180,9 @@ static struct usb_device_id ti_id_table_3410[10+TI_EXTRA_VID_PID_COUNT+1] = { | |||
| 180 | { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) }, | 180 | { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) }, |
| 181 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) }, | 181 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) }, |
| 182 | { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) }, | 182 | { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) }, |
| 183 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234MU_PRODUCT_ID) }, | ||
| 184 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBA_PRODUCT_ID) }, | ||
| 185 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBAOLD_PRODUCT_ID) }, | ||
| 183 | { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) }, | 186 | { USB_DEVICE(IBM_VENDOR_ID, IBM_4543_PRODUCT_ID) }, |
| 184 | { USB_DEVICE(IBM_VENDOR_ID, IBM_454B_PRODUCT_ID) }, | 187 | { USB_DEVICE(IBM_VENDOR_ID, IBM_454B_PRODUCT_ID) }, |
| 185 | { USB_DEVICE(IBM_VENDOR_ID, IBM_454C_PRODUCT_ID) }, | 188 | { USB_DEVICE(IBM_VENDOR_ID, IBM_454C_PRODUCT_ID) }, |
| @@ -192,7 +195,7 @@ static struct usb_device_id ti_id_table_5052[5+TI_EXTRA_VID_PID_COUNT+1] = { | |||
| 192 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) }, | 195 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_FIRMWARE_PRODUCT_ID) }, |
| 193 | }; | 196 | }; |
| 194 | 197 | ||
| 195 | static struct usb_device_id ti_id_table_combined[14+2*TI_EXTRA_VID_PID_COUNT+1] = { | 198 | static struct usb_device_id ti_id_table_combined[17+2*TI_EXTRA_VID_PID_COUNT+1] = { |
| 196 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) }, | 199 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_PRODUCT_ID) }, |
| 197 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) }, | 200 | { USB_DEVICE(TI_VENDOR_ID, TI_3410_EZ430_ID) }, |
| 198 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) }, | 201 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_NO_FW_PRODUCT_ID) }, |
| @@ -200,6 +203,9 @@ static struct usb_device_id ti_id_table_combined[14+2*TI_EXTRA_VID_PID_COUNT+1] | |||
| 200 | { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) }, | 203 | { USB_DEVICE(MTS_VENDOR_ID, MTS_CDMA_PRODUCT_ID) }, |
| 201 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) }, | 204 | { USB_DEVICE(MTS_VENDOR_ID, MTS_GSM_PRODUCT_ID) }, |
| 202 | { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) }, | 205 | { USB_DEVICE(MTS_VENDOR_ID, MTS_EDGE_PRODUCT_ID) }, |
| 206 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234MU_PRODUCT_ID) }, | ||
| 207 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBA_PRODUCT_ID) }, | ||
| 208 | { USB_DEVICE(MTS_VENDOR_ID, MTS_MT9234ZBAOLD_PRODUCT_ID) }, | ||
| 203 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_BOOT_PRODUCT_ID) }, | 209 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_BOOT_PRODUCT_ID) }, |
| 204 | { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) }, | 210 | { USB_DEVICE(TI_VENDOR_ID, TI_5152_BOOT_PRODUCT_ID) }, |
| 205 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) }, | 211 | { USB_DEVICE(TI_VENDOR_ID, TI_5052_EEPROM_PRODUCT_ID) }, |
| @@ -287,6 +293,8 @@ MODULE_FIRMWARE("ti_5052.fw"); | |||
| 287 | MODULE_FIRMWARE("mts_cdma.fw"); | 293 | MODULE_FIRMWARE("mts_cdma.fw"); |
| 288 | MODULE_FIRMWARE("mts_gsm.fw"); | 294 | MODULE_FIRMWARE("mts_gsm.fw"); |
| 289 | MODULE_FIRMWARE("mts_edge.fw"); | 295 | MODULE_FIRMWARE("mts_edge.fw"); |
| 296 | MODULE_FIRMWARE("mts_mt9234mu.fw"); | ||
| 297 | MODULE_FIRMWARE("mts_mt9234zba.fw"); | ||
| 290 | 298 | ||
| 291 | module_param(debug, bool, S_IRUGO | S_IWUSR); | 299 | module_param(debug, bool, S_IRUGO | S_IWUSR); |
| 292 | MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes"); | 300 | MODULE_PARM_DESC(debug, "Enable debugging, 0=no, 1=yes"); |
| @@ -1687,6 +1695,7 @@ static int ti_download_firmware(struct ti_device *tdev) | |||
| 1687 | const struct firmware *fw_p; | 1695 | const struct firmware *fw_p; |
| 1688 | char buf[32]; | 1696 | char buf[32]; |
| 1689 | 1697 | ||
| 1698 | dbg("%s\n", __func__); | ||
| 1690 | /* try ID specific firmware first, then try generic firmware */ | 1699 | /* try ID specific firmware first, then try generic firmware */ |
| 1691 | sprintf(buf, "ti_usb-v%04x-p%04x.fw", dev->descriptor.idVendor, | 1700 | sprintf(buf, "ti_usb-v%04x-p%04x.fw", dev->descriptor.idVendor, |
| 1692 | dev->descriptor.idProduct); | 1701 | dev->descriptor.idProduct); |
| @@ -1703,7 +1712,15 @@ static int ti_download_firmware(struct ti_device *tdev) | |||
| 1703 | case MTS_EDGE_PRODUCT_ID: | 1712 | case MTS_EDGE_PRODUCT_ID: |
| 1704 | strcpy(buf, "mts_edge.fw"); | 1713 | strcpy(buf, "mts_edge.fw"); |
| 1705 | break; | 1714 | break; |
| 1706 | } | 1715 | case MTS_MT9234MU_PRODUCT_ID: |
| 1716 | strcpy(buf, "mts_mt9234mu.fw"); | ||
| 1717 | break; | ||
| 1718 | case MTS_MT9234ZBA_PRODUCT_ID: | ||
| 1719 | strcpy(buf, "mts_mt9234zba.fw"); | ||
| 1720 | break; | ||
| 1721 | case MTS_MT9234ZBAOLD_PRODUCT_ID: | ||
| 1722 | strcpy(buf, "mts_mt9234zba.fw"); | ||
| 1723 | break; } | ||
| 1707 | } | 1724 | } |
| 1708 | if (buf[0] == '\0') { | 1725 | if (buf[0] == '\0') { |
| 1709 | if (tdev->td_is_3410) | 1726 | if (tdev->td_is_3410) |
| @@ -1718,7 +1735,7 @@ static int ti_download_firmware(struct ti_device *tdev) | |||
| 1718 | return -ENOENT; | 1735 | return -ENOENT; |
| 1719 | } | 1736 | } |
| 1720 | if (fw_p->size > TI_FIRMWARE_BUF_SIZE) { | 1737 | if (fw_p->size > TI_FIRMWARE_BUF_SIZE) { |
| 1721 | dev_err(&dev->dev, "%s - firmware too large\n", __func__); | 1738 | dev_err(&dev->dev, "%s - firmware too large %zu\n", __func__, fw_p->size); |
| 1722 | return -ENOENT; | 1739 | return -ENOENT; |
| 1723 | } | 1740 | } |
| 1724 | 1741 | ||
| @@ -1730,6 +1747,7 @@ static int ti_download_firmware(struct ti_device *tdev) | |||
| 1730 | status = ti_do_download(dev, pipe, buffer, fw_p->size); | 1747 | status = ti_do_download(dev, pipe, buffer, fw_p->size); |
| 1731 | kfree(buffer); | 1748 | kfree(buffer); |
| 1732 | } else { | 1749 | } else { |
| 1750 | dbg("%s ENOMEM\n", __func__); | ||
| 1733 | status = -ENOMEM; | 1751 | status = -ENOMEM; |
| 1734 | } | 1752 | } |
| 1735 | release_firmware(fw_p); | 1753 | release_firmware(fw_p); |
diff --git a/drivers/usb/serial/ti_usb_3410_5052.h b/drivers/usb/serial/ti_usb_3410_5052.h index f323c6025858..2aac1953993b 100644 --- a/drivers/usb/serial/ti_usb_3410_5052.h +++ b/drivers/usb/serial/ti_usb_3410_5052.h | |||
| @@ -45,6 +45,9 @@ | |||
| 45 | #define MTS_CDMA_PRODUCT_ID 0xF110 | 45 | #define MTS_CDMA_PRODUCT_ID 0xF110 |
| 46 | #define MTS_GSM_PRODUCT_ID 0xF111 | 46 | #define MTS_GSM_PRODUCT_ID 0xF111 |
| 47 | #define MTS_EDGE_PRODUCT_ID 0xF112 | 47 | #define MTS_EDGE_PRODUCT_ID 0xF112 |
| 48 | #define MTS_MT9234MU_PRODUCT_ID 0xF114 | ||
| 49 | #define MTS_MT9234ZBA_PRODUCT_ID 0xF115 | ||
| 50 | #define MTS_MT9234ZBAOLD_PRODUCT_ID 0x0319 | ||
| 48 | 51 | ||
| 49 | /* Commands */ | 52 | /* Commands */ |
| 50 | #define TI_GET_VERSION 0x01 | 53 | #define TI_GET_VERSION 0x01 |
diff --git a/drivers/usb/wusbcore/devconnect.c b/drivers/usb/wusbcore/devconnect.c index 46e79d349498..7ec24e46b34b 100644 --- a/drivers/usb/wusbcore/devconnect.c +++ b/drivers/usb/wusbcore/devconnect.c | |||
| @@ -438,7 +438,7 @@ static void __wusbhc_keep_alive(struct wusbhc *wusbhc) | |||
| 438 | old_keep_alives = ie->hdr.bLength - sizeof(ie->hdr); | 438 | old_keep_alives = ie->hdr.bLength - sizeof(ie->hdr); |
| 439 | keep_alives = 0; | 439 | keep_alives = 0; |
| 440 | for (cnt = 0; | 440 | for (cnt = 0; |
| 441 | keep_alives <= WUIE_ELT_MAX && cnt < wusbhc->ports_max; | 441 | keep_alives < WUIE_ELT_MAX && cnt < wusbhc->ports_max; |
| 442 | cnt++) { | 442 | cnt++) { |
| 443 | unsigned tt = msecs_to_jiffies(wusbhc->trust_timeout); | 443 | unsigned tt = msecs_to_jiffies(wusbhc->trust_timeout); |
| 444 | 444 | ||
diff --git a/drivers/video/efifb.c b/drivers/video/efifb.c index 581d2dbf675a..ecf405562f5c 100644 --- a/drivers/video/efifb.c +++ b/drivers/video/efifb.c | |||
| @@ -49,6 +49,7 @@ enum { | |||
| 49 | M_MBP_2, /* MacBook Pro 2nd gen */ | 49 | M_MBP_2, /* MacBook Pro 2nd gen */ |
| 50 | M_MBP_SR, /* MacBook Pro (Santa Rosa) */ | 50 | M_MBP_SR, /* MacBook Pro (Santa Rosa) */ |
| 51 | M_MBP_4, /* MacBook Pro, 4th gen */ | 51 | M_MBP_4, /* MacBook Pro, 4th gen */ |
| 52 | M_MBP_5_1, /* MacBook Pro, 5,1th gen */ | ||
| 52 | M_UNKNOWN /* placeholder */ | 53 | M_UNKNOWN /* placeholder */ |
| 53 | }; | 54 | }; |
| 54 | 55 | ||
| @@ -70,6 +71,7 @@ static struct efifb_dmi_info { | |||
| 70 | [M_MBP_2] = { "mbp2", 0, 0, 0, 0 }, /* placeholder */ | 71 | [M_MBP_2] = { "mbp2", 0, 0, 0, 0 }, /* placeholder */ |
| 71 | [M_MBP_SR] = { "mbp3", 0x80030000, 2048 * 4, 1440, 900 }, | 72 | [M_MBP_SR] = { "mbp3", 0x80030000, 2048 * 4, 1440, 900 }, |
| 72 | [M_MBP_4] = { "mbp4", 0xc0060000, 2048 * 4, 1920, 1200 }, | 73 | [M_MBP_4] = { "mbp4", 0xc0060000, 2048 * 4, 1920, 1200 }, |
| 74 | [M_MBP_5_1] = { "mbp51", 0xc0010000, 2048 * 4, 1440, 900 }, | ||
| 73 | [M_UNKNOWN] = { NULL, 0, 0, 0, 0 } | 75 | [M_UNKNOWN] = { NULL, 0, 0, 0, 0 } |
| 74 | }; | 76 | }; |
| 75 | 77 | ||
| @@ -106,6 +108,7 @@ static struct dmi_system_id __initdata dmi_system_table[] = { | |||
| 106 | EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "MacBookPro3,1", M_MBP_SR), | 108 | EFIFB_DMI_SYSTEM_ID("Apple Computer, Inc.", "MacBookPro3,1", M_MBP_SR), |
| 107 | EFIFB_DMI_SYSTEM_ID("Apple Inc.", "MacBookPro3,1", M_MBP_SR), | 109 | EFIFB_DMI_SYSTEM_ID("Apple Inc.", "MacBookPro3,1", M_MBP_SR), |
| 108 | EFIFB_DMI_SYSTEM_ID("Apple Inc.", "MacBookPro4,1", M_MBP_4), | 110 | EFIFB_DMI_SYSTEM_ID("Apple Inc.", "MacBookPro4,1", M_MBP_4), |
| 111 | EFIFB_DMI_SYSTEM_ID("Apple Inc.", "MacBookPro5,1", M_MBP_5_1), | ||
| 109 | {}, | 112 | {}, |
| 110 | }; | 113 | }; |
| 111 | 114 | ||
diff --git a/drivers/virtio/virtio_balloon.c b/drivers/virtio/virtio_balloon.c index 3aed38886f94..bfec7c29486d 100644 --- a/drivers/virtio/virtio_balloon.c +++ b/drivers/virtio/virtio_balloon.c | |||
| @@ -103,7 +103,8 @@ static void fill_balloon(struct virtio_balloon *vb, size_t num) | |||
| 103 | num = min(num, ARRAY_SIZE(vb->pfns)); | 103 | num = min(num, ARRAY_SIZE(vb->pfns)); |
| 104 | 104 | ||
| 105 | for (vb->num_pfns = 0; vb->num_pfns < num; vb->num_pfns++) { | 105 | for (vb->num_pfns = 0; vb->num_pfns < num; vb->num_pfns++) { |
| 106 | struct page *page = alloc_page(GFP_HIGHUSER | __GFP_NORETRY); | 106 | struct page *page = alloc_page(GFP_HIGHUSER | __GFP_NORETRY | |
| 107 | __GFP_NOMEMALLOC | __GFP_NOWARN); | ||
| 107 | if (!page) { | 108 | if (!page) { |
| 108 | if (printk_ratelimit()) | 109 | if (printk_ratelimit()) |
| 109 | dev_printk(KERN_INFO, &vb->vdev->dev, | 110 | dev_printk(KERN_INFO, &vb->vdev->dev, |
diff --git a/drivers/w1/masters/omap_hdq.c b/drivers/w1/masters/omap_hdq.c index ef36fca2eed4..3a7e9ff8a746 100644 --- a/drivers/w1/masters/omap_hdq.c +++ b/drivers/w1/masters/omap_hdq.c | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | #include <linux/err.h> | 16 | #include <linux/err.h> |
| 17 | #include <linux/clk.h> | 17 | #include <linux/clk.h> |
| 18 | #include <linux/io.h> | 18 | #include <linux/io.h> |
| 19 | #include <linux/sched.h> | ||
| 19 | 20 | ||
| 20 | #include <asm/irq.h> | 21 | #include <asm/irq.h> |
| 21 | #include <mach/hardware.h> | 22 | #include <mach/hardware.h> |
diff --git a/drivers/w1/slaves/w1_therm.c b/drivers/w1/slaves/w1_therm.c index 1ed3d554e372..17726a05a0a6 100644 --- a/drivers/w1/slaves/w1_therm.c +++ b/drivers/w1/slaves/w1_therm.c | |||
| @@ -115,9 +115,8 @@ static struct w1_therm_family_converter w1_therm_families[] = { | |||
| 115 | 115 | ||
| 116 | static inline int w1_DS18B20_convert_temp(u8 rom[9]) | 116 | static inline int w1_DS18B20_convert_temp(u8 rom[9]) |
| 117 | { | 117 | { |
| 118 | int t = ((s16)rom[1] << 8) | rom[0]; | 118 | s16 t = le16_to_cpup((__le16 *)rom); |
| 119 | t = t*1000/16; | 119 | return t*1000/16; |
| 120 | return t; | ||
| 121 | } | 120 | } |
| 122 | 121 | ||
| 123 | static inline int w1_DS18S20_convert_temp(u8 rom[9]) | 122 | static inline int w1_DS18S20_convert_temp(u8 rom[9]) |
diff --git a/drivers/watchdog/booke_wdt.c b/drivers/watchdog/booke_wdt.c index 500d38342e1e..801ead191499 100644 --- a/drivers/watchdog/booke_wdt.c +++ b/drivers/watchdog/booke_wdt.c | |||
| @@ -121,7 +121,7 @@ static ssize_t booke_wdt_write(struct file *file, const char __user *buf, | |||
| 121 | return count; | 121 | return count; |
| 122 | } | 122 | } |
| 123 | 123 | ||
| 124 | static const struct watchdog_info ident = { | 124 | static struct watchdog_info ident = { |
| 125 | .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, | 125 | .options = WDIOF_SETTIMEOUT | WDIOF_KEEPALIVEPING, |
| 126 | .identity = "PowerPC Book-E Watchdog", | 126 | .identity = "PowerPC Book-E Watchdog", |
| 127 | }; | 127 | }; |
diff --git a/drivers/watchdog/ep93xx_wdt.c b/drivers/watchdog/ep93xx_wdt.c index 88ed54e50f74..59359c9a5e01 100644 --- a/drivers/watchdog/ep93xx_wdt.c +++ b/drivers/watchdog/ep93xx_wdt.c | |||
| @@ -244,7 +244,7 @@ MODULE_PARM_DESC(nowayout, "Watchdog cannot be stopped once started"); | |||
| 244 | module_param(timeout, int, 0); | 244 | module_param(timeout, int, 0); |
| 245 | MODULE_PARM_DESC(timeout, | 245 | MODULE_PARM_DESC(timeout, |
| 246 | "Watchdog timeout in seconds. (1<=timeout<=3600, default=" | 246 | "Watchdog timeout in seconds. (1<=timeout<=3600, default=" |
| 247 | __MODULE_STRING(WATCHDOG_TIMEOUT) ")"); | 247 | __MODULE_STRING(WDT_TIMEOUT) ")"); |
| 248 | 248 | ||
| 249 | MODULE_AUTHOR("Ray Lehtiniemi <rayl@mail.com>," | 249 | MODULE_AUTHOR("Ray Lehtiniemi <rayl@mail.com>," |
| 250 | "Alessandro Zummo <a.zummo@towertech.it>"); | 250 | "Alessandro Zummo <a.zummo@towertech.it>"); |
diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c index c8eadd478175..88c83aa57303 100644 --- a/drivers/watchdog/sb_wdog.c +++ b/drivers/watchdog/sb_wdog.c | |||
| @@ -67,8 +67,8 @@ static DEFINE_SPINLOCK(sbwd_lock); | |||
| 67 | void sbwdog_set(char __iomem *wdog, unsigned long t) | 67 | void sbwdog_set(char __iomem *wdog, unsigned long t) |
| 68 | { | 68 | { |
| 69 | spin_lock(&sbwd_lock); | 69 | spin_lock(&sbwd_lock); |
| 70 | __raw_writeb(0, wdog - 0x10); | 70 | __raw_writeb(0, wdog); |
| 71 | __raw_writeq(t & 0x7fffffUL, wdog); | 71 | __raw_writeq(t & 0x7fffffUL, wdog - 0x10); |
| 72 | spin_unlock(&sbwd_lock); | 72 | spin_unlock(&sbwd_lock); |
| 73 | } | 73 | } |
| 74 | 74 | ||
diff --git a/drivers/watchdog/sbc_fitpc2_wdt.c b/drivers/watchdog/sbc_fitpc2_wdt.c index 8d44c9b6fb5b..c7d67e9a7465 100644 --- a/drivers/watchdog/sbc_fitpc2_wdt.c +++ b/drivers/watchdog/sbc_fitpc2_wdt.c | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | static int nowayout = WATCHDOG_NOWAYOUT; | 30 | static int nowayout = WATCHDOG_NOWAYOUT; |
| 31 | static unsigned int margin = 60; /* (secs) Default is 1 minute */ | 31 | static unsigned int margin = 60; /* (secs) Default is 1 minute */ |
| 32 | static unsigned long wdt_status; | 32 | static unsigned long wdt_status; |
| 33 | static DEFINE_SPINLOCK(wdt_lock); | 33 | static DEFINE_MUTEX(wdt_lock); |
| 34 | 34 | ||
| 35 | #define WDT_IN_USE 0 | 35 | #define WDT_IN_USE 0 |
| 36 | #define WDT_OK_TO_CLOSE 1 | 36 | #define WDT_OK_TO_CLOSE 1 |
| @@ -45,26 +45,26 @@ static DEFINE_SPINLOCK(wdt_lock); | |||
| 45 | 45 | ||
| 46 | static void wdt_send_data(unsigned char command, unsigned char data) | 46 | static void wdt_send_data(unsigned char command, unsigned char data) |
| 47 | { | 47 | { |
| 48 | outb(command, COMMAND_PORT); | ||
| 49 | msleep(100); | ||
| 50 | outb(data, DATA_PORT); | 48 | outb(data, DATA_PORT); |
| 51 | msleep(200); | 49 | msleep(200); |
| 50 | outb(command, COMMAND_PORT); | ||
| 51 | msleep(100); | ||
| 52 | } | 52 | } |
| 53 | 53 | ||
| 54 | static void wdt_enable(void) | 54 | static void wdt_enable(void) |
| 55 | { | 55 | { |
| 56 | spin_lock(&wdt_lock); | 56 | mutex_lock(&wdt_lock); |
| 57 | wdt_send_data(IFACE_ON_COMMAND, 1); | 57 | wdt_send_data(IFACE_ON_COMMAND, 1); |
| 58 | wdt_send_data(REBOOT_COMMAND, margin); | 58 | wdt_send_data(REBOOT_COMMAND, margin); |
| 59 | spin_unlock(&wdt_lock); | 59 | mutex_unlock(&wdt_lock); |
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | static void wdt_disable(void) | 62 | static void wdt_disable(void) |
| 63 | { | 63 | { |
| 64 | spin_lock(&wdt_lock); | 64 | mutex_lock(&wdt_lock); |
| 65 | wdt_send_data(IFACE_ON_COMMAND, 0); | 65 | wdt_send_data(IFACE_ON_COMMAND, 0); |
| 66 | wdt_send_data(REBOOT_COMMAND, 0); | 66 | wdt_send_data(REBOOT_COMMAND, 0); |
| 67 | spin_unlock(&wdt_lock); | 67 | mutex_unlock(&wdt_lock); |
| 68 | } | 68 | } |
| 69 | 69 | ||
| 70 | static int fitpc2_wdt_open(struct inode *inode, struct file *file) | 70 | static int fitpc2_wdt_open(struct inode *inode, struct file *file) |
