From patchwork Mon Sep 28 20:13:09 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: 9838 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 18CF5C3B5B for ; Mon, 28 Sep 2020 20:13:29 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 5537960D5B; Mon, 28 Sep 2020 22:13:28 +0200 (CEST) Received: from bin-mail-out-05.binero.net (bin-mail-out-05.binero.net [195.74.38.228]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 40A6060366 for ; Mon, 28 Sep 2020 22:13:27 +0200 (CEST) X-Halon-ID: 0dcb2016-01c7-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 0dcb2016-01c7-11eb-9823-005056917f90; Mon, 28 Sep 2020 22:13:25 +0200 (CEST) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: libcamera-devel@lists.libcamera.org Date: Mon, 28 Sep 2020 22:13:09 +0200 Message-Id: <20200928201311.3995725-1-niklas.soderlund@ragnatech.se> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 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(-)