summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorLines
2014-09-09usb: gadget: webcam: convert webcam to new interface of f_uvcAndrzej Pietrasiewicz-16/+40
2014-09-09usb: gadget: f_uvc: convert f_uvc to new function interfaceAndrzej Pietrasiewicz-30/+219
2014-09-09usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz-36/+117
2014-09-09usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz-55/+56
2014-09-09usb: gadget: zero: Fix warning generated by kbuildAmit Virdi-2/+2
2014-09-08USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker deviceTaylor Braun-Jones-0/+8
2014-09-08usb: dwc2: move "samsung,s3c6400-hsotg" into common platformDinh Nguyen-1/+1
2014-09-08usb: dwc2: Update Kconfig to support dual-roleDinh Nguyen-37/+47
2014-09-08usb: dwc2: add 'mode' which based on Kconfig select or dts settingKever Yang-0/+27
2014-09-08usb: dwc2: Read GNPTXFSIZ when in forced HOST mode.Doug Anderson-3/+3
2014-09-08usb: dwc2: add compatible data for rockchip socKever Yang-0/+29
2014-09-08usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam-45/+42
2014-09-08usb: host: xhci: fix compliance mode workaroundFelipe Balbi-3/+5
2014-09-08Merge tag 'v3.17-rc4' into nextFelipe Balbi-127/+5831
2014-09-08usb: gadget: uvc: move module parameters from f_uvcAndrzej Pietrasiewicz-21/+38
2014-09-08usb: gadget: f_uvc: Move to video_ioctl2Laurent Pinchart-141/+159
2014-09-08usb: gadget: f_uvc: Store EP0 control request state during setup stageLaurent Pinchart-18/+7
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-134/+5838
2014-09-05usb: renesas_usbhs: Add device tree support for R-Car H2 and M2Yoshihiro Shimoda-0/+44
2014-09-05usb: musb: cppi41: tweak hrtimer valuesDaniel Mack-2/+2
2014-09-05usb: dwc3: add ST dwc3 glue layer to manage dwc3 HCPeter Griffin-0/+377
2014-09-05usb: dwc3: add tracepoints to aid debuggingFelipe Balbi-53/+357
2014-09-05usb: dwc3: gadget: cmd argument should always be unsignedFelipe Balbi-2/+2
2014-09-05usb: dwc3: debug: add dwc3_gadget_event_type_stringFelipe Balbi-0/+34
2014-09-05usb: dwc3: move all string helper functions to debug.hFelipe Balbi-145/+165
2014-09-05usb: dwc3: fix TRB completion when multiple TRBs are startedFelipe Balbi-7/+1
2014-09-04Merge tag 'usb-serial-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman-2/+14
2014-09-04usb: serial: xsens_mt: always bind to interface number 1Frans Klaver-19/+4
2014-09-04usb: serial: xsens_mt: add author and descriptionFrans Klaver-0/+2
2014-09-03usb: dwc3: omap: fix ordering for runtime pm callsFelipe Balbi-1/+1
2014-09-03usb: dwc3: core: fix ordering for PHY suspendFelipe Balbi-4/+5
2014-09-03usb: dwc3: core: fix order of PM runtime callsFelipe Balbi-3/+3
2014-09-03usb: dwc3: gadget: Fix desc NULL pointer in dwc3_gadget_ep_queue()Zhuang Jin Can-1/+2
2014-09-03USB: zte_ev: fix removed PIDsJohan Hovold-0/+8
2014-09-03usb: phy: tegra: Avoid use of sizeof(void)Thierry Reding-2/+2
2014-09-03usb: phy: mxs: add imx6sx supportPeter Chen-1/+7
2014-09-03usb: gadget: f_fs: fix the redundant ep files problemRobert Baldyga-11/+57
2014-09-03usb: renesas_usbhs: fix the usb_pkt_pop()Yoshihiro Shimoda-3/+27
2014-09-03usb: renesas_usbhs: fix the condition of is_done in usbhsf_dma_push_doneYoshihiro Shimoda-2/+15
2014-09-03usb: renesas_usbhs: protect mod->irq_{bemp,brdy}sts by spin lockYoshihiro Shimoda-0/+5
2014-09-03usb: renesas_usbhs: fix the behavior of some usbhs_pkt_handleYoshihiro Shimoda-1/+41
2014-09-03usb: gadget: fusb300_udc.h: Fix typo in include guardRasmus Villemoes-1/+1
2014-09-03usb: gadget: net2280: Fix invalid handling of Reset irqRicardo Ribalda Delgado-1/+1
2014-09-03usb: musb: cppi41: fix not transmitting zero length packet issueBin Liu-2/+15
2014-09-02usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack-4/+65
2014-09-02usb: gadget: f_uac2: handle partial dma area wrapDaniel Mack-9/+23
2014-09-02usb: gadget: f_uac2: introduce agdev_to_uac2_optsDaniel Mack-2/+8
2014-09-02usb: gadget: f_uac2: add short-hand for 'dev'Daniel Mack-18/+11
2014-09-02usb: gadget: f_uac2: restructure some code in afunc_set_alt()Daniel Mack-23/+16
2014-09-02usb: gadget: f_mass_storage: simplify start_transfer slightlyMichal Nazarewicz-14/+13