Age | Commit message (Expand) | Author | Files | Lines |
2016-09-13 | musb: sunxi: Add support for platform_set_mode | Hans de Goede | 1 | -4/+57 |
2016-09-13 | usb: musb: Add PM runtime support for MUSB DSPS glue layer | Tony Lindgren | 1 | -41/+17 |
2016-09-13 | usb: musb: Simplify PM runtime for 2430 glue layer | Tony Lindgren | 1 | -66/+10 |
2016-09-13 | usb: musb: Prepare dsps glue layer for PM runtime support | Tony Lindgren | 1 | -4/+18 |
2016-09-13 | usb: musb: Implement session bit based runtime PM for musb-core | Tony Lindgren | 2 | -0/+67 |
2016-09-13 | usb: gadget: uvc: add V4L2 dependency | Arnd Bergmann | 1 | -0/+1 |
2016-09-13 | usb: dwc3: of-simple: add compatible for Cavium | Felipe Balbi | 1 | -0/+1 |
2016-09-13 | scsi: introduce a quirk for false cache reporting | Oliver Neukum | 3 | -1/+20 |
2016-09-13 | usb: dwc3: of-simple: allow glues without clocks | Felipe Balbi | 1 | -16/+28 |
2016-09-12 | usb: Kconfig: let USB_ULPI_BUS depends on USB_COMMON | Peter Chen | 1 | -0/+1 |
2016-09-12 | USB: serial: simple: add support for another Infineon flashloader | Daniele Palmas | 1 | -1/+2 |
2016-09-12 | Merge 4.8-rc6 into usb-next | Greg Kroah-Hartman | 8 | -8/+39 |
2016-09-12 | usb: dwc3: of-simple: Fix warning during unbind | Anurag Kumar Vulisha | 1 | -1/+1 |
2016-09-12 | usb: dwc3: fix Clear Stall EP command failure | Lu Baolu | 1 | -1/+2 |
2016-09-09 | Merge tag 'fixes-for-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 6 | -7/+25 |
2016-09-09 | cdc-acm: delete obsolete debug messages | Oliver Neukum | 1 | -17/+3 |
2016-09-09 | cdc-wdm: add terminating newline | Oliver Neukum | 1 | -10/+10 |
2016-09-09 | usb: Kconfig: move ulpi bus support out of host | Peter Chen | 2 | -20/+20 |
2016-09-09 | usb: dwc3: avoid -Wmaybe-uninitialized warning | Arnd Bergmann | 1 | -5/+9 |
2016-09-09 | usb: gadget: NCM: Protect dev->port_usb using dev->lock | Harish Jenny K N | 1 | -2/+5 |
2016-09-09 | usb: gadget: u_ether: fix another dereference after null check | Harish Jenny K N | 1 | -1/+2 |
2016-09-09 | Merge tag 'usb-ci-v4.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Greg Kroah-Hartman | 1 | -0/+9 |
2016-09-09 | usb: gadget: remove variable ret and remove unnecessary if statement | Colin Ian King | 1 | -6/+2 |
2016-09-09 | usb: chipidea: udc: fix NULL ptr dereference in isr_setup_status_phase | Clemens Gruber | 1 | -0/+9 |
2016-09-08 | usb: dwc2: Properly account for the force mode delays | John Youn | 1 | -17/+14 |
2016-09-08 | usb: dwc2: Add delay to core soft reset | John Youn | 3 | -0/+97 |
2016-09-08 | usb: dwc2: gadget: Only initialize device if in device mode | John Youn | 1 | -2/+5 |
2016-09-08 | usb: gadget: f_fs: Stop ffs_closed NULL pointer dereference | Jim Baxter | 1 | -0/+5 |
2016-09-08 | xhci: fix null pointer dereference in stop command timeout function | Mathias Nyman | 1 | -1/+5 |
2016-09-07 | usb: dwc3: pci: fix build warning on !PM_SLEEP | Felipe Balbi | 1 | -1/+3 |
2016-09-07 | usb: dwc3: Fix dr_mode validation | Thinh Nguyen | 2 | -12/+58 |
2016-09-06 | usb: dwc3: ulpi: make dwc3_ulpi_ops constant | Tal Shorer | 1 | -1/+1 |
2016-09-06 | usb: ulpi: make ops struct constant | Tal Shorer | 1 | -1/+2 |
2016-09-06 | usb: ulpi: remove "dev" field from struct ulpi_ops | Tal Shorer | 1 | -1/+0 |
2016-09-06 | usb: ulpi: rename operations {read|write}_dev to simply {read|write} | Tal Shorer | 2 | -4/+4 |
2016-09-06 | usb: ulpi: remove calls to old api callbacks | Tal Shorer | 1 | -4/+0 |
2016-09-06 | usb: dwc3: ulpi: use new api | Tal Shorer | 1 | -6/+6 |
2016-09-06 | usb: ulpi: add new api functions, {read|write}_dev() | Tal Shorer | 1 | -2/+6 |
2016-09-06 | usb: ulpi: move setting of ulpi->dev parent up in ulpi_register() | Tal Shorer | 1 | -1/+2 |
2016-09-06 | usb: gadget: prevent potenial null pointer dereference on skb->len | Colin Ian King | 1 | -1/+1 |
2016-09-05 | usb: renesas_usbhs: fix clearing the {BRDY,BEMP}STS condition | Yoshihiro Shimoda | 1 | -2/+9 |
2016-09-05 | usb: phy: phy-generic: Check clk_prepare_enable() error | Fabio Estevam | 1 | -2/+6 |
2016-09-05 | usb: gadget: udc: renesas-usb3: clear VBOUT bit in DRD_CON | Yoshihiro Shimoda | 1 | -0/+2 |
2016-09-05 | Revert "usb: dwc3: gadget: always decrement by 1" | John Youn | 1 | -1/+4 |
2016-09-05 | Merge 4.8-rc5 into usb-testing | Greg Kroah-Hartman | 19 | -32/+92 |
2016-09-02 | usb: gadget: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 1 | -1/+1 |
2016-09-02 | usb: core: use IS_ENABLED() instead of checking for built-in or module | Javier Martinez Canillas | 2 | -2/+2 |
2016-08-31 | usb: dwc2: gadget: free TX FIFO after killing requests | Robert Baldyga | 1 | -4/+4 |
2016-08-31 | usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() | Robert Baldyga | 1 | -12/+1 |
2016-08-31 | usb: dwc2: gadget: change variable name to more meaningful | Robert Baldyga | 1 | -4/+4 |