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 EE797C6FD19 for ; Fri, 10 Mar 2023 23:01:25 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 334FD85F64; Sat, 11 Mar 2023 00:01:23 +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=1678489283; bh=2qdkT5s5K0BkLf8pZSXcx0BwjmKGsRdj1leciKOA65E=; h=Date:To:From:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=I2Y7FClZMoDVbhMRppAr+W+lmXuj3Ur0/I5M/vklInXfhTDKMqzR7acLe8BnkswM7 RxmAbgnyveduO0gguPMHwr9glDF1r9Uw6IyI1PesRfFcEmiJ1VmNARMec8uSxULE26 xGkggLg8WDLV/mP2eXTblAJ5BXFK/zhpvyE95vkVeoPxcJzy3MIulScXvEKLGylTUk WjBxP1VKAit9sbcz70T86YQwDzrm3a2J0ALWis3y76npcBHO/2WwBooDsXk3U0j/rD t1/cyGVXjDmd6uKnh33ZX6+anMHHLL1UNZJhD9qzhNT3WSsu7LQ1IrRilW8mgRdC6W 4VBbnsrMiDBMg== 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 B617B85F5D; Sat, 11 Mar 2023 00:01:21 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1678489281; bh=2qdkT5s5K0BkLf8pZSXcx0BwjmKGsRdj1leciKOA65E=; h=Date:To:From:Subject:From; b=Pbs0CX8CasWK0bVltTgsl6rRBiaN9llWL6JMExP9NbXU5KDXtTy145OPicCRt9FIt mlf1y+9B+zkzQyCmWrnlwB5Worjbxie4k5WXSfN19GW1KWwTAHafmy+PWK7BpW+jko X91AA1H/L06lE+ZjDqj9sLTLQCD2XQY5AMN0xOO4Ur9s4fye/nR75Ad7R1CBS29IfU VjxxeipFcrcrVHZLSqyUf7JezfrQuJ4L5p7AF4FNozcTx422E8xDTCI3Ya9YXEgj95 gUBpbMt3z1oU2CFfhnIvs6K9ugWHtN50D73ljOA58bKoOoJ5K25FQHzDyWBA6n4GzM sePK/NdpiTLxg== Message-ID: <63cd2366-e3ae-2ad1-1caa-eeabc1510fef@denx.de> Date: Sat, 11 Mar 2023 00:01:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 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.8 at phobos.denx.de X-Virus-Status: Clean Two minimal Kconfig/Makefile fixes for USB below. The following changes since commit b08ffdffdce95e267e782366f4a77bf6b5537b28: Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2023-03-06 14:56:05 -0500) are available in the Git repository at: git://source.denx.de/u-boot-usb.git master for you to fetch changes up to 4042ce73c8bee9077d80a42b27aa21f98636b780: usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB (2023-03-10 17:31:31 +0100) ---------------------------------------------------------------- Heinrich Schuchardt (2): usb: USB hubs require host mode usb: move CONFIG_USB_HUB_DEBOUNCE_TIMEOUT to USB common/Kconfig | 12 ------------ common/Makefile | 2 +- drivers/usb/Kconfig | 11 +++++++++++ 3 files changed, 12 insertions(+), 13 deletions(-)