aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-12usb: gadget: core: Fix use-after-free of usb_requestManu Gautam1-1/+1
2018-02-12usb: dwc3: omap: don't miss events during suspend/resumeRoger Quadros1-0/+16
2018-02-12usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham1-31/+7
2018-02-12usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-12usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28Fabio Estevam1-0/+3
2018-02-12usb: dwc3: core: Power-off core/PHYs on system_suspend in host modeManu Gautam1-14/+22
2018-02-12usb: dwc3: Undo PHY init if soft reset failsBrian Norris1-0/+3
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2018-02-12usb: dwc3: ep0: Reset TRB counter for ep0 INThinh Nguyen1-1/+6
2018-02-12usb: dwc3: gadget: Set maxpacket size for ep0 INThinh Nguyen1-0/+2
2018-02-12usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()Yoshihiro Shimoda1-1/+1
2018-02-12usb: dwc3: of-simple: fix oops by unbalanced clk disable callEnric Balletbo i Serra1-0/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds13-34/+34
2018-02-05pinctrl: files should directly include apis they useStephen Rothwell1-0/+1
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-78/+0
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds128-1354/+3453
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds16-29/+29
2018-01-30Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-2/+2
2018-01-27Merge branch 'timers/urgent' into timers/coreThomas Gleixner8-32/+62
2018-01-25USB: serial: keyspan: Drop firmware Kconfig optionsBenjamin Gilbert1-78/+0
2018-01-25USB: serial: pl2303: new device id for ChilitagGreg Kroah-Hartman2-0/+2
2018-01-24USB: misc: fix up some remaining DEVICE_ATTR() usagesGreg Kroah-Hartman2-35/+16
2018-01-24USB: musb: fix up one odd DEVICE_ATTR() usageGreg Kroah-Hartman1-3/+2
2018-01-24USB: atm: fix up some remaining DEVICE_ATTR() usageGreg Kroah-Hartman2-12/+10
2018-01-24USB: move many drivers to use DEVICE_ATTR_WOGreg Kroah-Hartman7-18/+18
2018-01-24USB: move many drivers to use DEVICE_ATTR_ROGreg Kroah-Hartman6-18/+18
2018-01-24USB: move many drivers to use DEVICE_ATTR_RWGreg Kroah-Hartman12-60/+56
2018-01-24USB: misc: chaoskey: Use true and false for boolean valuesGustavo A. R. Silva1-3/+3
2018-01-23USB: storage: remove old wording about how to submit a changeGreg Kroah-Hartman1-4/+1
2018-01-23USB: storage: remove invalid URL from driversGreg Kroah-Hartman14-42/+0
2018-01-22signal: Replace memset(info,...) with clear_siginfo for clarityEric W. Biederman1-2/+2
2018-01-22usb: ehci-omap: don't complain on -EPROBE_DEFER when no PHY foundLadislav Michl1-1/+2
2018-01-22USB: serial: remove redundant initializations of 'mos_parport'Colin Ian King1-2/+2
2018-01-22usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()Benjamin Herrenschmidt1-1/+1
2018-01-22usb: gadget: compress return logic into one lineGustavo A. R. Silva1-4/+2
2018-01-22usbip: vhci_hcd: update 'status' file header and formatShuah Khan1-6/+6
2018-01-22USB: serial: simple: add Motorola Tetra driverJohan Hovold2-0/+8
2018-01-22CDC-ACM: apply quirk for card readerOliver Neukum1-0/+3
2018-01-22usb: option: Add support for FS040U modemOKAMOTO Yoshiaki1-0/+5
2018-01-17usb: uhci: Add clk support to uhci-platformBenjamin Herrenschmidt2-3/+23
2018-01-16usb: uas: unconditionally bring back host after resetOliver Neukum1-4/+3
2018-01-16USB: cdc-acm: Do not log urb submission errors on disconnectHans de Goede1-1/+1
2018-01-16usb: xhci-mtk: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-01-16usb: mtu3: fix semicolon.cocci warningsFengguang Wu1-1/+1
2018-01-16usb: mtu3: fix ssusb_wakeup_set dummyArnd Bergmann1-6/+1
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner1-23/+7
2018-01-15Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman8-32/+62
2018-01-13Merge tag 'usb-serial-4.16-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman4-125/+318
2018-01-11usb: misc: usb3503: make sure reset is low for at least 100usStefan Agner1-0/+2
2018-01-11Merge tag 'usb-serial-4.15-rc8' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linusGreg Kroah-Hartman1-0/+2