- 0bc632c usb: host: dwc2: add clk support by Patrick Delaunay · 4 years, 7 months ago
- e17a4bf usb: host: dwc2: add phy support by Patrick Delaunay · 4 years, 7 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 9 months ago
- 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 9dcab2c dwc2: use the nonblock argument in submit_int_msg by Michal Suchanek · 5 years ago
- 3437121 usb: Add nonblock argument to submit_int_msg by Michal Suchanek · 5 years ago
- fd09c20 usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/ by Sven Schwermer · 6 years ago
- 88c34b8 usb: dwc2: Add reset ctrl to driver by Ley Foon Tan · 6 years ago
- ff5d5cc usb: dwc2: Add brcm,bcm2708-usb compatible by Emmanuel Vadot · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 7 years ago
- ac6c796 usb: dwc2: Replace printf, pr_err by dev_info, dev_err by Patrice Chotard · 7 years ago
- c2e4c86 usb: dwc2: increase timeout in wait_for_chhltd by Christophe Kerello · 7 years ago
- 82e7975 usb: dwc2: disable external vbus supply when the device is removed by Christophe Kerello · 7 years ago
- 42637fd usb: dwc2: Allow selection of data buffer size by Alexey Brodkin · 7 years ago
- 163f885 usb: dwc2: Rename CONFIG_DWC2_UTMI_PHY_WIDTH to CONFIG_DWC2_UTMI_WIDTH by Alexey Brodkin · 7 years ago
- 4826350 wait_bit: use wait_for_bit_le32 and remove wait_for_bit by Álvaro Fernández Rojas · 7 years ago
- 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
- a9d3037 usb: dwc2: convert to livetree by Philipp Tomsich · 7 years ago
- dd22bac usb: dwc2: use dev_read_bool() instead of fdt_getprop() by Meng Dongyang · 7 years ago
- c65a349 usb: dwc2: force to host mode if not support HNP/SRP by Meng Dongyang · 7 years ago
- a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
- 57ca63b usb: dwc2: invalidate the dcache before starting the DMA by Eddie Cai · 8 years ago
- 5c73536 usb: dwc2: add support for external vbus supply by Kever Yang · 8 years ago
- e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
- 2bf352f usb: dwc2: Add delay to fix the USB detection problem on SoCFPGA by Stefan Roese · 9 years ago
- e96e064 usb: dwc2: Init desc_before_addr by Marek Vasut · 9 years ago
- b4fbd08 usb: dwc2: Make OC protection configurable by Marek Vasut · 9 years ago
- 618da56 usb: dwc2: Pull Ext VBUS macro from dwc_otg_core_init() by Marek Vasut · 9 years ago
- 5590198 usb: dwc2: Pass private data into dwc_otg_core_init() by Marek Vasut · 9 years ago
- b5ab663 usb: dwc2: disable erroneous overcurrent condition by Dinh Nguyen · 9 years ago
- 9c3193f Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 9 years ago
- fd2cd66 usb: dwc2: Use shared wait_for_bit by Mateusz Kulikowski · 9 years ago
- 25612f2 usb: dwc2: Do not mix data toggle for IN and OUT endpoints, check bounds by Stefan Brüns · 9 years ago
- d2ff51b usb: dwc2: Add SPLIT INTERRUPT transaction support by Stefan Brüns · 9 years ago
- b54e447 usb: dwc2: Implement SPLIT transaction support by Stefan Brüns · 9 years ago
- 890f0ee usb: dwc2: add helper function for setting SPLIT HC registers by Stefan Brüns · 9 years ago
- daed305 usb: dwc2: split transfer core from outer loop by Stefan Brüns · 9 years ago
- 03460cd usb: dwc2: Simplify wait_for_chhltd(), remove ignore_ack by Stefan Brüns · 9 years ago
- 56a7bbd usb: dwc2: Fix out-of-bounds access, fix chunk size by Stefan Brüns · 9 years ago
- 5253ade usb: dwc2: avoid out of bounds access by Stefan Brüns · 9 years ago
- cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
- 7a1386f usb: dwc2: Rename to dwc2_usb by Marek Vasut · 9 years ago
- f522f94 usb: dwc2: Add original Synopsys compat string by Marek Vasut · 9 years ago
- db402e0 dwc2: Add dcache support by Alexander Stein · 9 years ago
- f58a41e dm: usb: Add driver-model support to dwc2 by Simon Glass · 9 years ago
- cc3e3a9 dm: usb: Prepare dwc2 driver for driver-model conversion by Simon Glass · 9 years ago
- 93b9957 usb: dwc2: Call board_usb_init() from usb_lowlevel_init() by Peter Griffin · 9 years ago
- 5cfd6c0 usb: dwc2: Add support for v3 snpsid value by Peter Griffin · 10 years ago
- 5877de9 usb: dwc2: retry NAK'd interrupt transfers by Stephen Warren · 10 years ago
- e236519 usb: dwc2: implement interrupt transfers by Stephen Warren · 10 years ago
- ed9bcbc usb: dwc2: correctly program hcchar for LS devices by Stephen Warren · 10 years ago
- 4748cce usb: dwc2: detect device speed correctly by Stephen Warren · 10 years ago
- 5c0beb5 usb: dwc2: use phys_to_bus/bus_to_phys by Stephen Warren · 10 years ago
- fc909c0 usb: dwc2: fix bulk transfers by Stephen Warren · 10 years ago
- 805b67e usb: dwc2: remove restriction on buffer length by Stephen Warren · 10 years ago
- d1c880c usb: dwc2: fix aligned buffer usage by Stephen Warren · 10 years ago
- 66ffc87 usb: dwc2: simplify wait_for_chhltd by Stephen Warren · 10 years ago
- 282685e usb: dwc2: remove control_data_toggle[] by Stephen Warren · 10 years ago
- ee83755 usb: dwc2: usb chunk_msg() for control transfers too by Stephen Warren · 10 years ago
- 7b5e504 usb: dwc2: refactor submit_bulk_msg to be common by Stephen Warren · 10 years ago
- 4a1d21f usb: dwc2: unify waiting for transfer completion by Stephen Warren · 10 years ago
- b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 6e9e062 usb: dwc2: Add driver for Synopsis DWC2 USB IP block by Oleksandr Tymoshenko · 11 years ago