lkml.org 
[lkml]   [2020]   [Mar]   [24]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v6 0/4] USB: pci-quirks: Add Raspberry Pi 4 quirk
Date
On the Raspberry Pi 4, after a PCI reset, VL805's firmware may either be
loaded directly from an EEPROM or, if not present, by the SoC's
VideCore. This series adds support for the later.

Note that there are a set of constraints we have to consider (some of
them I missed on v1):
- We need to make sure the VideoCore firmware interface is up and
running before running the VL805 firmware load call.

- There is no way to discern RPi4's VL805 chip from other platforms',
so we need the firmware load to happen *before* running
quirk_usb_handoff_xhci(). Failure to do so results in an unwarranted
5 second wait while the fixup code polls xHC's unexisting state.

---

Changes since v5:
- Fix issues reported by Kbuild test robot

Changes since v4:
- Addressed Sergei's comments
- Fix potential warning in patch #2

Changes since v3:
- Addressed Greg's comments

There was no v2, my bad.

Changes since v1:
- Addressed Floarians comments

Nicolas Saenz Julienne (4):
soc: bcm2835: Sync xHCI reset firmware property with downstream
firmware: raspberrypi: Introduce vl805 init routine
PCI: brcmstb: Wait for Raspberry Pi's firmware when present
USB: pci-quirks: Add Raspberry Pi 4 quirk

drivers/firmware/Kconfig | 3 +-
drivers/firmware/raspberrypi.c | 38 ++++++++++++++++++++++
drivers/pci/controller/pcie-brcmstb.c | 15 +++++++++
drivers/usb/host/pci-quirks.c | 16 +++++++++
include/soc/bcm2835/raspberrypi-firmware.h | 9 ++++-
5 files changed, 79 insertions(+), 2 deletions(-)

--
2.25.1

\
 
 \ /
  Last update: 2020-03-24 19:29    [W:1.110 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site