Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3088903imu; Sun, 27 Jan 2019 21:28:44 -0800 (PST) X-Google-Smtp-Source: ALg8bN7+5xhQqcf9Z9aKK3YAyaOpebTruncvL9lXtQ0vL1VoVhKQajO9HGLO4WB38AMfaNTtRpyl X-Received: by 2002:a62:9fd9:: with SMTP id v86mr20477463pfk.191.1548653324874; Sun, 27 Jan 2019 21:28:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548653324; cv=none; d=google.com; s=arc-20160816; b=XCE2zbAGODObKGfZd+H2IJ2TSX+Wfcyn9oGdOjHbnA/3I4HHOim0D5ElaCm8m+nrCG 40UHrFUB5Pp1NzxDWRxxBwFgH0/ZGbLhzuEGlMUo1JuKxGPhF0r8CtD/xwPd4+jlGjz5 2eKIIytEtVrGN4amaqV3Cql++Y87/LIS1MECQtL+tTRJDh4aGkVowbgT4AimG2Jt3bLC /GAqRI0QRV77D2oXGDGHJrKRT325Kx5kZPwN6oaEeKU1BNIh3HuaraYsBEHoBQWFX91F V227bfu/Qgt/pr26jVy8gR8OjUS0QZX/BE/r7utYhTx5uXuylQuqY2+yh1lb0QehfcDX Jt2Q== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=6VvQAx+2FuRgBDmJPz2pSYJPMiWmuPQAP0p6EsjN5uQ=; b=YnovinrGz/0iUYaUpCRATAobh4A693HkWke6pnS/v/yBRLwHPLepNwfWpBy/XVn7yM 0rikWP7J3M9IHqH+h0vMPKGLgyw4XDsHWEwFjZJ4rHiSXGFr07TFS3zW3GpG7vyREe9C uEaxmJ/w7y1iPEaQwmOctiDvC7Sq9bePHAPBklQXcDfNwGM55/u2vcyuVVwxwDWnpBTj sa5KOdzjogpOvimfrJEnw/S7JVMiX/FaUJs0k/tuhwGV8IXhn8cqVhsE/fwWuDJ+O4No ts7XbEB46u7bIhu2JKVPo5/5jq1LRO+E8xrlAv09FBbwOSGztXXaPx3vp+NqTi+2fca5 8IAA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 7si22603763pfb.226.2019.01.27.21.27.57; Sun, 27 Jan 2019 21:28:44 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=intel.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726611AbfA1FY0 (ORCPT + 99 others); Mon, 28 Jan 2019 00:24:26 -0500 Received: from mga17.intel.com ([192.55.52.151]:25870 "EHLO mga17.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725782AbfA1FY0 (ORCPT ); Mon, 28 Jan 2019 00:24:26 -0500 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jan 2019 21:24:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,532,1539673200"; d="scan'208";a="121814728" Received: from mint-dev.iind.intel.com ([10.223.25.164]) by orsmga003.jf.intel.com with ESMTP; 27 Jan 2019 21:24:23 -0800 From: Ramalingam C To: intel-gfx-trybot@lists.freedesktop.org Cc: Ramalingam C , Greg Kroah-Hartman , Kate Stewart , Thomas Gleixner , Philippe Ombredanne , linux-kernel@vger.kernel.org Subject: [PATCH v10 03/42] component: alloc component_match without any comp to match Date: Mon, 28 Jan 2019 10:47:48 +0530 Message-Id: <1548652707-31113-3-git-send-email-ramalingam.c@intel.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1548652707-31113-1-git-send-email-ramalingam.c@intel.com> References: <1548652707-31113-1-git-send-email-ramalingam.c@intel.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org If all the components associated to a component master is not added to the component framework due to the HW capability or Kconfig selection, component_match will be NULL at component_master_add_with_match(). To avoid this, component_match_alloc() is added to the framework, to allcoate the struct component_match with zero associated components. Hence component master can be added with a component_match with zero associated components. This helps the component master bind call to get triggered, even if no component is registered for that particular master. This is meant for big PCI device drivers where small/optional features are external components, and based on usecases different combination of components are build as entire driver. In such PCI device driver Load, if we use the component master for waiting for few components(features) availability, only if they are supported by the underlying HW, then we need to allocate memory for component_match using the API introduced in this change before the call to component_master_add_with_match. Signed-off-by: Ramalingam C Suggested-by: Daniel Vetter Cc: Greg Kroah-Hartman Cc: Kate Stewart Cc: Thomas Gleixner Cc: Philippe Ombredanne Cc: linux-kernel@vger.kernel.org Reviewed-by: Daniel Vetter Acked-by: Greg Kroah-Hartman --- drivers/base/component.c | 30 ++++++++++++++++++++++++++++++ include/linux/component.h | 2 ++ 2 files changed, 32 insertions(+) diff --git a/drivers/base/component.c b/drivers/base/component.c index ddcea8739c12..1b8bb07c0ec7 100644 --- a/drivers/base/component.c +++ b/drivers/base/component.c @@ -302,6 +302,36 @@ static int component_match_realloc(struct device *dev, } /* + * Allocate the match without any component_match_array elements. + * + * This function is useful when the component master might end up + * registering itself without any matching components. + */ +void component_match_alloc(struct device *master, + struct component_match **matchptr) +{ + struct component_match *match = *matchptr; + + if (IS_ERR(match)) + return; + + if (match) + return; + + match = devres_alloc(devm_component_match_release, + sizeof(*match), GFP_KERNEL); + if (!match) { + *matchptr = ERR_PTR(-ENOMEM); + return; + } + + devres_add(master, match); + + *matchptr = match; +} +EXPORT_SYMBOL(component_match_alloc); + +/* * Add a component to be matched, with a release function. * * The match array is first created or extended if necessary. diff --git a/include/linux/component.h b/include/linux/component.h index e71fbbbc74e2..3f6b420a58f8 100644 --- a/include/linux/component.h +++ b/include/linux/component.h @@ -37,6 +37,8 @@ void component_match_add_release(struct device *master, struct component_match **matchptr, void (*release)(struct device *, void *), int (*compare)(struct device *, void *), void *compare_data); +void component_match_alloc(struct device *master, + struct component_match **matchptr); static inline void component_match_add(struct device *master, struct component_match **matchptr, -- 2.7.4