Message ID | 20231102101316.1186215-1-sakari.ailus@linux.intel.com |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (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 81BF2CA4D for <linux-acpi@vger.kernel.org>; Thu, 2 Nov 2023 10:13:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="Wk+3lPMh" Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CDFBB112 for <linux-acpi@vger.kernel.org>; Thu, 2 Nov 2023 03:13:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1698920003; x=1730456003; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=wokVdbxVQ+OQerFoCr9ANOErJ7IXkunMQzvGnXwIyBA=; b=Wk+3lPMhSHPIXpIy0dFsMTT/igYb/g+mHcpVzu7G0d20bK/yZs2yAJHK b4bmwkz6lgcQfbXkWeN1n7bMfUjKBVkCvYpt2nawYK+alVeITqj8unmIK oAtu1Tqt1NHLm4XpTLytfh/qX1IFkUTY5wOByKMAP3YythHmHSVkoROLc qBOzoatV4wg/S5sE5r0RKqg5LYmoPklmpq3eekNhSHLJWdZlzyqnCwja2 TH00KSXMIZJE3t7j8i99cf4yK2ETmALqa38j8yy7cGahlL+8pCR+B5EsM efISvoZYLWXOGUPXj8QruGoMWvrI/Ah/+tFzm7DYcBKqqYpji8oMFc3KG Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10881"; a="7318632" X-IronPort-AV: E=Sophos;i="6.03,271,1694761200"; d="scan'208";a="7318632" Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2023 03:13:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10881"; a="904969778" X-IronPort-AV: E=Sophos;i="6.03,271,1694761200"; d="scan'208";a="904969778" Received: from turnipsi.fi.intel.com (HELO kekkonen.fi.intel.com) ([10.237.72.44]) by fmsmga001-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Nov 2023 03:13:20 -0700 Received: from svinhufvud.ger.corp.intel.com (localhost [IPv6:::1]) by kekkonen.fi.intel.com (Postfix) with ESMTP id 3F66012035D; Thu, 2 Nov 2023 12:13:17 +0200 (EET) From: Sakari Ailus <sakari.ailus@linux.intel.com> To: linux-acpi@vger.kernel.org Cc: andriy.shevchenko@linux.intel.com, Daniel Scally <djrscally@gmail.com>, Heikki Krogerus <heikki.krogerus@linux.intel.com>, "Rafael J. Wysocki" <rafael@kernel.org> Subject: [PATCH v3 0/3] Make fwnode_property_get_reference_args accept NULL args Date: Thu, 2 Nov 2023 12:13:13 +0200 Message-Id: <20231102101316.1186215-1-sakari.ailus@linux.intel.com> X-Mailer: git-send-email 2.39.2 Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Make fwnode_property_get_reference_args accept NULL args
|
expand
|