aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2019-10-22usb: gadget: Correct NULL pointer checking in fsl gadgetNikhil Badola1-2/+3
2019-10-22usb: fsl: Remove unused variableNikhil Badola1-4/+1
2019-10-22USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipeinAndrey Konovalov1-4/+4
2019-10-22USB: dummy-hcd: increase max number of devices to 32Andrey Konovalov1-1/+1
2019-10-22usb: renesas_usbhs: add suspend event support in gadget modeVeeraiyan Chidambaram2-4/+11
2019-10-22usb: renesas_usbhs: simplify usbhs_status_get_device_state()Eugeniu Rosca1-11/+1
2019-10-22usb: renesas_usbhs: enable DVSE interruptEugeniu Rosca1-4/+3
2019-10-22usb: gadget: udc: renesas_usb3: add suspend event supportVeeraiyan Chidambaram1-0/+15
2019-10-22usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-4/+1
2019-10-22usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-10-22usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: bdc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: bcm63xx_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-5/+2
2019-10-22usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: renesas_usbhs: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+2
2019-10-22usb: phy: mxs: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: phy: keystone: use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław1-75/+37
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław1-1/+14
2019-10-22usb: gadget: legacy/serial: allow dynamic removalMichał Mirosław1-1/+48
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-177/+154
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/git/johan/usb-serial into usb-linusGreg 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