summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Revert "Bluetooth: ath3k: use usb_control_msg_send() and usb_control_msg_recv()"Oliver Neukum1-26/+64
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-25iopoll: update kerneldoc of read_poll_timeout_atomic()Chunfeng Yun1-2/+2
2020-09-25usb: udc: net2280: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+10
2020-09-25usb: phy: phy-mv-usb: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+8
2020-09-25usb: phy-ulpi-viewport: convert to readl_poll_timeout_atomic()Chunfeng Yun1-9/+3
2020-09-25usb: isp1760-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-09-25usb: fotg210-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+9
2020-09-25usb: oxu210hp-hcd: convert to readl_poll_timeout_atomic()Chunfeng Yun1-11/+10
2020-09-25usb: xhci-rcar: convert to readl_poll_timeout_atomic()Chunfeng Yun1-31/+12
2020-09-25usb: pci-quirks: convert to readl_poll_timeout_atomic()Chunfeng Yun1-9/+4
2020-09-25usb: early: ehci-dbgp: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+5
2020-09-25usb: early: convert to readl_poll_timeout_atomic()Chunfeng Yun1-10/+4
2020-09-22dt-bindings: usb: renesas,usbhs: Add r8a774e1 supportLad Prabhakar1-0/+1
2020-09-22dt-bindings: usb: renesas, usb3-peri: Document r8a774e1 supportLad Prabhakar1-0/+1
2020-09-22usb: appledisplay: use module_usb_driver to simplify the codeLiu Shixin1-13/+1
2020-09-22USB: bcma: use module_bcma_driver to simplify the codeLiu Shixin1-12/+1
2020-09-22Merge tag 'usb-ci-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman4-1/+44
2020-09-21Merge a31128384dfd ("Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel....Greg Kroah-Hartman1-9/+8
2020-09-21Merge tag 'libnvdimm-fixes-5.9-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-9/+8
2020-09-21dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAXJan Kara1-9/+8
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman197-1344/+1515
2020-09-20Linux 5.9-rc6v5.9-rc6Linus Torvalds1-1/+1
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2020-09-20Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-12/+37
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-09-20Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+24
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+40
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-6/+104
2020-09-20Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-17/+64
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+33
2020-09-20Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2020-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-8/+28
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds1-2/+2
2020-09-20Merge tag 'kbuild-fixes-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+39
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara3-5/+31
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-20usb: xhci: add debugfs support for ep with streamLi Jun3-1/+119
2020-09-20xhci: don't create endpoint debugfs entry before ring buffer is set.Mathias Nyman1-2/+1
2020-09-20xhci: Tune interrupt blocking for isochronous transfersMathias Nyman1-4/+19
2020-09-20usb: xhci: omit duplicate actions when suspending a runtime suspended host.Peter Chen1-2/+5
2020-09-20usb: host: xhci-plat: improve the comments for xhci_plat_suspendPeter Chen1-5/+1
2020-09-20usb: host: xhci-plat: add wakeup entry at sysfsPeter Chen1-1/+1
2020-09-20usb: host: xhci-plat: add priv quirk for skip PHY initializationPeter Chen2-2/+7
2020-09-20usb: host: xhci-plat: delete the unnecessary codePeter Chen1-2/+1
2020-09-20usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_privPeter Chen2-0/+20
2020-09-20usb: host: xhci-plat: add platform data supportPeter Chen1-1/+5
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8