Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp376633ybg; Mon, 1 Jun 2020 03:52:15 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYyUhQy05oUXV6FVtrrgM52WQH9n2wB95/FwkI79GehGU468OS3crPsfjlRIjtxLeZqZgu X-Received: by 2002:a17:906:4756:: with SMTP id j22mr7020868ejs.490.1591008735705; Mon, 01 Jun 2020 03:52:15 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591008735; cv=none; d=google.com; s=arc-20160816; b=Lg34ANGbiUbHEcmuR1LlCX1/JHZtHNmN3XXP0xEJm8wLntrsma3k/6/RD1ZB9d+nxe d8MSQ4QpoT0rAG1SRoycetxzTgEu7MXeS584322yhej1Vjf3a9h9gq4gpTaGZ7KiTRKR uTpI1OLLwXm4MttnSKCSXtHxG2u6nkFwD4L24mRvX4Srg3QRPmBf0DECTEK/kmv5J5ER vYrGht0QnHx+R2QC6Szj8PA9sX6dQ9PJZF6yE7NB9mvCebCpb3CPnvLp2O7Sobd47S8e NLDByLekd4sHQHR6CCA4TQyWe2ddkqJYLf4IXBKxdMebvllZJgXwqXopHXvJdObV8iuh 4Z4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:date:cc:to:from:subject:message-id; bh=gp2v8ED9Ed+lwRjDuqUOxGiYrbEJG8UxKjOnQpDM314=; b=HZ0K9U+4rc+OFqW0X/wpbKK2F3JECK+ufQw8u0Df8WVW2ccO/IjqyOE/GQlh7SDUh5 X8fLoSvurrHLjJ/reWwJzldw6mHRCdeTYSPTr2gWD7I1SeH5K8uFI4dlI0p5zCpI4IU4 PdLhfNgfZX5IDcxlDPTd3NvR4DaDe6S7IfpEU0tWq7Nhg7nPBjVv4Vi8J8ma65qytUO2 bWv5GogpjGzMnjaRKc1iSPxIGR1rhrn71VXzTySok4KL3NCk11FHWKN2UG3iQNXNOa8n 5KWDhc/ggbQbanur8VS8qotJxRuqVSiK2XwI2Y8Mp5YSGIu5bFaXIa4BUAEB6hiE4UEK I5/g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c18si9840604edt.202.2020.06.01.03.51.53; Mon, 01 Jun 2020 03:52:15 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727804AbgFAKrl (ORCPT + 99 others); Mon, 1 Jun 2020 06:47:41 -0400 Received: from mx2.suse.de ([195.135.220.15]:41148 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726017AbgFAKrZ (ORCPT ); Mon, 1 Jun 2020 06:47:25 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B52FAAAC7; Mon, 1 Jun 2020 10:47:24 +0000 (UTC) Message-ID: <2a8f0190c9d418cee89451c7dc3a227b9d0b5f45.camel@suse.de> Subject: Re: [PATCH v3 0/2] usb: xhci: Load Raspberry Pi 4 VL805's firmware From: Nicolas Saenz Julienne To: mbrugger@suse.com, u-boot@lists.denx.de, bmeng.cn@gmail.com, marex@denx.de, linux-kernel@vger.kernel.org Cc: sjg@chromium.org, m.szyprowski@samsung.com, s.nawrocki@samsung.com, mark.kettenis@xs4all.nl Date: Mon, 01 Jun 2020 12:47:18 +0200 In-Reply-To: <20200505162607.334-1-nsaenzjulienne@suse.de> References: <20200505162607.334-1-nsaenzjulienne@suse.de> Content-Type: multipart/signed; micalg="pgp-sha256"; protocol="application/pgp-signature"; boundary="=-FoyFFAtR94ftiz4AGz0j" User-Agent: Evolution 3.36.2 MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --=-FoyFFAtR94ftiz4AGz0j Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Tue, 2020-05-05 at 18:26 +0200, Nicolas Saenz Julienne wrote: > Newer revisions of the RPi4 need their xHCI chip, VL805, firmware to be > loaded explicitly. Earlier versions didn't need that as they where using > an EEPROM for that purpose. This series takes care of setting up the > relevant infrastructure and run the firmware loading routine at the > right moment. >=20 > Note that this builds on top of Sylwester Nawrocki's "USB host support > for Raspberry Pi 4 board" series. >=20 > --- Please don't forget about this series. The new 8GB RPi4 contains this HW de= sign change and USB will not work without it. See this discussion on the downstr= eam kernel github, where other OS/bootloaders are hitting the issue: https://github.com/raspberrypi/firmware/issues/1402 Otherwise, the Linux version of this is already in linux-next: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/= drivers/usb/host/pci-quirks.c?h=3Dnext-20200529&id=3Dc65822fef4adc0ba40c37a= 47337376ce75f7a7bc Regards, Nicolas --=-FoyFFAtR94ftiz4AGz0j Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEErOkkGDHCg2EbPcGjlfZmHno8x/4FAl7U3LYACgkQlfZmHno8 x/7omwf/donq7M/ZBwd+eliUSQSxK4iJmA4GbAATesQ5EmQRHOlwRQSjofcVNrYM yozHo3gepzqNS5e6uZcJeUOLTaboDgG9Aj2u1rewxjKV+hhBWXpAz7MDVOoMuSYw D0VjqJEfmFi+FSnrX3XW3BoFQGcVxRVGgjM+9ETpcspCAVqJUkvMDi6b6vTeXjXI MK3o4muhFzc2TenjOLsf7f674amN8VIO0+Pvu5WjfwJfs6Uz+87z8iw8x3BZPc7I 9g66aM1vR7QKQPn6LVkNqB4JwCJo4AjEYPTMvyBsqrorTgRUsTd8K34CBC1I6oH6 E+QvdH5fpLfznJNPcXaRQh45UxE8ZA== =gmud -----END PGP SIGNATURE----- --=-FoyFFAtR94ftiz4AGz0j--