aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner4-11/+7
2016-12-25ktime: Get rid of the unionThomas Gleixner3-9/+9
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds12-12/+12
2016-12-21Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/bvanassche/linuxLinus Torvalds1-1/+1
2016-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2016-12-15Merge tag 'pci-v4.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-0/+4
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+6
2016-12-14idr: add ida_is_emptyMatthew Wilcox2-6/+6
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2-25/+8
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-13Merge tag 'tty-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-43/+12
2016-12-13Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds171-3988/+12575
2016-12-09usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche1-1/+1
2016-12-09USB: serial: option: add dlink dwm-158Giuseppe Lippolis1-0/+1
2016-12-09USB: serial: option: add support for Telit LE922A PIDs 0x1040, 0x1041Daniele Palmas1-0/+6
2016-12-08USB: OHCI: nxp: fix code warningsManjunath Goudar1-2/+3
2016-12-08USB: OHCI: nxp: remove useless extern declarationManjunath Goudar1-2/+0
2016-12-08USB: OHCI: at91: remove useless extern declarationManjunath Goudar1-2/+0
2016-12-08usb: misc: rio500: fix result type for error messageKim Jae Joong1-1/+1
2016-12-07usb: mtu3: fix U3 port link issueChunfeng Yun1-8/+10
2016-12-07usb: mtu3: enable auto switch from U3 to U2Chunfeng Yun1-0/+2
2016-12-06usbip: fix warning in vhci_hcd_probe/lockdep_init_mapShuah Khan1-0/+1
2016-12-06usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki1-4/+3
2016-12-05[iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2-2/+2
2016-12-05USB: OHCI: ohci-pxa27x: remove useless functionsManjunath Goudar1-26/+10
2016-12-05USB: OHCI: omap: remove useless extern declarationManjunath Goudar1-3/+0
2016-12-05USB: OHCI: ohci-omap: remove useless functionsManjunath Goudar1-25/+11
2016-12-05USB: OHCI: ohci-s3c2410: remove useless functionsManjunath Goudar1-25/+14
2016-12-05USB: cdc-acm: add device id for GW Instek AFG-125Nathaniel Quillin1-0/+1
2016-12-05fsl/usb: Workarourd for USB erratum-A005697Changming Huang4-0/+27
2016-12-05usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2016-12-05usbip: vudc: Refactor init_vudc_hw() to be more obviousKrzysztof Opasiak1-17/+18
2016-12-05usbip: vudc: fix: Clear already_seen flag also for ep0Krzysztof Opasiak1-0/+2
2016-12-01Merge tag 'usb-serial-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman16-97/+1914
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2-25/+8
2016-11-30USB: serial: kl5kusb105: abort on open exception pathPan Bian1-0/+2
2016-11-30USB: serial: kl5kusb105: fix open error pathJohan Hovold1-9/+24
2016-11-29usb: fix improper return value when kzalloc failsPan Bian1-0/+1
2016-11-29usb: return correct errno on failuresPan Bian1-0/+1
2016-11-29usb: return correct errno code when krealloc failsPan Bian1-0/+1
2016-11-29USB: EHCI: ehci-w90x900: remove unuseful functionsManjunath Goudar1-22/+8
2016-11-29usb: ohci: s3c2410: allow probing from device treeSergio Prado1-0/+8
2016-11-29USB: ohci: da8xx: Resume the entire host controllerAxel Haslam1-2/+1
2016-11-29USB: ohci: da8xx: Allow probing from DTAxel Haslam1-0/+8
2016-11-29USB: ohci: da8xx: Allow a regulator to handle VBUSAxel Haslam1-3/+93
2016-11-29USB: ohci: da8xx: Add wrappers for platform callbacksAxel Haslam1-23/+102
2016-11-29USB: ohci: da8xx: use ohci priv data instead of globalsAxel Haslam1-30/+43
2016-11-29USB: serial: add Fintek F81532/534 driverJi-Ze Hong (Peter Hong)3-0/+1420
2016-11-28Merge tag 'usb-ci-v4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman5-23/+86