index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-22
usb: gadget: Correct NULL pointer checking in fsl gadget
Nikhil Badola
1
-2
/
+3
2019-10-22
usb: fsl: Remove unused variable
Nikhil Badola
1
-4
/
+1
2019-10-22
USB: dummy-hcd: use usb_urb_dir_in instead of usb_pipein
Andrey Konovalov
1
-4
/
+4
2019-10-22
USB: dummy-hcd: increase max number of devices to 32
Andrey Konovalov
1
-1
/
+1
2019-10-22
usb: renesas_usbhs: add suspend event support in gadget mode
Veeraiyan Chidambaram
2
-4
/
+11
2019-10-22
usb: renesas_usbhs: simplify usbhs_status_get_device_state()
Eugeniu Rosca
1
-11
/
+1
2019-10-22
usb: renesas_usbhs: enable DVSE interrupt
Eugeniu Rosca
1
-4
/
+3
2019-10-22
usb: gadget: udc: renesas_usb3: add suspend event support
Veeraiyan Chidambaram
1
-0
/
+15
2019-10-22
usb: gadget: s3c-hsudc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-4
/
+1
2019-10-22
usb: gadget: renesas_usb3: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: gadget: r8a66597-udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+2
2019-10-22
usb: gadget: pxa27x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: gadget: pxa25x_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: gadget: gr_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: bdc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: gadget: bcm63xx_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-5
/
+2
2019-10-22
usb: gadget: at91_udc: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: renesas_usbhs: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+2
2019-10-22
usb: phy: mxs: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: phy: keystone: use devm_platform_ioremap_resource() to simplify code
YueHaibing
1
-3
/
+1
2019-10-22
usb: gadget: u_serial: use mutex for serialising open()s
Michał Mirosław
1
-75
/
+37
2019-10-22
usb: gadget: u_serial: diagnose missed console messages
Michał Mirosław
1
-1
/
+14
2019-10-22
usb: gadget: legacy/serial: allow dynamic removal
Michał Mirosław
1
-1
/
+48
2019-10-22
usb: gadget: u_serial: allow more console gadget ports
Michał Mirosław
4
-0
/
+97
2019-10-22
usb: gadget: u_serial: make OBEX port not a console
Michał Mirosław
3
-5
/
+14
2019-10-22
usb: gadget: u_serial: reimplement console support
Michał Mirosław
1
-177
/
+154
2019-10-22
usb: gadget: u_serial: add missing port entry locking
Michał Mirosław
1
-0
/
+2
2019-10-22
usb: dwc3: Disable phy suspend after power-on reset
Thinh Nguyen
1
-0
/
+37
2019-10-18
usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()
Roger Quadros
1
-1
/
+3
2019-10-18
USB: ldusb: fix read info leaks
Johan Hovold
1
-7
/
+11
2019-10-18
Merge tag 'usb-serial-5.4-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
Greg Kroah-Hartman
1
-8
/
+4
2019-10-16
USB: serial: ti_usb_3410_5052: clean up serial data access
Johan Hovold
1
-2
/
+2
2019-10-16
USB: serial: ti_usb_3410_5052: fix port-close races
Johan Hovold
1
-7
/
+3
2019-10-15
usb: usbfs: Suppress problematic bind and unbind uevents.
Ingo Rohloff
1
-1
/
+14
2019-10-15
USB: usblp: fix use-after-free on disconnect
Johan Hovold
1
-1
/
+3
2019-10-15
usb: udc: lpc32xx: fix bad bit shift operation
Gustavo A. R. Silva
1
-3
/
+3
2019-10-15
usb: cdns3: Fix dequeue implementation.
Pawel Laszczak
1
-15
/
+20
2019-10-15
USB: legousbtower: fix a signedness bug in tower_probe()
Dan Carpenter
1
-1
/
+1
2019-10-15
USB: legousbtower: fix memleak on disconnect
Johan Hovold
1
-4
/
+1
2019-10-15
USB: ldusb: fix memleak on disconnect
Johan Hovold
1
-4
/
+1
2019-10-15
USB: host: ohci-at91: Remove unused variable regs in at91_stop_hc
Nathan Chancellor
1
-1
/
+0
2019-10-15
usb: typec: fix an IS_ERR() vs NULL bug in hd3ss3220_probe()
Dan Carpenter
1
-2
/
+2
2019-10-15
usb: renesas_usbhs: fix type of buf
Ben Dooks (Codethink)
1
-1
/
+1
2019-10-15
usb: renesas_usbhs: fix __le16 warnings
Ben Dooks (Codethink)
1
-6
/
+6
2019-10-14
PCI: Add PCI_STD_NUM_BARS for the number of standard BARs
Denis Efremov
2
-2
/
+2
2019-10-14
Merge 5.4-rc3 into usb-next
Greg Kroah-Hartman
42
-818
/
+323
2019-10-10
USB: yurex: fix NULL-derefs on disconnect
Johan Hovold
1
-4
/
+7
2019-10-10
USB: iowarrior: use pr_err()
Johan Hovold
1
-1
/
+1
2019-10-10
USB: iowarrior: drop redundant iowarrior mutex
Johan Hovold
1
-12
/
+1
2019-10-10
USB: iowarrior: drop redundant disconnect mutex
Johan Hovold
1
-15
/
+2
[prev]
[next]