From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 8B4851A58A; Fri, 22 Dec 2023 13:28:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="YxIdpop9" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1703251694; x=1734787694; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=BYyq0y7VHVLmMp4+tUH9IaYJ4Jv2z36cL66cOKlCkkc=; b=YxIdpop9qVDoSxUT0N+oS3jkS4eafap3CIvoiRtWQOy/1s/kVO+ZhPCX kv1RHdfLtLEh4S6jAv9Ja0eiOmX+IbIXktqAQ+3z5Y3bAimguwBaARw69 wdBKhEjfdW0DWK22zfO9ECF6G5BbRC54ZclbiGXs9fRJ4hXDUUe68jHmR RwygpN+sv0ZAYcmaDlKDN7rpDscuDiboSdAY3C1EJT88X47I+qdB07khv 3HMZ2SruMVXNfws71DcdPJWA2tYTbVwwntc+1E8JU5oHQrdYGszjd1cRB Rkhwlmh8QS3H0lbp/lBiFqsZEK10+k7AeCCM+DWiqs4IWFCzzZftOIk7X Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="399938423" X-IronPort-AV: E=Sophos;i="6.04,296,1695711600"; d="scan'208";a="399938423" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2023 05:28:13 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10931"; a="1024200277" X-IronPort-AV: E=Sophos;i="6.04,296,1695711600"; d="scan'208";a="1024200277" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga006.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Dec 2023 05:28:11 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.97) (envelope-from ) id 1rGfZQ-00000008A0A-0IbB; Fri, 22 Dec 2023 15:28:08 +0200 Date: Fri, 22 Dec 2023 15:28:07 +0200 From: Andy Shevchenko To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: linux-pci@vger.kernel.org, Bjorn Helgaas , Lorenzo Pieralisi , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , Igor Mammedov , Lukas Wunner , Mika Westerberg , "Rafael J . Wysocki" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 3/7] resource: Document find_empty_resource_slot() and resource_constraint Message-ID: References: <20231222122901.49538-1-ilpo.jarvinen@linux.intel.com> <20231222122901.49538-4-ilpo.jarvinen@linux.intel.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20231222122901.49538-4-ilpo.jarvinen@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo On Fri, Dec 22, 2023 at 02:28:57PM +0200, Ilpo Järvinen wrote: > Document find_empty_resource_slot() and the struct resource_constraint > as they are going to be exposed outside of resource.c. Reviewed-by: Andy Shevchenko -- With Best Regards, Andy Shevchenko