USB for Linux
[Prev Page][Next Page]
- Re: [RESEND PATCH v3 4/4] usb: musb: dsps, use devm_kzalloc, (continued)
- [GIT pull for 3.14 v3] xhci streams and uas fixes + usbfs streams support,
Hans de Goede
- [finished PATCH 01/21] ohci: remove conditional compilation,
oliver
- [finished PATCH 02/21] ohci: kill ohci_vdbg, oliver
- [finished PATCH 03/21] ohci:always register debug files, oliver
- [finished PATCH 04/21] ohci: no conditional debugging in root hub hadling, oliver
- [finished PATCH 05/21] ehci: no conditional compilation for interestingness, oliver
- [finished PATCH 07/21] fotg210: remove conditional compilation, oliver
- [finished PATCH 06/21] ehci: Remove debugging at every interrupt, oliver
- [finished PATCH 08/21] fotg210: always compile the support for debugfs, oliver
- [finished PATCH 09/21] fotg210: change dbg_port() to evaluate parameters only if needed, oliver
- [finished PATCH 10/21] fotg210: remove conditional compilation, oliver
- [finished PATCH 11/21] fotg210: kill fotg210_vdbg(), oliver
- [finished PATCH 14/21] uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUG, oliver
- [finished PATCH 13/21] uhci: change dependency for debug parameter, oliver
- [finished PATCH 15/21] fusbh200: unconditionally compile debugging helpers, oliver
- [finished PATCH 17/21] fusbh200: always compile debugfs support, oliver
- [finished PATCH 16/21] fusb200h: don't log on every interrupt, oliver
- [finished PATCH 18/21] fusb200h: always compile in debugfs support, oliver
- [finished PATCH 19/21] fusbh200: kill fusbh200_vdbg, oliver
- [finished PATCH 12/21] fusbh200: always build debugfs support, oliver
- [finished PATCH 21/21] USB: kill #undef VERBOSE_DEBUG, oliver
- [finished PATCH 20/21] usb: kill DEBUG compile option, oliver
- DT: ISP1504 init ulpi hook to phy-generic, Chris Ruehl
- [PATCH] usb: gadget: fix pxa25x compilation problems, Linus Walleij
- [PATCH] fsl/usb: Set dma_ops for FSL USB Gadget Device, Suresh Gupta
- [PATCH] fsl/usb: Add FSL USB Gadget entry in platform device id, Suresh Gupta
- [PATCH] Fix wrong pointer when remap UTMI pad, Chris Ruehl
- phy-tegra-usb.c: wrong pointer check for remap UTMI,
Chris Ruehl
- Check device use before detaching?,
Luke-Jr
- [PATCH v5 00/17] add COMMON_CLK support for PowerPC MPC512x,
Gerhard Sittig
- [PATCH] usbkbd.c: trivial typo ('released' -> 'pressed'),
Adam Cozzette
- [PATCH] USB: chipidea: i.MX: Probe usbmisc early,
Marek Vasut
- [GIT pull for 3.14 v2] xhci streams and uas fixes + usbfs streams support,
Hans de Goede
- [RFC 14/23] USB: ehci-omap: raw read and write endian fix,
Taras Kondratiuk
- [RFC 15/23] usb: musb: raw read and write endian fix,
Taras Kondratiuk
- Issues with VIA USB 3.0 controller on PCI-3 1x card and linux 3.11.7,
Philip Prindeville
- [PATCH] usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix(), Jack Pham
- [PATCH 27/31] USB: EHCI: tegra: use reset framework,
Stephen Warren
- [PATCH] USB: phy-generic: fix nop xceiv probe,
Aaro Koskinen
- some question about EXDEV status in period schedule,
yoma sophian
- musb lockup on am335x,
Mika Penttilä
[GIT pull for 3.14] xhci streams and uas fixes + usbfs streams support,
Hans de Goede
- [PATCH 01/68] xhci: fix usb3 streams, Hans de Goede
- [PATCH 02/68] xhci: Free streams when they are still allocated on a set_interface call, Hans de Goede
- [PATCH 03/68] xhci: Check size rather then number of streams when allocating stream ctxs, Hans de Goede
- [PATCH 04/68] xhci: For streams the css flag most be read from the stream-ctx on ep stop, Hans de Goede
- [PATCH 05/68] xhci: Set SCT field for Set TR dequeue on streams, Hans de Goede
- [PATCH 06/68] xhci: For streams the dequeue ptr must be read from the stream ctx, Hans de Goede
- [PATCH 07/68] xhci: use usb_ss_max_streams in xhci_check_streams_endpoint, Hans de Goede
- [PATCH 08/68] xhci: Remove segments from radix tree on failed insert., Hans de Goede
- [PATCH 09/68] usb-core: Fix usb_free_streams return value documentation, Hans de Goede
- [PATCH 10/68] usb-core: Move USB_MAXENDPOINTS definitions to usb.h, Hans de Goede
- [PATCH 11/68] usb-core: Track if an endpoint has streams, Hans de Goede
- [PATCH 12/68] usb-core: Free bulk streams on interface release, Hans de Goede
- [PATCH 13/68] usbfs: Kill urbs on interface before doing a set_interface, Hans de Goede
- [PATCH 14/68] usbfs: proc_do_submiturb use a local variable for number_of_packets, Hans de Goede
- [PATCH 15/68] usbfs: Add support for bulk stream ids, Hans de Goede
- [PATCH 16/68] usbfs: Add ep_to_host_endpoint helper function, Hans de Goede
- [PATCH 18/68] uas: properly reinitialize in uas_eh_bus_reset_handler, Hans de Goede
- [PATCH 17/68] usbfs: Add support for allocating / freeing streams, Hans de Goede
- [PATCH 19/68] uas: make work list per-device, Hans de Goede
- [PATCH 20/68] uas: add dead request list, Hans de Goede
- [PATCH 21/68] uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE(), Hans de Goede
- [PATCH 22/68] uas: Urbs must be anchored before submitting them, Hans de Goede
- [PATCH 24/68] uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs, Hans de Goede
- [PATCH 25/68] uas: uas_alloc_cmd_urb: drop unused stream_id parameter, Hans de Goede
- [PATCH 26/68] uas: Fix uas not working when plugged into an ehci port, Hans de Goede
- [PATCH 29/68] uas: s/response_ui/response_iu/, Hans de Goede
- [PATCH 28/68] uas: Fix reset handling for externally triggered reset, Hans de Goede
- [PATCH 30/68] uas: Fix response iu struct definition, Hans de Goede
- [PATCH 31/68] uas: Pack iu struct definitions, Hans de Goede
- [PATCH 32/68] uas: Use proper packet size when submitting reponse urbs, Hans de Goede
- [PATCH 33/68] uas: Use all available stream ids, Hans de Goede
- [PATCH 34/68] uas: Add a uas_find_uas_alt_setting helper function, Hans de Goede
- [PATCH 36/68] xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0, Hans de Goede
- [PATCH 37/68] xhci: The trb_address_map radix tree expects 1KB segment memory aligment, Hans de Goede
- [PATCH 38/68] xhci: Handle MaxPSASize == 0, Hans de Goede
- [PATCH 35/68] uas: Move uas detect code to uas-detect.h, Hans de Goede
- [PATCH 27/68] uas: Fix reset locking, Hans de Goede
- [PATCH 23/68] uas: Properly set interface to altsetting 0 on probe failure, Hans de Goede
- [PATCH 39/68] usb: Clear host_endpoint->streams when implicitly freeing streams, Hans de Goede
- [PATCH 40/68] usb: Reset USB-3 devices on USB-3 link bounce, Hans de Goede
- [PATCH 41/68] uas: Add the posibilty to blacklist uas devices from using the uas driver, Hans de Goede
- [PATCH 42/68] uas: Add a usbcore.nouas kernel cmdline option, Hans de Goede
- [PATCH 43/68] usb-storage: Don't bind to uas devices if the uas driver is enabled, Hans de Goede
- [PATCH 44/68] uas: Add uas_find_endpoints() helper function, Hans de Goede
- [PATCH 45/68] uas: Fix bounds check in uas_find_endpoints, Hans de Goede
- [PATCH 46/68] uas: Move uas_find_endpoints to uas-detect.h, Hans de Goede
- [PATCH 47/68] uas: Verify endpoint descriptors from uas_use_uas_driver(), Hans de Goede
- [PATCH 48/68] uas: Not being able to alloc streams when connected through usb-3 is an error, Hans de Goede
- [PATCH 49/68] uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb, Hans de Goede
- [PATCH 50/68] uas: Don't allow more then one task to run at the same time, Hans de Goede
- [PATCH 52/68] uas: Add suspend/resume support, Hans de Goede
- [PATCH 51/68] uas: Use GFP_NOIO rather then GFP_ATOMIC where possible, Hans de Goede
- [PATCH 53/68] uas: Reset device on reboot, Hans de Goede
- [PATCH 54/68] uas: Fix task-management not working when connected over USB-2, Hans de Goede
- [PATCH 55/68] uas: uas_alloc_data_urb: Remove unnecessary use_streams check, Hans de Goede
- [PATCH 56/68] uas: Properly complete inflight commands on bus-reset or disconnect, Hans de Goede
- [PATCH 57/68] uas: add uas_mark_cmd_dead helper function, Hans de Goede
- [PATCH 58/68] uas: cmdinfo: use only one list head, Hans de Goede
- [PATCH 59/68] uas: Fix command / task mgmt submission racing with disconnect, Hans de Goede
- [PATCH 60/68] uas: Fix memory management, Hans de Goede
- [PATCH 61/68] uas: Clear cmdinfo on command queue-ing, Hans de Goede
- [PATCH 62/68] uas: Use the right error codes for different kinds of errors, Hans de Goede
- [PATCH 64/68] uas: Add some data in/out ready iu sanity checks, Hans de Goede
- [PATCH 63/68] uas: Improve error reporting, Hans de Goede
- [PATCH 66/68] uas: remove BROKEN, Hans de Goede
- [PATCH 68/68] uas: Remove comment about registering a uas scsi controller for each usb bus, Hans de Goede
- [PATCH 67/68] uas: Add Hans de Goede as uas maintainer, Hans de Goede
- [PATCH 65/68] uas: Make sure sg elements are properly aligned, Hans de Goede
[RFCv5-corrected subject] USB: kill #undef VERBOSE_DEBUG,
oliver
[PATCH v2] usb: ohci-pxa27x: include linux/dma-mapping.h, Daniel Mack
[RFCv5] kill #undef OHCI_VERBOSE_DEBUG,
oliver
[RFCv5 01/21] ohci: remove conditional compilation,
oliver
- [RFCv5 03/21] ohci:always register debug files, oliver
- [RFCv5 02/21] ohci: kill ohci_vdbg, oliver
- [RFCv5 04/21] ohci: no conditional debugging in root hub hadling, oliver
- [RFCv5 05/21] ehci: no conditional compilation for interestingness, oliver
- [RFCv5 07/21] fotg210: remove conditional compilation, oliver
- [RFCv5 06/21] ehci: Remove debugging at every interrupt, oliver
- [RFCv5 09/21] fotg210: change dbg_port() to evaluate parameters only if needed, oliver
- [RFCv5 08/21] fotg210: always compile the support for debugfs, oliver
- [RFCv5 11/21] fotg210: kill fotg210_vdbg(), oliver
- [RFCv5 10/21] fotg210: remove conditional compilation, oliver
- [RFCv5 13/21] uhci: change dependency for debug parameter, oliver
- [RFCv5 14/21] uhci: compile debugfs conditional on CONFIG_DYNAMIC_DEBUG || DEBUG, oliver
- [RFCv5 15/21] fusbh200: unconditionally compile debugging helpers, oliver
- [RFCv5 19/21] fusbh200: kill fusbh200_vdbg, oliver
- [RFCv5 18/21] fusb200h: always compile in debugfs support, oliver
- [RFCv5 16/21] fusb200h: don't log on every interrupt, oliver
- [RFCv5 17/21] fusbh200: always compile debugfs support, oliver
- [RFCv5 20/21] usb: kill DEBUG compile option, oliver
- [RFCv5 12/21] fusbh200: always build debugfs support, oliver
- [RFCv5 21/21] kill #undef OHCI_VERBOSE_DEBUG, oliver
- Re: [RFCv5 01/21] ohci: remove conditional compilation, Alan Stern
[PATCH 1/2] PM / Runtime: Fix error path for prepare,
Ulf Hansson
[PATCH] staging: dwc2: do not clear pending interrupts twice,
Julien DELACOU
Testing glue layer for DWC3 device controller,
Amit Virdi
xhci: complete USB freeze, dezifit
[PATCH] usb: ohci-pxa27x: include linux/dma-mapping.h,
Daniel Mack
[PATCH 0/3] usb: phy: generic: fix for dwc3-pci,
Heikki Krogerus
[PATCH net v3 0/4] r8152 bug fixes,
Hayes Wang
Query: DWC3: PHY Suspend bit behavior,
Pratyush Anand
[RFC v2 0/4] remove unnecessary code related to MMIO reads/writes,
Xenia Ragiadakou
[RFC v2] xhci: remove conversion from generic to pci device in xhci_mem.c,
Xenia Ragiadakou
[RFC v2] xhci: fix incorrect type in assignment in xhci_address_device(),
Xenia Ragiadakou
[PATCH v2] Move DWC2 driver out of staging,
Paul Zimmerman
[PATCH] Move DWC2 driver out of staging, Paul Zimmerman
[PATCH v3] chipidea: ci_hdrc_imx: Allow handling the clock for an external USB hub,
Fabio Estevam
[RFCv4 01/24] ohci: remove conditional compilation,
oliver
- [RFCv4 03/24] ohci:always register debug files, oliver
- [RFCv4 04/24] ohci: no conditional debugging in root hub hadling, oliver
- [RFCv4 02/24] ohci: kill ohci_vdbg, oliver
- [RFCv4 05/24] ehci: no conditional compilation for interestingness, oliver
- [RFCv4 07/24] ehci: use new dbg_status() unconditionally, oliver
- [RFCv4 06/24] ehci: convert dbg_status() to dynamic debugging, oliver
- [RFCv4 08/24] fotg210: remove conditional compilation, oliver
- [RFCv4 09/24] fotg210: always compile the support for debugfs, oliver
- [RFCv4 11/24] fotg210: remove conditional compilation, oliver
- [RFCv4 10/24] fotg210: change dbg_port() to evaluate parameters only if needed, oliver
- [RFCv4 13/24] fotg210: kill fotg210_vdbg(), oliver
- [RFCv4 15/24] uhci: change dependency for debug parameter, oliver
- [RFCv4 14/24] fusbh200: always build debugfs support, oliver
- [RFCv4 12/24] fotg210: dbg_status() rewrite for dynamic debug, oliver
- [RFCv4 20/24] fusbh200: always compile debugfs support, oliver
- [RFCv4 18/24] fusbh200: unconditionally compile debugging helpers, oliver
- [RFCv4 23/24] fusbh200: kill fusbh200_vdbg, oliver
- [RFCv4 24/24] usb: kill DEBUG compile option, oliver
- [RFCv4 21/24] uhci: remove conditional compilation, oliver
- [RFCv4 22/24] fusb200h: always compile in debugfs support, oliver
- [RFCv4 19/24] fusb200: dbg_status rewritten for irq, oliver
- [RFCv4 17/24] uhci: announce number of new ports by dev_dbg, oliver
- [RFCv4 16/24] uhci: compile debugfs conditional on DYNAMIC_DEBUG || DEBUG, oliver
- Re: [RFCv4 01/24] ohci: remove conditional compilation, Alan Stern
some question about mon binary,
vichy
chipidea on mx28-evk: irq 237: nobody cared,
Marc Kleine-Budde
[RFCv2] uhci: remove conditional compilation, oliver
[RFCv2] fusbh200: always compile debugfs support, oliver
[PATCH v2] chipidea: ci_hdrc_imx: Allow handling the clock for an USB phy/hub,
Fabio Estevam
[RFCv2 1/3] uhci: change dependency for debug parameter,
oliver
[patch] usb: gadget: update some out of date comments,
Dan Carpenter
[PATCH V3] usbnet: fix race condition caused spinlock bad magic issue,
wangbiao
[PATCH 1/2] chipidea: ci_hdrc_imx: Allow handling the clock for an USB phy/hub,
Fabio Estevam
[RFC 1/2] uhci: change dependency for debug parameter,
oliver
[PATCH] usb: xhci: Rename xhci_queue_xxx_tx() to xhci_queue_xxx_urb(),
David Laight
[RFC PATCH] PM / Runtime: Allow to inactivate devices during system suspend,
Ulf Hansson
converting uhci to full dynamic debug,
Oliver Neukum
[PATCH 1/2] usb: usbtest: update bos test coverage to usb 2.1 device,
Huang Rui
[RFC 01/14] ohci: remove conditional compilation,
oliver
- [RFC 02/14] ohci: kill ohci_vdbg, oliver
- [RFC 05/14] ehci: no conditional compilation for interestingness, oliver
- [RFC 06/14] ehci: convert dbg_status() to dynamic debugging, oliver
- [RFC 03/14] ohci:always register debug files, oliver
- [RFC 08/14] fotg210: remove conditional compilation, oliver
- [RFC 11/14] fotg210: remove conditional compilation, oliver
- [RFC 10/14] fotg210: change dbg_port() to evaluate parameters only if needed, oliver
- [RFC 04/14] ohci: no conditional debugging in root hub hadling, oliver
- [RFC 09/14] fotg210: always compile the support for debugfs, oliver
- [RFC 07/14] ehci: use new dbg_status() unconditionally, oliver
- [RFC 12/14] fotg210: dbg_status() rewrite for dynamic debug, oliver
- [RFC 13/14] fotg210: kill fotg210_vdbg(), oliver
- [RFC 14/14] fusbh200: always build debugfs support, oliver
[PATCH v2] usb: xhci: Add support for URB_ZERO_PACKET,
David Laight
[PATCH] net: cdc_ncm: cleanup a type issue in cdc_ncm_setup(),
Dan Carpenter
[PATCH V2] usbnet: fix race condition caused spinlock bad magic issue,
wangbiao
[PATCH v5 00/17] ARM: at91: move to common clk framework,
Boris BREZILLON
- [PATCH v5 02/17] ARM: at91: add Kconfig options for common clk support, Boris BREZILLON
- [PATCH v5 01/17] ARM: at91: move at91_pmc.h to include/linux/clk/at91_pmc.h, Boris BREZILLON
- [PATCH v5 03/17] clk: at91: add PMC base support, Boris BREZILLON
- [PATCH v5 04/17] clk: at91: add PMC macro file for dt definitions, Boris BREZILLON
- [PATCH v5 06/17] clk: at91: add PMC pll clocks, Boris BREZILLON
- [PATCH v5 07/17] clk: at91: add PMC master clock, Boris BREZILLON
- [PATCH v5 05/17] clk: at91: add PMC main clock, Boris BREZILLON
- [PATCH v5 08/17] clk: at91: add PMC system clocks, Boris BREZILLON
- [PATCH v5 09/17] clk: at91: add PMC peripheral clocks, Boris BREZILLON
- [PATCH v5 10/17] clk: at91: add peripheral clk macros for peripheral clk dt bindings, Boris BREZILLON
- [PATCH v5 11/17] clk: at91: add PMC programmable clocks, Boris BREZILLON
- [PATCH v5 12/17] clk: at91: add PMC utmi clock, Boris BREZILLON
- [PATCH v5 13/17] clk: at91: add PMC usb clock, Boris BREZILLON
- [PATCH v5 14/17] clk: at91: add PMC smd clock, Boris BREZILLON
- [PATCH v5 15/17] dt: binding: add at91 clks dt bindings documentation, Boris BREZILLON
- [PATCH v5 17/17] ARM: at91: add new compatible strings for pmc driver, Boris BREZILLON
- [PATCH v5 16/17] ARM: at91: move pit timer to common clk framework, Boris BREZILLON
- Re: [PATCH v5 00/17] ARM: at91: move to common clk framework, Mike Turquette
[PATCH v6 0/5] add gadget quirk to adapt f_fs for DWC3,
David Cohen
[Index of Archives]
[Linux USB Devel (old)]
[Big List of Linux Books]
[Linux Input]
[Linux SCSI]
[Yosemite Forum]