summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2021-09-18usb: host: fotg210: fix the actual_length of an iso packetKelly Devilliv2-8/+2
2021-09-18usb: host: fotg210: fix the endpoint's transactional opportunities calculationKelly Devilliv1-19/+17
2021-09-15usb: bdc: Fix a resource leak in the error handling path of 'bdc_probe()'Christophe JAILLET1-14/+13
2021-09-15usb: bdc: Fix an error handling path in 'bdc_probe()' when no suitable DMA co...Christophe JAILLET1-1/+2
2021-09-15usb: ehci-orion: Handle errors of clk_prepare_enable() in probeEvgeny Novikov1-2/+6
2021-09-15usb: gadget: mv_u3d: request_irq() after initializing UDCNadezda Lutovinova1-9/+10
2021-09-15usb: phy: tahvo: add IRQ checkSergey Shtylyov1-1/+3
2021-09-15usb: host: ohci-tmio: add IRQ checkSergey Shtylyov1-0/+3
2021-09-15usb: gadget: udc: renesas_usb3: Fix soc_device_match() abuseGeert Uytterhoeven1-10/+7
2021-09-15usb: phy: twl6030: add IRQ checksSergey Shtylyov1-0/+5
2021-09-15usb: phy: fsl-usb: add IRQ checkSergey Shtylyov1-0/+2
2021-09-15usb: gadget: udc: s3c2410: add IRQ checkSergey Shtylyov1-0/+4
2021-09-15usb: gadget: udc: at91: add IRQ checkSergey Shtylyov1-1/+3
2021-09-15usb: dwc3: qcom: add IRQ checkSergey Shtylyov1-0/+4
2021-09-15usb: dwc3: meson-g12a: add IRQ checkSergey Shtylyov1-0/+2
2021-09-12xhci: fix unsafe memory usage in xhci tracingMathias Nyman3-30/+36
2021-09-12xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman4-23/+27
2021-09-12usb: mtu3: fix the wrong HS mult valueChunfeng Yun1-4/+2
2021-09-12usb: mtu3: use @mult for HS isoc or intrChunfeng Yun1-1/+1
2021-09-12usb: mtu3: restore HS function when set SS/SSPChunfeng Yun1-1/+3
2021-09-12usb: gadget: tegra-xudc: fix the wrong mult value for HS isoc or intrChunfeng Yun1-2/+2
2021-09-12usb: host: xhci-rcar: Don't reload firmware after the completionYoshihiro Shimoda1-0/+7
2021-09-12USB: serial: mos7720: improve OOM-handling in read_mos_reg()Tom Rix1-1/+3
2021-09-03usb: typec: ucsi: Clear pending after acking connector changeBjorn Andersson1-1/+1
2021-09-03usb: typec: ucsi: Work around PPM losing change informationBenjamin Berg2-20/+107
2021-09-03usb: typec: ucsi: acpi: Always decode connector change informationBenjamin Berg1-2/+3
2021-09-03usb: gadget: u_audio: fix race condition on endpoint stopJerome Brunet1-3/+2
2021-09-03usb: dwc3: gadget: Stop EP0 transfers during pullup disableWesley Cheng1-4/+3
2021-09-03usb: dwc3: gadget: Fix dwc3_calc_trbs_left()Thinh Nguyen1-8/+8
2021-09-03usb: renesas-xhci: Prefer firmware loading on unknown ROM stateTakashi Iwai1-12/+23
2021-09-03USB: serial: option: add new VID/PID to support Fibocom FG150Zhengjun Zhang1-0/+2
2021-09-03Revert "USB: serial: ch341: fix character loss at high transfer rates"Johan Hovold1-1/+0
2021-08-26USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-08-26USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern1-0/+6
2021-08-15USB:ehci:fix Kunpeng920 ehci hardware problemLongfang Liu1-0/+3
2021-08-12usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko1-1/+5
2021-08-12usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso1-2/+2
2021-08-12usb: host: ohci-at91: suspend/resume ports after/before OHCI accessesClaudiu Beznea1-4/+5
2021-08-12usb: gadget: f_hid: idle uses the highest byte for durationMaxim Devaev1-1/+1
2021-08-12usb: gadget: f_hid: fixed NULL pointer dereferencePhil Elwell1-6/+20
2021-08-12usb: gadget: f_hid: added GET_IDLE and SET_IDLE handlersMaxim Devaev1-0/+18
2021-08-12usb: cdns3: Fixed incorrect gadget statePawel Laszczak1-0/+1
2021-08-12usb: gadget: remove leaked entry from udc driver listZhang Qilong1-4/+10
2021-08-12usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng1-0/+11
2021-08-12USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer2-0/+4
2021-08-12USB: serial: ch341: fix character loss at high transfer ratesWilly Tarreau1-0/+1
2021-08-12USB: serial: option: add Telit FD980 composition 0x1056Daniele Palmas1-0/+2
2021-08-12USB: usbtmc: Fix RCU stall warningQiang.zhang1-8/+1
2021-07-28xhci: add xhci_get_virt_ep() helperMathias Nyman2-14/+47
2021-07-28usb: ehci: Prevent missed ehci interrupts with edge-triggered MSIDavid Jeffery1-4/+14