summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-05149-1942/+3915
|\
| * USB: cdc-acm: blacklist Heimann USB Appset deviceHannu Hartikainen2021-06-241-0/+5
| * usb: xhci-mtk: allow multiple Start-Split in a microframeChunfeng Yun2021-06-242-20/+0
| * usb: ftdi-elan: remove redundant continue statement in a while-loopColin Ian King2021-06-241-1/+0
| * usb: class: cdc-wdm: return the correct errno codeJunlin Yang2021-06-241-2/+3
| * Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-06-2421-174/+282
| |\
| | * USB: serial: cp210x: add support for GPIOs on CP2108Pho Tran2021-06-161-19/+170
| | * USB: serial: drop irq-flags initialisationsJohan Hovold2021-05-213-14/+13
| | * USB: serial: mos7840: drop buffer-callback return-value commentsJohan Hovold2021-05-211-5/+0
| | * USB: serial: mos7720: drop buffer-callback sanity checksJohan Hovold2021-05-211-15/+2
| | * USB: serial: io_edgeport: drop buffer-callback sanity checksJohan Hovold2021-05-211-26/+1
| | * USB: serial: digi_acceleport: add chars_in_buffer lockingJohan Hovold2021-05-211-9/+11
| | * USB: serial: digi_acceleport: reduce chars_in_buffer over-reportingJohan Hovold2021-05-211-2/+1
| | * USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-1913-37/+37
| | * USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-1919-48/+48
| * | xhci: remove redundant continue statementColin Ian King2021-06-211-1/+0
| * | usb: dwc3: Fix debugfs creation flowMinas Harutyunyan2021-06-211-1/+2
| * | usb: gadget: hid: fix error return code in hid_bind()Yang Yingliang2021-06-211-1/+3
| * | usb: gadget: eem: fix echo command packet response issueLinyu Yuan2021-06-211-4/+39
| * | usb: gadget: f_hid: fix endianness issue with descriptorsRuslan Bilovol2021-06-211-1/+1
| * | Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-06-212-7/+4
| |\ \
| | * | usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-101-3/+1
| | * | usb: cdnsp: Useless condition has been removedPawel Laszczak2021-05-111-3/+2
| | * | usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder2021-05-111-1/+1
| * | | Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-212-2/+21
| |\ \ \
| * | | | Revert "USB: misc: Add onboard_usb_hub driver"Greg Kroah-Hartman2021-06-183-515/+0
| * | | | Revert "usb: host: xhci-plat: Create platform device for onboard hubs in prob...Greg Kroah-Hartman2021-06-183-9/+0
| * | | | xhci: solve a double free problem while doing s4Zhangjiantao (Kirin, nanjing)2021-06-171-0/+1
| * | | | xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warningMathias Nyman2021-06-171-2/+7
| * | | | xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman2021-06-173-1/+15
| * | | | xhci: Remove unused defines for ERST_SIZE and ERST_ENTRIESMathias Nyman2021-06-171-4/+0
| * | | | usb: typec: Add the missed altmode_id_remove() in typec_register_altmode()Jing Xiangfeng2021-06-171-1/+3
| * | | | usb: typec: tcpm: Relax disconnect threshold during power negotiationKyle Tso2021-06-171-0/+27
| * | | | usb: typec: tcpm: Ignore Vsafe0v in PR_SWAP_SNK_SRC_SOURCE_ON stateKyle Tso2021-06-171-0/+1
| * | | | usb: typec: tcpci: Fix up sink disconnect thresholds for PDBadhri Jagan Sridharan2021-06-171-6/+12
| * | | | USB: UDC: net2280: remove redundant continue statementColin Ian King2021-06-171-2/+0
| * | | | usb: host: u132-hcd: remove redundant continue statementsColin Ian King2021-06-171-4/+2
| * | | | usb: host: xhci-tegra: Use devm_platform_get_and_ioremap_resource()Yang Yingliang2021-06-171-2/+1
| * | | | usb: host: xhci-tegra: Add missing of_node_put() in tegra_xusb_probe()Yang Yingliang2021-06-171-0/+1
| * | | | usb: host: xhci-tegra: add missing put_device() in tegra_xusb_probe()Yang Yingliang2021-06-171-4/+8
| * | | | usb: renesas-xhci: Fix handling of unknown ROM stateMoritz Fischer2021-06-171-8/+8
| * | | | usb: host: xhci-plat: Create platform device for onboard hubs in probe()Matthias Kaehlcke2021-06-153-0/+9
| * | | | USB: misc: Add onboard_usb_hub driverMatthias Kaehlcke2021-06-153-0/+515
| * | | | usb: mtu3: use clock bulk to get clocksChunfeng Yun2021-06-152-80/+18
| * | | | usb: mtu3: rebuild role switch get/set hooksChunfeng Yun2021-06-151-10/+3
| * | | | usb: mtu3: use force mode for dual role switchChunfeng Yun2021-06-152-12/+4
| * | | | usb: mtu3: add helper to get pointer of ssusb_mtk structChunfeng Yun2021-06-151-10/+10
| * | | | usb: mtu3: rebuild role switch flow of extconChunfeng Yun2021-06-152-32/+38
| * | | | usb: mtu3: use enum usb_role instead of private defined onesChunfeng Yun2021-06-151-37/+15
| * | | | usb: mtu3: drop support vbus detectionChunfeng Yun2021-06-152-55/+2