Message ID | 20240507060323.26950-1-laurent.pinchart+renesas@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 895A7631; Tue, 7 May 2024 06:03:33 +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=1715061816; cv=none; b=WVXRjE8Ev6jvH4hNMHGkCSWp7qLB+xccsY47CVn9843u6SPwcfCQuvYlDMKR+nlWXnvGisrYdkW+QFIKwq3YRHvIuj62M+zjw2pbe/bLh2/9uWwvj7+6G9z5uUFu2bLvajqZZ/u2WZ1nHWjB8jmq3lMb9cWKBi31Psmz8cZmVmk= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1715061816; c=relaxed/simple; bh=hzw1wOyov0AIgxXRRO0rnUf/xHvzEM6thuNWtbDTq/U=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=rbShqamG0His7glFz6bGB3+ic26MHqnzOgopSJqOVaWzWOyAuDfpr0DvTfCWmuR2tX8EBLUVcJUizCv4EldCgG5DLq0MP5tftk+5JatnMyIFseeecpFQucqZ9NvmZ58EqXr8d177M6WmErnMlq3N37koZtdrlaUBrOUgjnHlDnE= 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=GyIF6GgN; 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="GyIF6GgN" Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 364A43D5; Tue, 7 May 2024 08:03:29 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1715061809; bh=hzw1wOyov0AIgxXRRO0rnUf/xHvzEM6thuNWtbDTq/U=; h=From:To:Cc:Subject:Date:From; b=GyIF6GgNZkJ8xUxrJ3l/HnUYu+kVdsLKchMc9sBMsFv2D6zwxCIgk/9XVlOsNg0m4 0zKeSmW+wF+WFV0Cg6TGbuZaa7TooD8d3dZsLk8UmyEpEhd96RhGpzYGNkS+iONdPz v6SlMilYjtklvEpb85gSVg26V1PJNOONrzZyywOc= From: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> To: linux-media@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Sakari Ailus <sakari.ailus@iki.fi>, Tomi Valkeinen <tomi.valkeinen@ideasonboard.com>, Hans Verkuil <hverkuil-cisco@xs4all.nl>, Dafna Hirschfeld <dafna@fastmail.com>, linux-rockchip@lists.infradead.org Subject: [PATCH v2 0/2] media: v4l2-subdev: Support const-awareness in state accessors Date: Tue, 7 May 2024 09:03:21 +0300 Message-ID: <20240507060323.26950-1-laurent.pinchart+renesas@ideasonboard.com> X-Mailer: git-send-email 2.43.2 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: v4l2-subdev: Support const-awareness in state accessors
|
expand
|