From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 35D474C77CD for ; Tue, 19 May 2026 10:27:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779186439; cv=none; b=JJMPdF4hz0JetjVsf9s/KS8UgvYiOhwNh4xoKXo98z8oUOWnUKvQwxRNfYwbMnHZUS9wtrhD4zs+7wsCOnxMPoSaVMSQek0dTkczw0KdbotcLxsVpmBZ+soS84sbZoWbFNKtvirQfORefjTc5PQXH6he/kSzAwze9TxohgJTrOk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779186439; c=relaxed/simple; bh=0i5FsVMF//nNuyNTkNv/F4YoY7Rveqh0k1TqngT2iUY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NxIJv8aUR7uagl0kisSum46t6bkwj0CGl0bK5HOi0HMN6kjvoS8w5wVfkNFp586kdeppuqEamSXL2DcttFTBPYHIK8+yQdXTmX94JEyDNDn4r249nZU8heuYTEZjWdx38V5sulouXDxJ9xcaIIymoM0xlNhWZcgXmgKe3aTUfY4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=F0+fECjJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="F0+fECjJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 97D4DC2BCC6; Tue, 19 May 2026 10:27:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1779186439; bh=0i5FsVMF//nNuyNTkNv/F4YoY7Rveqh0k1TqngT2iUY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F0+fECjJzhLxiDly7mRmI6nzzvaYsaUAAnDUAyyR+aOiuliJA0cpddF0HPf4Ib2hI SPyjGaRSJ+jRy31hvWFF89TcjoBwaCGyhUNpFr/Y38Z6J8ln2ZYDTE2jGOWw4/y+jb 33D2ZnI+KIwCB5BU6W80iSVMefJ3fB57es/0l+90deD2F3VjkrqVwijFKY1jVgdEWR jtFwvt2vh1kDX7sZLTwosRi0othHQ13qN0GV779JP04/Io46BKOx/15UcNlJpwiZc8 tqULGoTA5QGkIRy8O8ooOq2XWc1fLDqqsaC61yb6DSkBeXTc5jos+765qA204Aue43 lqpRLl0kSYp0A== Date: Tue, 19 May 2026 15:57:15 +0530 From: Vinod Koul To: Bryan O'Donoghue Cc: Neil Armstrong , Marco Felsch , Maxime Ripard , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/4] Extend phy_configure_opts_mipi_dphy to support position and polarity Message-ID: References: <20260325-dphy-params-extension-v1-0-c6df5599284a@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260325-dphy-params-extension-v1-0-c6df5599284a@linaro.org> On 25-03-26, 21:47, Bryan O'Donoghue wrote: > struct phy_configure_opts_mipi_dphy currently passes @lanes as a linear > count of data-lanes starting from lane zero to a consuming DPHY driver. > > This proves insufficient when we want to specify lane location and lane > polarity. > > To address this gap extend the structure to pass four new fields. Sure, but where is the user...? Please repost with users added in Thanks pw-bot: cr -- ~Vinod