From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) (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 A652B1DDC1 for ; Mon, 15 Jan 2024 10:58:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ideasonboard.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="k0DLfeYK" Received: from pendragon.ideasonboard.com (89-27-53-110.bb.dnainternet.fi [89.27.53.110]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id BE636326; Mon, 15 Jan 2024 11:57:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1705316268; bh=LSj4kaM6LSiwQrgDkgeLSAtASmAhdGk8MgrIFB2UgUU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=k0DLfeYKGwTvWpKO/8plHaM31JoUR07BJpfSUZqyASzUBZzU1/ecR6iwXK2LLA21S kxGaxvIkaegKxhQBC58gT5n0aCn6MzKk3tMEyhWTxFY1vSxlD2ZjWTWq8tS7w+RdR1 Pzwi1DY3qMYSl9MPF61Urnt78D1rgSoDHDEgUyQM= Date: Mon, 15 Jan 2024 12:59:00 +0200 From: Laurent Pinchart To: Sakari Ailus Cc: linux-media@vger.kernel.org, Jacopo Mondi , Alexander Shiyan , Fabio Estevam , Frieder Schrempf , Marek Vasut , Martin Kepplinger , Rui Miguel Silva , Tim Harvey , Purism Kernel Team Subject: Re: [PATCH 6/7] media: mc: Expand MUST_CONNECT flag to always require an enabled link Message-ID: <20240115105900.GD5869@pendragon.ideasonboard.com> References: <20240115103029.28055-1-laurent.pinchart@ideasonboard.com> <20240115103029.28055-7-laurent.pinchart@ideasonboard.com> Precedence: bulk X-Mailing-List: linux-media@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Mon, Jan 15, 2024 at 10:54:11AM +0000, Sakari Ailus wrote: > Hi Laurent, > > A small addtional comment... > > On Mon, Jan 15, 2024 at 12:30:28PM +0200, Laurent Pinchart wrote: > > + - If this flag, then at least one link connected to the pad must be > > + enabled for the pad to be able to stream. There could be temporary > > How about, instead, to make the meaning clearer: > > - If this flag is set, then for this pad to be able to stream, > it must be connected by at least one enabled link. Works for me. > > + reasons (e.g. device configuration dependent) for the pad to need > > + enabled links even when this flag isn't set; the absence of the flag > > + doesn't imply there is none. -- Regards, Laurent Pinchart