All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] IPU bridge improvements for IPU6
@ 2024-02-13 13:08 Sakari Ailus
  2024-02-13 13:08 ` [PATCH v2 1/4] media: ipu-bridge: Add ov01a10 in Dell XPS 9315 Sakari Ailus
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sakari Ailus @ 2024-02-13 13:08 UTC (permalink / raw)
  To: linux-media; +Cc: Hans de Goede, Daniel Scally, Bingbu Cao

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 v1:

- Instead of sleeping in IPU6 driver probe, instantiate the software nodes
  via IPU bridge init also from MEI CSI driver.

Sakari Ailus (4):
  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: ivsc: csi: Use IPU bridge

 drivers/media/pci/intel/ipu-bridge.c     | 26 ++++++++++++++++++++
 drivers/media/pci/intel/ipu3/ipu3-cio2.c | 30 +++---------------------
 drivers/media/pci/intel/ivsc/mei_csi.c   | 20 ++++++++++++++--
 3 files changed, 47 insertions(+), 29 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-02-14  5:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-13 13:08 [PATCH v2 0/4] IPU bridge improvements for IPU6 Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 1/4] media: ipu-bridge: Add ov01a10 in Dell XPS 9315 Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 2/4] media: ipu-bridge: Move graph checking to IPU bridge Sakari Ailus
2024-02-14  5:12   ` kernel test robot
2024-02-13 13:08 ` [PATCH v2 3/4] media: ipu-bridge: Serialise calls to IPU bridge init Sakari Ailus
2024-02-13 13:08 ` [PATCH v2 4/4] media: ivsc: csi: Use IPU bridge Sakari Ailus
2024-02-14  2:56   ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.