summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: musb: Rework USB and USB_GADGET dependencyEzequiel Garcia2013-12-232-6/+6
* usb: phy: fix some Kconfig descriptionsAaro Koskinen2013-12-231-3/+3
* usb: phy: isp1301-omap: fix smatch warningsAaro Koskinen2013-12-231-5/+4
* usb: phy: tahvo: fix smatch warningsAaro Koskinen2013-12-231-6/+0
* usb: phy-twl6030: Add missing bracesSachin Kamat2013-12-231-1/+1
* usb: phy-fsm: Staticize local symbolsSachin Kamat2013-12-231-2/+2
* usb: phy-keystone: Remove redundant of_match_ptr helperSachin Kamat2013-12-231-1/+1
* usb: phy: Fix double lock in OTG FSMAnton Tikhomirov2013-12-201-1/+1
* usb: musb: fix musb pointer acqusition in musb_host_finish_resumeDaniel Mack2013-12-201-1/+1
* usb: musb: fix prototype for musb_port_resetDaniel Mack2013-12-201-1/+1
* usb: phy: am335x: fix randconfig errorsFelipe Balbi2013-12-201-6/+5
* usb: musb: fix setting JZ4740 gadget periphal mode on resetApelete Seketeli2013-12-201-1/+9
* usb: musb: add support for JZ4740 usb device controllerApelete Seketeli2013-12-203-1/+209
* usb: gadget: fix up some comments about CONFIG_USB_DEBUGGreg Kroah-Hartman2013-12-202-2/+2
* usb: musb: finish suspend/reset work independently from musb_hub_control()Daniel Mack2013-12-194-34/+61
* usb: gadget: should use u16 type variable to store MaxPowerDu, ChangbinX2013-12-191-1/+1
* usb: phy: omap: Add omap-control Support for AM437xGeorge Cherian2013-12-191-0/+19
* usb: phy: am335x-control: include appropriate header file in phy-am335x-contr...Rashika Kheria2013-12-191-5/+1
* usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria2013-12-191-0/+1
* usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus2013-12-192-0/+2
* usb: phy: am335x: Enable USB remote wakeup using PHY wakeupGeorge Cherian2013-12-191-11/+35
* Merge tag 'v3.13-rc4' into nextFelipe Balbi2013-12-1932-262/+461
|\
| * usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHEDJulius Werner2013-12-051-2/+3
| * usb: ohci-pxa27x: include linux/dma-mapping.hDaniel Mack2013-12-051-0/+1
| * USB: cdc-acm: Added support for the Lenovo RD02-D400 USB ModemDavid Cluytens2013-12-051-0/+2
| * USB: pl2303: fixed handling of CS5 settingColin Leitner2013-12-031-16/+14
| * USB: ftdi_sio: fixed handling of unsupported CSIZE settingColin Leitner2013-12-031-13/+24
| * USB: mos7840: correct handling of CS5 settingColin Leitner2013-12-031-16/+16
| * USB: spcp8x5: correct handling of CS5 settingColin Leitner2013-12-031-16/+14
| * usb: wusbcore: fix deadlock in wusbhc_gtk_rekeyThomas Pugliese2013-12-033-68/+60
| * usb: wusbcore: do device lookup while holding the hc mutexThomas Pugliese2013-12-031-18/+25
| * usb: wusbcore: send keepalives to unauthenticated devicesThomas Pugliese2013-12-031-4/+1
| * USB: option: support new huawei devicesFangxiaozhi (Franko)2013-12-021-0/+24
| * USB: serial: option: blacklist interface 1 for Huawei E173s-6Gustavo Zacarias2013-12-021-0/+3
| * usb: xhci: Link TRB must not occur within a USB payload burstDavid Laight2013-12-021-2/+52
| * Merge tag 'fixes-for-v3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2013-11-2719-97/+221
| |\
| | * usb: gadget: f_mass_storage: call try_to_freeze only when its safeGeorge Cherian2013-11-251-11/+12
| | * usb: gadget: tcm_usb_gadget: mark bot_cleanup_old_alt staticFelipe Balbi2013-11-251-1/+1
| | * usb: gadget: ffs: fix sparse warningFelipe Balbi2013-11-251-1/+1
| | * usb: gadget: zero: module parameters can be staticFengguang Wu2013-11-251-3/+3
| | * usb: gadget: storage: fix sparse warningFelipe Balbi2013-11-251-1/+1
| | * usb: phy: phy-rcar-gen2-usb: fix phy initializationValentine Barshak2013-11-251-2/+2
| | * usb: phy: phy-generic: fix return value check in usb_nop_xceiv_register()Wei Yongjun2013-11-251-1/+2
| | * usb: dwc3: fix implementation of endpoint wedgeAlan Stern2013-11-252-4/+3
| | * usb: gadget: mass storage: fix return of delayed statusPratyush Anand2013-11-252-5/+1
| | * usb: gadget: f_mass_storage: fix mass storage dependencyAndrzej Pietrasiewicz2013-11-251-0/+1
| | * usb: phy: phy-mxs-usb: set the correct platform drvdataJisheng Zhang2013-11-251-1/+1
| | * usb: musb: only cancel work if it is initializedSebastian Andrzej Siewior2013-11-251-4/+5
| | * usb: gadget: composite: reset delayed_status on reset_configMichael Grzeschik2013-11-251-0/+1
| | * usb: musb: musb_cppi41: handle pre-mature TX complete interruptSebastian Andrzej Siewior2013-11-251-5/+108