Message ID | cover.1695981374.git.mehdi.djait@bootlin.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E1234CE7B1F for <linux-rockchip@archiver.kernel.org>; Fri, 29 Sep 2023 10:08:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=S8s+cz/wY4AXG6BCmy7AvCIOT32ia1Z0OMI3Bo7t/mE=; b=XEnOi5+ZhNhb5h DOleW9WANtECIwOHo2gX8CyizgRBIxPrtjEcmVd1QViI27jNiTN0xHw5X4MTstQwaoJ0j2WBPPtUX jrbeCZg8YNx7HoprtLNEszMUZ8HTzIfvznVOaUFfHxNcI7k1GbGrjuztzm39FyIReBxU9jo88USry ZxVADFooTatKZdbkKfhMIdCKP5Adyz+eajbwR+sghsstu0s6pvzs9sNOqcACe9/2cwGznWpmtHJTY qEMFipAM5OW/BQfiLfZdkpzk81CO/Az7jmxqto/7UB5pJgNqxDD2SsFMbt1qsl/UvBgJpaKn02ciF KREf2jYCEh0gm/JOxvFg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qmAQK-007W6G-0H; Fri, 29 Sep 2023 10:08:40 +0000 Received: from relay8-d.mail.gandi.net ([2001:4b98:dc4:8::228]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qmAQF-007W4H-25 for linux-rockchip@lists.infradead.org; Fri, 29 Sep 2023 10:08:38 +0000 Received: by mail.gandi.net (Postfix) with ESMTPSA id 618121BF20E; Fri, 29 Sep 2023 10:08:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1695982108; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AjPO62EH//YFUWvJKiXxAinthCQFtLyrypziXtQJIf0=; b=NEUpMGd70slgCjICACDBbtzJqKg9v0nZd0XxFJ429Al5VXejRamwAwdvayubwz74fpjuIO YFsBuqa07xOTRU8Z1tNtWHqPv9l8g1+BBv5+yfLwP2CXZ7b2gnCohWRNztnzdF8EV1zRZC 0NvxMt8wYNvlTwKQPZuFK+oHKIchXDkT7LC4S0HZHzE/jtPsO6CM8OJfd7CX1lRBnPWao5 lgGLdatYv3V46kUnfxb+wpQ9TrZDHJjyr6SaYkmgwy/spSmUS7Hh15UUgH/wpevWha8sJY Y9vYSNSE3yonAcrISVmsZ0JUufw0TcTjeDKlx7HJ9gFQ4DauZqCn/LkEOod7eQ== From: Mehdi Djait <mehdi.djait@bootlin.com> To: mchehab@kernel.org, heiko@sntech.de, ezequiel@vanguardiasur.com.ar, hverkuil-cisco@xs4all.nl, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org Cc: paul.kocialkowski@bootlin.com, miquel.raynal@bootlin.com, maxime.chevallier@bootlin.com, luca.ceresoli@bootlin.com, thomas.petazzoni@bootlin.com, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, Mehdi Djait <mehdi.djait@bootlin.com> Subject: [PATCH v6 0/3] media: rockchip: Add a driver for Rockchip's camera interface Date: Fri, 29 Sep 2023 12:07:59 +0200 Message-ID: <cover.1695981374.git.mehdi.djait@bootlin.com> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-GND-Sasl: mehdi.djait@bootlin.com X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230929_030835_971737_E6298EAE X-CRM114-Status: GOOD ( 14.29 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms <linux-rockchip.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-rockchip/> List-Post: <mailto:linux-rockchip@lists.infradead.org> List-Help: <mailto:linux-rockchip-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-rockchip>, <mailto:linux-rockchip-request@lists.infradead.org?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" <linux-rockchip-bounces@lists.infradead.org> Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org |
Series |
media: rockchip: Add a driver for Rockchip's camera interface
|
expand
|