summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Revert "usbtmc: convert to devm_kzalloc"Greg Kroah-Hartman2016-09-281-1/+2
* USB: serial: cp210x: Add ID for a Juniper consoleKyle Jones2016-09-271-0/+1
* usb: Kconfig: using select for USB_COMMON dependencyPeter Chen2016-09-272-3/+5
* usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu2016-09-271-1/+1
* usb: core: Introduce a USB port LED triggerRafał Miłecki2016-09-273-0/+324
* USB: bcma: drop Northstar PHY 2.0 initialization codeRafał Miłecki2016-09-271-55/+25
* usb: core: hcd: add missing header dependenciesBaoyou Xie2016-09-271-0/+1
* usb: musb: da8xx: fix error handling message in probeArnd Bergmann2016-09-231-7/+7
* usb: musb: Fix session based PM for first invalid VBUSTony Lindgren2016-09-232-5/+9
* usb: musb: Fix PM runtime for disconnect after unconfigureTony Lindgren2016-09-231-0/+3
* musb: Export musb_root_disconnect for use in modulesHans de Goede2016-09-221-0/+1
* usb: misc: legousbtower: Fix NULL pointer deferenceGreg Kroah-Hartman2016-09-211-18/+17
* cdc-acm: hardening against malicious devicesOliver Neukum2016-09-211-0/+5
* Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"Greg Kroah-Hartman2016-09-191-5/+2
* Merge 4.8-rc7 into usb-nextGreg Kroah-Hartman2016-09-193-13/+20
|\
| * Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-161-1/+2
| |\
| | * USB: serial: simple: add support for another Infineon flashloaderDaniele Palmas2016-09-121-1/+2
| * | USB: change bInterval default to 10 msAlan Stern2016-09-161-11/+17
| * | usb: musb: Fix tusb6010 compile error on blackfinTony Lindgren2016-09-161-1/+1
| |/
* | Merge tag 'usb-serial-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-09-162-115/+60
|\ \
| * | USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE2016-08-231-13/+0
| * | USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE2016-08-231-8/+8
| * | USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE2016-08-231-33/+1
| * | USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE2016-08-231-11/+0
| * | USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE2016-08-231-49/+50
| * | USB: serial: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-221-2/+2
* | | Merge tag 'usb-ci-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2016-09-155-29/+42
|\ \ \
| * | | usb: chipidea: udc: Use the preferred form for passing a size of a structFabio Estevam2016-09-141-1/+1
| * | | usb: chipidea: udc: Fit into a single lineFabio Estevam2016-09-141-2/+1
| * | | usb: chipidea: udc: Use dma_pool_zalloc()Fabio Estevam2016-09-141-4/+2
| * | | usb: chipidea: host: disable io watchdogLucas Stach2016-09-141-0/+3
| * | | usb: chipidea: udc: Use direction flags consequentlyStefan Wahren2016-09-141-11/+11
| * | | usb: chipidea: imx: set over current polarity per dts settingLi Jun2016-09-143-5/+21
| * | | usb: chipidea: udc: Don't flush endpoint fifo twiceStefan Wahren2016-09-141-1/+0
| * | | usb: chipidea: udc: move write barrier into hw_ep_primeStefan Wahren2016-09-141-5/+3
* | | | Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-1439-487/+1047
|\ \ \ \
| * | | | usb: gadget: uvc: add V4L2 dependencyArnd Bergmann2016-09-131-0/+1
| * | | | usb: dwc3: of-simple: add compatible for CaviumFelipe Balbi2016-09-131-0/+1
| * | | | usb: dwc3: of-simple: allow glues without clocksFelipe Balbi2016-09-131-16/+28
| * | | | usb: dwc3: of-simple: Fix warning during unbindAnurag Kumar Vulisha2016-09-121-1/+1
| * | | | usb: dwc3: fix Clear Stall EP command failureLu Baolu2016-09-121-1/+2
| * | | | usb: dwc3: avoid -Wmaybe-uninitialized warningArnd Bergmann2016-09-091-5/+9
| * | | | usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N2016-09-091-2/+5
| * | | | usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N2016-09-091-1/+2
| * | | | usb: gadget: remove variable ret and remove unnecessary if statementColin Ian King2016-09-091-6/+2
| * | | | usb: dwc2: Properly account for the force mode delaysJohn Youn2016-09-081-17/+14
| * | | | usb: dwc2: Add delay to core soft resetJohn Youn2016-09-083-0/+97
| * | | | usb: dwc2: gadget: Only initialize device if in device modeJohn Youn2016-09-081-2/+5
| * | | | usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-081-0/+5
| * | | | usb: dwc3: Fix dr_mode validationThinh Nguyen2016-09-072-12/+58
OpenPOWER on IntegriCloud