- 890fc37 usb: host: ehci-hcd: change trace level for phy errors managed by uclass by Patrick Delaunay · 4 years, 5 months ago
- c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 6 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- 90526e9 common: Drop net.h from common header by Simon Glass · 4 years, 6 months ago
- cff0144 usb: avoid NULL check before free by Heinrich Schuchardt · 4 years, 7 months ago
- 31232de usb: Keep async schedule running only across mass storage xfers by Marek Vasut · 4 years, 8 months ago
- 336d461 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
- 1eb69ae common: Move ARM cache operations out of common.h by Simon Glass · 5 years ago
- 02b0e1a usb: ehci-hcd: Keep async schedule running by Marek Vasut · 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
- 4eaf7f5 fsl/usb: Workaround for USB erratum-A005275 by Chris Packham · 6 years ago
- b43cdf9 usb: ehci: Make the PHY handling generic by Marek Vasut · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- b3cbcd9 usb: ehci: do not invalidate a NULL buffer by Dirk Behme · 7 years ago
- 45157d2 dm: usb: ehci: avoid possible NULL dereference by Heinrich Schuchardt · 7 years ago
- a23aa66 dm: usb: ehci: Implement get_max_xfer_size() operation by Bin Meng · 7 years ago
- 99c2255 usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS by Bin Meng · 7 years ago
- 337fc7e usb: hub: Change USB hub descriptor to match USB 3.0 hubs by Bin Meng · 7 years ago
- 121a4d1 usb: add static to local symbols by Masahiro Yamada · 7 years ago
- 1e6fb0e usb: ehci: only shutdown opened controller by Peng Fan · 8 years ago
- cfb3f1c usb: ehci-hcd: Fix crash when no ops are provided to ehci_register() by Mateusz Kulikowski · 9 years ago
- 3f9f8a5 ehci-hcd: Add init_after_reset by Mateusz Kulikowski · 9 years ago
- abd702f usb: ehci: Fix warning on aarch64 by Marek Vasut · 9 years ago
- 7ab0d35 usb: ehci: Clear USBMODE_BE on LE MMIO by Marek Vasut · 9 years ago
- cf7c93c usb: ehci: Implement V2P mapping by Marek Vasut · 9 years ago
- faa7db2 usb: Move determination of TT hub address/port into separate function by Stefan Brüns · 9 years ago
- bcbe3d1 dm: Rename dev_get_parentdata() to dev_get_parent_priv() by Simon Glass · 9 years ago
- cf92e05 Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header by Simon Glass · 9 years ago
- 49b4c5c usb: ehci: remember init mode by Stephen Warren · 9 years ago
- e62b526 usb: Update some EHCI driver licenses to use SPDX by Simon Glass · 9 years ago
- 19df0bc usb: ehci: Correct a missing hypen in an error message by Simon Glass · 9 years ago
- 7f59d16 usb: ehci: Properly deal with data toggle for interrupt endpoints by Hans de Goede · 9 years ago
- 8a5f066 dm: usb: Add support for interrupt queues to the dm usb code by Hans de Goede · 10 years ago
- 029fd8e dm: usb: Prefix ehci interrupt-queue functions with _ehci_ by Hans de Goede · 10 years ago
- 45b9ea1 usb: Stop reset procedure when a dev is handed over to a companion hcd by Hans de Goede · 10 years ago
- 71b9452 usb: Fix handover of full-speed devices from ehci to companion by Hans de Goede · 10 years ago
- cb8a2c1 dm: usb: Set desc_before_addr from ehci dm code by Hans de Goede · 10 years ago
- fcdd8aa dm: usb: Fix finding of first upstream usb-2 hub in the ehci dm code by Hans de Goede · 10 years ago
- 25c8ebd dm: usb: Use usb_get_bus in dm ehci code by Hans de Goede · 10 years ago
- 46b0179 dm: usb: Add driver model support to EHCI by Simon Glass · 10 years ago
- aeca43e dm: usb: Change ehci_reset() to use a pointer by Simon Glass · 10 years ago
- deb8508 dm: usb: Drop the EHCI weak functions by Simon Glass · 10 years ago
- 7372b5b dm: usb: Refactor EHCI init by Simon Glass · 10 years ago
- 24ed894 dm: usb: ehci: Use a function to find the controller from struct udevice by Simon Glass · 10 years ago
- 6a1a816 dm: usb: Pass EHCI controller pointer to ehci_get_portsc_register() by Simon Glass · 10 years ago
- 11d18a1 dm: usb: Pass EHCI controller pointer to ehci_set_usbmode() by Simon Glass · 10 years ago
- 727fce3 dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() by Simon Glass · 10 years ago
- c4a3141 dm: usb: Allow ECHI to hold private data for the controller by Simon Glass · 10 years ago
- 7338287 dm: usb: Pass EHCI controller pointer to ehci_get_port_speed() by Simon Glass · 10 years ago
- aac064f dm: usb: Move all the EHCI weak functions together and declare them by Simon Glass · 10 years ago
- 98ae840 ehci-hcd: fix warnings on 64-bit builds by Rob Herring · 10 years ago
- 8bb6c1d usb: Add an interval parameter to create_int_queue by Hans de Goede · 10 years ago
- fc9b0b8 Merge branch 'master' of git://git.denx.de/u-boot-usb by Tom Rini · 10 years ago
- b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
- 0c6de88 usb: ehci: do not set the LSB of Current qTD pointer by Masahiro Yamada · 10 years ago
- 8460b89 usb: Make pollable int support available outside of ehci-hcd.c by Hans de Goede · 10 years ago
- 8aa26b8 usb: ehci: Move cache invalidation to poll_int_queue by Hans de Goede · 10 years ago
- bd818d8 usb: ehci: Move interrupt packet length check to create_int_queue by Hans de Goede · 10 years ago
- 32f2eac usb: ehci: Do not disable an already disabled periodic schedule by Hans de Goede · 10 years ago
- 2d17b48 ehci-hcd.c: make local functions static by Jeroen Hofstee · 10 years ago
- 3dd80aa usb: use __weak by Jeroen Hofstee · 10 years ago
- 36b7310 usb: ehci: Make periodic_schedules a per controller variable by Hans de Goede · 10 years ago
- 415548d usb: ehci: poll_int_queue check real qtd, not the overlay by Hans de Goede · 10 years ago
- ea7b30c usb: ehci: Add missing cache flush to destroy_int_queue by Hans de Goede · 10 years ago
- 4e2c4ad usb: ehci: Properly set hub devnum and portnr with usb-1 hubs in the chain by Hans de Goede · 10 years ago
- ea42777 usb: Add endian support macros to interrupt transfers in the EHCI driver. by Adrian Cox · 11 years ago
- 8165e34 usb: ehci: fully align interrupt QHs/QTDs by Stephen Warren · 11 years ago
- 2456b97 ush: ehci: initialize altnext pointers in QH by Stephen Warren · 11 years ago
- eb63218 usb: ehci: Fix register access by Marek Vasut · 11 years ago
- 1e1be6d usb: ehci: Do not de-init uninited controllers by Marek Vasut · 11 years ago
- 127efc4 usb: ehci-hcd: add enum usb_init_type parameter to ehci_hcd_init. by Troy Kisky · 11 years ago
- 06d513e usb: add enum usb_init_type parameter to usb_lowlevel_init by Troy Kisky · 11 years ago
- 5077f96 usb: ehci: Fix test mode for connected ports by Julius Werner · 11 years ago
- 8bc3603 ehci-hcd: fix memory leak in lowlevel init by Nikita Kiryanov · 11 years ago
- b959655 usb: ehci: Split out struct ehci_ctrl definition by Marek Vasut · 11 years ago
- d3e0747 usb: ehci: add missing cache managment by Stephen Warren · 11 years ago
- e82a316 usb: ehci: add Faraday USB 2.0 EHCI support by Kuo-Jung Su · 12 years ago
- 1dde142 usb: ehci: add weak-aliased function for PORTSC by Kuo-Jung Su · 12 years ago
- 9c6a9d7 usb: ehci: prevent bad PORTSC register access by Kuo-Jung Su · 12 years ago
- ed10e66 usb: Correct CLEAR_FEATURE code in ehci-hcd by Simon Glass · 12 years ago
- 4f4eab4 usb: common: Use a global definition for 'min3' by Vivek Gautam · 12 years ago
- 7d9aa8f usb: Add new command to set USB 2.0 port test modes by Julius Werner · 12 years ago
- b068deb USB: EHCI: Add weak functions to support new chip by Jim Lin · 12 years ago
- 8f62ca6 usb: ehci: Support interrupt transfers via periodic list by Patrick Georgi · 12 years ago
- 2982837 usb: ehci: Add 64-bit controller support by Vincent Palatin · 12 years ago
- c60795f usb: use linux/usb/ch9.h instead of usbdescriptors.h by Ilya Yanok · 12 years ago
- 7a46b2c usb: ehci: don't print debug output by Lucas Stach · 12 years ago
- 676ae06 usb: ehci: rework to take advantage of new lowlevel interface by Lucas Stach · 12 years ago
- c7e3b2b usb: lowlevel interface change to support multiple controllers by Lucas Stach · 12 years ago
- 93ad908 usb: do explicit unaligned accesses by Lucas Stach · 12 years ago
- db19134 ehci: Optimize qTD allocations by Benoît Thébaudeau · 12 years ago
- 5cec214 ehci-hcd: Boost transfer speed by Benoît Thébaudeau · 12 years ago
- 14eb79b ehci: cosmetic: Define used constants by Benoît Thébaudeau · 12 years ago
- 44ae0be ehci: Fail for multi-transaction interrupt transfers by Benoît Thébaudeau · 12 years ago
- cdeb916 ehci: cosmetic: Define the number of qt_buffers by Benoît Thébaudeau · 12 years ago
- 2af16f8 ehci-hcd: change debug() to printf() in case of errors by Ilya Yanok · 12 years ago
- 189a695 ehci-hcd: fix external buffer cache handling by Ilya Yanok · 12 years ago
- 71c5de4 ehci-hcd.c, musb_core, usb.h: Add USB_DMA_MINALIGN define for cache alignment by Tom Rini · 12 years ago
- c7701af ehci-hcd: program asynclistaddr before every transfer by Ilya Yanok · 12 years ago