From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 252EAC433F5 for ; Mon, 6 Dec 2021 15:34:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244549AbhLFPhb (ORCPT ); Mon, 6 Dec 2021 10:37:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58546 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377606AbhLFP2x (ORCPT ); Mon, 6 Dec 2021 10:28:53 -0500 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3AFDCC0698D5 for ; Mon, 6 Dec 2021 07:18:16 -0800 (PST) Received: by mail-wr1-x430.google.com with SMTP id u17so15819311wrt.3 for ; Mon, 06 Dec 2021 07:18:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+qJJaUGGfelfGcEnvCwsVEqDVlMxcACIbGxhhje7zmQ=; b=glIoQLOH4iRhQv9GbWfPsc6HlWo9A4bsP9ZXrFxYNcGfJEmfyVTqgKY0Gvtl5N9e6W eA3T0r97domCuDiHVzcrvpE0tTo9/ycTpKkH/fC8bG8AlYNlBgajMSPilZsOG2KLxZtd 4cuWDl6+G11tQYNjl0nnFToYKm6g0Ot2dFvK+1USq7fKWRcprrNwQ0NNR2GGk2Hgtjbt WMVhceYUB+oLVsNxH/yo3GcGCSu5srP5nXFjYVq34E6vbsW6Ri+fchcUNfzVrlew2f5t H3DFdGdlTjoLB0EtDhS36SaVu2ZVx76jqi4INsdr5GOCH//tPHOlhnFZODpnL0gwIu0W 9f8Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+qJJaUGGfelfGcEnvCwsVEqDVlMxcACIbGxhhje7zmQ=; b=CzrSHAui8uL/RjNgboM/aY83JCjDyCTOtG4/RDb8MdSY8syg9qg+wVwmPNUyFySOfa S8HLQwapEZC2WpBhRzVPHlQkM21lCTFBdhou9D+0q3VCsjc6IwKPNVPXzAXMKhm4Ns5m hbcMIOUwJfhtaaIEfQkEOlxilfTAMte+ODbxKskYbUI1s9Y8heTEtThIm5r5t7DM3dYQ 3dZ+8dH+MpFvAp+0lzlV+vSBKDKZJf6wNTi1V2oI06ZgNhdRuDDxxTIs6cOnmwSXGTen Krw0tO5OZ/y2RD0xryw877M5zEB3CJ3rY73PGUOwAbDLFZjy/QeV89pg9Ng3w/n28O/Z bqGw== X-Gm-Message-State: AOAM531e301uuldVAk9UTeigN5Lkr2/7g+0jQQqNBloU2d5/CDrBzw9n lFh3R3onfcVpRoXxsO1opiPsXw== X-Google-Smtp-Source: ABdhPJwa5CV2ZYbn7LsYzVvJ8cAuUtdDsip8eT/OjGDKB5wIglWaTkpPgBb3ctR8lQx7Ah89qZMYOA== X-Received: by 2002:a05:6000:1862:: with SMTP id d2mr45042094wri.251.1638803894813; Mon, 06 Dec 2021 07:18:14 -0800 (PST) Received: from xps7590.. (freifunk-gw.bsa1-cpe1.syseleven.net. [176.74.57.43]) by smtp.gmail.com with ESMTPSA id t8sm11784871wrv.30.2021.12.06.07.18.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Dec 2021 07:18:14 -0800 (PST) From: Robert Foss To: robert.foss@linaro.org, todor.too@gmail.com, agross@kernel.org, bjorn.andersson@linaro.org, mchehab@kernel.org, robh+dt@kernel.org, angelogioacchino.delregno@somainline.org, linux-media@vger.kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Bryan O'Donoghue , Andrey Konovalov , Stephan Gerhold Subject: [PATCH v4 0/2] Remove clock-lanes DT property from CAMSS Date: Mon, 6 Dec 2021 16:18:09 +0100 Message-Id: <20211206151811.39271-1-robert.foss@linaro.org> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Changes since v3: - Split patches heading for Media and ARM64 tress into two seperate series Changes since v2: - Stephan: Rebased on v5.16-rc1 - Stephan: Fixed 3/4 commit message title Changes since v1: - Rob: Instead of documenting and fixing the use of the clock-lanes property, remove it, since it is is not programmable and therefore shouldn't be exposed in the DT. Robert Foss (2): media: camss: csiphy: Move to hardcode CSI Clock Lane number media: dt-bindings: media: camss: Remove clock-lane property .../bindings/media/qcom,msm8916-camss.yaml | 10 --------- .../bindings/media/qcom,msm8996-camss.yaml | 20 ------------------ .../bindings/media/qcom,sdm660-camss.yaml | 20 ------------------ .../bindings/media/qcom,sdm845-camss.yaml | 17 --------------- .../qcom/camss/camss-csiphy-2ph-1-0.c | 19 +++++++++++++++-- .../qcom/camss/camss-csiphy-3ph-1-0.c | 17 ++++++++++++++- .../media/platform/qcom/camss/camss-csiphy.c | 21 +------------------ .../media/platform/qcom/camss/camss-csiphy.h | 7 +++++++ 8 files changed, 41 insertions(+), 90 deletions(-) -- 2.32.0