From patchwork Thu Apr 21 14:29:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tomi Valkeinen X-Patchwork-Id: 12821732 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 92D52C433F5 for ; Thu, 21 Apr 2022 14:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1389322AbiDUOdO (ORCPT ); Thu, 21 Apr 2022 10:33:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1389498AbiDUOcb (ORCPT ); Thu, 21 Apr 2022 10:32:31 -0400 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26B093FD82 for ; Thu, 21 Apr 2022 07:29:34 -0700 (PDT) Received: from deskari.lan (91-156-85-209.elisa-laajakaista.fi [91.156.85.209]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C355E492; Thu, 21 Apr 2022 16:29:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1650551371; bh=iLdDoFzCKLupnJ5CR3+DKByALxPQ94Ygeka4t0WX1Ew=; h=From:To:Cc:Subject:Date:From; b=EJEiB9u1uZjlm342eT2EiFwyqxxP9ZXL754YHfVvw3+QWw0ThwzvvCoH05KMGBDS2 gMhEoV9xFwynI2KDioD247rSwsnkmJcJBbvpKU2yLFVGxOvaxkYVGgBGALtkfye8hG 8a89vZG3HBfyeqvuPv0q8Qg0asGYGOXknJKihX7M= From: Tomi Valkeinen To: linux-media@vger.kernel.org, sakari.ailus@linux.intel.com, Jacopo Mondi , Laurent Pinchart , niklas.soderlund+renesas@ragnatech.se, Mauro Carvalho Chehab , Hans Verkuil , Pratyush Yadav , satish.nagireddy@getcruise.com Cc: Tomi Valkeinen Subject: [PATCH 0/3] media: CSI-2 configuration to frame desc Date: Thu, 21 Apr 2022 17:29:03 +0300 Message-Id: <20220421142906.527918-1-tomi.valkeinen@ideasonboard.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Hi, I've carried these patches in my streams series, but I think they provide value also alone. These improve the frame descriptors so that the drivers can fill in the CSI-2 datatype and virtual channel, and make the CAL driver use that data if available. Tomi Sakari Ailus (2): media: Add bus type to frame descriptors media: Add CSI-2 bus configuration to frame descriptors Tomi Valkeinen (1): media: ti: cal: use frame desc to get vc and dt drivers/media/platform/ti/cal/cal-camerarx.c | 27 ++++++++++ drivers/media/platform/ti/cal/cal.c | 52 +++++++++++++++++++- drivers/media/platform/ti/cal/cal.h | 2 + include/media/v4l2-subdev.h | 36 ++++++++++++++ 4 files changed, 115 insertions(+), 2 deletions(-)