summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-223-1/+35
|\
| * 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
* | Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman2020-09-2167-917/+485
|\ \
| * \ 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 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-213-11/+20
| |\ \ \
| | * | | dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang2020-09-201-6/+6
| | * | | dm: Call proper helper to determine dax supportJan Kara2020-09-202-3/+11
| | * | | dm/dax: Fix table reference countsDan Williams2020-09-201-2/+3
| * | | | Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-09-201-0/+17
| |\ \ \ \
| | * | | | RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt2020-09-191-0/+17
| * | | | | Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-209-17/+64
| |\ \ \ \ \
| | * | | | | usblp: fix race between disconnect() and read()Oliver Neukum2020-09-171-0/+5
| | * | | | | ehci-hcd: Move include to keep CRC stableQuentin Perret2020-09-172-1/+1
| | * | | | | usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara2020-09-161-3/+9
| | * | | | | USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-161-0/+4
| | * | | | | USB: UAS: fix disconnect by unplugging a hubOliver Neukum2020-09-161-2/+12
| | * | | | | usb: typec: ucsi: Prevent mode overrunHeikki Krogerus2020-09-161-6/+16
| | * | | | | usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus2020-09-161-1/+1
| | * | | | | Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2020-09-151-4/+16
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | thunderbolt: Retry DROM read once if parsing failsMika Westerberg2020-09-091-4/+16
| * | | | | | Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-09-203-25/+32
| |\ \ \ \ \ \
| | * | | | | | fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa2020-09-161-1/+1
| | * | | | | | serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich2020-09-161-0/+11
| | * | | | | | serial: core: fix console port-lock regressionJohan Hovold2020-09-161-17/+15
| | * | | | | | serial: core: fix port-lock initialisationJohan Hovold2020-09-161-8/+6
| * | | | | | | Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-09-201-0/+5
| |\ \ \ \ \ \ \
| | * | | | | | | EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov2020-09-151-0/+4
| | * | | | | | | EDAC/ghes: Clear scanned data on unloadBorislav Petkov2020-09-151-0/+1
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-09-203-8/+28
| |\ \ \ \ \ \ \
| | * | | | | | | Input: trackpoint - add new trackpoint variant IDsVincent Huang2020-09-142-8/+12
| | * | | | | | | Input: i8042 - add Entroware Proteus EL07R4 to nomux and reset listsHans de Goede2020-09-091-0/+16
| * | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-09-195-17/+29
| |\ \ \ \ \ \ \ \
| | * | | | | | | | i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer2020-09-181-3/+7
| | * | | | | | | | i2c: mediatek: Send i2c master code at more than 1MHzQii Wang2020-09-181-1/+1