From patchwork Mon Sep 28 21:08:13 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 9841 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id ED944C3B5C for ; Mon, 28 Sep 2020 21:08:28 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 6F89D60D5B; Mon, 28 Sep 2020 23:08:28 +0200 (CEST) Received: from vsp-unauthed02.binero.net (vsp-unauthed02.binero.net [195.74.38.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 1277460366 for ; Mon, 28 Sep 2020 23:08:27 +0200 (CEST) X-Halon-ID: bd1ff48f-01ce-11eb-9823-005056917f90 Authorized-sender: niklas.soderlund@fsdn.se Received: from bismarck.berto.se (p54ac52a8.dip0.t-ipconnect.de [84.172.82.168]) by bin-vsp-out-02.atm.binero.net (Halon) with ESMTPA id bd1ff48f-01ce-11eb-9823-005056917f90; Mon, 28 Sep 2020 23:08:25 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Mon, 28 Sep 2020 23:08:13 +0200 Message-Id: <20200928210815.4089113-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH v2 0/2] rkisp1: Refresh user-space header 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: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, This is a small series that refresh the RkISP1 user-space header to the latest state available in the media-tree. The upstream header have some small issues, the fixes for those have been reported upstream and squashed into 2/2 as to not break compilation of libcamera. There is no functional change in this series. See patch 2/2 for more details of exact source and fixes for the header. Niklas Söderlund (2): libcamera: ipa: rkisp1: Include linux/v4l2-controls.h include: linux: Update rkisp1 header include/linux/rkisp1-config.h | 720 +++++++++++++++++++--------------- src/ipa/rkisp1/rkisp1.cpp | 21 +- 2 files changed, 407 insertions(+), 334 deletions(-) Acked-by: Jacopo Mondi