Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp1144480ybl; Wed, 8 Jan 2020 11:49:02 -0800 (PST) X-Google-Smtp-Source: APXvYqxtZexPtWtT4EeYvILABPrRHEYMZlTRD/kgZoSoPahm9QOtdpNCHo0L+k29+uOktjhmCtOB X-Received: by 2002:a05:6808:486:: with SMTP id z6mr198988oid.117.1578512942217; Wed, 08 Jan 2020 11:49:02 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578512942; cv=none; d=google.com; s=arc-20160816; b=e9qrGMBxw+i5/2ACiV+hwRCOZx98efYr0KIo7GKT7P3NXm52j4a+7A3WGa/QDa5LGg +avdNAPc4INq/Dk8NByGerSqieYNAB1tdaoWQoVjHLgpXhyAVp42fsJPhE53tCsNedGS EZWjj8TTO15Cctms9ULovMWLNWLBDLRzy+MZzzHnx72Pq/XZE2Gico21/gThFlb14yA4 QmudAHJ7QsV3PuzmJKeA1/jl90eXp6EszeWHwHKItcwkpgMNU7qDWh6XeRswM+/eMV4/ EObSheuMRJgZNuZX2H6CGzuLUb5EqnNNz/jWLIsAs+UljYpqQmSXJGL+hy0O+lMQ1wpH W3MA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=chvqhXVpias6ecm86vGVlMw3Ylzswynp4vKcJvIA/k0=; b=xRzIi4gQAPoYKASiLyElVHQFwDd0vE+HQlg0rslk977pikNyfomeMWm5rw/jVK4YTl AZsMO6jnUuH1flbRcoWTdUIx/oZ+fbJpkNzEhjRRKLiMalLPK+xUM/g5wPzv1QLPH3T6 OmCCGmrihKjeqLhakHP6/CBPPNF9Ujh8BWJTElmo71hXb75BYljblVuBAGmh+EB5khFp 7DerlZDUT3Fdy2LqHk9sMwm17RDoALJLJcieMChaB+kI/D7DTh1BIM5G+yUJBBB7ZQQ9 ohLWFWDoTO28H/8qdBxHXFe92CGfq3ysCjHtgUsO56l2oy3BTdKwpGXz28boNF9/abZ4 Amhg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si2181027oip.277.2020.01.08.11.48.49; Wed, 08 Jan 2020 11:49:02 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730272AbgAHSqp (ORCPT + 99 others); Wed, 8 Jan 2020 13:46:45 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:59896 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729171AbgAHSqk (ORCPT ); Wed, 8 Jan 2020 13:46:40 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: koike) with ESMTPSA id 94C8A2912F1 From: Helen Koike To: linux-rockchip@lists.infradead.org Cc: mark.rutland@arm.com, devicetree@vger.kernel.org, eddie.cai.linux@gmail.com, mchehab@kernel.org, heiko@sntech.de, gregkh@linuxfoundation.org, andrey.konovalov@linaro.org, linux-kernel@vger.kernel.org, tfiga@chromium.org, robh+dt@kernel.org, hans.verkuil@cisco.com, laurent.pinchart@ideasonboard.com, sakari.ailus@linux.intel.com, joacim.zetterling@gmail.com, kernel@collabora.com, ezequiel@collabora.com, linux-media@vger.kernel.org, jacob-chen@iotwrt.com, linux-arm-kernel@lists.infradead.org, Helen Koike Subject: [PATCH v13 10/11] media: staging: rkisp1: add TODO file for staging Date: Wed, 8 Jan 2020 15:44:53 -0300 Message-Id: <20200108184454.825725-11-helen.koike@collabora.com> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20200108184454.825725-1-helen.koike@collabora.com> References: <20200108184454.825725-1-helen.koike@collabora.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add TODO file with requirements to move this driver out of staging. Signed-off-by: Helen Koike --- Changes in v13: None Changes in v12: None Changes in v11: None Changes in v10: None Changes in v9: None Changes in v8: None Changes in v7: None drivers/staging/media/rkisp1/TODO | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 drivers/staging/media/rkisp1/TODO diff --git a/drivers/staging/media/rkisp1/TODO b/drivers/staging/media/rkisp1/TODO new file mode 100644 index 000000000000..03cd9a4e70f7 --- /dev/null +++ b/drivers/staging/media/rkisp1/TODO @@ -0,0 +1,23 @@ +* Fix serialization on subdev ops. +* Don't use v4l2_async_notifier_parse_fwnode_endpoints_by_port(). +e.g. isp_parse_of_endpoints in drivers/media/platform/omap3isp/isp.c +cio2_parse_firmware in drivers/media/pci/intel/ipu3/ipu3-cio2.c. +* Fix pad format size for statistics and parameters entities. +* Use threaded interrupt for rkisp1_stats_isr(), remove work queue. +* Fix checkpatch errors. +* Make sure uapi structs have the same size and layout in 32 and 62 bits, +and that there are no holes in the structures (pahole is a utility that +can be used to test this). +* Review and comment every lock +* Handle quantization +* Document rkisp1-common.h +* streaming paths (mainpath and selfpath) check if the other path is streaming +in several places of the code, review this, specially that it doesn't seem it +supports streaming from both paths at the same time. + +NOTES: +* All v4l2-compliance test must pass. +* Stats and params can be tested with libcamera and ChromiumOS stack. + +Please CC patches to Linux Media and +Helen Koike . -- 2.24.0