aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/dwc3
AgeCommit message (Expand)Author
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-11-23usb: dwc3: Add phy interface for dwc3_ubootJagan Teki
2019-10-31dwc3: flush cache only if there is a buffer attached to a requestMarek Szyprowski
2019-10-31dwc3-generic: Don't fail probe if clk/reset entries are absentVignesh Raghavendra
2019-10-24usb: dwc3: Kconfig: get rid of obsolete mode selectionJean-Jacques Hiblot
2019-10-24usb: dwc3: Add dwc3_of_parse() to get quirks information from DTJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: if no max speed is specified in DT, assume super speedJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: add a new host driver that uses the dwc3 coreJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: factorize codeJean-Jacques Hiblot
2019-10-24usb: dwc3-generic: use platdataJean-Jacques Hiblot
2019-10-24usb: dwc3: always use the inlined version of dwc3_host_init/dwc3_host_exitJean-Jacques Hiblot
2019-10-24usb: dwc3: switch to peripheral mode when exitingJean-Jacques Hiblot
2019-10-08drivers: usb: dwc3: setup phy before dwc3 core soft resetT Karthik Reddy
2019-07-05usb: dwc3: Use UCLASS_NOP instead of UCLASS_MISC for the DWC3 generic glueJean-Jacques Hiblot
2019-07-05usb: dwc3-generic: remove dm_scan_fdt_dev() from the remove() callbackJean-Jacques Hiblot
2019-05-09usb: dwc3: Add Meson G12A USB GlueNeil Armstrong
2018-12-14dwc3-generic: Add support for the am437xJean-Jacques Hiblot
2018-12-14usb: dwc3-generic: make it compatible with "ti, keystone-dwc3"Jean-Jacques Hiblot
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski
2018-12-07dwc3-generic: Add support for the TI DWC3 glueJean-Jacques Hiblot
2018-12-07usb: dwc3: Fix a compilation error with the edison defconfigJean-Jacques Hiblot
2018-12-07dwc3-generic: Add select_dr_mode operationJean-Jacques Hiblot
2018-12-07dwc3-generic: Handle the PHYs, the clocks and the reset linesJean-Jacques Hiblot
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot
2018-12-07dwc3: move phy operation to core.cJean-Jacques Hiblot
2018-12-07dwc3_generic: do not probe the USB device driver when it's boundJean-Jacques Hiblot
2018-12-07usb: udc: implement DM versions of usb_gadget_initialize()/_release()/_handle...Jean-Jacques Hiblot
2018-12-07usb: introduce a separate config option for DM USB deviceJean-Jacques Hiblot
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-10-28drivers: cosmetic: Convert SPDX license tags to Linux Kernel stylePatrick Delaunay
2018-06-07bug.h: introduce WARN_ONCERamon Fried
2018-05-18drivers: usb: dwc3: remove devm_zalloc from linux_compactMugunthan V N
2018-05-18usb: dwc3: Add generic DWC3 glue logic driverMichal Simek
2018-05-18usb: dwc3: Add dwc3_init/remove with DM_USBMugunthan V N
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-10-15usb: dwc3-uniphier: replace <common.h> with <linux/bitops.h>Masahiro Yamada
2017-10-04bug.h: move runtime BUG/WARN macros into <linux/bug.h>Masahiro Yamada
2017-10-04printk: collect printk stuff into <linux/printk.h> with loglevel supportMasahiro Yamada
2017-10-01usb: dwc3: add UniPhier specific glue layerMasahiro Yamada
2017-08-28usb: dwc3: fix Kconfig dependency to accept host driver in drivers/usb/dwc3Masahiro Yamada
2017-04-14usb: dwc3: gadget: make cache-maintenance on event buffers more robustPhilipp Tomsich
2017-04-14usb: dwc3: ensure consistent types for dwc3_flush_cachePhilipp Tomsich
2017-02-26usb: dwc3: gadget: Remove unused header inclusionVincent Tinelli
2016-12-03ARM: DRA7x/AM57xx: Get rid of CONFIG_AM57XXNishanth Menon
2016-05-27usb: dwc3: Makefile: Don't build gadget code if USB_GADGET is disabledRoger Quadros
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_PHY_* to KconfigSam Protsenko
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_OMAP to KconfigSam Protsenko
2016-04-20usb: dwc3: Move CONFIG_USB_DWC3_GADGET/HOST to KconfigSam Protsenko
2016-04-20usb: gadget: Move CONFIG_USB_GADGET_DUALSPEED to KconfigSam Protsenko
2016-01-25bug.h: move BUILD_BUG_* defines to include/linux/bug.hMasahiro Yamada