summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-4.12-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-06-186-28/+24
|\
| * USB: gadgetfs, dummy-hcd, net2280: fix locking for callbacksAlan Stern2017-06-153-19/+8
| * usb: xhci: ASMedia ASM1042A chipset need shorts TX quirkCorentin Labbe2017-06-121-0/+3
| * usb: xhci: Fix USB 3.1 supported protocol parsingYD Tseng2017-06-121-2/+5
| * Merge tag 'fixes-for-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-06-122-7/+8
| |\
| | * USB: gadget: fix GPF in gadgetfsAlan Stern2017-06-091-1/+3
| | * usb: gadget: composite: make sure to reactivate function on unbindFelipe Balbi2017-06-061-6/+5
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-06-151-1/+1
|\ \ \ | |/ / |/| |
| * | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
* | | Merge tag 'fixes-for-v4.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-06-033-15/+45
|\ \ \ | | |/ | |/|
| * | usb: gadget: udc: renesas_usb3: Fix PN_INT_ENA disabling timingYoshihiro Shimoda2017-06-021-1/+1
| * | usb: gadget: udc: renesas_usb3: lock for PN_ registers accessYoshihiro Shimoda2017-06-021-3/+25
| * | usb: gadget: udc: renesas_usb3: fix deadlock by spinlockYoshihiro Shimoda2017-06-021-3/+0
| * | usb: gadget: udc: renesas_usb3: fix pm_runtime functions callingYoshihiro Shimoda2017-06-021-6/+6
| * | usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen2017-06-021-2/+11
| * | usb: dwc2: add support for the DWC2 controller on Meson8 SoCsMartin Blumenstingl2017-06-021-0/+2
| |/
* | usb: musb: dsps: keep VBUS on for host-only modeBin Liu2017-05-271-0/+5
* | Merge tag 'usb-ci-v4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2017-05-244-13/+44
|\ \ | |/ |/|
| * usb: chipidea: core: check before accessing ci_role in ci_role_showMichael Thalmeier2017-05-231-1/+4
| * usb: chipidea: debug: check before accessing ci_roleMichael Thalmeier2017-05-231-1/+2
| * usb: chipidea: udc: fix NULL pointer dereference if udc_start failedJisheng Zhang2017-05-181-2/+6
| * usb: chipidea: imx: Do not access CLKONOFF on i.MX51Andrey Smirnov2017-05-181-9/+32
* | Merge tag 'usb-serial-4.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-05-197-16/+34
|\ \
| * | USB: serial: qcserial: add more Lenovo EM74xx device IDsBjørn Mork2017-05-171-0/+2
| * | USB: serial: ftdi_sio: add Olimex ARM-USB-TINY(H) PIDsAndrey Korolyov2017-05-172-4/+6
| * | USB: serial: io_ti: fix div-by-zero in set_termiosJohan Hovold2017-05-151-1/+4
| * | USB: serial: mct_u232: fix big-endian baud-rate handlingJohan Hovold2017-05-151-1/+1
| * | USB: serial: ir-usb: fix big-endian baud-rate debug printkJohan Hovold2017-05-151-9/+12
| * | USB: serial: ftdi_sio: fix setting latency for unprivileged usersAnthony Mallet2017-05-151-1/+1
| * | usb: serial: option: add Telit ME910 supportDaniele Palmas2017-05-151-0/+8
| |/
* | usb: musb: tusb6010_omap: Do not reset the other direction's packet sizePeter Ujfalusi2017-05-181-4/+9
* | usb: musb: Fix trying to suspend while active for OTG configurationsTony Lindgren2017-05-181-4/+5
* | usb: host: xhci-plat: propagate return value of platform_get_irq()Thomas Petazzoni2017-05-181-1/+1
* | xhci: Fix command ring stop regression in 4.11Mathias Nyman2017-05-183-9/+9
* | xhci: remove GFP_DMA flag from allocationMatthias Lange2017-05-181-1/+1
* | USB: xhci: fix lock-inversion problemAlan Stern2017-05-181-2/+3
* | usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcdPeter Chen2017-05-182-6/+4
* | usb: host: xhci-mem: allocate zeroed Scratchpad BufferPeter Chen2017-05-181-1/+1
* | xhci: apply PME_STUCK_QUIRK and MISSING_CAS quirk for DenvertonMathias Nyman2017-05-181-2/+5
* | usb: xhci: trace URB before giving it back instead of afterMathias Nyman2017-05-181-1/+1
* | USB: host: xhci: use max-port defineJohan Hovold2017-05-171-3/+4
* | USB: hub: fix SS max number of portsJohan Hovold2017-05-171-1/+7
* | USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-171-4/+9
* | USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-171-2/+6
* | USB: usbip: fix nonconforming hub descriptorJohan Hovold2017-05-171-3/+8
* | USB: gadget: dummy_hcd: fix hub-descriptor removable fieldsJohan Hovold2017-05-171-3/+3
* | USB: core: of: document reference taken by companion helperJohan Hovold2017-05-171-0/+3
* | USB: ehci-platform: fix companion-device leakJohan Hovold2017-05-171-1/+3
* | usb: r8a66597-hcd: select a different endpoint on timeoutChris Brandt2017-05-171-1/+3
* | usb: r8a66597-hcd: decrease timeoutChris Brandt2017-05-171-1/+1
OpenPOWER on IntegriCloud