- a960d1f usb: dwc2: gadget: Fix sending zero length packet in DDMA mode. by Minas Harutyunyan · 3 years, 7 months ago
- 83d8b68 usb: dwc2: Fix gadget DMA unmap direction by Phil Elwell · 3 years, 9 months ago
- e2617b7 usb: dwc2: Make "trimming xfer length" a debug message by Guenter Roeck · 4 years, 1 month ago
- 65be396 usb: dwc2: Abort transaction after errors with unknown reason by Guenter Roeck · 4 years, 1 month ago
- 51fc74c usb: dwc2: Do not update data length if it is 0 on inbound transfers by Guenter Roeck · 4 years, 1 month ago
- 329ad28 usb: dwc2: Fix endpoint direction check in ep_from_windex by Heiko Stuebner · 4 years ago
- 4abb2c6 usb: dwc2: Fix INTR OUT transfers in DDMA mode. by Minas Harutyunyan · 4 years, 4 months ago
- 285b405 usb: dwc2: Fix parameter type in function pointer prototype by Nathan Chancellor · 4 years, 6 months ago
- 8a8841b usb: dwc2: Fix error path in gadget registration by Marek Szyprowski · 4 years, 7 months ago
- 282d6b7 usb: dwc2: Fix shutdown callback in platform by Minas Harutyunyan · 4 years, 8 months ago
- 5d7ab2d usb: dwc2: Postponed gadget registration to the udc class driver by Minas Harutyunyan · 4 years, 8 months ago
- 5c6d306 usb: dwc2: gadget: move gadget resume after the core is in L0 state by Fabrice Gasnier · 4 years, 9 months ago
- 197bdc2 usb: dwc2: Fix IN FIFO allocation by John Keeping · 5 years ago
- 1e5c78f dwc2: gadget: Fix completed transfer size calculation in DDMA by Minas Harutyunyan · 6 years ago
- cff44f3 usb: dwc2: host: Fix wMaxPacketSize handling (fix webcam regression) by Douglas Anderson · 6 years ago
- cc0368d usb: dwc2: Fix DMA cache alignment issues by Martin Schiller · 6 years ago
- 72bc7a2f dwc2: gadget: Fix ISOC IN DDMA PID bitfield value calculation by Minas Harutyunyan · 7 years ago
- 6958ade usb: gadget: dwc2: fix memory leak in gadget_init() by Grigor Tovmasyan · 7 years ago
- a54f591 usb: dwc2: fix isoc split in transfer with no data by William Wu · 7 years ago
- 6a38c8a usb: dwc2: alloc dma aligned buffer for isoc split in by William Wu · 7 years ago
- 7b2dc45 usb: dwc2: gadget: Fix issue in dwc2_gadget_start_isoc() by Minas Harutyunyan · 7 years ago
- 68fc92a usb: dwc2: Fix DMA alignment to start at allocated boundary by Antti Seppälä · 7 years ago
- 447294e usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub by William Wu · 7 years ago
- 11cb14a usb: dwc2: host: Fix transaction errors in host mode by Minas Harutyunyan · 7 years ago
- 51250a9 usb: dwc2: hcd: Fix host channel halt flow by Minas Harutyunyan · 7 years ago
- db81323 usb: dwc2: Fix interval type issue by Grigor Tovmasyan · 7 years ago
- ee4ed01 usb: dwc2: Fix dwc2_hsotg_core_init_disconnected() by Vardan Mikayelyan · 7 years ago
- 52a0c9a usb: dwc2: Improve gadget state disconnection handling by John Stultz · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- f367b72 usb: dwc2: skip L2 state of hcd if controller work in device mode by Meng Dongyang · 7 years ago
- ebce561 usb: dwc2: gadget: make usb_ep_ops const by Bhumika Goyal · 7 years ago
- 307bc11 usb: dwc2: gadget: On USB RESET reset device address to zero by Minas Harutyunyan · 8 years ago
- 55b644f usb: dwc2: add support for the DWC2 controller on Meson8 SoCs by Martin Blumenstingl · 8 years ago
- ba7756d Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
- 8ec32c3 usb: dwc2: simplify optional reset handling by Philipp Zabel · 8 years ago
- e35b135 usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (internal PHY) by Bruno Herrera · 8 years ago
- dad3f79 usb: dwc2: Make sure we disconnect the gadget state by John Stultz · 8 years ago
- 2c93e79 usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW by yuan linyu · 8 years ago
- bc46e23 Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
- 4fe160d usb: dwc2: eliminate irq parameter from dwc2_hcd_init by Heiner Kallweit · 8 years ago
- 348becd usb: dwc2: fix "iomem 0x00000000" message by Heiner Kallweit · 8 years ago
- 3c6aea7 usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter by Sevak Arakelyan · 8 years ago
- c138ecf usb: dwc2: gadget: Set TX FIFO depths to calculated defaults by Sevak Arakelyan · 8 years ago
- e1f411d usb: dwc2: host: Correct snpsid checking for GDFIFOCFG by Sevak Arakelyan · 8 years ago
- d3fe81d usb: dwc2: host: use msleep() for long delay by Nicholas Mc Guire · 8 years ago
- ca8b033 usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 by Chen Yu · 8 years ago
- 9156a7e usb: dwc2: Force port resume on switching to device mode by Chen Yu · 8 years ago
- fc30c4b usb: dwc2: Workaround case where GOTGCTL state is wrong by John Stultz · 8 years ago
- 6e6360b usb: dwc2: Avoid sleeping while holding hsotg->lock by John Stultz · 8 years ago
- 2124f9e usb: dwc2: Show dr_mode via debugfs by John Youn · 8 years ago
- 5dc6422 usb: dwc2: Remove debug prints in params.c by John Youn · 8 years ago
- 4bd1ac6 usb: dwc2: Add debugfs file to show params by John Youn · 8 years ago
- 06e75df usb: dwc2: Remove unnecessary parameters by John Youn · 8 years ago
- 95832c0 usb: dwc2: Fix usage of bool params by John Youn · 8 years ago
- 7de1deb usb: dwc2: Remove platform static params by John Youn · 8 years ago
- d936e66 usb: dwc2: Check core parameters by John Youn · 8 years ago
- 57b8e23 usb: dwc2: Rearrange param structure members by John Youn · 8 years ago
- d21bcc3 usb: dwc2: Update parameter types by John Youn · 8 years ago
- f9f93cb usb: dwc2: Get device properties by John Youn · 8 years ago
- 245977c usb: dwc2: Set core parameters to default values by John Youn · 8 years ago
- 0f3a745 usb: dwc2: Remove unused otg_ver parameter by John Youn · 8 years ago
- f87c842 usb: dwc2: gadget: Set GDFIFOCFG by Sevak Arakelyan · 8 years ago
- ec33efe usb: dwc2: Fix sizeof in kzalloc by John Youn · 8 years ago
- 1a2e910 usb: dwc2: Remove 'return' from void function by John Youn · 8 years ago
- 77b6200 usb: dwc2: Fix code indentation after conditionals by John Youn · 8 years ago
- b98866c usb: dwc2: Fix lines over 80 characters by John Youn · 8 years ago
- 34c0887 usb: dwc2: Fix brace usage by John Youn · 8 years ago
- ab28320 usb: dwc2: Fix logical continuations by John Youn · 8 years ago
- 38beaec usb: dwc2: Fix comment alignment and format by John Youn · 8 years ago
- 3b1920e usb: dwc2: Add identifier in prototypes by John Youn · 8 years ago
- 9da5197 usb: dwc2: Cleanup some checkpatch issues by John Youn · 8 years ago
- fdb09b3 usb: dwc2: host: use true/false for boolean by Nicholas Mc Guire · 8 years ago
- 04a9db7 usb: dwc2: host: use msleep() for long delays by Nicholas Mc Guire · 8 years ago
- 00c704c usb: dwc2: use u32 for DT binding parameters by Leo Yan · 8 years ago
- efe357f usb: dwc2: host: fix Wmaybe-uninitialized warning by Nicholas Mc Guire · 8 years ago
- ca02954 usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value by Amelie Delaunay · 8 years ago
- 866932e usb: dwc2: Avoid suspending if we're in gadget mode by John Stultz · 8 years ago
- b2f92f0 usb: dwc2: use u32 for DT binding parameters by Leo Yan · 8 years ago
- 9383e08 usb: dwc2: gadget: Fix DMA memory freeing by Vardan Mikayelyan · 8 years ago
- 86e881e usb: dwc2: fix flags for DMA descriptor allocation in dwc2_hsotg_ep_enable by Marek Szyprowski · 8 years ago
- efc95b2 usb: dwc2: gadget: fix default value for gadget-dma-desc by Stefan Wahren · 8 years ago
- 6118d06 usb: dwc2: fix default value for DMA support by Stefan Wahren · 8 years ago
- de02238 usb: dwc2: fix dwc2_get_device_property for u8 and u16 by Stefan Wahren · 8 years ago
- f3419735 usb: dwc2: Do not set host parameter in peripheral mode by Stefan Wahren · 8 years ago
- 4411beb usb: dwc2: Move functions from header to source by Razmik Karapetyan · 8 years ago
- 7d94f97 usb: dwc2: Fix fifo_show() functionality by Razmik Karapetyan · 8 years ago
- 01719c2 usb: dwc2: Remove unnecessary request length checking by Razmik Karapetyan · 8 years ago
- c3b22fe usb: dwc2: Fix Control Write issue in DMA mode by Razmik Karapetyan · 8 years ago
- 729e657 usb: dwc2: Don't program DMA address for 0 length request by Razmik Karapetyan · 8 years ago
- 9d8da85 usb: dwc2: Stop Complete Splits after Data PID == 0 by Sevak Arakelyan · 8 years ago
- 3922fb4 usb: dwc2: add amcc,dwc-otg support by Christian Lamparter · 8 years ago
- 4be0080 usb: dwc2: fixes host_dma logic by Christian Lamparter · 8 years ago
- 38e9002 usb: dwc2: gadget: Add new core parameter for low speed by Vardan Mikayelyan · 8 years ago
- 552d940 usb: dwc2: gadget: Program ep0_mps for LS by Vardan Mikayelyan · 8 years ago
- 1e6b98e usb: dwc2: gadget: Add IOT device IDs, configure core accordingly by Vardan Mikayelyan · 8 years ago
- 79c3b5b usb: dwc2: Add support of dedicated full-speed PHY interface by Vahram Aharonyan · 8 years ago
- a4f8277 usb: dwc2: gadget: Disable enabled HW endpoint in dwc2_hsotg_ep_disable by Vahram Aharonyan · 8 years ago
- ae79dd5 usb: dwc2: gadget: Correct dwc2_hsotg_ep_stop_xfr() function by Vahram Aharonyan · 8 years ago
- f0afdb4 usb: dwc2: gadget: For DDMA parse setup only after SetUp interrupt by Vahram Aharonyan · 8 years ago
- 95d2b03 usb: dwc2: gadget: Adjust ISOC OUT request's actual len for DDMA by Vahram Aharonyan · 8 years ago