From patchwork Wed Dec 21 14:13:35 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 18042 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 96972C3200 for ; Wed, 21 Dec 2022 14:13:44 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 14D3661F15; Wed, 21 Dec 2022 15:13:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1671632024; bh=9OzN4Ln0owwbSVNOp7L5obqgZJwlGMYzfgjpx17gZCg=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:Cc:From; b=K9ZHQFyZ+hwinqvEWa6Mly/T8NGIQZUfElu4XXu4Kg+AelYXJeFdUE40wNav8NXRe MXZ+T0/+h0tw5xU01MKBxl8tnMzRB19WVQZLNlrQDcP294ubiJomi0vHWpBl9idhnu +xJMFjTTDgS3RdG8OJ4v3m+/pRXvJ3DwUWcutge6EPmG3QLmgQmGEfx0q8eAwuraZ9 KVyYYRLKBN3Tk37TqsHILcrnWnf28+2Xa8RgQWHqqyCPQgh317n2dj+5T3whFBEOJ4 GyblZLTMNzIjDEXY6VjLvrRBR/wHBFoJqFFNnhCcBCf6Dhg0Ls7cmrdM9XvKWPtKLe gH6fWg2Dr9PJA== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 08D3B61F15 for ; Wed, 21 Dec 2022 15:13:42 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="thg1YIWL"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (213-243-189-158.bb.dnainternet.fi [213.243.189.158]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 5BC22FB; Wed, 21 Dec 2022 15:13:41 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1671632021; bh=9OzN4Ln0owwbSVNOp7L5obqgZJwlGMYzfgjpx17gZCg=; h=From:To:Cc:Subject:Date:From; b=thg1YIWLh85REJKqy/FykkQ+B5igSDJZthaHTJSoiHu0u2t/UO5ex83BXwCq+OpDB ovTPG1AlRk2vyHUW8efjaqOBLzAk9Lg0Gcqj/SgnSpM8XANnUw4SKB9wL0sjD6RiiZ 6ytL+I4H/7Qkvll49nIkOYyQwGAwLbe6GqSHF3qI= To: libcamera-devel@lists.libcamera.org Date: Wed, 21 Dec 2022 16:13:35 +0200 Message-Id: <20221221141335.9528-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.38.2 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] ipa: raspberrypi: Fix permissions on imx477_scientific.json 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-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Cc: cpixip@pixelcircus.com Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The imx477_scientific.json file was added to the source tree with incorrect executable permission. Fix it. Fixes: bf66a1d25162 ("ipa: raspberrypi: Add a "scientific" tuning for the IMX477") Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- src/ipa/raspberrypi/data/imx477_scientific.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 src/ipa/raspberrypi/data/imx477_scientific.json base-commit: f66a5c447b65bce774a1bc2d01034f437bf764b5 diff --git a/src/ipa/raspberrypi/data/imx477_scientific.json b/src/ipa/raspberrypi/data/imx477_scientific.json old mode 100755 new mode 100644