aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław4-0/+97
2019-10-22usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław3-5/+14
2019-10-22usb: gadget: u_serial: reimplement console supportMichał Mirosław1-181/+158
2019-10-22usb: gadget: u_serial: add missing port entry lockingMichał Mirosław1-0/+2
2019-10-22usb: dwc3: Disable phy suspend after power-on resetThinh Nguyen1-0/+37
2019-10-18usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros1-1/+3
2019-10-18USB: ldusb: fix read info leaksJohan Hovold1-7/+11
2019-10-18Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-8/+4
2019-10-16USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold1-2/+2
2019-10-16USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold1-7/+3
2019-10-15usb: usbfs: Suppress problematic bind and unbind uevents.Ingo Rohloff1-1/+14
2019-10-15USB: usblp: fix use-after-free on disconnectJohan Hovold1-1/+3
2019-10-15usb: udc: lpc32xx: fix bad bit shift operationGustavo A. R. Silva1-3/+3
2019-10-15usb: cdns3: Fix dequeue implementation.Pawel Laszczak1-15/+20
2019-10-15USB: legousbtower: fix a signedness bug in tower_probe()Dan Carpenter1-1/+1
2019-10-15USB: legousbtower: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-15USB: ldusb: fix memleak on disconnectJohan Hovold1-4/+1
2019-10-15USB: host: ohci-at91: Remove unused variable regs in at91_stop_hcNathan Chancellor1-1/+0
2019-10-15usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()Dan Carpenter1-2/+2
2019-10-15usb: renesas_usbhs: fix type of bufBen Dooks (Codethink)1-1/+1
2019-10-15usb: renesas_usbhs: fix __le16 warningsBen Dooks (Codethink)1-6/+6
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2-2/+2
2019-10-14Merge 5.4-rc3 into usb-nextGreg Kroah-Hartman42-818/+323
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold1-4/+7
2019-10-10USB: iowarrior: use pr_err()Johan Hovold1-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold1-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold1-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak1-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros1-0/+1
2019-10-10USB: usb-skeleton: drop redundant in-urb checkJohan Hovold1-2/+1
2019-10-10USB: usb-skeleton: fix use-after-free after driver unbindJohan Hovold1-0/+1
2019-10-10USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold1-3/+4
2019-10-10usb: typec: remove duplicated include from hd3ss3220.cYueHaibing1-1/+0
2019-10-10usb: core: devio.c: Fix assignment of 0/1 to bool variablesSaurav Girepunje1-2/+2
2019-10-10USB: core: drop OOM messageJohan Hovold1-7/+5
2019-10-10usb: typec: hd3ss3220: hd3ss3220_probe() warn: passing zero to 'PTR_ERR'Biju Das1-8/+11
2019-10-10usb: hub: Check device descriptor before resusciationDavid Heinzelmann1-85/+111
2019-10-10usb: gadget: Remove set but not used variable 'opts' in msg_do_configzhengbin1-3/+0
2019-10-10usb: gadget: Remove set but not used variable 'opts' in acm_ms_do_configzhengbin1-3/+0
2019-10-10usb: mtu3: fix race condition about delayed_statusChunfeng Yun1-2/+10
2019-10-10usb: mtu3: add a new function to do status stageChunfeng Yun1-11/+12
2019-10-10usb: typec: add dependency for TYPEC_HD3SS3220Mao Wenan1-0/+1