summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-24usb: dwc2: Fix logical continuationsJohn Youn3-10/+8
2017-01-24usb: dwc2: Fix comment alignment and formatJohn Youn4-46/+55
2017-01-24usb: dwc2: Add identifier in prototypesJohn Youn1-2/+2
2017-01-24usb: dwc2: Cleanup some checkpatch issuesJohn Youn15-527/+521
2017-01-24usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak1-23/+34
2017-01-24usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak1-4/+20
2017-01-24usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak1-8/+24
2017-01-24tools: usb: ffs-test: add SS descriptorsFelipe Balbi1-1/+49
2017-01-24tools: usb: ffs-test: switch to _DEFAULT_SOURCEFelipe Balbi1-1/+1
2017-01-24usb: dwc3: gadget: skip Set/Clear Halt when invalidFelipe Balbi1-0/+5
2017-01-24usb: dwc3: ep0: Fix the possible missed request for handling delay STATUS phaseBaolin Wang1-0/+14
2017-01-24usb: phy: tahvo: Replace the deprecated extcon APIChanwoo Choi1-5/+5
2017-01-24usb: dwc3: omap: Replace the extcon APIChanwoo Choi1-13/+7
2017-01-24usb: renesas_usbhs: Replace the deprecated extcon APIChanwoo Choi1-1/+1
2017-01-24usb: phy: qcom-8x16-usb: Replace the extcon APIChanwoo Choi1-9/+4
2017-01-24usb: phy: msm: Replace the extcon APIChanwoo Choi1-22/+11
2017-01-24usb: phy: omap-otg: Replace the extcon APIChanwoo Choi1-18/+6
2017-01-24usb: dwc3: gadget: align transfers to wMaxPacketSizeFelipe Balbi2-8/+63
2017-01-24usb: dwc3: gadget: allocate bounce buffer for unaligned xfersFelipe Balbi2-2/+17
2017-01-24usb: dwc3: gadget: extract __dwc3_prepare_one_trb()Felipe Balbi1-22/+36
2017-01-24usb: dwc3: gadget: simplify dwc3_prepare_one_trb()Felipe Balbi1-17/+5
2017-01-24usb: gadget: f_uac2: improve error handlingPeter Chen1-4/+6
2017-01-24Documentation: usb: fix wrong documentation pathsYegor Yefremov5-7/+7
2017-01-24Documentation: dt: dwc3: add reference to the usb-xhci propertiesMartin Blumenstingl1-0/+4
2017-01-24usb: dwc2: host: use true/false for booleanNicholas Mc Guire1-6/+6
2017-01-24usb: dwc2: host: use msleep() for long delaysNicholas Mc Guire1-6/+6
2017-01-24usb: dwc3: exynos: Remove MODULE_ALIAS()Javier Martinez Canillas1-1/+0
2017-01-24usb: dwc3: exynos remove suspend clock unspecified debug messageShuah Khan1-3/+1
2017-01-24usb: gadget: constify usb_gadget_ops structuresBhumika Goyal1-1/+1
2017-01-24usb: dwc2: use u32 for DT binding parametersLeo Yan2-7/+7
2017-01-24usb: renesas_usbhs: mod_host: fix typo: "connecte" -> "connected"Colin Ian King1-1/+1
2017-01-24usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak3-28/+62
2017-01-24usb: gadget: ether: Add \n to each attribute of ethernet functionsKrzysztof Opasiak2-5/+21
2017-01-24usb: gadget: udc-core: Rescan pending list on driver unbindKrzysztof Opasiak1-14/+31
2017-01-16Linux 4.10-rc4v4.10-rc4Linus Torvalds1-1/+1
2017-01-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds5-27/+60
2017-01-15Merge tag 'char-misc-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-16/+34
2017-01-15Merge tag 'driver-core-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-34/+0
2017-01-15Merge tag 'tty-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-17/+25
2017-01-15Merge tag 'usb-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds6-66/+98
2017-01-15Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-12/+42
2017-01-15Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds18-100/+129
2017-01-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+9
2017-01-15Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds20-92/+257
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-43/+165
2017-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-30/+59
2017-01-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds16-83/+66
2017-01-15fix a fencepost error in pipe_advance()Al Viro1-23/+31
2017-01-15coredump: Ensure proper size of sparse core filesDave Kleikamp3-0/+20
2017-01-15aio: fix lock dep warningShaohua Li1-2/+4