Age | Commit message (Expand) | Author |
2017-08-15 | usb: dwc2: skip L2 state of hcd if controller work in device mode | Meng Dongyang |
2017-08-15 | usb: dwc2: gadget: make usb_ep_ops const | Bhumika Goyal |
2017-07-18 | usb: dwc2: gadget: On USB RESET reset device address to zero | Minas Harutyunyan |
2017-06-02 | usb: dwc2: add support for the DWC2 controller on Meson8 SoCs | Martin Blumenstingl |
2017-04-11 | Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman |
2017-04-11 | usb: dwc2: simplify optional reset handling | Philipp Zabel |
2017-04-11 | usb: dwc2: Add support for STM32F429/439/469 USB OTG HS/FS in FS mode (intern... | Bruno Herrera |
2017-04-11 | usb: dwc2: Make sure we disconnect the gadget state | John Stultz |
2017-03-17 | usb: add CONFIG_USB_PCI for system have both PCI HW and non-PCI based USB HW | yuan linyu |
2017-01-26 | Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman |
2017-01-26 | usb: dwc2: eliminate irq parameter from dwc2_hcd_init | Heiner Kallweit |
2017-01-26 | usb: dwc2: fix "iomem 0x00000000" message | Heiner Kallweit |
2017-01-24 | usb: dwc2: gadget: Add checking for g-tx-fifo-size parameter | Sevak Arakelyan |
2017-01-24 | usb: dwc2: gadget: Set TX FIFO depths to calculated defaults | Sevak Arakelyan |
2017-01-24 | usb: dwc2: host: Correct snpsid checking for GDFIFOCFG | Sevak Arakelyan |
2017-01-24 | usb: dwc2: host: use msleep() for long delay | Nicholas Mc Guire |
2017-01-24 | usb: dwc2: Add a quirk to allow speed negotiation for Hisilicon Hi6220 | Chen Yu |
2017-01-24 | usb: dwc2: Force port resume on switching to device mode | Chen Yu |
2017-01-24 | usb: dwc2: Workaround case where GOTGCTL state is wrong | John Stultz |
2017-01-24 | usb: dwc2: Avoid sleeping while holding hsotg->lock | John Stultz |
2017-01-24 | usb: dwc2: Show dr_mode via debugfs | John Youn |
2017-01-24 | usb: dwc2: Remove debug prints in params.c | John Youn |
2017-01-24 | usb: dwc2: Add debugfs file to show params | John Youn |
2017-01-24 | usb: dwc2: Remove unnecessary parameters | John Youn |
2017-01-24 | usb: dwc2: Fix usage of bool params | John Youn |
2017-01-24 | usb: dwc2: Remove platform static params | John Youn |
2017-01-24 | usb: dwc2: Check core parameters | John Youn |
2017-01-24 | usb: dwc2: Rearrange param structure members | John Youn |
2017-01-24 | usb: dwc2: Update parameter types | John Youn |
2017-01-24 | usb: dwc2: Get device properties | John Youn |
2017-01-24 | usb: dwc2: Set core parameters to default values | John Youn |
2017-01-24 | usb: dwc2: Remove unused otg_ver parameter | John Youn |
2017-01-24 | usb: dwc2: gadget: Set GDFIFOCFG | Sevak Arakelyan |
2017-01-24 | usb: dwc2: Fix sizeof in kzalloc | John Youn |
2017-01-24 | usb: dwc2: Remove 'return' from void function | John Youn |
2017-01-24 | usb: dwc2: Fix code indentation after conditionals | John Youn |
2017-01-24 | usb: dwc2: Fix lines over 80 characters | John Youn |
2017-01-24 | usb: dwc2: Fix brace usage | John Youn |
2017-01-24 | usb: dwc2: Fix logical continuations | John Youn |
2017-01-24 | usb: dwc2: Fix comment alignment and format | John Youn |
2017-01-24 | usb: dwc2: Add identifier in prototypes | John Youn |
2017-01-24 | usb: dwc2: Cleanup some checkpatch issues | John Youn |
2017-01-24 | usb: dwc2: host: use true/false for boolean | Nicholas Mc Guire |
2017-01-24 | usb: dwc2: host: use msleep() for long delays | Nicholas Mc Guire |
2017-01-24 | usb: dwc2: use u32 for DT binding parameters | Leo Yan |
2017-01-16 | usb: dwc2: host: fix Wmaybe-uninitialized warning | Nicholas Mc Guire |
2017-01-16 | usb: dwc2: gadget: Fix GUSBCFG.USBTRDTIM value | Amelie Delaunay |
2017-01-12 | usb: dwc2: Avoid suspending if we're in gadget mode | John Stultz |
2017-01-12 | usb: dwc2: use u32 for DT binding parameters | Leo Yan |
2017-01-12 | usb: dwc2: gadget: Fix DMA memory freeing | Vardan Mikayelyan |