From patchwork Mon Mar 19 03:17:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bin Meng X-Patchwork-Id: 887547 X-Patchwork-Delegate: marek.vasut@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="mQuBwKXz"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 404Lq53F1sz9sTk for ; Mon, 19 Mar 2018 14:17:53 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id DD2F0C21C51; Mon, 19 Mar 2018 03:17:47 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 7DCC3C21C4A; Mon, 19 Mar 2018 03:17:45 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 4D511C21C51; Mon, 19 Mar 2018 03:17:44 +0000 (UTC) Received: from mail-lf0-f67.google.com (mail-lf0-f67.google.com [209.85.215.67]) by lists.denx.de (Postfix) with ESMTPS id EAE20C21C4A for ; Mon, 19 Mar 2018 03:17:43 +0000 (UTC) Received: by mail-lf0-f67.google.com with SMTP id j68-v6so2597563lfg.13 for ; Sun, 18 Mar 2018 20:17:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=bAY1BI6l8ASpWjgcKWUHlS4BgE32weGqkBziGfM7uH8=; b=mQuBwKXzQfdySV7xvPSr+v3x+57fXSziWz99OT86XCtiqaUdwLIxEPqRDCB6IRpjza NLcT+8AjLCM85BmPyqpt5rWbGiosGI1S3c91s3m2SqItLuvhCKp45Y3PGIBoca0kR4iZ hHK5ycFeQYIlibzVYhcVFcQKEevmmPXBy31baMbp9DtCeB/X5NgEHRS+ZZIQ2ee877Lo QkvHAB+Om/nIowDeYH6EaM2U571RL3s9hj2CZHqwPf2mwe58bC4BLL3JJgXheuLtJYpN LLXqVOzB5MtiMQMWmD7TdYlURlimuim6Lu5issIRMgK/L404DYU5+9chefJ/g/82FAJm ALIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=bAY1BI6l8ASpWjgcKWUHlS4BgE32weGqkBziGfM7uH8=; b=K8PUMo/S/fOIfliaGk0nIX7hg2GpUpJrTOhI5gFS9TroXx6AHABMICwQGO+znsB0wx c6tuENmgRfquS5NrmhvnRKxKR7r6O4AJNESZclndKxWKIf/S4e4EtD484LYhJKBDvC9q wGKJpJWLRsqx4Snt1D5+/lTE4t/rUmcrC75gemCtordPCW49Lubr16fz2c+B1W47A0Ig eZbJLbWe7YNz3ybsI+J3+QQ06ENLY80B/kXYZQN/tsprwnSuptBM0FMq+rxjJ8a+sY6A hvtBMkKu2ezghPdfGcgqDKwCK1XH/T9esW/d04U9PD5v/gyXT/A6zPmxcSLvS1CNuj/1 9mNg== X-Gm-Message-State: AElRT7EcUtBscH7sQTL8KfzGI9yawHcXgw0NZvtPu9iFB1Hw1/oHhCOB TQS9ECcI1NeUzAjpBqgcHqHbSUu8BCqBDUSuwVU= X-Google-Smtp-Source: AG47ELsyHfaZsIMF3F4VLAxKTeqdFOEsfb0XF2SbCugDVLdFB/dDzd/AitTa8lvrVOr2rtN8CSJBHvqS8SiBiBKzJ4Y= X-Received: by 2002:a19:4d46:: with SMTP id a67-v6mr7008117lfb.36.1521429463524; Sun, 18 Mar 2018 20:17:43 -0700 (PDT) MIME-Version: 1.0 Received: by 10.179.67.148 with HTTP; Sun, 18 Mar 2018 20:17:43 -0700 (PDT) From: Bin Meng Date: Mon, 19 Mar 2018 11:17:43 +0800 Message-ID: To: Marek Vasut , U-Boot Mailing List Subject: [U-Boot] Please pull u-boot-usb/topic-xhci X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" Hi Marek, The following changes since commit 958ad42b77be9d9a69f059066622ef0c15c603ee: usb: dwc2: Replace printf, pr_err by dev_info, dev_err (2018-03-19 11:03:46 +0800) are available in the git repository at: git://git.denx.de/u-boot-usb.git topic-xhci for you to fetch changes up to 24b36b94c661ddbcb8d211a33ed4055178208211: usb: xhci: remove superfluous assignment (2018-03-19 11:09:10 +0800) ---------------------------------------------------------------- Heinrich Schuchardt (4): usb: xhci-exynos5: correct error checking usb: xhci-keystone: remove superfluous assignment usb: xhci-ring: remove superfluous assignment usb: xhci: remove superfluous assignment drivers/usb/host/xhci-exynos5.c | 2 +- drivers/usb/host/xhci-keystone.c | 4 ++-- drivers/usb/host/xhci-ring.c | 2 +- drivers/usb/host/xhci.c | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) Regards, Bin