summaryrefslogtreecommitdiff
path: root/common/usb_hub.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-20dm: usb: Avoid time delays in sandbox testsSimon Glass1-1/+9
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass1-2/+2
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-05usb: Fix device detection codeMarek Vasut1-3/+7
2015-07-22dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass1-1/+1
2015-05-15usb: add device connection/disconnection detectionVincent Palatin1-1/+1
2015-05-15usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede1-1/+2
2015-05-15usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede1-2/+4
2015-04-18dm: usb: Add driver model support for hubsSimon Glass1-4/+90
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass1-16/+41
2015-04-18dm: usb: Refactor port resetsSimon Glass1-2/+2
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass1-15/+26
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey1-0/+8
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada1-1/+2
2014-11-04usb: Do not power-cycle usb devices on initHans de Goede1-39/+0
2014-08-29usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren1-3/+16
2014-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren1-5/+1
2014-06-01usb: hub: fix power good delay timingStephen Warren1-3/+6
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner1-10/+4
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy1-0/+12
2013-07-30usb_hub: fix power cycling logicNikita Kiryanov1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-19/+1
2013-06-13usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su1-1/+6
2013-06-13usb: hub: make minimum power-on delay configurableKuo-Jung Su1-2/+6
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam1-12/+28
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam1-7/+12
2013-05-06USB: SS: Add support for Super Speed USB interfaceVivek Gautam1-2/+6
2013-05-06usb: hub: Fix enumration timeoutVivek Gautam1-1/+0
2013-05-06usb: hub: Power-cycle on root-hub portsVivek Gautam1-0/+34
2013-05-06usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam1-88/+74
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary1-0/+2
2012-12-17usbh/ehci: Increase timeout for enumerationVipin Kumar1-5/+28
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach1-1/+1
2012-09-21usb: do explicit unaligned accessesLucas Stach1-5/+9
2012-05-20USB: Align buffers at cachelinePuneet Saxena1-13/+14
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger1-5/+5
2012-03-03USB: relax usbcore reset timingsWolfgang Grandegger1-1/+4
2012-03-03USB: Separate out USB hub driverMarek Vasut1-0/+476