Message ID | 20240506164941.110389-1-jacopo.mondi@ideasonboard.com (mailing list archive) |
---|---|
Headers | show
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 70E521552F7; Mon, 6 May 2024 16:49:58 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.167.242.64 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715014200; cv=none; b=SsO6J3t8tGZGtqICZKHDbs9uPnxUgY3DysBYQTkkRexjCuC6BXJD6MUJAV28gjjG7xfoSkkiV/q4zS3euGPK4TzXPUFQxmUQLZj2ei0fok80JDpospLhb7iYRSklTi46y7yo4/XRiSYzFjoqeMkfSpM6aslb4O+fnkMZI9YP0ak= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715014200; c=relaxed/simple; bh=IXDZhWAQSzG5f8MWFrZtlLPgVNOwwp+J+jB0UFgktaM=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=TCnOw7YYTGyeqD6R91Kr1tG5b2HsYHzWqwTxEAKWrc1tj/98wt9PqgMzkkCOWqodAbaW70JfkWN/hw02ef6/wcw8GbYkJQgf9W+AEHSPaT2NcW/JaB3oriR0TTERfPu67fG1h6LEuybRsPt+4HczWiGsIgYg3hLyE8pnygwKrzY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=ideasonboard.com; spf=pass smtp.mailfrom=ideasonboard.com; dkim=pass (1024-bit key) header.d=ideasonboard.com header.i=@ideasonboard.com header.b=sEPH9fiT; arc=none smtp.client-ip=213.167.242.64 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="sEPH9fiT" Received: from localhost.localdomain (unknown [IPv6:2001:b07:5d2e:52c9:cc1e:e404:491f:e6ea]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CCC6A908; Mon, 6 May 2024 18:49:53 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1715014194; bh=IXDZhWAQSzG5f8MWFrZtlLPgVNOwwp+J+jB0UFgktaM=; h=From:To:Cc:Subject:Date:From; b=sEPH9fiTX4isNnHmf2RS40+ADn4cMrw2/uUX9MyhI+h+rFLGYlnoCK01YcAsPiSl5 mUcyUVk25orTzUQOBngKfklzLBwQMol/btaJKY1TRHIkO0SbiDVKdDOBECSJP/vZE4 x19qz7sbFTSqNnnGf57hraRICPL48x1e5Pp1nABY= From: Jacopo Mondi <jacopo.mondi@ideasonboard.com> To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>, =?utf-8?q?Niklas_S?= =?utf-8?q?=C3=B6derlund?= <niklas.soderlund+renesas@ragnatech.se>, Sakari Ailus <sakari.ailus@linux.intel.com>, Kieran Bingham <kieran.bingham+renesas@ideasonboard.com>, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Cc: Jacopo Mondi <jacopo.mondi@ideasonboard.com>, linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 00/11] media: renesas: rcar-csi2: Use the subdev active state Date: Mon, 6 May 2024 18:49:28 +0200 Message-ID: <20240506164941.110389-1-jacopo.mondi@ideasonboard.com> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: <linux-renesas-soc.vger.kernel.org> List-Subscribe: <mailto:linux-renesas-soc+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-renesas-soc+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
media: renesas: rcar-csi2: Use the subdev active state
|
expand
|