summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | USB: io_ti: Fix non-standard comment formattingPeter E. Berger2015-10-091-48/+91
| | * | | | | | USB: io_ti: Move request_firmware from edge_startup to download_fwPeter E. Berger2015-10-091-26/+30
| | * | | | | | USB: io_ti: Move download and boot mode code out of download_fwPeter E. Berger2015-10-091-167/+195
| | * | | | | | USB: io_ti: Use serial->interface for messages in download_fwPeter E. Berger2015-10-091-1/+1
| | * | | | | | USB: io_ti: Remove obsolete dev parameter from build_i2c_fw_hdrPeter E. Berger2015-10-091-3/+2
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge tag 'usb-ci-v4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-10-226-7/+257
| |\ \ \ \ \ \
| | * | | | | | usb: chipidea: otg: don't wait vbus drops below BSV when starts hostLi Jun2015-10-221-3/+6
| | * | | | | | chipidea: ci_hdrc_pci: use PCI_VDEVICE() instead of PCI_DEVICE()Sergei Shtylyov2015-10-221-3/+3
| | * | | | | | usb: chipidea: imx: add imx6ul usb supportPeter Chen2015-10-222-0/+10
| | * | | | | | usb: chipidea: imx: add usb support for imx7dPeter Chen2015-10-222-0/+67
| | * | | | | | usb: chipidea: Add support for 'phy-clkgate-delay-us' propertyFabio Estevam2015-10-221-0/+7
| | * | | | | | usb: chipidea: Use extcon framework for VBUS and ID detectIvan T. Ivanov2015-10-223-1/+164
| * | | | | | | Merge tag 'usb-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2015-10-2260-2207/+2672
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | usb: gadget: net2280: restore ep_cfg after defect7374 workaroundMian Yousaf Kaukab2015-10-191-1/+1
| | * | | | | | usb: dwc2: host: Fix use after free w/ simultaneous irqsDoug Anderson2015-10-191-10/+60
| | * | | | | | usb: gadget: fix a trivial typoGeliang Tang2015-10-191-1/+1
| | * | | | | | usb: dwc2: host: Protect PCGCTL with lock in dwc2_port_resume()Douglas Anderson2015-10-161-1/+4
| | * | | | | | usb: musb: core: add common method of getting vbus statusRoman Alyautdin2015-10-162-4/+11
| | * | | | | | usb: gadget: loopback: Fix looping back logic implementationKrzysztof Opasiak2015-10-151-39/+92
| | * | | | | | usb: gadget: loopback: fix: Don't share qlen and buflen between instancesKrzysztof Opasiak2015-10-151-11/+13
| | * | | | | | usb: gadget: f_sourcesink: fix function params handlingRobert Baldyga2015-10-141-58/+62
| | * | | | | | usb: dwc2: refactor common low-level hw code to platform.cMarek Szyprowski2015-10-143-216/+210
| | * | | | | | usb: dwc2: remove no longer needed init_mutexMarek Szyprowski2015-10-143-19/+0
| | * | | | | | usb: misc: usbtest: add bulk queue testPeter Chen2015-10-131-31/+74
| | * | | | | | usb: dwc2: fix duplicate argument warningMian Yousaf Kaukab2015-10-131-2/+1
| | * | | | | | Revert "usb: dwc3: gadget: drop unnecessary loop when cleaning up TRBs"Ville Syrjälä2015-10-121-16/+21
| | * | | | | | Revert "usb: dwc3: gadget: remove unnecessary _irqsave()"Felipe Balbi2015-10-121-2/+3
| | * | | | | | usb: gadget: composite: fill bcdUSB for any gadget max speedIgor Kotrasinski2015-10-091-0/+2
| | * | | | | | musb: sunxi: Make sunxi musb glue work without MUSB_PIO_ONLYHans de Goede2015-10-091-0/+12
| | * | | | | | usb: dwc3: pci: Set enblslpm quirk for Synopsys platformsJohn Youn2015-10-091-0/+1
| | * | | | | | usb: dwc3: Add dis_enblslpm_quirkJohn Youn2015-10-093-0/+11
| | * | | | | | usb: dwc3: pci: Add platform data for Synopsys HAPSJohn Youn2015-10-091-0/+15
| | * | | | | | usb: dwc3: pci: trivial: FormattingJohn Youn2015-10-091-8/+8
| | * | | | | | usb: dwc3: Support Synopsys USB 3.1 IPJohn Youn2015-10-092-2/+26
| | * | | | | | usb: dwc3: pci: Add the PCI Product ID for Synopsys USB 3.1John Youn2015-10-091-0/+5
| | * | | | | | usb: dwc3: pci: Add the Synopsys HAPS AXI Product IDJohn Youn2015-10-091-0/+5
| | * | | | | | usb: dwc2: gadget: parity fix in isochronous modeRoman Bacik2015-10-023-8/+65
| | * | | | | | usb: dwc2: fix unbalanced phy controlMarek Szyprowski2015-10-011-2/+0
| | * | | | | | usb: dwc2: remove non-functional clock gatingMarek Szyprowski2015-10-011-6/+0
| | * | | | | | usb: dwc2: remove double call to dwc2_hsotg_of_probeMarek Szyprowski2015-10-011-2/+0
| | * | | | | | usb: dwc2: gadget: fix a memory use-after-free bugYunzhi Li2015-10-011-3/+3
| | * | | | | | usb: dwc2: exit hibernation on session requestMian Yousaf Kaukab2015-10-011-5/+17
| | * | | | | | usb: dwc2: gadget: handle reset interrupt before endpoint interruptsMian Yousaf Kaukab2015-10-011-30/+30
| | * | | | | | usb: dwc2: gadget: exit hibernation before power downGregory Herrero2015-10-011-6/+7
| | * | | | | | usb: dwc2: gadget: unmask idstschng interrupt only if controller supports itGregory Herrero2015-10-011-7/+10
| | * | | | | | usb: dwc2: gadget: only reset core after addressed stateMian Yousaf Kaukab2015-10-012-10/+3
| | * | | | | | usb: dwc2: gadget: kill ep0 requests before reinitializing coreMian Yousaf Kaukab2015-10-012-5/+6
| | * | | | | | usb: dwc2: gadget: stop current transfer on dequeueMian Yousaf Kaukab2015-10-011-0/+77
| | * | | | | | usb: dwc2: gadget: print complete setup packetMian Yousaf Kaukab2015-10-011-3/+4
| | * | | | | | usb: dwc2: gadget: ignore stall check for ep0Mian Yousaf Kaukab2015-10-011-1/+1
OpenPOWER on IntegriCloud