From patchwork Fri May 1 17:15:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Steve Longerbeam X-Patchwork-Id: 209996 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.6 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH, MAILING_LIST_MULTI, SIGNED_OFF_BY, SPF_HELO_NONE, SPF_PASS, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 07737C47258 for ; Fri, 1 May 2020 17:16:07 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DA4B02137B for ; Fri, 1 May 2020 17:16:06 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="JiD72NVj" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729061AbgEARQG (ORCPT ); Fri, 1 May 2020 13:16:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58026 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1729037AbgEARQF (ORCPT ); Fri, 1 May 2020 13:16:05 -0400 Received: from mail-pl1-x641.google.com (mail-pl1-x641.google.com [IPv6:2607:f8b0:4864:20::641]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CFE9AC061A0E for ; Fri, 1 May 2020 10:16:05 -0700 (PDT) Received: by mail-pl1-x641.google.com with SMTP id v2so3842945plp.9 for ; Fri, 01 May 2020 10:16:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/RVoX7yT7iGvoW/qYzoH+jpIAMj0AtP9LvPCJFybw1A=; b=JiD72NVjDtz3enhXc7RGkxBL+K1uTheOlPVTi9xueyKWRcDLMAATycu9ppnGl20NyT +a1oDIawnsYaZiM1whtrJMGzgKRUi1dcbtdJyTXPvBYnFJnsmUkVvg4SegU9n7q4H/47 H3F77Ia/pGac8/Hjm1rkSNivInEg49FOeezUfK7o4j1gFhC5/GOUAO8Yx2IFmWVQxu2W cro9zV/O6zB8q4HgTCWIeoHC/k5qb0oYoPAvnbRvcfXaqwQP3NabKbq/8DjjNCkOmnB0 Pbs5/1wlkgQQW5OB4RLKcEM8rXIq6pFZLf8IoVs44hSw8BnzaTzpdkNfsxbUWbKwPIWX P+wQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/RVoX7yT7iGvoW/qYzoH+jpIAMj0AtP9LvPCJFybw1A=; b=n9sssEOHqaya22/QpkR2izaThQN8QvMQlXaEx7MZWRTJ3UUsrlUETaIhwWp8oKE6uI u0D4NDg5rBQVbDkk4WwJNPu3F5Z/wP8GSdT5ADMYaJ0/0rgUvmDAWEQpb4Mf7xoxBlQI ltARGYpOoiipZkbavU7CLki28so4aB1C08TAPltYp19iycXtOqgSlMaV6HvyHeOJ5N2S B3ZPSXGvhPd4hGy2KhH9FAK5Rshy/RzzEO+3VrDWRGRrVMhv//s/pXZgAi0McJCgvOU8 pRSGgh+KP7Gj/fafp743hODVxgxZgIZCFzCqqgtXiWfRQ0dQhTgZ3Br3Q41hEgrs2cWI ml0A== X-Gm-Message-State: AGi0PubHLxvlVc82UexrGDnnmMnInEEu6NApTnFz9dufyWBEiCK94b8V BTWWmwfx0R/m1msQ1iHtjnJUXK3K X-Google-Smtp-Source: APiQypIGQLRj5b3HPqLRhGAA9gLVcvDelGhiVn0VbK0+DaLDTDHWcsg9UEcZpiyw7Jh9WL2HZEu8lg== X-Received: by 2002:a17:90a:a40e:: with SMTP id y14mr680710pjp.101.1588353364997; Fri, 01 May 2020 10:16:04 -0700 (PDT) Received: from mappy.hsd1.ca.comcast.net (c-107-3-184-99.hsd1.ca.comcast.net. [107.3.184.99]) by smtp.gmail.com with ESMTPSA id g14sm2733966pfh.49.2020.05.01.10.16.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 May 2020 10:16:04 -0700 (PDT) From: Steve Longerbeam To: linux-media@vger.kernel.org Cc: Sakari Ailus , Mauro Carvalho Chehab , Hans Verkuil , Rui Miguel Silva , Laurent Pinchart , Philipp Zabel , Steve Longerbeam Subject: [PATCH v6 02/22] media: v4l2-subdev: add v4l2_subdev_get_fwnode_pad_1_to_1 Date: Fri, 1 May 2020 10:15:36 -0700 Message-Id: <20200501171556.14731-3-slongerbeam@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200501171556.14731-1-slongerbeam@gmail.com> References: <20200501171556.14731-1-slongerbeam@gmail.com> Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org Add a convenience function that can be used as the .get_fwnode_pad operation for subdevices that map port numbers and pad indexes 1:1. The function verifies the endpoint is owned by the subdevice, and if so returns the endpoint port number. Signed-off-by: Steve Longerbeam --- drivers/media/v4l2-core/v4l2-subdev.c | 22 ++++++++++++++++++++++ include/media/v4l2-subdev.h | 17 +++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/drivers/media/v4l2-core/v4l2-subdev.c b/drivers/media/v4l2-core/v4l2-subdev.c index a376b351135f..3bdda686341f 100644 --- a/drivers/media/v4l2-core/v4l2-subdev.c +++ b/drivers/media/v4l2-core/v4l2-subdev.c @@ -696,6 +696,28 @@ const struct v4l2_file_operations v4l2_subdev_fops = { }; #ifdef CONFIG_MEDIA_CONTROLLER + +int v4l2_subdev_get_fwnode_pad_1_to_1(struct media_entity *entity, + struct fwnode_endpoint *endpoint) +{ + struct fwnode_handle *fwnode; + struct v4l2_subdev *sd; + + if (!is_media_entity_v4l2_subdev(entity)) + return -EINVAL; + + sd = media_entity_to_v4l2_subdev(entity); + + fwnode = fwnode_graph_get_port_parent(endpoint->local_fwnode); + fwnode_handle_put(fwnode); + + if (dev_fwnode(sd->dev) == fwnode) + return endpoint->port; + + return -ENXIO; +} +EXPORT_SYMBOL_GPL(v4l2_subdev_get_fwnode_pad_1_to_1); + int v4l2_subdev_link_validate_default(struct v4l2_subdev *sd, struct media_link *link, struct v4l2_subdev_format *source_fmt, diff --git a/include/media/v4l2-subdev.h b/include/media/v4l2-subdev.h index a4848de59852..f7fe78a6f65a 100644 --- a/include/media/v4l2-subdev.h +++ b/include/media/v4l2-subdev.h @@ -1027,6 +1027,23 @@ static inline void *v4l2_get_subdev_hostdata(const struct v4l2_subdev *sd) #ifdef CONFIG_MEDIA_CONTROLLER +/** + * v4l2_subdev_get_fwnode_pad_1_to_1 - Get pad number from a subdev fwnode + * endpoint, assuming 1:1 port:pad + * + * @entity - Pointer to the subdev entity + * @endpoint - Pointer to a parsed fwnode endpoint + * + * This function can be used as the .get_fwnode_pad operation for + * subdevices that map port numbers and pad indexes 1:1. If the endpoint + * is owned by the subdevice, the function returns the endpoint port + * number. + * + * Returns the endpoint port number on success or a negative error code. + */ +int v4l2_subdev_get_fwnode_pad_1_to_1(struct media_entity *entity, + struct fwnode_endpoint *endpoint); + /** * v4l2_subdev_link_validate_default - validates a media link *