summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | usb: musb: sunxi: Add support for the Allwinner sunxi musb controllerHans de Goede2015-07-293-1/+716
| * | | usb: gadget: f_obex: use bind_deactivated flagRobert Baldyga2015-07-291-18/+1
| * | | usb: gadget: f_uvc: use bind_deactivated flagRobert Baldyga2015-07-291-6/+1
| * | | usb: composite: add bind_deactivated flag to usb_functionRobert Baldyga2015-07-291-0/+6
| * | | usb: composite: fix usb_function_activate/deactivate functionsRobert Baldyga2015-07-291-2/+2
| * | | usb: phy: qcom: New APQ8016/MSM8916 USB transceiver driverIvan T. Ivanov2015-07-293-0/+451
| * | | usb: gadget: storage-common: Set FSG_MAX_LUNS to 16Krzysztof Opasiak2015-07-292-2/+2
| * | | usb: gadget: mass_storage: Place EXPORT_SYMBOL_GPL() after func definitionKrzysztof Opasiak2015-07-291-1/+1
| * | | usb: gadget: mass_storage: Free buffers if create lun failsKrzysztof Opasiak2015-07-291-0/+5
| * | | usb: dwc3: gadget: defer endpoint name changeFelipe Balbi2015-07-291-21/+21
| * | | usb: dwc3: gadget: add a trace when disabling EPsFelipe Balbi2015-07-291-0/+2
| * | | usb: dwc3: core: remove unnecessary dev_warn()Felipe Balbi2015-07-291-2/+0
| * | | usb: pass flags parameter to gpiod_get functionsUwe Kleine-König2015-07-292-3/+5
| * | | usb: dwc3: pci: make better use of gpiod APIUwe Kleine-König2015-07-291-10/+16
| * | | usb: phy: msm-usb: Replace deprecated API of extconChanwoo Choi2015-07-291-10/+10
| * | | usb: renesas_usbhs: Replace deprecated API of extconChanwoo Choi2015-07-291-1/+1
| * | | usb: phy: tahvo: Use devm_extcon_dev_[allocate|register]() and replace deprec...Chanwoo Choi2015-07-291-14/+13
| * | | usb: phy: omap-otg: Replace deprecated API of extconChanwoo Choi2015-07-291-11/+11
| * | | usb: dwc3: omap: Replace deprecated API of extconChanwoo Choi2015-07-291-19/+13
| * | | usb: udc: Convert use of __constant_cpu_to_leXX to cpu_to_leXXVaishali Thakkar2015-07-292-3/+3
| * | | usb: gadget: composite.c: i18n is not an acronymDiego Viola2015-07-291-2/+2
| * | | usb: gadget: Convert use of __constant_cpu_to_le16 to cpu_to_le16Vaishali Thakkar2015-07-294-14/+14
| * | | usb: gadget: SourceSink: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
| * | | usb: gadget: loopback: Remove out-of-date commentKrzysztof Opasiak2015-07-291-5/+0
| * | | usb: dwc3: drop CONFIG_USB_DWC3_DEBUGFelipe Balbi2015-07-292-9/+0
| * | | usb: dwc3: st: remove two unnecessary messagesFelipe Balbi2015-07-291-4/+0
| * | | usb: dwc3: qcom: switch dev_dbg() to dev_info()Felipe Balbi2015-07-291-2/+2
| * | | usb: dwc3: exynos: switch dev_dbg() to dev_info()Felipe Balbi2015-07-291-1/+1
| * | | usb: dwc3: keystone: convert dev_dbg() to dev_err()Felipe Balbi2015-07-291-1/+1
| * | | usb: dwc3: omap: drop dev_dbg() usageFelipe Balbi2015-07-291-39/+4
| * | | usb: dwc2: gadget: use | instead of + for bitmasksFelipe Balbi2015-07-291-1/+1
| * | | usb: gadget: nokia: Add mass storage driver to g_nokiaPali Rohár2015-07-292-1/+102
| | |/ | |/|
* | | Merge 4.2-rc6 into usb-nextGreg Kroah-Hartman2015-08-1013-10/+47
|\ \ \
| * | | drivers/usb: Delete XHCI command timer if necessaryGavin Shan2015-08-031-1/+2
| * | | xhci: fix off by one error in TRB DMA address boundary checkMathias Nyman2015-08-031-1/+1
| * | | Merge tag 'fixes-for-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-08-031-0/+1
| |\ \ \
| | * | | usb: udc: core: add device_del() call to error pathwayAlan Stern2015-08-031-0/+1
| * | | | Merge tag 'usb-serial-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-303-1/+4
| |\ \ \ \
| | * | | | USB: sierra: add 1199:68AB device IDDirk Behme2015-07-281-0/+1
| | * | | | USB: qcserial: Add support for Dell Wireless 5809e 4G ModemPieter Hollants2015-07-201-0/+1
| | * | | | USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355Reinhard Speyerer2015-07-202-1/+2
| | | |_|/ | | |/| |
| * | | | Merge tag 'fixes-for-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2015-07-274-4/+16
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | usb: gadget: f_printer: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-1/+9
| | * | | usb: gadget: f_hid: actually limit the number of instancesAndrzej Pietrasiewicz2015-07-271-0/+4
| | * | | usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen2015-07-271-2/+2
| | * | | usb: gadget: bdc: fix a driver crash on disconnectAl Cooper2015-07-271-1/+1
| | | |/ | | |/|
| * | | Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2015-07-273-3/+23
| |\ \ \ | | |/ / | |/| |
| | * | usb: chipidea: ehci_init_driver is intended to call one timePeter Chen2015-07-223-3/+23
| | |/
* | | usb: core: hub.c: Removed some warnings generated by checkpatch.plChase Metzger2015-08-081-20/+20
* | | usb: devio: fix spacingKris Borer2015-08-081-2/+2