summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: configfs: Make check_user_usb_string() staticChristophe JAILLET2024-08-131-1/+1
* usb: common: Use helper function for_each_node_with_property()Zhang Zekun2024-08-131-4/+3
* usb: musb: poll ID pin status in dual-role mode in mpfs glue layerValentina Fernandez2024-08-131-24/+136
* usb: gadget: f_uac2: Expose all string descriptors through configfs.Chris Wulff2024-08-132-18/+77
* usb: phy: mxs: enable weak 1p1 regulator for imx6ul during suspendXu Yang2024-08-131-4/+28
* usb: phy: mxs: add wakeup enable for imx7ulpXu Yang2024-08-131-2/+39
* usb: phy: mxs: keep USBPHY2's clk always onXu Yang2024-08-131-7/+26
* usb: phy: mxs: enable regulator phy-3p0 to improve signal qualiltyXu Yang2024-08-131-0/+26
* usb: typec: tcpm/tcpci_maxim: fix non-contaminant CC handlingAndré Draszik2024-08-133-7/+27
* Merge 6.11-rc3 into usb-nextGreg Kroah-Hartman2024-08-12241-1536/+2854
|\
| * Merge tag 'irq-urgent-2024-08-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-08-112-8/+26
| |\
| | * irqchip/riscv-aplic: Retrigger MSI interrupt on source configurationYong-Xuan Wang2024-08-101-7/+25
| | * irqchip/xilinx: Fix shift out of boundsRadhey Shyam Pandey2024-08-101-1/+1
| * | Merge tag 'usb-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-08-1120-59/+118
| |\ \
| | * | usb: typec: ucsi: Fix a deadlock in ucsi_send_command_common()Heikki Krogerus2024-08-071-7/+4
| | * | usb: typec: tcpm: avoid sink goto SNK_UNATTACHED state if not received source...Xu Yang2024-08-071-1/+1
| | * | usb: gadget: f_fs: pull out f->disable() from ffs_func_set_alt()Tudor Ambarus2024-08-071-14/+22
| | * | usb: gadget: f_fs: restore ffs_func_disable() functionalityTudor Ambarus2024-08-071-3/+3
| | * | Merge tag 'usb-serial-6.11-rc2' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2024-08-071-0/+7
| | |\ \
| | | * | USB: serial: debug: do not echo input by defaultMarek Marczykowski-Górecki2024-07-311-0/+7
| | * | | usb: typec: tipd: Delete extra semi-colonHarshit Mogalapalli2024-07-311-1/+1
| | * | | usb: typec: tipd: Fix dereferencing freeing memory in tps6598x_apply_patch()Harshit Mogalapalli2024-07-311-1/+1
| | * | | usb: gadget: u_serial: Set start_delayed during suspendPrashanth K2024-07-311-0/+1
| | * | | usb: typec: tcpci: Fix error code in tcpci_check_std_output_cap()Dan Carpenter2024-07-311-1/+1
| | * | | usb: typec: fsa4480: Check if the chip is really thereKonrad Dybcio2024-07-311-0/+14
| | * | | usb: gadget: core: Check for unset descriptorChris Wulff2024-07-311-6/+4
| | * | | usb: vhci-hcd: Do not drop references before new references are gainedOliver Neukum2024-07-311-3/+6
| | * | | usb: gadget: u_audio: Check return codes from usb_ep_enable and config_ep_by_...Chris Wulff2024-07-311-8/+34
| | * | | usb: gadget: midi2: Fix the response for FB info with block 0xffTakashi Iwai2024-07-311-6/+15
| | * | | Merge tag 'usb-serial-6.11-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2024-07-319-13/+9
| | |\ \ \ | | | |/ / | | |/| |
| | | * | USB: serial: garmin_gps: use struct_size() to allocate pktJavier Carrasco2024-07-051-2/+1
| | | * | USB: serial: garmin_gps: annotate struct garmin_packet with __counted_byJavier Carrasco2024-07-051-1/+1
| | | * | USB: serial: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-057-0/+7
| | | * | USB: serial: spcp8x5: remove unused struct 'spcp8x5_usb_ctrl_arg'Dr. David Alan Gilbert2024-07-051-10/+0
| * | | | Merge tag 'tty-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-08-113-23/+30
| |\ \ \ \
| | * | | | tty: vt: conmakehash: cope with abs_srctree no longer in envMax Krummenacher2024-07-311-13/+7
| | * | | | serial: sc16is7xx: fix invalid FIFO access with special register setHugo Villeneuve2024-07-311-0/+4
| | * | | | serial: sc16is7xx: fix TX fifo corruptionHugo Villeneuve2024-07-311-10/+11
| | * | | | serial: core: check uartclk for zero to avoid divide by zeroGeorge Kennedy2024-07-311-0/+8
| | |/ / /
| * | | | Merge tag 'driver-core-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-08-112-5/+12
| |\ \ \ \
| | * | | | driver core: Fix uevent_show() vs driver detach raceDan Williams2024-07-312-5/+12
| | |/ / /
| * | | | Merge tag 'char-misc-6.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-08-1115-67/+81
| |\ \ \ \
| | * | | | spmi: pmic-arb: add missing newline in dev_err format stringsDavid Collins2024-07-311-4/+4
| | * | | | spmi: pmic-arb: Pass the correct of_node to irq_domain_add_treeKonrad Dybcio2024-07-311-2/+1
| | * | | | binder_alloc: Fix sleeping function called from invalid contextMukesh Ojha2024-07-311-1/+1
| | * | | | binder: fix descriptor lookup for context managerCarlos Llamas2024-07-312-24/+13
| | * | | | char: add missing NetWinder MODULE_DESCRIPTION() macrosJeff Johnson2024-07-313-0/+3
| | * | | | misc: mrvl-cn10k-dpi: add PCI_IOV dependencyArnd Bergmann2024-07-311-1/+1
| | * | | | eeprom: ee1004: Fix locking issues in ee1004_probe()Armin Wolf2024-07-311-34/+51
| | * | | | fsi: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-07-316-1/+7
| | |/ / /