summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/dwc2.c
Commit message (Expand)AuthorAgeFilesLines
* common: Move ARM cache operations out of common.hSimon Glass2019-12-021-0/+1
* dwc2: use the nonblock argument in submit_int_msgMichal Suchanek2019-09-111-1/+1
* usb: Add nonblock argument to submit_int_msgMichal Suchanek2019-09-111-5/+8
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-6/+6
* usb: dwc2: Add reset ctrl to driverLey Foon Tan2018-08-291-0/+37
* usb: dwc2: Add brcm,bcm2708-usb compatibleEmmanuel Vadot2018-07-051-0/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini2018-04-271-2/+0
* usb: dwc2: Replace printf, pr_err by dev_info, dev_errPatrice Chotard2018-03-171-9/+11
* usb: dwc2: increase timeout in wait_for_chhltdChristophe Kerello2018-03-171-1/+1
* usb: dwc2: disable external vbus supply when the device is removedChristophe Kerello2018-03-171-3/+35
* usb: dwc2: Allow selection of data buffer sizeAlexey Brodkin2018-03-171-1/+1
* usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTHAlexey Brodkin2018-02-151-1/+1
* wait_bit: use wait_for_bit_le32 and remove wait_for_bitÁlvaro Fernández Rojas2018-01-241-12/+12
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-1/+1
* usb: dwc2: convert to livetreePhilipp Tomsich2017-09-271-1/+1
* usb: dwc2: use dev_read_bool() instead of fdt_getprop()Meng Dongyang2017-07-111-10/+6
* usb: dwc2: force to host mode if not support HNP/SRPMeng Dongyang2017-06-171-3/+16
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* usb: dwc2: invalidate the dcache before starting the DMAEddie Cai2017-04-141-6/+13
* usb: dwc2: add support for external vbus supplyKever Yang2017-04-141-5/+38
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-2/+2
* usb: dwc2: Add delay to fix the USB detection problem on SoCFPGAStefan Roese2016-05-061-0/+9
* usb: dwc2: Init desc_before_addrMarek Vasut2016-05-031-0/+3
* usb: dwc2: Make OC protection configurableMarek Vasut2016-05-031-3/+14
* usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init()Marek Vasut2016-05-031-7/+14
* usb: dwc2: Pass private data into dwc_otg_core_init()Marek Vasut2016-05-031-2/+3
* usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2016-03-051-1/+3
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-01-251-100/+201
|\
| * usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check boundsStefan Brüns2016-01-231-10/+19
| * usb: dwc2: Add SPLIT INTERRUPT transaction supportStefan Brüns2016-01-231-5/+23
| * usb: dwc2: Implement SPLIT transaction supportStefan Brüns2016-01-231-15/+66
| * usb: dwc2: add helper function for setting SPLIT HC registersStefan Brüns2016-01-231-1/+14
| * usb: dwc2: split transfer core from outer loopStefan Brüns2016-01-231-48/+64
| * usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ackStefan Brüns2016-01-231-23/+17
| * usb: dwc2: Fix out-of-bounds access, fix chunk sizeStefan Brüns2016-01-231-15/+15
* | usb: dwc2: Use shared wait_for_bitMateusz Kulikowski2016-01-251-28/+13
|/
* usb: dwc2: avoid out of bounds accessStefan Brüns2015-12-311-3/+4
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: dwc2: Rename to dwc2_usbMarek Vasut2015-08-191-1/+1
* usb: dwc2: Add original Synopsys compat stringMarek Vasut2015-08-191-0/+1
* dwc2: Add dcache supportAlexander Stein2015-08-121-7/+17
* dm: usb: Add driver-model support to dwc2Simon Glass2015-08-061-0/+97
* dm: usb: Prepare dwc2 driver for driver-model conversionSimon Glass2015-08-061-54/+104
* usb: dwc2: Call board_usb_init() from usb_lowlevel_init()Peter Griffin2015-08-051-0/+4
* usb: dwc2: Add support for v3 snpsid valuePeter Griffin2015-05-291-1/+2
* usb: dwc2: retry NAK'd interrupt transfersStephen Warren2015-04-141-6/+19
* usb: dwc2: implement interrupt transfersStephen Warren2015-04-141-3/+2
* usb: dwc2: correctly program hcchar for LS devicesStephen Warren2015-04-141-9/+12
* usb: dwc2: detect device speed correctlyStephen Warren2015-04-141-1/+5