From patchwork Tue Jan 4 12:57:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Naushir Patuck X-Patchwork-Id: 15242 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id CEC61BE080 for ; Tue, 4 Jan 2022 12:57:19 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E40F46091E; Tue, 4 Jan 2022 13:57:18 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=raspberrypi.com header.i=@raspberrypi.com header.b="e2FkEOs+"; dkim-atps=neutral Received: from mail-wr1-x42e.google.com (mail-wr1-x42e.google.com [IPv6:2a00:1450:4864:20::42e]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7118F604F4 for ; Tue, 4 Jan 2022 13:57:16 +0100 (CET) Received: by mail-wr1-x42e.google.com with SMTP id k18so39289805wrg.11 for ; Tue, 04 Jan 2022 04:57:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=raspberrypi.com; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hx1br1IJGau6HhOworvx/oNnAuXf7hj2GsyHMja8YWU=; b=e2FkEOs+w8FvCcVP4jRmYa0zvdo4teG+nsdq5DU4j3hTrQ3qeWhor8ZSop44UDsCnA CqBAI4wwaKSgcoA32dRidTTo9kIVwAoBiJFzcLOerdWAPkUmJVuRKvfC8CdxMYeFdRpp CZosU8ThjvMndhAFl7coyaLTVPFkcBExpaMnd5Sa2o+ElqcyACmBJEp4PsuhIfyO41DY o4f1vVasK+IiQ+EG58LSXMMStCyb4tlCdFitpNz6vuY0QobLG5UTtYWX6KTbXIp/fPmI ejA7vKpVSAQA0qW7z0E9ONyQi+07GXu65fq/xtfF8MVQf3BUxOjCqYV56AfKX+L1j2oK QseQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=hx1br1IJGau6HhOworvx/oNnAuXf7hj2GsyHMja8YWU=; b=h0u4m5xta61jeCDpo/6R5SejDy3L+A1TMe3NUQ6MLf0mY3dKb+TxkdYumdgxDecj3W H1+RmjxHr0fL8dAOHziiWsI956G8qT3OGWvUe5tMOb5jU8pmMaU2UHHzagwma4Eee+HD 6JVpd4H956M/CEZAN20AfTtVzc5FJZNVbfbQm4gB210ASiA2PwIiTA7xVP5fV+TYzsTd 8sP44UK3EhezZrOcjiy3yw6pk+yaFFL9wmR5JcqeVEIqGGCK301sRbtpTGBuivHmZQyT Wv3pvO+8pfV3ZDdx8m/52R3MZEBh+w7LqF/tpJ5QBzxcYb/TCk1l7o6+42qXOtoxG1Tl JC+w== X-Gm-Message-State: AOAM530MhDvHUwGhQzsq0ZtVydgmrMOx0IW5OEH4he+g2oAFPKhpIGHU e2H5rwaMV6fhLDobYEGEMbl1TSXq6HxG9A== X-Google-Smtp-Source: ABdhPJwoTCoNKx1sJiEzgC82tCMmWMqUWEjXUoto58xwD44mlZQQOOGPQOws+pMnNaZnPLP9GIZYKA== X-Received: by 2002:adf:fe04:: with SMTP id n4mr42786188wrr.667.1641301035851; Tue, 04 Jan 2022 04:57:15 -0800 (PST) Received: from naush-laptop.pitowers.org ([2a00:1098:3142:14:cf71:3c12:f0dd:e082]) by smtp.gmail.com with ESMTPSA id p15sm35673753wmj.46.2022.01.04.04.57.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Jan 2022 04:57:15 -0800 (PST) From: Naushir Patuck To: libcamera-devel@lists.libcamera.org Date: Tue, 4 Jan 2022 12:57:07 +0000 Message-Id: <20220104125709.1273546-1-naush@raspberrypi.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v5 0/2] Raspberry Pi: Add video mux and bridge support X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hi, Version 5 addresses all the feedback comments provided. There is only one functional change from version 4 - change two logging message levels from Info to Debug. Thanks, Naush Naushir Patuck (2): pipeline: raspberrypi: Move sensor entity detection out of registerCamera() pipeline: raspberrypi: Add support for Video Mux and Bridge devices .../pipeline/raspberrypi/raspberrypi.cpp | 179 ++++++++++++++++-- 1 file changed, 164 insertions(+), 15 deletions(-)