Merge 4.15-rc8 into usb-next
We want the USB fixes in here as well for merge issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
@@ -279,6 +279,8 @@ static int usb3503_probe(struct usb3503 *hub)
|
||||
if (gpio_is_valid(hub->gpio_reset)) {
|
||||
err = devm_gpio_request_one(dev, hub->gpio_reset,
|
||||
GPIOF_OUT_INIT_LOW, "usb3503 reset");
|
||||
/* Datasheet defines a hardware reset to be at least 100us */
|
||||
usleep_range(100, 10000);
|
||||
if (err) {
|
||||
dev_err(dev,
|
||||
"unable to request GPIO %d as reset pin (%d)\n",
|
||||
|
Reference in New Issue
Block a user