From patchwork Thu Feb 27 02:59:59 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helen Koike X-Patchwork-Id: 2879 Return-Path: Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id ABD7C60429 for ; Thu, 27 Feb 2020 04:00:12 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: koike) with ESMTPSA id 906CF293DC8 From: Helen Koike To: libcamera-devel@lists.libcamera.org Cc: kernel@collabora.com, tfiga@chromium.org, niklas.soderlund@ragnatech.se, dafna.hirschfeld@collabora.com Date: Wed, 26 Feb 2020 23:59:59 -0300 Message-Id: <20200227030001.333291-1-helen.koike@collabora.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] rkisp1: don't enable immutable link X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2020 03:00:12 -0000 The following patch was merged in the Linux kernel media tree: 3eed7385bff6 ("media: staging: media: rkisp1: make links immutable by default") Which causes the topology configuration in libcamera to fail, since it tries to enable immutable links. This patchset fixes the rkisp1-capture.sh scrips and the pipeline handler. Question: I was wondering how releases are being mananged by libcamera. Does this patchset needs to wait for the patch mentioned above to reach mainline kernel? Helen Koike (2): utils: rkisp1: don't enable immutable link libcamera: pipeline: rkisp1: don't enable immutable link src/libcamera/pipeline/rkisp1/rkisp1.cpp | 8 -------- utils/rkisp1/rkisp1-capture.sh | 1 - 2 files changed, 9 deletions(-)