summaryrefslogtreecommitdiff
path: root/drivers/usb/host/dwc2.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-09usb: dwc2: Avoid delay when initializing USB peripheral by dwc2João Loureiro1-1/+8
2020-12-14dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-30usb: dwc2: Fix not calling dev_xxx with a deviceSean Anderson1-16/+23
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop net.h from common headerSimon Glass1-0/+1
2020-04-28usb: host: dwc2: add trace to have clean usb startPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: force reset assertPatrick Delaunay1-0/+2
2020-04-28usb: host: dwc2: add clk supportPatrick Delaunay1-1/+29
2020-04-28usb: host: dwc2: add phy supportPatrick Delaunay1-0/+66
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2019-12-03common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-09-11dwc2: use the nonblock argument in submit_int_msgMichal Suchanek1-1/+1
2019-09-11usb: Add nonblock argument to submit_int_msgMichal Suchanek1-5/+8
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-6/+6
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan1-0/+37
2018-07-05usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-17usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard1-9/+11
2018-03-17usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello1-1/+1
2018-03-17usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello1-3/+35
2018-03-17usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin1-1/+1
2018-02-15usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTHAlexey Brodkin1-1/+1
2018-01-24wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas1-12/+12
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-1/+1
2017-09-27usb: dwc2: convert to livetreePhilipp Tomsich1-1/+1
2017-07-11usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang1-10/+6
2017-06-17usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang1-3/+16
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-04-14usb: dwc2: invalidate the dcache before starting the DMAEddie Cai1-6/+13
2017-04-14usb: dwc2: add support for external vbus supplyKever Yang1-5/+38
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-2/+2
2016-05-06usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese1-0/+9
2016-05-03usb: dwc2: Init desc_before_addrMarek Vasut1-0/+3
2016-05-03usb: dwc2: Make OC protection configurableMarek Vasut1-3/+14
2016-05-03usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut1-7/+14
2016-05-03usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut1-2/+3
2016-03-05usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen1-1/+3
2016-01-26Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini1-100/+201
2016-01-25usb: dwc2: Use shared wait_for_bitMateusz Kulikowski1-28/+13
2016-01-23usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns1-10/+19
2016-01-23usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns1-5/+23
2016-01-23usb: dwc2: Implement SPLIT transaction supportStefan Brüns1-15/+66
2016-01-23usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns1-1/+14
2016-01-23usb: dwc2: split transfer core from outer loopStefan Brüns1-48/+64
2016-01-23usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns1-23/+17
2016-01-23usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns1-15/+15
2015-12-31usb: dwc2: avoid out of bounds accessStefan Brüns1-3/+4