Hi folks, Here are four simple patches, one to add support for ov01a10 in Dell XPS 9315 and the rest to improve reliability of driver probing on systems with IVSC. since v2: - Remove unused fwnode variable in the 2nd patch. - Include the IPU 6 PCI ID header patch. This and the MEI CSI patch likely are going to be merged with the IPU 6 driver. since v1: - Instead of sleeping in IPU6 driver probe, instantiate the software nodes via IPU bridge init also from MEI CSI driver. Sakari Ailus (5): media: ipu-bridge: Add ov01a10 in Dell XPS 9315 media: ipu-bridge: Move graph checking to IPU bridge media: ipu-bridge: Serialise calls to IPU bridge init media: ipu6: Add PCI device table header media: ivsc: csi: Use IPU bridge drivers/media/pci/intel/ipu-bridge.c | 26 ++++++++++++++++++++ drivers/media/pci/intel/ipu3/ipu3-cio2.c | 31 +++--------------------- drivers/media/pci/intel/ivsc/mei_csi.c | 20 +++++++++++++-- include/media/ipu6-pci-table.h | 28 +++++++++++++++++++++ 4 files changed, 75 insertions(+), 30 deletions(-) create mode 100644 include/media/ipu6-pci-table.h -- 2.39.2