Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/9845/?format=api
{ "id": 9845, "url": "https://patchwork.libcamera.org/api/1.1/covers/9845/?format=api", "web_url": "https://patchwork.libcamera.org/cover/9845/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20200929014334.49719-1-niklas.soderlund@ragnatech.se>", "date": "2020-09-29T01:43:27", "name": "[libcamera-devel,v4,0/7] libcamera: pipeline: rkisp1: Create RkISP1Path helper", "submitter": { "id": 5, "url": "https://patchwork.libcamera.org/api/1.1/people/5/?format=api", "name": "Niklas Söderlund", "email": "niklas.soderlund@ragnatech.se" }, "mbox": "https://patchwork.libcamera.org/cover/9845/mbox/", "series": [ { "id": 1333, "url": "https://patchwork.libcamera.org/api/1.1/series/1333/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1333", "date": "2020-09-29T01:43:27", "name": "libcamera: pipeline: rkisp1: Create RkISP1Path helper", "version": 4, "mbox": "https://patchwork.libcamera.org/series/1333/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/9845/comments/", "headers": { "Return-Path": "<libcamera-devel-bounces@lists.libcamera.org>", "X-Original-To": "parsemail@patchwork.libcamera.org", "Delivered-To": "parsemail@patchwork.libcamera.org", "Received": [ "from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id C9606C3B5B\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 29 Sep 2020 01:43:48 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 4784762048;\n\tTue, 29 Sep 2020 03:43:48 +0200 (CEST)", "from bin-mail-out-06.binero.net (bin-mail-out-06.binero.net\n\t[195.74.38.229])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 682D260365\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 29 Sep 2020 03:43:46 +0200 (CEST)", "from bismarck.berto.se (p54ac52a8.dip0.t-ipconnect.de\n\t[84.172.82.168]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA\n\tid 31b6e021-01f5-11eb-b295-0050569116f7;\n\tTue, 29 Sep 2020 03:43:41 +0200 (CEST)" ], "X-Halon-ID": "31b6e021-01f5-11eb-b295-0050569116f7", "Authorized-sender": "niklas.soderlund@fsdn.se", "From": "=?utf-8?q?Niklas_S=C3=B6derlund?= <niklas.soderlund@ragnatech.se>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Tue, 29 Sep 2020 03:43:27 +0200", "Message-Id": "<20200929014334.49719-1-niklas.soderlund@ragnatech.se>", "X-Mailer": "git-send-email 2.28.0", "MIME-Version": "1.0", "Subject": "[libcamera-devel] [PATCH v4 0/7] libcamera: pipeline: rkisp1:\n\tCreate RkISP1Path helper", "X-BeenThere": "libcamera-devel@lists.libcamera.org", "X-Mailman-Version": "2.1.29", "Precedence": "list", "List-Id": "<libcamera-devel.lists.libcamera.org>", "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>", "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>", "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>", "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>", "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "base64", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "Hi,\n\nThis series adds a new RkISP1Path class which abstracts the two paths \ninto a single helper class with shared logic. The shared logic can then \nbe leveraged to simplify the pipeline handler.\n\nThis series is what is left of '[PATCH v3 00/22] libcamera: pipeline: \nrkisp1: Extend to support two streams'.\n\nNiklas Söderlund (7):\n libcamera: pipeline: rkisp1: Breakout basic path handling to own class\n libcamera: pipeline: rkisp1: Move path configuration to RkISP1Path\n libcamera: pipeline: rkisp1: Move path configuration generation and\n validation to RkISP1Path\n libcamera: pipeline: rkisp1: Add wrappers for accessing the path video\n device\n libcamera: pipeline: rkisp1: Move start and stop of path to RkISP1Path\n libcamera: pipeline: rkisp1: Move path link handling to RkISP1Path\n libcamera: pipeline: rkisp1: Use the media link to track if a path is\n enabled\n\n src/libcamera/pipeline/rkisp1/meson.build | 1 +\n src/libcamera/pipeline/rkisp1/rkisp1.cpp | 319 +++---------------\n src/libcamera/pipeline/rkisp1/rkisp1_path.cpp | 234 +++++++++++++\n src/libcamera/pipeline/rkisp1/rkisp1_path.h | 87 +++++\n 4 files changed, 372 insertions(+), 269 deletions(-)\n create mode 100644 src/libcamera/pipeline/rkisp1/rkisp1_path.cpp\n create mode 100644 src/libcamera/pipeline/rkisp1/rkisp1_path.h" }