Message ID | 20231103083625.1229008-1-sakari.ailus@linux.intel.com (mailing list archive) |
---|---|
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 8C5936FA3 for <linux-acpi@vger.kernel.org>; Fri, 3 Nov 2023 08:36:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="H4sIQ/7Z" Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.126]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F09E61BC for <linux-acpi@vger.kernel.org>; Fri, 3 Nov 2023 01:36:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1699000591; x=1730536591; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=BzvPuEQhky6pqshwY2tg00PWOHk2hYzUsgLpgGF9vRA=; b=H4sIQ/7ZIkl8P3PJNvm1pTzl9VamU0O50L7WjjdFcSHC+zJuoMh9Rtgx 2oV6Yv/nwEa0Sdq2N2tqna0FgE63aO1k2067cB7vwHkHTlh9Strt/NNqz stywYMkkdCCNAey1YQdl9tYoYPvIB6wZLptsBo96kuKZbKGoF52B5qDrB g2JIjBPW4nFbMLQtWwytnOz5IhSAtg2/ml4YDQmyyTyuPoOlUSxBrJGMZ fQlEwlIw17vAE7sKxhDOLF9J0Hvw5iaJKo+6iDrafiY8Vze7dYcf2JCHM XhJLJEPhMFNXuoL2Ga9pVQYRh+yDYpVLBulYwtArrOpFtTjbQIXmPIuyU Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10882"; a="373943759" X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="373943759" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 01:36:31 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10882"; a="878574855" X-IronPort-AV: E=Sophos;i="6.03,273,1694761200"; d="scan'208";a="878574855" Received: from turnipsi.fi.intel.com (HELO kekkonen.fi.intel.com) ([10.237.72.44]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Nov 2023 01:36:29 -0700 Received: from svinhufvud.ger.corp.intel.com (localhost [IPv6:::1]) by kekkonen.fi.intel.com (Postfix) with ESMTP id 9AF43120F5B; Fri, 3 Nov 2023 10:36:26 +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 v4 0/3] Make fwnode_property_get_reference_args accept NULL args Date: Fri, 3 Nov 2023 10:36:22 +0200 Message-Id: <20231103083625.1229008-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
|