linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 07:46:35 to 2020-07-06 14:20:56 UTC [more...]

[PATCH 00/32] Fix the final bunch of W=1 issues in USB
 2020-07-06 14:20 UTC  (36+ messages)
` [PATCH 01/32] usb: misc: legousbtower: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 02/32] usb: chipidea: ci_hdrc_pci: Fix improper use of kerneldoc format
` [PATCH 03/32] usb: gadget: legacy: printer: Remove unused variable 'driver_desc'
` [PATCH 04/32] usb: gadget: udc: amd5536udc_pci: Remove unused variable 'mod_desc'
` [PATCH 05/32] usb: gadget: function: u_ether: Downgrade kerneldoc headers which to not make the mark
` [PATCH 06/32] usb: gadget: udc: pxa27x_udc: Fix a bunch of kerneldoc issues
` [PATCH 07/32] usb: misc: legousbtower: Demote function header which is clearly not kerneldoc
` [PATCH 08/32] usb: typec: tcpm: tcpm: Remove dangling unused 'struct tcpm_altmode_ops'
` [PATCH 09/32] usb: gadget: udc: atmel_usba_udc: Remove set but unused variable 'pp'
` [PATCH 10/32] usb: gadget: legacy: nokia: Remove unused static variable 'product_nokia'
` [PATCH 11/32] usb: gadget: function: f_fs: Demote function header which is clearly not kerneldoc
` [PATCH 12/32] usb: gadget: udc: lpc32xx_udc: Staticify 2 local functions
` [PATCH 13/32] usb: host: r8a66597-hcd: Remove set, then over-written, but never used variable 'tmp'
` [PATCH 14/32] usb: gadget: udc: mv_udc_core: Remove unused static const variable 'driver_desc'
` [PATCH 15/32] usb: gadget: udc: pch_udc: Fix a plethora of function documentation related issues
` [PATCH 16/32] usb: host: imx21-hcd: Demote function header which is clearly not kerneldoc
` [PATCH 17/32] usb: host: ehci-fsl: Fix incorrectly named function argument
` [PATCH 18/32] usb: host: fotg210-hcd: Remove unused variable 'hcc_params'
` [PATCH 19/32] usb: gadget: function: u_uac1_legacy: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 20/32] usb: host: bcma-hcd: "
` [PATCH 21/32] usb: host: fotg210-hcd: "
` [PATCH 22/32] usb: gadget: udc: mv_u3d_core: Remove unused static const 'driver_desc'
` [PATCH 23/32] usb: gadget: udc: max3420_udc: Remove set, but never checked variable 'addr'
` [PATCH 24/32] usb: typec: ucsi: ucsi: Staticify and stop export of ucsi_init()
` [PATCH 25/32] usb: early: ehci-dbgp: Remove set but never checked variable 'ret'
` [PATCH 26/32] usb: early: xhci-dbc: Supply missing 'xhci-dbgp.h' headerfile
` [PATCH 27/32] usb: early: xhci-dbc: File headers are not good candidates for kerneldoc
` [PATCH 28/32] usb: host: ehci-platform: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
` [PATCH 29/32] usb: dwc3: dwc3-qcom: "
` [PATCH 30/32] usb: host: fhci-tds: Remove unused variables 'buf' and 'extra_data'
` [PATCH 31/32] usb: host: fhci-sched: Remove unused variable 'td'
` [PATCH 32/32] usb: host: xhci-plat: Do not define 'struct acpi_device_id' when !CONFIG_ACPI

[BUG] XHCI getting ZONE_DMA32 memory > than its bus_dma_limit
 2020-07-06 14:09 UTC  (5+ messages)

INFO: task hung in __do_sys_reboot
 2020-07-06 14:02 UTC 

[PATCH 1/1] usbserial: cp210x - icount support for parity error checking
 2020-07-06 13:59 UTC  (18+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "

[PATCH] usb: core: fix quirks_param_set() writing to a const pointer
 2020-07-06 13:58 UTC  (5+ messages)

[PATCH] usbmon: expose the usbmon structures and constants as an UAPI header
 2020-07-06 13:10 UTC  (11+ messages)
` [PATCH v2] "
` [PATCH v3 1/2] Remove documentation line that adds nothing and sounds condescending
  ` [PATCH v3 2/2] usbmon: expose the usbmon structures and constants as an UAPI header

[PATCH 00/17] Documentation/driver-api: eliminate duplicated words
 2020-07-06 12:50 UTC  (24+ messages)
` [PATCH 01/17] Documentation/driver-api: dmaengine/provider: drop doubled word
` [PATCH 02/17] Documentation/driver-api: firmware/built-in-fw: "
` [PATCH 03/17] Documentation/driver-api: firmware/firmware_cache: "
` [PATCH 04/17] Documentation/driver-api: firmware/direct-fs-lookup: "
` [PATCH 05/17] Documentation/driver-api: firmware/request_firmware: "
` [PATCH 06/17] Documentation/driver-api: generic-counter: "
` [PATCH 07/17] Documentation/driver-api: iio/buffers: "
` [PATCH 08/17] Documentation/driver-api: media/cec-core: "
` [PATCH 09/17] Documentation/driver-api: media/dtv-frontend: "
` [PATCH 10/17] Documentation/driver-api: media/v4l2-dev: "
` [PATCH 11/17] Documentation/driver-api: driver-model/platform: "
` [PATCH 12/17] Documentation/driver-api: ntb: "
` [PATCH 13/17] Documentation/driver-api: nvdimm: "
` [PATCH 14/17] Documentation/driver-api: uio-howto: "
` [PATCH 15/17] Documentation/driver-api: usb/URB: "
` [PATCH 16/17] Documentation/driver-api: media/v4l2-controls: drop doubled words
` [PATCH 17/17] Documentation/driver-api: xillybus: drop doubled word

[PATCH v2] usb: gadget: function: fix missing spinlock in f_uac1_legacy
 2020-07-06 10:31 UTC  (2+ messages)

[PATCH v3 2/2] USB: serial: cp210x: Proper RTS control when buffers fill
 2020-07-06 10:18 UTC  (3+ messages)

[PATCH 0/6] add NXP imx8mp usb support
 2020-07-06  9:56 UTC  (5+ messages)
` [PATCH 1/6] dt-bindings: usb: dwc3: add property to disable xhci 64bit support

[PATCH v2 0/5] add NXP imx8mp usb support
 2020-07-06  9:44 UTC  (6+ messages)
` [PATCH v2 1/5] usb: dwc3: add platform data to dwc3 core device to pass data
` [PATCH v2 2/5] usb: dwc3: add imx8mp dwc3 glue layer driver
` [PATCH v2 3/5] arm64: dtsi: imx8mp: add usb nodes
` [PATCH v2 4/5] arm64: dts: imx8mp-evk: enable usb1 as host mode
` [PATCH v2 5/5] dt-bindings: usb: dwc3-imx8mp: add imx8mp dwc3 glue bindings

[PATCH v2 0/6] USB: serial: ch341: Add support for limited chips (was: Add support for HL340 devices)
 2020-07-06  9:31 UTC  (7+ messages)
` [PATCH v2 6/6] USB: serial: ch341: Simulate break condition if not supported

[PATCH v2] usb: gadget: function: fix missing spinlock in f_uac1_legacy
 2020-07-05  6:24 UTC 

[PATCH] usb: gadget: function: fix missing spinlock in f_uac1_legacy
 2020-07-06  8:01 UTC  (4+ messages)
` 回复: "

[PATCH v3 0/4] Add logic to consolidate TRBs for Synopsys xHC
 2020-07-06  6:43 UTC  (4+ messages)
` [PATCH v3 3/4] usb: dwc3: Add device property sgl-trb-cache-size-quirk

[PATCH] usb: gadget: function: printer: Interface is disabled and returns error
 2020-07-06  5:20 UTC  (2+ messages)
` 回复: "

[PATCH 1/2] usb: host: xhci: avoid calling two contineous times for xhci_suspend
 2020-07-06  4:03 UTC  (8+ messages)
` [PATCH 2/2] usb: host: xhci-plat: add wakeup entry at /sys

I get a new Thunderbolt domain UUID on every boot
 2020-07-05 21:52 UTC 

usbmon structures headers?
 2020-07-05 14:28 UTC  (4+ messages)

[PATCH v4 3/9] usb: cdns3: imx: add glue layer runtime pm implementation
 2020-07-05  7:07 UTC  (2+ messages)

[usb:usb-linus] BUILD SUCCESS 3660d0b8380e7c490a31d2eb669b4c02ccddaf3f
 2020-07-05  4:07 UTC 

Kernel crash during USB device enumeration or MSC mounting
 2020-07-04 18:02 UTC  (7+ messages)

[PATCH 1/3] usb: dwc2: override PHY input signals with usb role switch support
 2020-07-04 17:42 UTC  (2+ messages)

dwc3 inconsistent gadget connection state?
 2020-07-04 14:38 UTC  (9+ messages)

[usb:usb-testing] BUILD SUCCESS 768a0741284315d3a454f5f4e2fa88f62b5abfe9
 2020-07-04 11:19 UTC 

[PATCH v2] usb: gadget: epautoconf: claim smallest endpoints first
 2020-07-04 10:42 UTC  (4+ messages)

[PATCH 00/30] Fix a bunch of W=1 issues in USB
 2020-07-04  6:04 UTC  (12+ messages)
` [PATCH 02/30] usb: host: pci-quirks: Demote function header from kerneldoc to comment block
` [PATCH 11/30] usb: dwc2: gadget: Avoid pointless read of EP control register

[PATCH for-5.8 v2] usb: dwc2: Add missing cleanups when usb_add_gadget_udc() fails
 2020-07-04  5:58 UTC  (2+ messages)

[usb:gregkh] BUILD SUCCESS bae1daa740ab5f427fcf5ddef20a5f5c662a681e
 2020-07-03 20:49 UTC 

[PATCH v4] driver/usb MODULE_DESCRIPTION entries to usb modules
 2020-07-03 20:14 UTC  (3+ messages)

[PATCH 1/2] usb: ohci-omap: Create private state container
 2020-07-03 19:49 UTC  (4+ messages)
` [PATCH 2/2] usb: ohci-omap: Convert to use GPIO descriptors

[PATCH 00/30] Fix a bunch more W=1 issues in USB
 2020-07-03 19:44 UTC  (34+ messages)
` [PATCH 01/30] usb: mtu3: mtu3_debug: Add forward declaration of 'struct ssusb_mtk'
` [PATCH 02/30] usb: host: ohci-s3c2410: Demote obvious misuse of kerneldoc to standard comment block
` [PATCH 03/30] usb: core: ledtrig-usbport: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 04/30] usb: misc: sisusbvga: sisusb_init: Mark all 'static const' arrays as __maybe_unused
` [PATCH 05/30] usb: atm: ueagle-atm: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 06/30] usb: misc: adutux: "
` [PATCH 07/30] usb: chipidea: core: Document hw_port_test_set()'s missing 'ci' argument
` [PATCH 08/30] usb: gadget: udc: core: Fix a bunch of kerneldoc misdemeanours
` [PATCH 09/30] usb: chipidea: otg: Fix kerneldoc issues relating to description of 'ci'
` [PATCH 10/30] usb: chipidea: debug: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 11/30] usb: chipidea: udc: Add missing descriptions for function arg 'ci'
` [PATCH 12/30] usb: chipidea: udc: Help out kerneldoc headers that have tried, demote the others
` [PATCH 13/30] usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block
` [PATCH 14/30] usb: host: xhci-mem: "
` [PATCH 15/30] usb: host: xhci-dbgcap: File headers are not good candidates for kerneldoc
` [PATCH 16/30] usb: host: xhci-dbgtty: "
` [PATCH 17/30] usb: chipidea: udc: Fix a few kerneldoc issues
` [PATCH 18/30] usb: host: xhci-debugfs: Use 'gnu_printf' format notation
` [PATCH 19/30] usb: storage: alauda: Remove set but unchecked variable
` [PATCH 20/30] usb: typec: altmodes: displayport: File headers are not good candidates for kerneldoc
` [PATCH 21/30] usb: typec: altmodes: displayport: Supply missing displayport.h include file
` [PATCH 22/30] usb: typec: tcpm: fusb302: Use 'gnu_printf' format notation
` [PATCH 23/30] usb: chipidea: usbmisc_imx: Demote obvious misuse of kerneldoc to standard comment block
` [PATCH 24/30] usb: misc: iowarrior: Fix odd corruption issue in the file header
` [PATCH 25/30] usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 26/30] usb: gadget: function: u_serial: Repair misdocumented function argument
` [PATCH 27/30] usb: misc: ldusb: Demote obvious misuse of kerneldoc to standard comment blocks
` [PATCH 28/30] usb: musb: musb_dsps: "
` [PATCH 29/30] usb: gadget: usbstring: Repair misspelled function argument 'langid'
` [PATCH 30/30] usb: gadget: udc: dummy_hcd: Repair misspelled function argument 'dummy_hcd'

[PATCH] usb: host: ohci-platform: Disable ohci for rk3288
 2020-07-03 17:08 UTC  (4+ messages)

ERROR Transfer event TRB DMA ptr not part of current TD ep_index 4 comp_code 1
 2020-07-03 16:00 UTC  (8+ messages)

[PATCH] usb: gadget: f_uac2: fix AC Interface Header Descriptor wTotalLength
 2020-07-03 13:49 UTC 

[PATCH] usb: ehci-omap: Drop surplus include
 2020-07-03 13:18 UTC  (2+ messages)

[PATCH v5 0/6] Introduce PMIC based USB type C detection
 2020-07-03 12:52 UTC  (3+ messages)
` [PATCH v5 4/6] regulator: Add support for QCOM PMIC VBUS booster

[Bug 203419] Logitech Group USB audio stopped working in 5.1-rc6
 2020-07-03 11:23 UTC 

gadget: Why do Microsoft OS descriptors need their own USB request?
 2020-07-03  8:57 UTC  (3+ messages)
` [PATCH] usb: gadget: composite: Remove dedicated OS Feature Descriptors request

patch "usb: dwc2: gadget: Do not read GINTMSK2" added to usb-testing
 2020-07-03  8:27 UTC  (2+ messages)

patch "usb: dwc2: gadget: Remove assigned but never used 'maxsize'" added to usb-testing
 2020-07-03  8:24 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).