| Commit message (Expand) | Author | Age | Files | Lines |
* | dwc3: flush cache only if there is a buffer attached to a request | Marek Szyprowski | 2019-10-31 | 1 | -1/+2 |
* | dwc3-generic: Don't fail probe if clk/reset entries are absent | Vignesh Raghavendra | 2019-10-31 | 1 | -2/+2 |
* | usb: dwc3: Kconfig: get rid of obsolete mode selection | Jean-Jacques Hiblot | 2019-10-24 | 2 | -18/+4 |
* | usb: dwc3: Add dwc3_of_parse() to get quirks information from DT | Jean-Jacques Hiblot | 2019-10-24 | 3 | -1/+71 |
* | usb: dwc3-generic: if no max speed is specified in DT, assume super speed | Jean-Jacques Hiblot | 2019-10-24 | 1 | -2/+2 |
* | usb: dwc3-generic: add a new host driver that uses the dwc3 core | Jean-Jacques Hiblot | 2019-10-24 | 2 | -2/+54 |
* | usb: dwc3-generic: factorize code | Jean-Jacques Hiblot | 2019-10-24 | 1 | -20/+35 |
* | usb: dwc3-generic: use platdata | Jean-Jacques Hiblot | 2019-10-24 | 1 | -14/+23 |
* | usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exit | Jean-Jacques Hiblot | 2019-10-24 | 1 | -5/+0 |
* | usb: dwc3: switch to peripheral mode when exiting | Jean-Jacques Hiblot | 2019-10-24 | 1 | -0/+13 |
* | drivers: usb: dwc3: setup phy before dwc3 core soft reset | T Karthik Reddy | 2019-10-08 | 1 | -2/+2 |
* | usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glue | Jean-Jacques Hiblot | 2019-07-05 | 1 | -1/+1 |
* | usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callback | Jean-Jacques Hiblot | 2019-07-05 | 1 | -1/+1 |
* | usb: dwc3: Add Meson G12A USB Glue | Neil Armstrong | 2019-05-09 | 3 | -0/+465 |
* | dwc3-generic: Add support for the am437x | Jean-Jacques Hiblot | 2018-12-14 | 1 | -0/+1 |
* | usb: dwc3-generic: make it compatible with "ti, keystone-dwc3" | Jean-Jacques Hiblot | 2018-12-14 | 1 | -0/+1 |
* | usb: composite: Move bitmap related operations to ./include/linux/bitmap.h | Lukasz Majewski | 2018-12-14 | 2 | -2/+0 |
* | dwc3-generic: Add support for the TI DWC3 glue | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+85 |
* | usb: dwc3: Fix a compilation error with the edison defconfig | Jean-Jacques Hiblot | 2018-12-07 | 1 | -1/+1 |
* | dwc3-generic: Add select_dr_mode operation | Jean-Jacques Hiblot | 2018-12-07 | 1 | -0/+26 |
* | dwc3-generic: Handle the PHYs, the clocks and the reset lines | Jean-Jacques Hiblot | 2018-12-07 | 2 | -29/+137 |
* | dm: usb: create a new UCLASS ID for USB gadget devices | Jean-Jacques Hiblot | 2018-12-07 | 1 | -1/+1 |
* | dwc3: move phy operation to core.c | Jean-Jacques Hiblot | 2018-12-07 | 1 | -2/+86 |
* | dwc3_generic: do not probe the USB device driver when it's bound | Jean-Jacques Hiblot | 2018-12-07 | 1 | -7/+0 |
* | usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle... | Jean-Jacques Hiblot | 2018-12-07 | 1 | -12/+2 |
* | usb: introduce a separate config option for DM USB device | Jean-Jacques Hiblot | 2018-12-07 | 2 | -4/+3 |
* | usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ | Sven Schwermer | 2018-11-26 | 2 | -2/+2 |
* | drivers: cosmetic: Convert SPDX license tags to Linux Kernel style | Patrick Delaunay | 2018-10-28 | 1 | -1/+1 |
* | bug.h: introduce WARN_ONCE | Ramon Fried | 2018-06-07 | 1 | -1/+0 |
* | drivers: usb: dwc3: remove devm_zalloc from linux_compact | Mugunthan V N | 2018-05-18 | 4 | -8/+8 |
* | usb: dwc3: Add generic DWC3 glue logic driver | Michal Simek | 2018-05-18 | 3 | -0/+164 |
* | usb: dwc3: Add dwc3_init/remove with DM_USB | Mugunthan V N | 2018-05-18 | 3 | -1/+62 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 12 | -25/+12 |
* | usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h> | Masahiro Yamada | 2017-10-15 | 1 | -1/+1 |
* | bug.h: move runtime BUG/WARN macros into <linux/bug.h> | Masahiro Yamada | 2017-10-04 | 1 | -1/+0 |
* | printk: collect printk stuff into <linux/printk.h> with loglevel support | Masahiro Yamada | 2017-10-04 | 1 | -1/+0 |
* | usb: dwc3: add UniPhier specific glue layer | Masahiro Yamada | 2017-10-01 | 3 | -0/+128 |
* | usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3 | Masahiro Yamada | 2017-08-28 | 1 | -2/+2 |
* | usb: dwc3: gadget: make cache-maintenance on event buffers more robust | Philipp Tomsich | 2017-04-14 | 2 | -2/+5 |
* | usb: dwc3: ensure consistent types for dwc3_flush_cache | Philipp Tomsich | 2017-04-14 | 3 | -11/+11 |
* | usb: dwc3: gadget: Remove unused header inclusion | Vincent Tinelli | 2017-02-26 | 1 | -1/+0 |
* | ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XX | Nishanth Menon | 2016-12-03 | 1 | -2/+2 |
* | usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabled | Roger Quadros | 2016-05-27 | 1 | -1/+1 |
* | usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -0/+17 |
* | usb: dwc3: Move CONFIG_USB_DWC3_OMAP to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -0/+10 |
* | usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -0/+23 |
* | usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to Kconfig | Sam Protsenko | 2016-04-20 | 1 | -0/+7 |
* | bug.h: move BUILD_BUG_* defines to include/linux/bug.h | Masahiro Yamada | 2016-01-25 | 2 | -2/+1 |
* | usb: dwc3: fix build warnings | Felipe Balbi | 2015-12-07 | 2 | -2/+2 |
* | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini | 2015-11-10 | 1 | -0/+4 |