summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc2.c
AgeCommit message (Expand)Author
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-28usb: host: dwc2: add trace to have clean usb startPatrick Delaunay
2020-04-28usb: host: dwc2: force reset assertPatrick Delaunay
2020-04-28usb: host: dwc2: add clk supportPatrick Delaunay
2020-04-28usb: host: dwc2: add phy supportPatrick Delaunay
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello
2018-03-17usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin
2018-02-15usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTHAlexey Brodkin
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich
2017-07-11usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang
2017-06-17usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang
2017-06-01dm: Rename dev_addr..() functionsSimon Glass
2017-04-14usb: dwc2: invalidate the dcache before starting the DMAEddie Cai
2017-04-14usb: dwc2: add support for external vbus supplyKever Yang
2017-02-08dm: core: Replace of_offset with accessorSimon Glass
2016-05-06usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese
2016-05-03usb: dwc2: Init desc_before_addrMarek Vasut
2016-05-03usb: dwc2: Make OC protection configurableMarek Vasut
2016-05-03usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut
2016-05-03usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut
2016-03-05usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen
2016-01-25Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini
2016-01-25usb: dwc2: Use shared wait_for_bitMateusz Kulikowski
2016-01-23usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns
2016-01-23usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns
2016-01-23usb: dwc2: Implement SPLIT transaction supportStefan Brüns
2016-01-23usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns
2016-01-23usb: dwc2: split transfer core from outer loopStefan Brüns
2016-01-23usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns
2016-01-23usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-19usb: dwc2: Rename to dwc2_usbMarek Vasut
2015-08-19usb: dwc2: Add original Synopsys compat stringMarek Vasut
2015-08-12dwc2: Add dcache supportAlexander Stein
2015-08-06dm: usb: Add driver-model support to dwc2Simon Glass
2015-08-06dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass