index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
Age
Commit message (
Expand
)
Author
Lines
2014-11-03
usb: gadget: mv_udc_core: delete unnecessary 'out of memory' messages
Peter Chen
-5
/
+1
2014-11-03
usb: dwc3: gadget: WARN() on bogus usb_ep_queue()
Felipe Balbi
-2
/
+10
2014-11-03
usb: dwc3: gadget: set state to NOT_ATTACHED on disconnect_irq
Felipe Balbi
-0
/
+1
2014-11-03
usb: gadget: configfs: add suspend/resume
Andrzej Pietrasiewicz
-4
/
+5
2014-11-03
usb: gadget: f_uac1: remove an unneeded NULL check
Dan Carpenter
-3
/
+0
2014-11-03
usb: gadget: udc-core: call ->disconnect() when soft disconnecting
Felipe Balbi
-0
/
+1
2014-11-03
usb: dwc3: get rid of ->prepare()/->complete()
Felipe Balbi
-73
/
+8
2014-11-03
usb: dwc3: dwc3-omap: get rid of ->prepare()/->complete()
George Cherian
-18
/
+2
2014-11-03
usb: gadget: pxa27x_udc: add devicetree support
Robert Jarzmik
-0
/
+11
2014-11-03
usb: gadget: pxa27x_udc: transfer mach_info into pxa_udc
Robert Jarzmik
-7
/
+7
2014-11-03
usb: gadget: pxa27x_udc: prepare device-tree support
Robert Jarzmik
-26
/
+31
2014-11-03
usb: renesas_usbhs: add support for generic PHY
Yoshihiro Shimoda
-0
/
+30
2014-11-03
usb: renesas_usbhs: clean up rcar2.c to support a generic PHY
Yoshihiro Shimoda
-22
/
+26
2014-11-03
usb: renesas_usbhs: rename phy to usb_phy in usbhs_priv
Yoshihiro Shimoda
-14
/
+14
2014-11-03
usb: dwc3: ep0: trace ep0 TRBs too
Felipe Balbi
-0
/
+6
2014-11-03
usb: gadget: composite: conditionally dequeue os_desc and setup requests
Felipe Balbi
-3
/
+48
2014-11-03
usb: gadget: composite: set our req->context to cdev
Felipe Balbi
-0
/
+7
2014-11-03
usb: dwc3: add ACPI support
Heikki Krogerus
-0
/
+13
2014-11-03
usb: dwc3: core: only setting the dma_mask when needed
Heikki Krogerus
-3
/
+5
2014-11-03
usb: dwc3: trace: remove unnecessary newline character
Felipe Balbi
-13
/
+13
2014-11-03
usb: dwc3: core: write LINUX_VERSION_CODE to our GUID register
Felipe Balbi
-0
/
+7
2014-11-03
USB: mos7840: replace unnecessary atomic allocations
Johan Hovold
-2
/
+2
2014-11-03
USB: mos7720: replace unnecessary atomic allocations
Johan Hovold
-2
/
+2
2014-11-03
USB: kobil_sct: replace unnecessary atomic allocation
Johan Hovold
-1
/
+1
2014-11-03
USB: opticon: fix non-atomic allocation in write path
Johan Hovold
-1
/
+1
2014-11-03
USB: kobil_sct: fix non-atomic allocation in write path
Johan Hovold
-2
/
+3
2014-10-29
Merge tag 'usb-serial-3.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...
Greg Kroah-Hartman
-16
/
+25
2014-10-29
usb: Fix typo in usb-serial-simple.c
Roman Mindalev
-1
/
+1
2014-10-29
usb: gadget: zero: Spelling s/infrastucture/infrastructure/
Geert Uytterhoeven
-1
/
+1
2014-10-28
usb: dwc2: gadget: fix enumeration issues
Marek Szyprowski
-1
/
+1
2014-10-27
usb: chipidea: Fix oops when removing the ci_hdrc module
Torsten Fleischer
-1
/
+0
2014-10-23
usb: gadget: function: Fixed the return value on error path
Pavitrakumar Managutte
-1
/
+3
2014-10-23
usb: dwc2: gadget: disable phy before turning off power regulators
Marek Szyprowski
-2
/
+1
2014-10-23
usb: gadget: function: Remove redundant usb_free_all_descriptors
Pavitrakumar Managutte
-13
/
+13
2014-10-23
usb: dwc3: gadget: Properly initialize LINK TRB
Jack Pham
-2
/
+1
2014-10-23
usb: dwc2: gadget: fix gadget unregistration in udc_stop() function
Marek Szyprowski
-3
/
+1
2014-10-23
usb: dwc2: Bits in bitfield should add up to 32
Charles Manning
-1
/
+1
2014-10-23
usb: dwc2: gadget: sparse warning of context imbalance
Sudip Mukherjee
-2
/
+5
2014-10-23
usb: gadget: udc: core: fix kernel oops with soft-connect
Felipe Balbi
-0
/
+5
2014-10-23
usb: musb: musb_dsps: fix NULL pointer in suspend
Sebastian Andrzej Siewior
-2
/
+12
2014-10-23
usb: musb: dsps: start OTG timer on resume again
Sebastian Andrzej Siewior
-1
/
+3
2014-10-23
usb: gadget: loopback: don't queue requests to bogus endpoints
Felipe Balbi
-45
/
+42
2014-10-23
usb: ffs: fix regression when quirk_ep_out_aligned_size flag is set
David Cohen
-6
/
+34
2014-10-23
usb: gadget: f_fs: remove redundant ffs_data_get()
Robert Baldyga
-2
/
+0
2014-10-23
usb: gadget: udc: USB_GADGET_XILINX should depend on HAS_DMA
Geert Uytterhoeven
-0
/
+1
2014-10-23
Revert "usb: dwc3: dwc3-omap: Disable/Enable only wrapper interrupts in prepa...
Roger Quadros
-13
/
+2
2014-10-23
usb: gadget: composite: enable BESL support
Felipe Balbi
-1
/
+1
2014-10-23
usb: musb: cppi41: restart hrtimer only if not yet done
Thomas Gleixner
-1
/
+2
2014-10-23
usb: dwc3: ep0: fix Data Phase for transfer sizes aligned to wMaxPacketSize
Felipe Balbi
-6
/
+13
2014-10-23
usb: serial: ftdi_sio: add "bricked" FTDI device PID
Perry Hung
-0
/
+7
[prev]
[next]