summaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: pci-quirks: group AMD specific quirk code togetherNiklas Schnelle2023-10-022-65/+68
* | usbmon: Use list_for_each_entry() helperJinjie Ruan2023-10-021-18/+5
* | usb: chipidea: tegra: Consistently use dev_err_probe()Michał Mirosław2023-10-021-9/+7
* | usb: chipidea: Simplify Tegra DMA alignment codeMichał Mirosław2023-10-021-27/+18
* | usb: chipidea: Fix DMA overwrite for TegraMichał Mirosław2023-10-021-3/+4
* | usb: dwc3: core: configure TX/RX threshold for DWC3_IPStanley Chang2023-10-022-36/+137
* | usb: dwc3: add Realtek DHC RTD SoC dwc3 glue layer driverStanley Chang2023-10-023-0/+487
* | usb: typec: intel_pmc_mux: Configure Displayport Alternate mode 2.1Utkarsh Patel2023-10-021-0/+24
* | usb: typec: Add Displayport Alternate Mode 2.1 SupportUtkarsh Patel2023-10-023-4/+7
* | usb: gadget: uvc: rework pump worker to avoid while loopMichael Grzeschik2023-10-021-6/+14
* | usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik2023-10-021-0/+6
* | usb: gadget: uvc: stop pump thread on video disableMichael Grzeschik2023-10-021-1/+7
* | usb: gadget: udc: Handle gadget_connect failure during bind operationKrishna Kurapati2023-10-021-4/+15
* | usb: dwc2: fix possible NULL pointer dereference caused by driver concurrencyJia-Ju Bai2023-10-021-1/+1
* | usb: typec: drop check because i2c_unregister_device() is NULL safeWolfram Sang2023-10-021-2/+1
* | usb: typec: tcpci_rt1711h: Drop CONFIG_OF ifdefferyBiju Das2023-10-021-3/+2
* | usb: typec: tcpci_rt1711h: Add enable_pd30_extended_message variable to struc...Biju Das2023-10-021-1/+3
* | usb: typec: tcpci_rt1711h: Add rxdz_sel variable to struct rt1711h_chip_infoBiju Das2023-10-021-4/+3
* | usb: typec: tcpci_rt1711h: Convert enum->pointer for data in the match tablesBiju Das2023-10-021-9/+21
* | usb: typec: tcpci_rt1711h: Remove trailing comma in the terminator entry for ...Biju Das2023-10-021-2/+2
* | usb: xhci: Move extcaps related macros to respective header fileKrishna Kurapati2023-10-022-27/+27
* | usb: typec: intel_pmc_mux: enable sysfs usb role accessUday M Bhat2023-10-021-0/+1
* | usb: musb: dsps: Fix vbus vs tps65217-charger irq conflictGrant B Adams2023-10-021-1/+1
|/
* usb: typec: ucsi: Fix NULL pointer dereferenceHeikki Krogerus2023-09-111-0/+3
* Merge tag 'mips_6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2023-09-071-0/+2
|\
* \ Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-014-14/+12
|\ \
| * \ Merge commit b320441c04c9 ("Merge tag 'tty-6.5-rc7' of git://git.kernel.org/p...Greg Kroah-Hartman2023-08-208-13/+74
| |\ \
| * | | tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)2023-08-114-8/+10
| * | | tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)2023-08-112-2/+2
| * | | tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)2023-08-114-8/+4
* | | | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-09-01166-1123/+4779
|\ \ \ \
| * \ \ \ Merge tag 'usb-serial-6.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2023-08-272-1/+95
| |\ \ \ \
| | * | | | USB: serial: option: add FOXCONN T99W368/T99W373 productSlark Xiao2023-08-231-0/+4
| | * | | | USB: serial: option: add Quectel EM05G variant (0x030e)Martin Kohn2023-08-231-0/+3
| | * | | | USB: serial: xr: add TIOCGRS485 and TIOCSRS485 ioctlsJarkko Sonninen2023-07-201-1/+88
| | | |_|/ | | |/| |
| * | | | tcpm: Avoid soft reset when partner does not support get_statusBadhri Jagan Sridharan2023-08-231-0/+7
| * | | | usb: typec: tcpm: reset counter when enter into unattached state after try roleXu Yang2023-08-231-0/+3
| * | | | usb: typec: tcpm: set initial svdm version based on pd revisionRD Babiera2023-08-231-4/+31
| * | | | usb: dwc2: add pci_device_id driver_data parse supportYinbo Zhu2023-08-223-14/+40
| * | | | usb: gadget: remove max support speed info in bind operationLinyu Yuan2023-08-2210-29/+10
| * | | | usb: gadget: composite: cleanup function config_ep_by_speed_and_alt()Linyu Yuan2023-08-221-20/+14
| * | | | usb: gadget: config: remove max speed check in usb_assign_descriptors()Linyu Yuan2023-08-221-5/+3
| * | | | usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan2023-08-223-75/+51
| * | | | usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan2023-08-221-9/+1
| * | | | usb: gadget: add a inline function gether_bitrate()Linyu Yuan2023-08-224-44/+18
| * | | | usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan2023-08-224-11/+10
| * | | | usb: dwc3: exynos: Add support for Exynos850 variantSam Protsenko2023-08-221-0/+9
| * | | | usb: gadget: udc-xilinx: fix incorrect type in assignment warningPiyush Mehta2023-08-221-1/+1
| * | | | usb: gadget: udc-xilinx: fix cast from restricted __le16 warningPiyush Mehta2023-08-221-3/+3
| * | | | usb: gadget: udc-xilinx: fix restricted __le16 degrades to integer warningPiyush Mehta2023-08-221-8/+10