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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id C969AC6FA82 for ; Mon, 26 Sep 2022 01:39:21 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 8DFB984562; Mon, 26 Sep 2022 03:39:19 +0200 (CEST) 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=1664156359; bh=MEbz2bJTQd09X6CREv7GgznkdOfSKCczl6kQdVw3AFs=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=f9Z/tSWzz85j3COoc5b0Y55lI+HmxOSJTg1PhlpO3gLltzlpmjKVgUlL7X9Qr7Gq1 e9KE1k5jLniW7lPPuhbiKV10JQp4BXIzlZevZa2OjSVybcfkVNBjsaSWsFKeGV22bI scf98BMN2XyRhR3Bice+2YO7ju7A+ayVSdOIV0kn+yqANzGJqAqKyrcenQD9l+MqEb OA/b0aaHOhmSKfLwY614uKeD333GMe/qdAqAVXWet8E5DXtKTxjQdIkoQSfpceTzXD SC98+yFPyI4H0sr/o74w12JOhrM5Q87AD+vBH5f0XEG6V54Ru+uhIg7HUsrrgLQB/F U/WS8GR43HoNQ== Received: from [127.0.0.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 3AE9B82B3B; Mon, 26 Sep 2022 03:39:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1664156358; bh=MEbz2bJTQd09X6CREv7GgznkdOfSKCczl6kQdVw3AFs=; h=Date:To:From:Subject:From; b=bECiFcQRv8fk7od3wnE8hLx58X2GFtz8G2V1yetpg51fVuPCeol6AgA05aHifENwN 8J1hSE5cvp0aIJLNhOHZ5Q5XR3FE6lVb5T9HyD2VD+sAaY1AyTZvq4NoYtJNw0NEIx Y9llH1CqqsfvrfoVQumK1jsNN1JdAXYhFEW0UmyqgPRSHHuldQc7C9TgYUtIIU8Co2 D9TdYPqvk4NbtaaLd7Jz+XD8U/1m3IsECUQWvwQbumv/AeZBun3iAo1lI36Unze6Cv peJyOnio6TGyiCKgd95SW9UkBQhvELVeZYnTWmM1N0D29mfJeoXeZYqzFTfyPfQATx gBKUsNQ+ezczg== Message-ID: Date: Mon, 26 Sep 2022 03:39:17 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Content-Language: en-US To: Tom Rini , "u-boot@lists.denx.de" From: Marek Vasut Subject: [PULL] u-boot-usb/master Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 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.6 at phobos.denx.de X-Virus-Status: Clean One outstanding driver and one bugfix. The following changes since commit 435596d57f8beedf36b5dc858fe7ba9d6c03334b: Merge tag 'u-boot-imx-20220922' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2022-09-22 10:29:29 -0400) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 206af3dec00071ec96c0fdec6c8dda3a039c07cf: Fix out of bound access of ep array. (2022-09-26 01:49:36 +0200) ---------------------------------------------------------------- Alison Huffman (1): Fix out of bound access of ep array. Jim Liu (1): usb: host: nuvoton: Add nuvoton NPCM7xx ehci/ohci driver drivers/usb/gadget/dwc2_udc_otg_xfer_dma.c | 6 ++--- drivers/usb/host/Kconfig | 16 ++++++++++++ drivers/usb/host/Makefile | 2 ++ drivers/usb/host/ehci-npcm.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ drivers/usb/host/ohci-npcm.c | 108 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 248 insertions(+), 3 deletions(-) create mode 100644 drivers/usb/host/ehci-npcm.c create mode 100644 drivers/usb/host/ohci-npcm.c