summaryrefslogtreecommitdiff
path: root/common/usb_hub.c
AgeCommit message (Expand)Author
2016-07-27dm: Use dm_scan_fdt_dev() directly where possibleSimon Glass
2016-07-27dm: Convert users from dm_scan_fdt_node() to dm_scan_fdt_dev()Simon Glass
2016-05-06usb: hub: Don't continue on get_port_status failureMarek Vasut
2016-05-02Fix spelling of "occurred".Vagrant Cascadian
2016-03-20usb: Change power-on / scanning timeout handlingStefan Roese
2016-03-20usb: Remove 200 ms delay in usb_hub_port_connect_change()Stefan Roese
2016-03-20usb: legacy_hub_port_reset(): Speedup hub reset handlingStefan Roese
2015-11-19dm: usb: Avoid time delays in sandbox testsSimon Glass
2015-10-23dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-05usb: Fix device detection codeMarek Vasut
2015-07-21dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass
2015-05-14usb: add device connection/disconnection detectionVincent Palatin
2015-05-14usb: Stop reset procedure when a dev is handed over to a companion hcdHans de Goede
2015-05-14usb: legacy_hub_port_reset() check and propagate usb_set_port_feature() errorsHans de Goede
2015-04-18dm: usb: Add driver model support for hubsSimon Glass
2015-04-18dm: usb: Split hub detection into its own functionSimon Glass
2015-04-18dm: usb: Refactor port resetsSimon Glass
2015-04-18dm: usb: Adjust usb_alloc_new_device() to return an errorSimon Glass
2015-04-14usb: hub: allow pgood_delay to be specified via envTim Harvey
2014-11-23linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada
2014-11-04usb: Do not power-cycle usb devices on initHans de Goede
2014-08-29usb: hub: don't check CONNECTION in hub_port_reset()Stephen Warren
2014-06-01usb: hub: remove CONFIG_USB_HUB_MIN_POWER_ON_DELAYStephen Warren
2014-06-01usb: hub: fix power good delay timingStephen Warren
2013-08-26usb: Use well-known descriptor sizes when parsing configurationJulius Werner
2013-08-26USB: usb-hub: Add a weak function for resetting devicesDan Murphy
2013-07-29usb_hub: fix power cycling logicNikita Kiryanov
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-12usb: ehci: add Faraday USB 2.0 EHCI supportKuo-Jung Su
2013-06-12usb: hub: make minimum power-on delay configurableKuo-Jung Su
2013-05-06usb: fix: Fixing Port status and feature number constantsVivek Gautam
2013-05-06usb: hub: Parallelize power-cycling of root-hub portsVivek Gautam
2013-05-05USB: SS: Add support for Super Speed USB interfaceVivek Gautam
2013-05-05usb: hub: Fix enumration timeoutVivek Gautam
2013-05-05usb: hub: Power-cycle on root-hub portsVivek Gautam
2013-05-05usb: common: Weed out USB_**_PRINTFs from usb frameworkVivek Gautam
2012-12-17usb: Clean up newly allocated device nodes in case of configuration failureMilind Choudhary
2012-12-17usbh/ehci: Increase timeout for enumerationVipin Kumar
2012-10-15usb: lowlevel interface change to support multiple controllersLucas Stach
2012-09-21usb: do explicit unaligned accessesLucas Stach
2012-05-20USB: Align buffers at cachelinePuneet Saxena
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger
2012-03-03USB: relax usbcore reset timingsWolfgang Grandegger
2012-03-03USB: Separate out USB hub driverMarek Vasut