summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2016-10-152-190/+0
|\
| * USB: host: ehci-sead3: Remove SEAD-3 EHCI codePaul Burton2016-10-052-190/+0
* | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-113-3/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-103-14/+14
|\ \
| * | Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-103-13/+20
| |\|
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-273-14/+14
* | | Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds2016-10-071-0/+34
|\ \ \
| * \ \ Merge tag 'amlogic-drivers-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-09-191-0/+34
| |\ \ \
| | * | | usb: dwc2: add support for Meson8b and GXBB SoCsJerome Brunet2016-09-141-0/+34
* | | | | 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