From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C974AC433EF for ; Sun, 31 Oct 2021 08:02:06 +0000 (UTC) Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BF77D60F22 for ; Sun, 31 Oct 2021 08:02:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BF77D60F22 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.denx.de Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 001138332B; Sun, 31 Oct 2021 09:02:00 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635667321; bh=2BXMY1IXAqtgp3MrDgm/Po9vtVMEG2frhPOs2T6ScnE=; h=To:From:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=YLNXb1yWpuEtMbMsZId968kAY5crXC2ICzaD1IOwUg2EJM6bobebASDcZSFNCLxm7 wGIUGsGFApvuOi9W1dFi0OFTiWlGgX3Qkh5VTPpBgjW6s+SdnqNo5bMbXwSHTI2lS7 dVgwGKwGRU7IahtgW23CS5cUJ9Gy+4/JbYYJjbx2Y4LZxF/i6z/5Gf5YyCkASYfF1l qzvuvUyK+PjzwpybsQUJgmYxDnmrdTQvvXCSV9FZmgINnzxf8AbwCnDpQl3Dhkba56 WOazNkcyNmwsucK6v23KAMb7crovyUkSUL/tuREc3Y5+ZYsdITHJbs/GfbI/upzhOD CG6k1pL+LUDiQ== Received: from [IPv6:::1] (p578adb1c.dip0.t-ipconnect.de [87.138.219.28]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: marex@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id 10E6E831F6; Sun, 31 Oct 2021 09:01:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1635667308; bh=2BXMY1IXAqtgp3MrDgm/Po9vtVMEG2frhPOs2T6ScnE=; h=To:From:Subject:Date:From; b=m8lnI6bPZ/rTDXYyk49uD1MsxKlPPWX86ymRXOj+I0uKSF5fxHKUOfB/CQw6NII2+ jduG2Az9RQaxqxezcmGSg2DmOtdN+kWh8XXjgGyqZJgJK9nS+0h8HmiGAILOJKQuGE AD57c0u1qDdkF701tRpm0h4Jo7jDSXSfMQMXCqwMxwm/k3yqCdHs3KWyIUh00ScLRm yf839kc5ng79RJUz9iYCl0H8PRABE8b+a3kk/kt3+4bzOrkHcdF1iK1D5/iaBzc+dI 3rqzrklNeevWWGkZqy8uszTEG1COKycN5/lRPXSk3TjbYhoMXAkdgKY/yqu0hg+Flx UT5FOc3Nrtbvg== To: Tom Rini , "u-boot@lists.denx.de" , Sean Anderson From: Marek Vasut Subject: [PULL] u-boot-usb/master Message-ID: <50e98faa-a02e-b8e9-cb8f-26b18265bd70@denx.de> Date: Sun, 31 Oct 2021 09:01:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.34 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" X-Virus-Scanned: clamav-milter 0.103.2 at phobos.denx.de X-Virus-Status: Clean The following changes since commit a09929cc6c5a108f89e91660f37d745ed119385b: Merge https://source.denx.de/u-boot/custodians/u-boot-mmc (2021-10-29 08:27:32 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 1833e68c4f05fe7b3e502135dbc0ffa09327850d: cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num (2021-10-30 22:55:00 +0200) ---------------------------------------------------------------- Sean Anderson (1): cmd: usb_mass_storage: Use part_get_info_by_dev_and_name_or_num Stefan Agner (1): usb: xhci-brcm: Include header file needed for dev_err cmd/usb_mass_storage.c | 4 ++-- drivers/usb/host/xhci-brcm.c | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)