summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: uvc: separately compile some components of f_uvcAndrzej Pietrasiewicz2014-09-0911-36/+117
* usb: gadget: uvc: rename functions to avoid conflicts with host uvcAndrzej Pietrasiewicz2014-09-094-55/+56
* usb: gadget: zero: Fix warning generated by kbuildAmit Virdi2014-09-091-2/+2
* Merge tag 'v3.17-rc4' into nextFelipe Balbi2014-09-0850-127/+5831
|\
| * USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman2014-08-271-0/+2
| * Revert "usb: ehci/ohci-exynos: Fix PHY getting sequence"Greg Kroah-Hartman2014-08-272-42/+45
| * xhci: Disable streams on Via XHCI with device-id 0x3432Hans de Goede2014-08-271-0/+5
| * USB: serial: fix potential heap buffer overflowJohan Hovold2014-08-271-0/+5
| * USB: serial: fix potential stack buffer overflowJohan Hovold2014-08-271-10/+22
| * usb: ehci/ohci-exynos: Fix PHY getting sequenceVivek Gautam2014-08-262-45/+42
| * usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros2014-08-261-1/+5
| * USB: sisusb: add device id for Magic Control USB videoStephen Hemminger2014-08-261-0/+1
| * usb: dwc2: gadget: Set the default EP max packet value as 8 bytesJingoo Han2014-08-251-1/+1
| * usb: ehci: using wIndex + 1 for hub portPeter Chen2014-08-251-1/+1
| * USB: storage: add quirk for Newer Technology uSCSI SCSI-USB converterMark2014-08-251-0/+6
| * usbip: remove struct usb_device_id tableValentina Manea2014-08-251-27/+0
| * usbip: move usbip kernel code out of stagingValentina Manea2014-08-2519-0/+5668
| * Merge tag 'fixes-for-v3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-08-2418-27/+51
| |\
| | * usb: gadget: remove $(PWD) in ccflags-yPhilippe Reynes2014-08-203-6/+6
| | * usb: pch_udc: usb gadget device support for Intel Quark X1000Bryan O'Donoghue2014-08-202-4/+21
| | * usb: gadget: uvc: fix possible lockup in uvc gadgetMichael Grzeschik2014-08-191-0/+3
| | * Revert "usb: gadget: u_ether: synchronize with transmit when stopping queue"Li RongQing2014-08-191-3/+0
| | * usb: phy: msm: Fix return value check in msm_otg_probe()Wei Yongjun2014-08-191-2/+2
| | * usb: gadget: Fix return value check in r8a66597_probe()Wei Yongjun2014-08-191-2/+2
| | * usb: gadget: Fix return value check in ep_write()Wei Yongjun2014-08-191-1/+1
| | * usb: dwc3: omap: signedness bug in dwc3_omap_set_utmi_mode()Dan Carpenter2014-08-191-1/+1
| | * usb: musb: ux500: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-191-1/+1
| | * usb: atmel_usba_udc: fix it to deal with final dma channelBo Shen2014-08-191-1/+1
| | * usb: gadget: fix error return codeJulia Lawall2014-08-191-2/+6
| | * usb: phy: samsung: Fix wrong bit mask for PHYPARAM1_PCS_TXDEEMPHJingoo Han2014-08-191-1/+1
| | * usb: dbgp gadget: fix use after free in dbgp_unbind()Alexey Khoroshilov2014-08-191-0/+2
| | * usb: phy: drop kfree of devm_kzalloc's dataHimangi Saraogi2014-08-191-3/+1
| | * usb: phy: return -ENODEV on failure of try_module_getArjun Sreedharan2014-08-191-0/+3
| * | USB: whiteheat: Added bounds checking for bulk command responseJames Forshaw2014-08-241-1/+6
| * | Merge tag 'usb-serial-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-08-236-23/+40
| |\ \
| | * | USB: ftdi_sio: Added PID for new ekey deviceJaša Bartelj2014-08-182-0/+7
| | * | USB: serial: pl2303: add device id for ztek deviceGreg KH2014-08-182-0/+2
| | * | USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PIDJohan Hovold2014-08-182-0/+3
| | * | USB: zte_ev: remove duplicate Qualcom PIDJohan Hovold2014-08-181-1/+0
| | * | USB: zte_ev: remove duplicate Gobi PIDJohan Hovold2014-08-181-1/+0
| | * | Revert "USB: option,zte_ev: move most ZTE CDMA devices to zte_ev"Johan Hovold2014-08-182-21/+21
| | * | USB: option: add VIA Telecom CDS7 chipset device idBrennan Ashton2014-08-181-0/+5
| | * | USB: option: reduce interrupt-urb logging verbosityJohan Hovold2014-08-181-0/+2
| | |/
| * | usb: wusbcore: fix below build warningPeter Chen2014-08-191-2/+1
| * | usb: core: fix below build warningPeter Chen2014-08-191-2/+2
| * | usb: dwc2: gadget: fix below build warningPeter Chen2014-08-191-1/+1
| * | xhci: rework cycle bit checking for new dequeue pointersMathias Nyman2014-08-192-62/+42
| * | usb: xhci: amd chipset also needs short TX quirkHuang Rui2014-08-191-0/+4
| * | xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVALHans de Goede2014-08-191-1/+2
| * | usbcore: Fix wrong device in an error message in hub_port_connect()Takashi Iwai2014-08-191-3/+1
| |/
OpenPOWER on IntegriCloud