summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-64/+29
* sound: hiface: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-8/+6
* sound: line6: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-253-60/+44
* USB: legousbtower: use usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-41/+20
* sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman2020-09-251-25/+13
* sound: usx2y: move to use usb_control_msg_send()Greg Kroah-Hartman2020-09-251-34/+8
* USB: correct API of usb_control_msg_send/recvOliver Neukum2020-09-252-11/+20
* Revert "USB: legousbtower: use usb_control_msg_recv()"Oliver Neukum2020-09-251-19/+41
* Revert "sound: usx2y: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-8/+34
* Revert "sound: 6fire: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-251-13/+25
* Revert "sound: line6: move to use usb_control_msg_send() and usb_control_msg_...Oliver Neukum2020-09-253-37/+57
* Revert "sound: hiface: move to use usb_control_msg_send()"Oliver Neukum2020-09-251-6/+8
* Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum2020-09-251-26/+64
* Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum2020-09-251-40/+59
* iopoll: update kerneldoc of read_poll_timeout_atomic()Chunfeng Yun2020-09-251-2/+2
* usb: udc: net2280: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+10
* usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-10/+8
* usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-9/+3
* usb: isp1760-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+9
* usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+9
* usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-11/+10
* usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-31/+12
* usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-9/+4
* usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-10/+5
* usb: early: convert to readl_poll_timeout_atomic()Chunfeng Yun2020-09-251-10/+4
* dt-bindings: usb: renesas,usbhs: Add r8a774e1 supportLad Prabhakar2020-09-221-0/+1
* dt-bindings: usb: renesas, usb3-peri: Document r8a774e1 supportLad Prabhakar2020-09-221-0/+1
* usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin2020-09-221-13/+1
* USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin2020-09-221-12/+1
* Merge tag 'usb-ci-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman2020-09-224-1/+44
|\
| * usb: chipidea: ci_hdrc_imx: restore pinctrlPeter Chen2020-09-031-1/+7
| * usb: chipidea: imx: add two samsung picophy parameters tuning implementationPeter Chen2020-08-233-0/+28
| * doc: dt-binding: ci-hdrc-usb2: add property for samsung picophyPeter Chen2020-08-231-0/+9
* | Merge a31128384dfd ("Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel....Greg Kroah-Hartman2020-09-211-9/+8
|\ \
| * \ Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-9/+8
| |\ \
| | * | dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara2020-09-211-9/+8
| |/ /
* | | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-21197-1344/+1515
|\| |
| * | Linux 5.9-rc6v5.9-rc6Linus Torvalds2020-09-211-1/+1
| * | Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-211-2/+4
| |\ \
| | * | core/entry: Report syscall correctly for trace and auditKees Cook2020-09-141-2/+4
| * | | Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-211-1/+1
| |\ \ \
| | * | | objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf2020-09-181-1/+1
| | |/ /
| * | | Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2020-09-214-12/+37
| |\ \ \
| | * | | locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2020-09-162-6/+6
| | * | | locking/lockdep: Fix "USED" <- "IN-NMI" inversionspeterz@infradead.org2020-09-032-6/+31
| * | | | Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-211-1/+1
| |\ \ \ \
| | * | | | efi: efibc: check for efivars write capabilityArd Biesheuvel2020-09-151-1/+1
| * | | | | Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-214-1/+24
| |\ \ \ \ \
| | * | | | | x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2020-09-182-1/+21
| | * | | | | x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-141-0/+2