From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-183.mta1.migadu.com (out-183.mta1.migadu.com [95.215.58.183]) (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 45B631D6DC8 for ; Tue, 8 Apr 2025 15:13:52 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.183 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744125234; cv=none; b=QJaROqZ2rYxGZ1qcLQGNpDT8a1VIwQsZ6SebpWfAUXNtrTZdcGN5JUCZb2ekhQnHs/a4PKjQO50F6KT5rZHQ1xnaX0Ld0rafg3ZHZrrp4PB9346lnCU82lBt0uPXUuHKOvWRRYGV4mhTPyYNmKeM/NRAcMKgSRaJGYlwTl/0ZtY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744125234; c=relaxed/simple; bh=2rGFA1MmKjfyPCb3EVOeMcIHT7xlnr9PJ1OpM+4Wr5A=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=RYdu9lpXxktOabJHz9QzgL1Dhk1TQUJHqkDH7nByL4XzdreqDBKRVq5qohcUfNG5WwIgupyO6rsWyGz3ApflsgpGUiRISvs3IuhlBxpnjdk3l34btz6iDr0i3x9bMLBs2XDYRu3m2lEMZHCZrCnT1zkFb3CfJEVHCD8+hxeG8j8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=QBiRp1r0; arc=none smtp.client-ip=95.215.58.183 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="QBiRp1r0" Message-ID: <0b0438af-1cd6-44be-b9fd-1036d579a83d@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1744125230; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=jxAkzFNU4ZFiZLFlhzmE+4v2edtj5U1DrVC5Uqoqrg4=; b=QBiRp1r0gx/UHcommsD9xTSt+IdLfDdDMb22Hr3nAvmV0NV/Lf+LAxkxsyE8UMCEYETqFl U4T2bX9TNV8IZQyuiW3ek9BvdB9+X9k6mcJnXKg8eqlzLvFq2T/5FWgImbQfaQWP6qpIkx nRytRgT+1Ue9J9dW0+i/czzLTzxbfto= Date: Tue, 8 Apr 2025 11:13:44 -0400 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH 0/2] device property: Add fwnode_property_get_reference_optional_args To: Andy Shevchenko Cc: Rob Herring , Saravana Kannan , devicetree@vger.kernel.org, Sakari Ailus , Greg Kroah-Hartman , "Rafael J . Wysocki" , Len Brown , Heikki Krogerus , Daniel Scally , linux-kernel@vger.kernel.org, Danilo Krummrich , linux-acpi@vger.kernel.org References: <20250407223714.2287202-1-sean.anderson@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Sean Anderson In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Migadu-Flow: FLOW_OUT On 4/8/25 04:40, Andy Shevchenko wrote: > On Mon, Apr 07, 2025 at 06:37:12PM -0400, Sean Anderson wrote: >> This series adds a fwnode-equivalent to of_parse_phandle_with_optional_args. > > Thanks, but no user. Not acceptable in this form. Also see individual comments. > https://lore.kernel.org/netdev/20250407231746.2316518-1-sean.anderson@linux.dev/ I was hoping to get these patches reviewed/applied separately, since netdev has a limit on series length and these patches push that series over. --Sean