summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2015-07-29usb: dwc3: pci: make better use of gpiod APIUwe Kleine-König1-10/+16
2015-07-29usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi1-10/+10
2015-07-29usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi1-1/+1
2015-07-29usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprec...Chanwoo Choi1-14/+13
2015-07-29usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi1-11/+11
2015-07-29usb: dwc3: omap: Replace deprecated API of extconChanwoo Choi1-19/+13
2015-07-29usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2-3/+3
2015-07-29usb: gadget: composite.c: i18n is not an acronymDiego Viola1-2/+2
2015-07-29usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar4-14/+14
2015-07-29usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak1-5/+0
2015-07-29usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak1-5/+0
2015-07-29usb: dwc3: drop CONFIG_USB_DWC3_DEBUGFelipe Balbi2-9/+0
2015-07-29usb: dwc3: st: remove two unnecessary messagesFelipe Balbi1-4/+0
2015-07-29usb: dwc3: qcom: switch dev_dbg() to dev_info()Felipe Balbi1-2/+2
2015-07-29usb: dwc3: exynos: switch dev_dbg() to dev_info()Felipe Balbi1-1/+1
2015-07-29usb: dwc3: keystone: convert dev_dbg() to dev_err()Felipe Balbi1-1/+1
2015-07-29usb: dwc3: omap: drop dev_dbg() usageFelipe Balbi1-39/+4
2015-07-29usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi1-1/+1
2015-07-29usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2-1/+102
2015-07-23USB: OHCI: fix bad #define in ohci-tmio.cAlan Stern1-1/+1
2015-07-23cdc-acm: Destroy acm_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-07-23usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectorsHans de Goede1-0/+11
2015-07-23usb-storage: ignore ZTE MF 823 card reader in mode 0x1225Oliver Neukum1-0/+12
2015-07-23USB: OHCI: Fix race between ED unlink and URB submissionAlan Stern1-6/+1
2015-07-23usb: core: lpm: set lpm_capable for root hub deviceLu Baolu3-3/+7
2015-07-23xhci: do not report PLC when link is in internal resume stateZhuang Jin Can1-1/+8
2015-07-23xhci: prevent bus_suspend if SS port resuming in phase 1Zhuang Jin Can3-3/+7
2015-07-23xhci: report U3 when link is in resume stateZhuang Jin Can1-2/+5
2015-07-23xhci: Calculate old endpoints correctly on device resetBrian Campbell1-0/+3
2015-07-23usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() functionAMAN DEEP1-1/+1
2015-07-23xhci: Workaround to get D3 working in Intel xHCIRajmohan Mani1-3/+37
2015-07-23xhci: call BIOS workaround to enable runtime suspend on Intel BraswellMathias Nyman1-0/+17
2015-07-22usb: dwc3: Reset the transfer resource index on SET_INTERFACEJohn Youn1-0/+4
2015-07-20usb: gadget: udc: core: Fix argument of dma_map_single for IOMMUYoshihiro Shimoda1-6/+8
2015-07-20usb: gadget: mv_udc_core: fix phy_regs I/O memory leakAlexey Khoroshilov1-1/+1
2015-07-20usb: ulpi: ulpi_init should be executed in subsys_initcallLu Baolu1-1/+1
2015-07-18configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss1-1/+1
2015-07-10Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-115/+141
2015-07-09USB: serial: Destroy serial_minors IDR on module exitJohannes Thumshirn1-0/+1
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz1-3/+1
2015-07-06usb: phy: mxs: suspend to RAM causes NULL pointer dereferenceStefan Wahren1-0/+3
2015-07-06usb: gadget: udc: fix free_irq() after request_irq() failedTakeshi Yoshimura1-2/+1
2015-07-06usb: gadget: composite: Fix NULL pointer dereferenceKishon Vijay Abraham I1-4/+7
2015-07-06usb: gadget: f_fs: do not set cancel function on synchronous {read,write}Rui Miguel Silva1-2/+4
2015-07-06usb: f_mass_storage: limit number of reported LUNsMichal Nazarewicz1-3/+13
2015-07-06usb: dwc3: core: avoid NULL pointer dereferenceFelipe Balbi1-2/+4
2015-07-06usb: dwc2: embed storage for reg backup in struct dwc2_hsotgMian Yousaf Kaukab2-43/+21
2015-07-06usb: dwc2: host: allocate qtd before atomic enqueueMian Yousaf Kaukab1-10/+16
2015-07-06usb: dwc2: host: allocate qh before atomic enqueueMian Yousaf Kaukab3-42/+43
2015-07-06usb: musb: host: rely on port_mode to call musb_start()Felipe Balbi1-3/+1